summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add ERRORS section according to POSIX (no errors)ache2002-08-031-0/+2
* Catch empty encoding name tooache2002-08-031-1/+1
* Fix return codes to match what setrunelocale() returnsache2002-08-031-5/+2
* Preserve errno in fallback codeache2002-08-031-0/+3
* Add ISO C90 Amd. 1 btowc(3) and wctob(3) functions.tjr2002-08-034-2/+167
* Correct use of Nm macro in NAME section and a broken cross reference.tjr2002-08-031-2/+3
* Return errno provided by fopen, not always ENOENT.ache2002-08-031-10/+10
* Check encoding for ".", ".." and / insideache2002-08-031-1/+5
* Return EINVAL for NULL or too long encoding, not EFAULTache2002-08-031-1/+1
* Return ENAMETOOLONG for long PATH_LOCALE, not EFAULTache2002-08-031-1/+1
* 1) Use errno to indicate faulure reason.ache2002-08-031-44/+89
* Add ISO C90 Amd. 1 wctype(3) and iswctype(3) functions.tjr2002-08-033-2/+179
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-0218-2/+1878
* Sligtly modify previous out-of-bounds fix: just break instead ofache2002-08-021-1/+1
* De-gccize CFLAGS by removing it.rwatson2002-08-021-2/+0
* Remove an #include <syslog.h>. It's already included conditionallymux2002-08-021-1/+0
* Hook up libugidfw to the build.rwatson2002-08-021-2/+2
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-023-0/+785
* Prevent out of bounds writting for too many slashes case.ache2002-08-021-14/+10
* The fix applied to the XDR decoder in revision 1.11 was incorrect.nectar2002-08-011-1/+1
* Fix an easy warning in a local addition.markm2002-08-011-1/+1
* Stash various networking paramters in the environment for the kerneljake2002-07-311-1/+15
* Sort headers to reduce diffs between branches.nectar2002-07-311-1/+1
* some dolt forgot to add in an include for <limits.h>darrenr2002-07-311-0/+1
* Patch to fix bounds checking/overflow.darrenr2002-07-311-3/+4
* Grammar (`was' -> `were')chris2002-07-311-1/+1
* Since pam_get_authtok(3) doesn't know about our options structure, settingdes2002-07-301-10/+11
* Update docs to reflect change in count of procs reserved for rootsilby2002-07-302-2/+2
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-2916-19/+19
* Revert part of revision 1.10, as it broke portmap lookups for IPv4iedowse2002-07-261-9/+3
* sysctl(NET_RT_IFLIST) up to several (currently 5) times.ume2002-07-251-8/+29
* - ntohs() returns unsigned value.ume2002-07-241-59/+56
* Install more man pages - I thought I'd committed this ages ago...des2002-07-231-0/+5
* Don't forget to recalculate the IP checksum of the originalru2002-07-231-4/+12
* Surround prototypes with __BEGIN_DECLS / __END_DECLS.des2002-07-221-0/+4
* Add an ia64 atomic lock primitive for libc_r. This is mostly forpeter2002-07-202-0/+96
* Reimplement malloc/free debugging that includes the offending file:linepeter2002-07-205-40/+73
* Add __printflike() to printf() and sprintf() prototypes. -ffreestandingpeter2002-07-201-2/+2
* s/${INSTALL} -c/${INSTALL} ${COPY}/ru2002-07-182-2/+2
* Move IPFW2 definition before including ip_fw.hluigi2002-07-181-32/+30
* Update glob(3) to add all the POSIX required options, specifically:mikeh2002-07-172-29/+34
* Change utimes to set the file creation time (for filesystems thatmckusick2002-07-171-0/+9
* Don't ask me how I consistently turned struct statvfs into struct vfsconf....wollman2002-07-161-3/+3
* The main reason for this is to reduce diffs between all the crt1.c's.markm2002-07-166-91/+140
* Assume that my bug report against 1003.1-2001 will be resolved my way,wollman2002-07-151-13/+9
* Support POSIX/SUS ``programming environment'' mistake in confstr().wollman2002-07-151-1/+62
* All of the things that confstr() returns are compile-time constants.wollman2002-07-151-31/+10
* The .Fn function.keramida2002-07-1511-36/+68
* The .Fn functionkeramida2002-07-151-3/+6
* Don't bother asking the kernel about _SC_FSYNC; it's not optional.wollman2002-07-151-4/+3
OpenPOWER on IntegriCloud