summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add working and easy crypt(3)-switching. Yes, we need a whole new APIgreen2000-08-228-19/+135
* Remove duplicate FreeBSD id tags.jhb2000-08-213-3/+0
* Grok 125 replies to passive RETR. This fixes an interoperability bug withdes2000-08-211-1/+2
* Fix two bugs:archie2000-08-172-30/+12
* Fix style bugs (including ones introduced from OpenBSD).green2000-08-162-58/+32
* Fixed PunchFW code segmentation violation bug.ru2000-08-141-5/+4
* Use queue(3) LIST_* macros for doubly-linked lists.ru2000-08-141-65/+18
* Fix an off-by-one error in the recursive mutex handling that made italfred2000-08-133-9/+9
* The rest of the changes needed to support the new version of sendmail (8.11.0).gshapiro2000-08-123-1/+40
* - Added support for installing boot0 and boot0.5 for PC-98.nyan2000-08-123-2/+75
* Add the -mpreferred-stack-boundary=2 option to reduce code bloat. Wepeter2000-08-111-0/+4
* Add support to send the string 'PXEClient' as the Vendor classps2000-08-113-4/+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
* - Do not modify Peer's Call ID in outgoing Incoming-Call-Connectedru2000-08-091-18/+25
* This is an overhaul of the mode page handling in camcontrol as well askbyanc2000-08-082-3/+4
* If using a DB_RECNO, db::put should return the new key if R_IAFTER isgreen2000-08-081-1/+9
* - Fixed warnings and typo.nyan2000-08-082-1/+6
* kevent() is not a POSIX cancellation point, so _kevent() need not bejasone2000-08-081-7/+2
* Add wrapper for kevent() syscalljlemon2000-08-0713-9/+95
* Document return value of ENOENT for nonexistent/invalid filter entries.jlemon2000-08-071-0/+2
* Adjust TCP checksum rather than compute it afresh.ru2000-08-071-4/+8
* Don't use kern.disks sysctl on PC-98 because the wd driver doesn't callnyan2000-08-071-0/+4
* Good, fixing the header showed incorrect usage of it! #define _KERNELgreen2000-08-061-0/+3
* 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
* src/Makefile.inc1 sets DESTDIR=${WORLDTMP} for `buildworld' stageru2000-08-042-2/+2
* Return an error instead of overflowing the buffer in the case of a longkris2000-08-041-0/+4
* 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
OpenPOWER on IntegriCloud