| Commit message (Expand) | Author | Age | Files | Lines |
* | When removing kqueue descriptors from the descriptor table during a fork, | jlemon | 2001-12-14 | 1 | -3/+8 |
* | Reduce the local network slowstart flightsize from infinity to 4 packets. | silby | 2001-12-14 | 1 | -1/+1 |
* | Device Polling code for -current. | luigi | 2001-12-14 | 18 | -3/+816 |
* | Let M_LEADINGSPACE write into non-shared mbufs. | luigi | 2001-12-14 | 1 | -1/+1 |
* | Enable UFS_DIRHASH in the GENERIC kernel. | iedowse | 2001-12-14 | 10 | -0/+13 |
* | Add prototypes for main() so that these programs compile with -Werror | luigi | 2001-12-14 | 3 | -0/+3 |
* | ftp(1) was not the only user of FTP_PASSIVE_MODE, libfetch uses it | mikeh | 2001-12-14 | 1 | -1/+1 |
* | Fixed to draw mouse cursor. The syscons driver for PC98 uses different | nyan | 2001-12-14 | 6 | -18/+20 |
* | mdoc(7) police: add -p to the synopsis line as well. | ru | 2001-12-14 | 1 | -1/+1 |
* | MFCrypto: Remove -r, -s, sort -p. | ru | 2001-12-14 | 1 | -25/+5 |
* | mdoc(7) police: remove -r from SYNOPSIS, sort -p in DESCRIPTION. | ru | 2001-12-14 | 2 | -12/+10 |
* | mdoc(7) police: bump document date. | ru | 2001-12-14 | 1 | -1/+1 |
* | Bump __FreeBSD_version for userland smbfs import. | sheldonh | 2001-12-14 | 1 | -1/+1 |
* | Arrange for the smbfs examples to be installed. | sheldonh | 2001-12-14 | 3 | -2/+21 |
* | Add bmake glue for src/contrib/smbfs and connect userland smbfs | sheldonh | 2001-12-14 | 10 | -2/+145 |
* | * cleanup comments and defines | phantom | 2001-12-14 | 1 | -8/+1 |
* | o Clarify the comments on AIO to note that yes, AIO really is unsuitable | rwatson | 2001-12-14 | 2 | -4/+4 |
* | Detail the smbfs-1.4.1 import. | sheldonh | 2001-12-14 | 1 | -0/+6 |
* | This commit was generated by cvs2svn to compensate for changes in r87866, | sheldonh | 2001-12-14 | 52 | -0/+7041 |
|\ |
|
| * | Import smbfs-1.4.1. | sheldonh | 2001-12-14 | 52 | -0/+7041 |
* | Add disk I/O scheduling for positively niced processes. | mckusick | 2001-12-14 | 1 | -0/+2 |
* | mdoc(7) police overhaul. | ru | 2001-12-14 | 1 | -118/+155 |
* | mdoc(7) police overhaul. | ru | 2001-12-14 | 1 | -54/+77 |
* | Bump configvers for different handling of maxusers. | peter | 2001-12-14 | 1 | -1/+1 |
* | Proper fix for old config setting maxusers to 8. | peter | 2001-12-14 | 7 | -7/+7 |
* | Fixed prototype. | ru | 2001-12-14 | 1 | -1/+7 |
* | mdoc(7) police: don't xref to itself. | ru | 2001-12-14 | 1 | -1/+1 |
* | mdoc(7) police: markup, grammar and spelling nits. | ru | 2001-12-14 | 13 | -132/+190 |
* | mdoc(7) police: kill the undead whitespace at EOL. | ru | 2001-12-14 | 1 | -1/+1 |
* | mdoc(7) police: remove hard sentence break which I didn't | ru | 2001-12-14 | 1 | -1/+2 |
* | Work around the bugfeature of test(1). | ru | 2001-12-14 | 2 | -2/+2 |
* | A slightly different version of the vlrureclaim fix. | dillon | 2001-12-14 | 1 | -3/+1 |
* | Remove printf's on mbuf/cluster allocation failures. There are now | luigi | 2001-12-14 | 14 | -82/+15 |
* | Add disk I/O scheduling for positively niced processes. | mckusick | 2001-12-14 | 1 | -0/+25 |
* | Moved the updating of if_ibytes from ether_demux() to ether_input() to fix | dg | 2001-12-14 | 1 | -1/+2 |
* | Whitespace and capitalization fixes to sync with RELENG_4. | bmah | 2001-12-14 | 2 | -24/+24 |
* | Too many people are compiling kernels with maxusers set to 0 without the new | dillon | 2001-12-14 | 1 | -1/+1 |
* | ftp(1) uses passive mode by default now, therefore remove | mikeh | 2001-12-14 | 1 | -1/+1 |
* | This fixes a large number of bugs in our NFS client side code. A recent | dillon | 2001-12-14 | 6 | -11/+128 |
* | New release note: lukemftp. | bmah | 2001-12-14 | 2 | -0/+12 |
* | Add a '-l' flag to show CPU load for the various states, similar to what | luigi | 2001-12-14 | 1 | -2/+46 |
* | Add maxusers auto-sizing description to NOTES file for -current | dillon | 2001-12-14 | 2 | -2/+6 |
* | o Wording fix in comment. | rwatson | 2001-12-14 | 1 | -1/+1 |
* | Minimize the time necessary to suspend operations on a filesystem | mckusick | 2001-12-14 | 4 | -96/+209 |
* | Convert C++ style comments to proper C ones. | obrien | 2001-12-13 | 16 | -72/+87 |
* | Connect lukemftp to the build as the default ftp client. Lukemftp | mikeh | 2001-12-13 | 14 | -9453/+6 |
* | If we were called to allocate a vnode that is not associated with a | peter | 2001-12-13 | 1 | -0/+2 |
* | Remove stale prototype for sonewconn3(). | green | 2001-12-13 | 1 | -2/+0 |
* | o Back out portions of 1.50 and 1.47, eliminating sonewconn3() and | rwatson | 2001-12-13 | 3 | -29/+3 |
* | New release notes: boot loader -p for i386, maxusers autosizing, | bmah | 2001-12-13 | 2 | -2/+48 |