summaryrefslogtreecommitdiff
path: root/system.h
AgeCommit message (Expand)AuthorFilesLines
2013-01-29Acommodate to glibc 2.17 __secure_getenv() renamingPanu Matilainen1-1/+3
2012-05-31Bury our glob() implementation entirely inside rpmglob.c (RhBug:819680)Panu Matilainen1-11/+0
2012-01-12selinux: reopen label between transactions if necessary (RhBug: 746073)Ales Kozumplik1-0/+1
2010-09-01Use selabel interfaces instead of matchpathconSteve Lawrence1-0/+5
2010-06-22Add plugin calling supportSteve Lawrence1-0/+2
2010-01-05Move <stdio.h> includes out of system.h to the places that need itPanu Matilainen1-2/+0
2010-01-05Lose <sys/types.h> and <sys/stat.h> includes from system.hPanu Matilainen1-3/+0
2010-01-05Move <ctype.h> include out of system.h to the places that need itPanu Matilainen1-2/+0
2010-01-05Move <errno.h> include out of system.h to the places that need itPanu Matilainen1-5/+0
2010-01-05Remove <string.h> include from system.h into the few places that still needPanu Matilainen1-4/+0
2010-01-05Loose string header compatibility gooPanu Matilainen1-9/+0
2010-01-05Include <stdlib.h> as necessary instead of system.hPanu Matilainen1-14/+0
2010-01-05Shove the mount entry include voodoo where sun doesn't ... <cough> fs.cPanu Matilainen1-51/+0
2010-01-05Remove unnecessary NLS definitions from system.hPanu Matilainen1-14/+1
2010-01-05Remove libcap stuff out of system.hPanu Matilainen1-6/+0
2010-01-05Remove unused selinux dummy definesPanu Matilainen1-7/+0
2010-01-05Move <mcheck.h> include out of system.h to the couple of places that carePanu Matilainen1-4/+0
2010-01-05Unconditionally include <sys/wait.h> where neededPanu Matilainen1-4/+0
2010-01-05Move sys/mman.h include out of system.h to the places that carePanu Matilainen1-4/+0
2010-01-05Move libacl.h include out of system.h to the only place that caresPanu Matilainen1-4/+0
2010-01-05Eliminate SEEK_FOO and [RWXF]_OK definitions from system.hPanu Matilainen1-12/+0
2010-01-05Remove unnecessary and broken time.h related configure + system.h checksPanu Matilainen1-11/+0
2010-01-05Unconditionally include <netdb.h> where needed instead of system.hPanu Matilainen1-4/+0
2010-01-04Clean up poll() vs select() testsPanu Matilainen1-8/+0
2010-01-04Remove S_IFSOCK and S_IFLNK kludgery for ancient unixesPanu Matilainen1-12/+0
2010-01-04Require lchown() and remove ancient broken chown kludgeryPanu Matilainen1-4/+0
2010-01-04Remove further replacement functions for POSIX 2001 required bitsPanu Matilainen1-3/+0
2010-01-04Remove unnecessary setenv() replacement functionPanu Matilainen1-5/+0
2009-12-23Include <utime.h> where needed instead of system.hPanu Matilainen1-4/+0
2009-12-23Move major, minor + makedev portability stuff out of system.h, simplifyPanu Matilainen1-20/+0
2009-12-23Move getopt() portability fiddles out of system.hPanu Matilainen1-4/+0
2009-12-23Dont include <pwd.h> from system.h, dont bother checking for it eitherPanu Matilainen1-4/+0
2009-12-23Dont bother including <sys/socket.h>, we dont use anything from therePanu Matilainen1-5/+0
2009-12-23Dont bother including <err.h>, we dont use anything from therePanu Matilainen1-4/+0
2009-12-23Only rpmrc.c cares about utsname.h, move out of system.hPanu Matilainen1-4/+0
2009-12-23Dont include grp.h from system.h, dont bother checking in configure eitherPanu Matilainen1-4/+0
2009-12-23Dont bother checking and including a header we dont use or needPanu Matilainen1-4/+0
2009-12-23Move malloc portability tweaks out of system.hPanu Matilainen1-9/+0
2009-12-23We dont use memchr() anywherePanu Matilainen1-1/+0
2009-12-23Move getpass() portability tweaks out of system.hPanu Matilainen1-5/+0
2009-12-23Dont bother checking for a header we dont usePanu Matilainen1-5/+0
2009-12-23Dont bother checking for functions we dont usePanu Matilainen1-1/+1
2009-12-22Kill off last remaining uses of _constfree()Panu Matilainen1-1/+0
2009-09-17Always use build + use our own allocator functionsPanu Matilainen1-56/+9
2008-11-03Ensure PATH_MAX is defined (ticket #3) Adam TkacPanu Matilainen1-0/+10
2008-10-29Add fsm and rpmfi machinery for file capabilitiesPanu Matilainen1-0/+2
2008-10-26Beginnings of acl (POSIX.1e draft 17) verification supportPanu Matilainen1-0/+4
2008-10-26Beginnings of file capability (POSIX.1e draft 15) verification supportPanu Matilainen1-0/+4
2008-10-24Remove timezone autoconf checks and system.h referenceJindrich Novy1-4/+0
2008-05-08is_selinux_enabled() returns 0 if not enabled, not -1Panu Matilainen1-1/+1