| Commit message (Expand) | Author | Age | Files | Lines |
* | - Added support for installing boot0 and boot0.5 for PC-98. | nyan | 2000-08-12 | 3 | -2/+75 |
* | Add the -mpreferred-stack-boundary=2 option to reduce code bloat. We | peter | 2000-08-11 | 1 | -0/+4 |
* | Add support to send the string 'PXEClient' as the Vendor class | ps | 2000-08-11 | 3 | -4/+32 |
* | Don't retry connecting via the same medium. | ume | 2000-08-10 | 1 | -16/+8 |
* | mention getipnodeby* and get{addr,name}info are not thread-safe. (sync with ... | itojun | 2000-08-09 | 6 | -21/+110 |
* | - Do not modify Peer's Call ID in outgoing Incoming-Call-Connected | ru | 2000-08-09 | 1 | -18/+25 |
* | This is an overhaul of the mode page handling in camcontrol as well as | kbyanc | 2000-08-08 | 2 | -3/+4 |
* | If using a DB_RECNO, db::put should return the new key if R_IAFTER is | green | 2000-08-08 | 1 | -1/+9 |
* | - Fixed warnings and typo. | nyan | 2000-08-08 | 2 | -1/+6 |
* | kevent() is not a POSIX cancellation point, so _kevent() need not be | jasone | 2000-08-08 | 1 | -7/+2 |
* | Add wrapper for kevent() syscall | jlemon | 2000-08-07 | 13 | -9/+95 |
* | Document return value of ENOENT for nonexistent/invalid filter entries. | jlemon | 2000-08-07 | 1 | -0/+2 |
* | Adjust TCP checksum rather than compute it afresh. | ru | 2000-08-07 | 1 | -4/+8 |
* | Don't use kern.disks sysctl on PC-98 because the wd driver doesn't call | nyan | 2000-08-07 | 1 | -0/+4 |
* | Good, fixing the header showed incorrect usage of it! #define _KERNEL | green | 2000-08-06 | 1 | -0/+3 |
* | Fix description of argv[0] passed to interpreted scripts; it's the name of | ben | 2000-08-05 | 1 | -3/+3 |
* | Prevent internal buffer overflow due to expansion of $LANG and/or name | kris | 2000-08-05 | 1 | -3/+11 |
* | src/Makefile.inc1 sets DESTDIR=${WORLDTMP} for `buildworld' stage | ru | 2000-08-04 | 2 | -2/+2 |
* | Return an error instead of overflowing the buffer in the case of a long | kris | 2000-08-04 | 1 | -0/+4 |
* | Calculate the string length of a u_long at compile-time, instead of using a | kris | 2000-08-04 | 1 | -5/+17 |
* | Correct factor-of-10 error in INT_STRLEN_MAXIMUM() calculation. | kris | 2000-08-04 | 1 | -1/+3 |
* | Correct string length bounds checking. | kris | 2000-08-04 | 1 | -3/+5 |
* | Prevent TMPDIR overflow. | kris | 2000-08-04 | 1 | -1/+5 |
* | Don't overflow the internal buffer in clnt_sperror() | kris | 2000-08-04 | 1 | -1/+1 |
* | sprintf -> snprintf paranoia | kris | 2000-08-04 | 1 | -3/+3 |
* | Limit the amount of data copied to the error buffer to _POSIX2_LINE_MAX. | kris | 2000-08-04 | 1 | -2/+2 |
* | Prevent buffer overflows. | kris | 2000-08-04 | 1 | -0/+10 |
* | Cleanup warnings by adding missint prototypes, removing unneeded duplicate | jhb | 2000-08-03 | 4 | -12/+20 |
* | Fix signedness bogon. | des | 2000-08-02 | 1 | -7/+6 |
* | Make sem_post() safe to call from within a signal handler, as required by | jasone | 2000-08-01 | 6 | -0/+30 |
* | Revert the temporary hack in rev 1.79. | peter | 2000-08-01 | 1 | -1/+1 |
* | If the format string passed to setproctitle begins with a '-' | ps | 2000-08-01 | 4 | -48/+28 |
* | Whitespace only: | sheldonh | 2000-07-31 | 1 | -4/+4 |
* | Add pointers to rfork_thread(3) | peter | 2000-07-31 | 1 | -3/+12 |
* | Add a skeleton rfork_thread(3) man page. | peter | 2000-07-29 | 2 | -1/+79 |
* | Take a shot at implementing a functional rfork_thread() for alpha. This | peter | 2000-07-29 | 2 | -0/+66 |
* | Fix some rather interesting bugs that managed to not turn up in various | peter | 2000-07-29 | 1 | -5/+5 |
* | rfork(2) wrapper for simple rfork-style threads. I have lost count of | peter | 2000-07-29 | 3 | -2/+114 |
* | Deal with the exit entry in MIASM changing to sys_exit. | peter | 2000-07-29 | 1 | -1/+1 |
* | Teach library about Home/End keys | ache | 2000-07-28 | 2 | -5/+30 |
* | Fully preserve original tty settings outside of line edition mode. Old variant | ache | 2000-07-28 | 1 | -44/+8 |
* | Move terminal descriptor flush before stty to eliminate potential problems | ache | 2000-07-27 | 1 | -1/+1 |
* | Don't fail if _ftp_stat() reports a protocol error, since that most likely | des | 2000-07-27 | 1 | -0/+1 |
* | Fix temp. singnals blocking. Only one signal was blocked due to typo pasted | ache | 2000-07-26 | 1 | -3/+5 |
* | Add address translation support for RTSP/RTP used by RealPlayer and | archie | 2000-07-26 | 8 | -3/+819 |
* | MFC 1.11.2.3 from -stable to -current | dillon | 2000-07-25 | 1 | -6/+21 |
* | If the server reports the size as 0, treat it as unknown. This works around | des | 2000-07-25 | 1 | -3/+2 |
* | Centralize the default port finding code. | des | 2000-07-25 | 3 | -33/+43 |
* | Clean up some nits, with the permission of the author: | sheldonh | 2000-07-24 | 1 | -7/+14 |
* | Remove the reference to KERN_UPDATEINTERVAL and syncer(4), since | sheldonh | 2000-07-22 | 1 | -6/+0 |