summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you cannectar2000-09-0632-1909/+4010
* Add .Elache2000-09-061-0/+1
* Expose the NFS root node, so that an evil consumer can use it to get themsmith2000-09-051-1/+1
* Document %-macros and NLSPATH better.ache2000-09-051-1/+41
* Fully implement NLSPATH processing as described in SUSv2ache2000-09-051-8/+45
* Oops! don't set errno to ENOMEM explicitly if malloc() failed.phantom2000-09-051-6/+10
* Implement readahead buffering for non-raw files. This drastically improvesmsmith2000-09-055-73/+132
* Remove the SIGSYS handler and wrapper around the __getcwd() syscall.peter2000-09-051-39/+10
* Yank out the NOPOLL conditionals. libc_r no longer needs it, and thispeter2000-09-041-106/+28
* Use .St -susv2 rather than "The Single UNIX Specification".imp2000-09-041-2/+2
* * move $FreeBSD$ tag to its usual place (bottom of copyright)phantom2000-09-043-10/+30
* Finaly cleanup libc/nls code:phantom2000-09-041-196/+163
* Constify the arg to logout(3). It is const-safe.peter2000-09-042-3/+3
* Get errno from <errno.h>, not from extern int.imp2000-09-042-3/+6
* Don't print an error message if the bad option is '?'. This has beenimp2000-09-041-1/+1
* The comparison against 0 should be against LC_ALL. category isn't aimp2000-09-041-1/+1
* Soften the statement about select's timeout argument. This part ofimp2000-09-041-4/+2
* Rewrite using stdio. It cause program speedup since eliminates lots of smallache2000-09-032-14/+15
* Add:ache2000-09-031-0/+3
* Make libstand compilepeter2000-09-032-2/+4
* setproctitle() requires unistd.h and not libutil.h/-lutilbrian2000-09-021-3/+1
* Move setproctitle() from libutil to libc (after a repo-copy)brian2000-09-025-255/+5
* Match IPPROTO_ICMP with IP protocol field of the original IPru2000-09-011-2/+2
* Treat empty lang as "C" lang tooache2000-09-011-1/+1
* Set rcsid to correct valuephantom2000-09-011-24/+6
* protect .h file contents correctly.phantom2000-09-011-18/+3
* Remove unused indirect references to cat* functions.phantom2000-09-015-83/+4
* Fix memory leak introduced by kris in rev 1.22phantom2000-09-011-0/+2
* setlocale may return NULL, handle this case too by resetting to "C"ache2000-09-011-5/+3
* Move protection code down to handle NL_CAT_LOCALE case too.ache2000-09-011-2/+3
* Protect from badly formed LANG variableache2000-09-011-1/+2
* Changed the way we handle outgoing ICMP error messages -- doru2000-09-011-12/+22
* Import XPG4-compliant basename(3) and dirname(3) from OpenBSD.des2000-08-315-2/+364
* Document the FTP_PROXY and HTTP_PROXY variables better.des2000-08-311-0/+4
* Grab ADJUST_CHECKSUM() macro from alias_local.h.ru2000-08-311-17/+0
* Create aliasing links for incoming ICMP echo/timestamp requests.ru2000-08-312-47/+24
* catgets: detect if fd becomes invalid after exec and return default responseache2000-08-301-6/+6
* Explicetely describe catalog descriptor lifetimeache2000-08-301-0/+6
* Replace strtok with strsep (strtok is not allowed in libraries)ache2000-08-301-1/+1
* strtok -> strsep (no strtok allowed in libraries)ache2000-08-292-6/+8
* strtok -> strsep (no strtok allowed in libraries)ache2000-08-291-3/+6
* strtok() -> strsep() (no strtok() in libraries allowed)ache2000-08-292-16/+26
* According to the susv2 man pages I have, remove(3) should act asdwmalone2000-08-282-7/+26
* Sync with NetBSD:n_hibma2000-08-266-14/+14
* Still have to support libscrypt for now :( Add #defines to take DESgreen2000-08-241-0/+2
* Add weak symbol pragma for crypt_set_format().asmodai2000-08-231-0/+6
* The second call to _thread_kern_sig_defer() in sem_post() should be a calljasone2000-08-233-3/+3
* Stick login_setcryptfmt() in its own file to make pulling in ofgreen2000-08-233-17/+46
* The API change mentioned in the previous revision has been backed out, sojhb2000-08-221-5/+0
* How did you sneak in...green2000-08-221-1/+1
OpenPOWER on IntegriCloud