aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Grab ADJUST_CHECKSUM() macro from alias_local.h.Ruslan Ermilov2000-08-311-17/+0
* Create aliasing links for incoming ICMP echo/timestamp requests.Ruslan Ermilov2000-08-312-47/+24
* catgets: detect if fd becomes invalid after exec and return default responseAndrey A. Chernov2000-08-301-6/+6
* Explicetely describe catalog descriptor lifetimeAndrey A. Chernov2000-08-301-0/+6
* Replace strtok with strsep (strtok is not allowed in libraries)Andrey A. Chernov2000-08-301-1/+1
* strtok -> strsep (no strtok allowed in libraries)Andrey A. Chernov2000-08-292-6/+8
* strtok -> strsep (no strtok allowed in libraries)Andrey A. Chernov2000-08-291-3/+6
* strtok() -> strsep() (no strtok() in libraries allowed)Andrey A. Chernov2000-08-292-16/+26
* According to the susv2 man pages I have, remove(3) should act asDavid Malone2000-08-282-7/+26
* Sync with NetBSD:Nick Hibma2000-08-266-14/+14
* Still have to support libscrypt for now :( Add #defines to take DESBrian Feldman2000-08-241-0/+2
* Add weak symbol pragma for crypt_set_format().Jeroen Ruigrok van der Werven2000-08-231-0/+6
* The second call to _thread_kern_sig_defer() in sem_post() should be a callJason Evans2000-08-233-3/+3
* Stick login_setcryptfmt() in its own file to make pulling in ofBrian Feldman2000-08-233-17/+46
* The API change mentioned in the previous revision has been backed out, soJohn Baldwin2000-08-221-5/+0
* How did you sneak in...Brian Feldman2000-08-221-1/+1
* Add working and easy crypt(3)-switching. Yes, we need a whole new APIBrian Feldman2000-08-228-19/+135
* Remove duplicate FreeBSD id tags.John Baldwin2000-08-213-3/+0
* Grok 125 replies to passive RETR. This fixes an interoperability bug withDag-Erling Smørgrav2000-08-211-1/+2
* Fix two bugs:Archie Cobbs2000-08-172-30/+12
* Fix style bugs (including ones introduced from OpenBSD).Brian Feldman2000-08-162-58/+32
* Fixed PunchFW code segmentation violation bug.Ruslan Ermilov2000-08-141-5/+4
* Use queue(3) LIST_* macros for doubly-linked lists.Ruslan Ermilov2000-08-141-65/+18
* Fix an off-by-one error in the recursive mutex handling that made itAlfred Perlstein2000-08-133-9/+9
* The rest of the changes needed to support the new version of sendmail (8.11.0).Gregory Neil Shapiro2000-08-123-1/+40
* - Added support for installing boot0 and boot0.5 for PC-98.Yoshihiro Takahashi2000-08-123-2/+75
* Add the -mpreferred-stack-boundary=2 option to reduce code bloat. WePeter Wemm2000-08-111-0/+4
* Add support to send the string 'PXEClient' as the Vendor classPaul Saab2000-08-113-4/+32
* Don't retry connecting via the same medium.Hajimu UMEMOTO2000-08-101-16/+8
* mention getipnodeby* and get{addr,name}info are not thread-safe. (sync with ...Jun-ichiro itojun Hagino2000-08-096-21/+110
* - Do not modify Peer's Call ID in outgoing Incoming-Call-ConnectedRuslan Ermilov2000-08-091-18/+25
* This is an overhaul of the mode page handling in camcontrol as well asKelly Yancey2000-08-082-3/+4
* If using a DB_RECNO, db::put should return the new key if R_IAFTER isBrian Feldman2000-08-081-1/+9
* - Fixed warnings and typo.Yoshihiro Takahashi2000-08-082-1/+6
* kevent() is not a POSIX cancellation point, so _kevent() need not beJason Evans2000-08-081-7/+2
* Add wrapper for kevent() syscallJonathan Lemon2000-08-0713-9/+95