aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Ignore HESIOD_CONFIG and HES_DOMAIN environmental variables forJacques Vidrine2000-09-291-2/+12
* Add man pages for mod*(2). Shamelessly cut/pasted from the kld*(2) manPeter Wemm2000-09-2810-0/+307
* Fix typoAlexey Zelkin2000-09-271-1/+1
* off-by-1 error in string length validationJun-ichiro itojun Hagino2000-09-251-7/+6
* Work around buggy servers such as NCSA httpd which send an incompleteDag-Erling Smørgrav2000-09-241-9/+18
* o Minor whitespace, comment cleanupsRobert Watson2000-09-222-54/+28
* Better documentation of append mode. This should have gone in -currentEivind Eklund2000-09-221-0/+8
* Resurrect documentation of chflags(2)'s SF_ARCHIVED.Ralf S. Engelschall2000-09-221-2/+2
* Add a couple of debug register helper functions to assist in settingBrian S. Dean2000-09-215-4/+249
* Fixed the calculations with UDP header length field.Ruslan Ermilov2000-09-211-2/+2
* IN_CLASS*() macros assume host order and s_addr is network bytePaul Saab2000-09-201-2/+2
* Oops, un-spam this file - the last commit was an accident.Brian Somers2000-09-201-1/+0
* Only realloc() environ if we're sure that we know where it came from.Brian Somers2000-09-202-5/+5
* o Whitespace reduction appled to FreeBSD CVS IDRobert Watson2000-09-192-2/+2
* o General warning fixing commitRobert Watson2000-09-1914-18/+12
* o Add cap_from_text(3) and cap_to_text(3) man pages.Robert Watson2000-09-196-0/+464
* o EACCES is not a possible error for acl_from_text(), so fixRobert Watson2000-09-1920-28/+22
* Add thread-safe wrapper for fpathconf(2) syscall.Maxim Sobolev2000-09-197-0/+52
* Document RTLD_DEFAULT and the search algorithm used for resolvingJohn Polstra2000-09-191-6/+43
* Make a somewhat unsatisfactory attempt to describe the effects ofJohn Polstra2000-09-191-1/+18
* o cap_set_flag() was not correctly clearing capabilities when valueRobert Watson2000-09-192-4/+10
* Give users a way to alter the sendmail (and related utilities) buildGregory Neil Shapiro2000-09-172-0/+6
* Pickup SPECNAMELEN from <sys/param.h> and use it.Poul-Henning Kamp2000-09-161-15/+10
* Turn dkcksum() into an __inline function.Poul-Henning Kamp2000-09-163-4/+1
* Add -Wmissing-prototypes.Ruslan Ermilov2000-09-152-5/+8
* Teach libdisk about 'aac'Mike Smith2000-09-132-2/+4
* Change from using poll(2) to kqueue/kevent when waiting for a DNSPaul Saab2000-09-121-32/+30
* Set h_errno when an error is encountered.Jacques Vidrine2000-09-101-2/+9
* Backout last commit. It was wrong.. *sigh*Paul Saab2000-09-101-1/+0
* include string.h to silence a warning.Paul Saab2000-09-101-0/+1
* Add code to devname(3) so it can find the names of devices whichPoul-Henning Kamp2000-09-092-12/+28
* Prevent buffer overflow if NLSPATH is too longAndrey A. Chernov2000-09-081-1/+7
* Disallow '/' characters in LC_* environment variables which mightKris Kennaway2000-09-081-1/+1
* Fix getipnodebyname(3) bug.Jacques Vidrine2000-09-071-3/+4
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you canJacques Vidrine2000-09-0632-1882/+3983
* Add .ElAndrey A. Chernov2000-09-061-0/+1
* Expose the NFS root node, so that an evil consumer can use it to get theMike Smith2000-09-051-1/+1
* Document %-macros and NLSPATH better.Andrey A. Chernov2000-09-051-1/+41
* Fully implement NLSPATH processing as described in SUSv2Andrey A. Chernov2000-09-051-8/+45
* Oops! don't set errno to ENOMEM explicitly if malloc() failed.Alexey Zelkin2000-09-051-6/+10
* Implement readahead buffering for non-raw files. This drastically improvesMike Smith2000-09-055-73/+132
* Remove the SIGSYS handler and wrapper around the __getcwd() syscall.Peter Wemm2000-09-051-39/+10
* Yank out the NOPOLL conditionals. libc_r no longer needs it, and thisPeter Wemm2000-09-041-104/+26
* Use .St -susv2 rather than "The Single UNIX Specification".Warner Losh2000-09-041-2/+2
* * move $FreeBSD$ tag to its usual place (bottom of copyright)Alexey Zelkin2000-09-043-10/+30
* Finaly cleanup libc/nls code:Alexey Zelkin2000-09-041-192/+159
* Constify the arg to logout(3). It is const-safe.Peter Wemm2000-09-042-3/+3
* Get errno from <errno.h>, not from extern int.Warner Losh2000-09-042-3/+6
* Don't print an error message if the bad option is '?'. This has beenWarner Losh2000-09-041-1/+1
* The comparison against 0 should be against LC_ALL. category isn't aWarner Losh2000-09-041-1/+1