aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Style changes. Mainly removing excessive whitespace and parens.Tim J. Robbins2002-10-141-24/+29
* Dump in $TMPDIR if !setugid, and use mode 0644 instead of 0666.Kris Kennaway2002-10-131-7/+11
* Ignore TMPDIR if the application is setugid.Kris Kennaway2002-10-131-1/+2
* FreeBSD's libedit does not include NetBSD's readline emulation code.Tim J. Robbins2002-10-131-4/+3
* Use buffer-safe string functions for paranoia.Kris Kennaway2002-10-121-11/+12
* Zero memory after malloc. This stops sysinstall from dumping coreKris Kennaway2002-10-121-0/+1
* Add restrict type-qualifier.Mike Barcroft2002-10-1218-31/+33
* Cosmetic: use LCMONETARY_SIZE_{FULL,MIN} defines like in other placesAndrey A. Chernov2002-10-121-4/+5
* Describe the restrictions on seeking on wide character streams, and alsoTim J. Robbins2002-10-121-3/+15
* Fix a typo causing incorrect formatting for negative values in some localesTim J. Robbins2002-10-121-3/+5
* Save errno around calls to free(); at least some code paths clobber itTim J. Robbins2002-10-111-0/+3
* Document the kind of format string strfmon() expects. Sync the ErrorsTim J. Robbins2002-10-111-5/+74
* Use the new struct lconv members to determine how to format internationalTim J. Robbins2002-10-111-1/+12
* Non-negative amounts should not have an extra space in front of themTim J. Robbins2002-10-111-6/+2
* "Left precision" and "right precision" are not flags, but separate partsTim J. Robbins2002-10-111-13/+15
* Zap the early-adopter transition aid before we get into seriousPeter Wemm2002-10-112-5/+1
* Build kerberized versions of the PAM library, and install themRuslan Ermilov2002-10-111-0/+8
* Do not allow empty GIDs for non-NIS entries.Maxim Konovalov2002-10-111-0/+7
* Add a UTF-8 encoding method, which will eventually replace the antiqueTim J. Robbins2002-10-1010-9/+349
* Document that write(2) et al can return EROFS for attempts to write theJens Schweikhardt2002-10-101-0/+7
* Fix another spelling mistake.Robert Drehmel2002-10-101-1/+1
* Correct a spelling mistake.Robert Drehmel2002-10-101-1/+1
* Add cross-references to wide character versions of these functions.Tim J. Robbins2002-10-103-3/+6
* Cross-reference between byte and wide-character stdio functions. RemoveTim J. Robbins2002-10-107-13/+13
* de-__P()Alfred Perlstein2002-10-091-2/+1
* Add brief mention of the extattr_*_link() system call variants.Robert Watson2002-10-091-0/+16
* Add support for the 6 new C99 struct lconv members dealing with formattingTim J. Robbins2002-10-094-4/+76
* Drop almost 3k from /bin/sync by moving errno to a seperate filePeter Wemm2002-10-093-2/+31
* Add note that there is a kernel-imposed limit on the number of threadsArchie Cobbs2002-10-081-0/+7
* Add MLINKS to kse.2.Archie Cobbs2002-10-081-0/+2
* Fix to support pc98.Yoshihiro Takahashi2002-10-083-0/+12
* Add a note to the Compatiblity section suggesting that these functionsTim J. Robbins2002-10-0613-13/+162
* Put giant locks due to make getaddrinfo(), getnameinfo()Hajimu UMEMOTO2002-10-062-1/+41
* Remove rants/whines about the rune interface being superior to theTim J. Robbins2002-10-061-16/+2
* Remove a completely incorrect statement from the Return Values section.Tim J. Robbins2002-10-061-5/+6
* Once again, remove the i386-specific hacks to save and restoreDaniel Eischen2002-10-051-9/+0
* Add restrict type-qualifier to sem_getvalue().Mike Barcroft2002-10-044-4/+4
* White-space change only. Move closer to style(9).Poul-Henning Kamp2002-10-041-323/+322
* Minor tweaks to make this manpage readable.Ruslan Ermilov2002-10-041-4/+5
* Style.Ruslan Ermilov2002-10-041-9/+5
* Connect libbsdxml (nee libexpat) to the build.Poul-Henning Kamp2002-10-041-1/+1
* Correct the regressive part of my last commit to these files:Robert Drehmel2002-10-042-7/+4
* Ok, concensus was to install libexpat under a "private brandname", and afterPoul-Henning Kamp2002-10-042-9/+78
* Add a placeholder implementation of wcscoll() and wcsxfrm() which givesTim J. Robbins2002-10-045-4/+454
* Drop login.c and logwtmp.c from the library build. None of the appsPeter Wemm2002-10-041-1/+1
* Add stpcpy(3).David E. O'Brien2002-10-034-2/+73
* Actually implement gzip's -c option. minigzip now also doublesJohan Karlsson2002-10-031-5/+34
* Allocate 64K recieve buffer for DNS responses.Hajimu UMEMOTO2002-10-032-26/+50
* Improve three instances of questionable or confusing grammar.Tim J. Robbins2002-10-031-5/+8
* Add an example.Tim J. Robbins2002-10-031-1/+22