summaryrefslogtreecommitdiff
path: root/system.h
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-30RIP alloca()Panu Matilainen1-14/+0
2007-12-15Expose compiler warnings from freeing data declared as constPanu Matilainen1-3/+16
2007-11-13Use dgettext() instead of just gettext()Panu Matilainen1-1/+1
2007-09-20Move _free() into system.h for nowPanu Matilainen1-0/+13
2007-09-11Remove splint tags.Ralf Corsépius1-34/+10
2007-09-03Remove FILE_RCSID.Ralf Corsépius1-5/+0
2007-09-03Remove LCLINT hackery from system.hPanu Matilainen1-269/+10
2007-09-03Add dummy macros for our needs when building without SELinux.Panu Matilainen1-0/+4
2005-02-03- discover and use getmntinfo if present.jbj1-1/+1
2005-01-17Build on macosx.jbj1-1/+1
2005-01-04- mac os x patches (#133611, #133612, #134637).jbj1-0/+5
2004-11-11- selinux: use rpm_execcon, not execv, to run scriptlets (#136848).jbj1-5/+2
2004-10-14- fix: don't set handler if SIG_IGN is already set (#134474).jbj1-2/+2
2004-10-09Splint fiddles.jbj1-1/+1
2004-10-09Splint fiddles.jbj1-7/+9
2004-05-29- use poll(2) if available, avoid borked aurora/sparc select (#124574).jbj1-0/+4
2004-02-16- establish rpm_script_t before scriptlet exec.jbj1-0/+16
2004-01-05add --with-selinux, move selinux stubs to system.h.jbj1-0/+52
2003-11-23Merge changes from rpm-4.2.1 development.jbj1-0/+8
2003-05-01fix typo in system.h.jbj1-1/+1