Age | Commit message (Expand) | Author | Files | Lines |
2010-01-05 | Eliminate SEEK_FOO and [RWXF]_OK definitions from system.h | Panu Matilainen | 1 | -12/+0 |
2010-01-05 | Remove unnecessary and broken time.h related configure + system.h checks | Panu Matilainen | 1 | -11/+0 |
2010-01-05 | Unconditionally include <netdb.h> where needed instead of system.h | Panu Matilainen | 1 | -4/+0 |
2010-01-04 | Clean up poll() vs select() tests | Panu Matilainen | 1 | -8/+0 |
2010-01-04 | Remove S_IFSOCK and S_IFLNK kludgery for ancient unixes | Panu Matilainen | 1 | -12/+0 |
2010-01-04 | Require lchown() and remove ancient broken chown kludgery | Panu Matilainen | 1 | -4/+0 |
2010-01-04 | Remove further replacement functions for POSIX 2001 required bits | Panu Matilainen | 1 | -3/+0 |
2010-01-04 | Remove unnecessary setenv() replacement function | Panu Matilainen | 1 | -5/+0 |
2009-12-23 | Include <utime.h> where needed instead of system.h | Panu Matilainen | 1 | -4/+0 |
2009-12-23 | Move major, minor + makedev portability stuff out of system.h, simplify | Panu Matilainen | 1 | -20/+0 |
2009-12-23 | Move getopt() portability fiddles out of system.h | Panu Matilainen | 1 | -4/+0 |
2009-12-23 | Dont include <pwd.h> from system.h, dont bother checking for it either | Panu Matilainen | 1 | -4/+0 |
2009-12-23 | Dont bother including <sys/socket.h>, we dont use anything from there | Panu Matilainen | 1 | -5/+0 |
2009-12-23 | Dont bother including <err.h>, we dont use anything from there | Panu Matilainen | 1 | -4/+0 |
2009-12-23 | Only rpmrc.c cares about utsname.h, move out of system.h | Panu Matilainen | 1 | -4/+0 |
2009-12-23 | Dont include grp.h from system.h, dont bother checking in configure either | Panu Matilainen | 1 | -4/+0 |
2009-12-23 | Dont bother checking and including a header we dont use or need | Panu Matilainen | 1 | -4/+0 |
2009-12-23 | Move malloc portability tweaks out of system.h | Panu Matilainen | 1 | -9/+0 |
2009-12-23 | We dont use memchr() anywhere | Panu Matilainen | 1 | -1/+0 |
2009-12-23 | Move getpass() portability tweaks out of system.h | Panu Matilainen | 1 | -5/+0 |
2009-12-23 | Dont bother checking for a header we dont use | Panu Matilainen | 1 | -5/+0 |
2009-12-23 | Dont bother checking for functions we dont use | Panu Matilainen | 1 | -1/+1 |
2009-12-22 | Kill off last remaining uses of _constfree() | Panu Matilainen | 1 | -1/+0 |
2009-09-17 | Always use build + use our own allocator functions | Panu Matilainen | 1 | -56/+9 |
2008-11-03 | Ensure PATH_MAX is defined (ticket #3) Adam Tkac | Panu Matilainen | 1 | -0/+10 |
2008-10-29 | Add fsm and rpmfi machinery for file capabilities | Panu Matilainen | 1 | -0/+2 |
2008-10-26 | Beginnings of acl (POSIX.1e draft 17) verification support | Panu Matilainen | 1 | -0/+4 |
2008-10-26 | Beginnings of file capability (POSIX.1e draft 15) verification support | Panu Matilainen | 1 | -0/+4 |
2008-10-24 | Remove timezone autoconf checks and system.h reference | Jindrich Novy | 1 | -4/+0 |
2008-05-08 | is_selinux_enabled() returns 0 if not enabled, not -1 | Panu Matilainen | 1 | -1/+1 |
2008-04-30 | RIP alloca() | Panu Matilainen | 1 | -14/+0 |
2007-12-15 | Expose compiler warnings from freeing data declared as const | Panu Matilainen | 1 | -3/+16 |
2007-11-13 | Use dgettext() instead of just gettext() | Panu Matilainen | 1 | -1/+1 |
2007-09-20 | Move _free() into system.h for now | Panu Matilainen | 1 | -0/+13 |
2007-09-11 | Remove splint tags. | Ralf Corsépius | 1 | -34/+10 |
2007-09-03 | Remove FILE_RCSID. | Ralf Corsépius | 1 | -5/+0 |
2007-09-03 | Remove LCLINT hackery from system.h | Panu Matilainen | 1 | -269/+10 |
2007-09-03 | Add dummy macros for our needs when building without SELinux. | Panu Matilainen | 1 | -0/+4 |
2005-02-03 | - discover and use getmntinfo if present. | jbj | 1 | -1/+1 |
2005-01-17 | Build on macosx. | jbj | 1 | -1/+1 |
2005-01-04 | - mac os x patches (#133611, #133612, #134637). | jbj | 1 | -0/+5 |
2004-11-11 | - selinux: use rpm_execcon, not execv, to run scriptlets (#136848). | jbj | 1 | -5/+2 |
2004-10-14 | - fix: don't set handler if SIG_IGN is already set (#134474). | jbj | 1 | -2/+2 |
2004-10-09 | Splint fiddles. | jbj | 1 | -1/+1 |
2004-10-09 | Splint fiddles. | jbj | 1 | -7/+9 |
2004-05-29 | - use poll(2) if available, avoid borked aurora/sparc select (#124574). | jbj | 1 | -0/+4 |
2004-02-16 | - establish rpm_script_t before scriptlet exec. | jbj | 1 | -0/+16 |
2004-01-05 | add --with-selinux, move selinux stubs to system.h. | jbj | 1 | -0/+52 |
2003-11-23 | Merge changes from rpm-4.2.1 development. | jbj | 1 | -0/+8 |
2003-05-01 | fix typo in system.h. | jbj | 1 | -1/+1 |