aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Soften the statement about select's timeout argument. This part ofWarner Losh2000-09-041-4/+2
* Rewrite using stdio. It cause program speedup since eliminates lots of smallAndrey A. Chernov2000-09-032-14/+15
* Add:Andrey A. Chernov2000-09-031-0/+3
* Make libstand compilePeter Wemm2000-09-032-2/+4
* setproctitle() requires unistd.h and not libutil.h/-lutilBrian Somers2000-09-021-3/+1
* Move setproctitle() from libutil to libc (after a repo-copy)Brian Somers2000-09-025-255/+5
* Match IPPROTO_ICMP with IP protocol field of the original IPRuslan Ermilov2000-09-011-2/+2
* Treat empty lang as "C" lang tooAndrey A. Chernov2000-09-011-1/+1
* Set rcsid to correct valueAlexey Zelkin2000-09-011-24/+6
* protect .h file contents correctly.Alexey Zelkin2000-09-011-18/+3
* Remove unused indirect references to cat* functions.Alexey Zelkin2000-09-015-83/+4
* Fix memory leak introduced by kris in rev 1.22Alexey Zelkin2000-09-011-0/+2
* setlocale may return NULL, handle this case too by resetting to "C"Andrey A. Chernov2000-09-011-5/+3
* Move protection code down to handle NL_CAT_LOCALE case too.Andrey A. Chernov2000-09-011-2/+3
* Protect from badly formed LANG variableAndrey A. Chernov2000-09-011-1/+2
* Changed the way we handle outgoing ICMP error messages -- doRuslan Ermilov2000-09-011-12/+22
* Import XPG4-compliant basename(3) and dirname(3) from OpenBSD.Dag-Erling Smørgrav2000-08-315-2/+364
* Document the FTP_PROXY and HTTP_PROXY variables better.Dag-Erling Smørgrav2000-08-311-0/+4