summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't overflow the internal buffer in clnt_sperror()kris2000-08-041-1/+1
* sprintf -> snprintf paranoiakris2000-08-041-3/+3
* Limit the amount of data copied to the error buffer to _POSIX2_LINE_MAX.kris2000-08-041-2/+2
* Prevent buffer overflows.kris2000-08-041-0/+10
* Cleanup warnings by adding missint prototypes, removing unneeded duplicatejhb2000-08-034-12/+20
* Fix signedness bogon.des2000-08-021-7/+6
* Make sem_post() safe to call from within a signal handler, as required byjasone2000-08-016-0/+30
* 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-014-48/+28
* Whitespace only:sheldonh2000-07-311-4/+4
* 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
* Teach library about Home/End keysache2000-07-282-5/+30
* Fully preserve original tty settings outside of line edition mode. Old variantache2000-07-281-44/+8
* Move terminal descriptor flush before stty to eliminate potential problemsache2000-07-271-1/+1
* Don't fail if _ftp_stat() reports a protocol error, since that most likelydes2000-07-271-0/+1
* Fix temp. singnals blocking. Only one signal was blocked due to typo pastedache2000-07-261-3/+5
OpenPOWER on IntegriCloud