aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* put hosts before bind.Jordan K. Hubbard1998-11-161-4/+4
* Update tcopy for CAM. (/dev/rst0 -> /dev/rsa0)Kenneth D. Merry1998-11-161-1/+1
* Now that the wd driver is fixed (Thanks Bruce!), re-enable theKenneth D. Merry1998-11-151-10/+2
* Update ssh version number. It's only informational, anyway.Andrzej Bialecki1998-11-151-3/+3
* Use console instead of ttyv0 - it didn't work with serial console...Andrzej Bialecki1998-11-151-4/+18
* Use snprintf to make sure we don't overflow a buffer.Kenneth D. Merry1998-11-151-4/+5
* Fix an error message. (it was using an uninitialized variable)Kenneth D. Merry1998-11-151-2/+2
* The below patch helps to reduce the leakage of internal socket informationGuido van Rooij1998-11-152-4/+6
* Reimplement the NFS ACCESS RPC cache as an "accelerator" rather than a trueMike Smith1998-11-154-88/+28
* Implement the nfs_access_cache variable, allowing us to set the timeout forMike Smith1998-11-158-8/+30
* Document the new nfs_access_cache variable.Mike Smith1998-11-151-1/+11
* Make it possible to adjust the IDE probe delay from kernel config files.Eivind Eklund1998-11-156-6/+37
* Depend on __FreeBSD_version instead of __FreeBSD__Eivind Eklund1998-11-152-14/+14
* * Add hooks to allow the X server to access I/O ports and memory.Doug Rabson1998-11-1526-233/+915
* Build subr_rman.c by default.Doug Rabson1998-11-151-0/+1
* Don't include link_elf.c twice in the link.Doug Rabson1998-11-152-4/+2
* A couple of minor sanity checks.Doug Rabson1998-11-151-4/+10
* Fix printf format errors on alpha.Doug Rabson1998-11-151-4/+4
* * Change 'struct resource' to 'struct config_resource'.Doug Rabson1998-11-157-14/+14
* In sendfile(2), check against sb_lowat when filling the socket buffer,David Greenman1998-11-151-2/+2
* Fixed a misspelling of boolean true as MNT_WAIT.Bruce Evans1998-11-152-2/+2
* Finished updating module event handlers to be compatible withBruce Evans1998-11-1511-35/+24
* Prevent MakeMaker to produce /usr/local/local/bin path forAndrey A. Chernov1998-11-151-3/+4
* Don't generate module event handlers of the wrong (old) type.Bruce Evans1998-11-151-4/+3
* Fixed the type of vfs_modevent (a little late, to match the correspondingBruce Evans1998-11-151-2/+2
* Fixed the type and order of vfs_modevent. This fixes part of a spew ofBruce Evans1998-11-151-6/+8
* Fixed a missing include. <sys/kernel.h> is needed by the newBruce Evans1998-11-151-2/+2
* Fixed the bug that caused negative busycounts in devstat. TheBruce Evans1998-11-151-6/+6
* Remove share/info from build tools because it breaks the build whenJohn Birrell1998-11-151-2/+1
* Interrupt threads waiting in select etc.John Birrell1998-11-153-0/+60
* Close a window between unlocking a spinlock and changing the thread state.John Birrell1998-11-1512-63/+93
* o Break fixups into binary fixups and XFree86 based fixups.Jordan K. Hubbard1998-11-1520-327/+340
* Fixed missing 'v' in usage message.Bruce Evans1998-11-151-2/+2
* Fixed bugs in previous commit:Bruce Evans1998-11-151-4/+5
* New file formats.David E. O'Brien1998-11-1518-0/+645
* Additional file formats.David E. O'Brien1998-11-151-7/+38
* indentDima Ruban1998-11-151-4/+4
* Use mmap for file coping. 5-10% faster than the read system call.Wolfram Schneider1998-11-141-1/+2
* Use mmap for reading files. This is faster than read().Wolfram Schneider1998-11-141-2/+2
* Fixed a couple of nits in sendfile(2): clear PG_ZERO before unbusyingDavid Greenman1998-11-141-3/+3
* My changes to the new device interface:Garrett Wollman1998-11-1411-208/+462
* Change USERCONFIG_BOOT -> INTRO_USERCONFIGAndrzej Bialecki1998-11-143-6/+6
* Added a -v (verbose) option and hid multi-job file banner generationDavid Greenman1998-11-144-7/+15
* Add a missing newlineLuigi Rizzo1998-11-143-3/+3
* Add EXTRA_PKG_FLAGS to PKG_FLAGS. You can now add arguments to pkg_createSatoshi Asami1998-11-141-2/+2
* update for latest vendor importDavid E. O'Brien1998-11-141-4/+4
* Clean up conflicts.David E. O'Brien1998-11-147-84/+143
* This commit was generated by cvs2svn to compensate for changes in r41142,David E. O'Brien1998-11-1424-36/+504
|\
| * Virgin import of AMD (am-utils) v6.0b1David E. O'Brien1998-11-1432-128/+646
* | Add documentation for $rootdev.Mike Smith1998-11-131-1/+10