summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
...
* Protect from badly formed LANG variableache2000-09-011-1/+2
* Import XPG4-compliant basename(3) and dirname(3) from OpenBSD.des2000-08-315-2/+364
* 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
* 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
* The API change mentioned in the previous revision has been backed out, sojhb2000-08-221-5/+0
* Remove duplicate FreeBSD id tags.jhb2000-08-213-3/+0
* Fix style bugs (including ones introduced from OpenBSD).green2000-08-162-58/+32
* Don't retry connecting via the same medium.ume2000-08-101-16/+8
* mention getipnodeby* and get{addr,name}info are not thread-safe. (sync with ...itojun2000-08-096-21/+110
* If using a DB_RECNO, db::put should return the new key if R_IAFTER isgreen2000-08-081-1/+9
* Document return value of ENOENT for nonexistent/invalid filter entries.jlemon2000-08-071-0/+2
* Fix description of argv[0] passed to interpreted scripts; it's the name ofben2000-08-051-3/+3
* Prevent internal buffer overflow due to expansion of $LANG and/or namekris2000-08-051-3/+11
* Calculate the string length of a u_long at compile-time, instead of using akris2000-08-041-5/+17
* Correct factor-of-10 error in INT_STRLEN_MAXIMUM() calculation.kris2000-08-041-1/+3
* Correct string length bounds checking.kris2000-08-041-3/+5
* Prevent TMPDIR overflow.kris2000-08-041-1/+5
* Don't overflow the internal buffer in clnt_sperror()kris2000-08-041-1/+1
* sprintf -> snprintf paranoiakris2000-08-041-3/+3
* Make sem_post() safe to call from within a signal handler, as required byjasone2000-08-011-0/+3
* Revert the temporary hack in rev 1.79.peter2000-08-011-1/+1
* If the format string passed to setproctitle begins with a '-'ps2000-08-012-24/+14
* Add pointers to rfork_thread(3)peter2000-07-311-3/+12
* Add a skeleton rfork_thread(3) man page.peter2000-07-292-1/+79
* Take a shot at implementing a functional rfork_thread() for alpha. Thispeter2000-07-292-0/+66
* Fix some rather interesting bugs that managed to not turn up in variouspeter2000-07-291-5/+5
* rfork(2) wrapper for simple rfork-style threads. I have lost count ofpeter2000-07-293-2/+114
* Deal with the exit entry in MIASM changing to sys_exit.peter2000-07-291-1/+1
* MFC 1.11.2.3 from -stable to -currentdillon2000-07-251-6/+21
* Clean up some nits, with the permission of the author:sheldonh2000-07-241-7/+14
* Remove the reference to KERN_UPDATEINTERVAL and syncer(4), sincesheldonh2000-07-221-6/+0
* Use _close() instead of close() in addrconfig() to keep it from becoming ajasone2000-07-211-3/+3
* Copy canonname for *ahost, into static buffer.ume2000-07-201-10/+10
* use .Pp instead of faking it with an extra newlinealfred2000-07-201-1/+1
* document get/set sockopt usage with accept_filter(9)alfred2000-07-201-2/+35
* Alocate rcmd{,_af}()'s *ahost argument using malloc() (wellbrian2000-07-202-3/+14
* Update stale references to update(4) with references to the newsheldonh2000-07-193-4/+4
* To define A RR to root (.) is valid in DNS. So, h_name = "" shouldn'tume2000-07-191-2/+2
* Const'ify parameters to ethers(3) routines as appropriate.archie2000-07-182-10/+10
* Simplify kqueue API slightly.jlemon2000-07-181-2/+2
* Drop the references to index(3) and rindex(3), which are non-standardalex2000-07-189-18/+0
* Change my email address in the copyright notices for the sake of consistencyjasone2000-07-187-7/+7
* Reshuffle the SEE ALSO section.jasone2000-07-173-7/+7
* Add SEE ALSO section, as with the other string functions.alex2000-07-171-0/+11
* Make the NAME section a bit less confusing.ben2000-07-152-2/+2
* Fix typo, teh -> the.asmodai2000-07-141-1/+1
* Fix typo; sa_siginfo -> sa_sigactionben2000-07-111-1/+1
* Try and fix the worst of some highly bogus malloc/free resourcepeter2000-07-111-1/+1
OpenPOWER on IntegriCloud