summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud