aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Modify to work with phk's latest mods to cdevsw. This is a temporaryGreg Lehey1999-06-221-5/+4
* typo: Adviseroty -> AdvisoryTim Vanderhoek1999-06-221-2/+2
* When allocating new buffers in getnewbuf, there are several pointsKirk McKusick1999-06-221-11/+40
* Only print the device name once, during attach (device_quiet)Nick Hibma1999-06-211-0/+2
* Don't strip trailing .suffixes from filenames. Although obviouslyTim Vanderhoek1999-06-212-5/+6
* Update the locate database even if user nobody can't stat root'sSheldon Hearn1999-06-211-1/+2
* Fill in bi_bios_geom[] in the bootinfo structure passed to the kernel.Robert Nordier1999-06-215-11/+44
* Add missing declarations.Sheldon Hearn1999-06-211-0/+2
* Correctly return ENOEXEC for really short zipped files. The way this isTim Vanderhoek1999-06-211-1/+10
* Signal init(8) instead of executing halt(8) or reboot(8)Ruslan Ermilov1999-06-212-70/+100
* Don't allow users to prevent the updating of /etc/motd on machines forSheldon Hearn1999-06-211-3/+3
* Live & postmortem kernel debugging support for the alpha platform.Andrew Gallatin1999-06-215-2/+492
* Ensure that an update takes place when the -m option is used.Robert Nordier1999-06-211-2/+2
* Undo some of the reversions from previous revisions, and attempt toKris Kennaway1999-06-211-51/+82
* Add missing argument to synopsis.Sheldon Hearn1999-06-211-1/+2
* Use Dq mdoc tag for double-quoted words.Sheldon Hearn1999-06-211-12/+33
* Fix handling of maximum children and connections per minute.Sheldon Hearn1999-06-211-20/+28
* Sync with sys/i386/i386/machdep.c revision 1.342.KATO Takenori1999-06-212-24/+20
* Sync with sys/i386/conf/majors.i386 revision 1.77.KATO Takenori1999-06-211-3/+3
* Sync with sys/i386/conf/files.i386 revision 1.247.KATO Takenori1999-06-212-2/+4
* Correct troff sequence for backslashes in manual page.Joseph Koshy1999-06-212-2/+2
* Mention that data going from one internal address to another willBrian Somers1999-06-211-4/+11
* Minor cleanups to shutdown(8):Joseph Koshy1999-06-212-5/+22
* dsopen: Print a message if the unit has an invalid sector size.Greg Lehey1999-06-211-4/+6
* This fixes the problem of cancelling an FTP transfer resulting inBrian Feldman1999-06-212-3/+6
* Remove vm_object::cache_count and vm_object::wired_count. They areAlan Cox1999-06-203-32/+3
* Tweak FIFO and DMA thresholds to improve performance and reduce likelyhoodBill Paul1999-06-201-5/+5
* Quirk NOLUNS cabletron device.Matt Jacob1999-06-201-16/+15
* 1) Do not include usbdivar.h and access the interface descriptor throughNick Hibma1999-06-201-88/+39
* This is the second round of dd(1) changes. Some changes made/reversed byBrian Feldman1999-06-207-83/+108
* Use the proper interfaces to find if a device is enabled, don't dig intoPeter Wemm1999-06-202-6/+4
* Add ipfw binary breakage, as well as inetd updates.Warner Losh1999-06-201-1/+13
* Bump the __FreeBSD_version number now that libc_r contains a wrapperJohn Birrell1999-06-201-2/+2
* Remove -DNOPOLL from the compilation flags now that there is a poll wrapperJohn Birrell1999-06-203-12/+12
* In the words of the author:John Birrell1999-06-2078-4364/+5592
* Set cnt.v_page_size to PAGE_SIZE rather than DEFAULT_PAGE_SIZE so thatAlan Cox1999-06-202-5/+5
* Correct description of Vinum.Greg Lehey1999-06-202-6/+6
* Clean up some of the documentation at the top.Jordan K. Hubbard1999-06-202-16/+24
* For consistency with other implementations, check for the existenceAlan Cox1999-06-191-3/+3
* Implement -m option to enable/disable slices.Robert Nordier1999-06-192-8/+22
* Provide for enabling/disabling each slice individually.Robert Nordier1999-06-192-3/+5
* Fix use of e_phoff in place of e_phnum.Robert Nordier1999-06-192-4/+4
* Correct and clarify some comments.Robert Nordier1999-06-191-7/+7
* Add device rl0 to GENERIC. Also add al0 (ADMtek PCI ethernet) which IBill Paul1999-06-192-2/+6
* Goodbye to vaules, becasue, similiar, backgroud, aquired, freelisat, etc.Robert Nordier1999-06-193-39/+39
* Fix up the RealTek 8139 driver to work on FreeBSD/alpha. This involves aBill Paul1999-06-192-9/+47
* Move the IFSTATUS stuff after the address listing.Poul-Henning Kamp1999-06-191-5/+5
* Miscellaneous dd(1) changes: mainly fixing variable types (size_t, ssize_t,Brian Feldman1999-06-197-105/+104
* Thanks to Bruce for noticing this.... compare against the *new* nfsnode'sMatt Jacob1999-06-192-4/+4
* This is the much-awaited cleaned up version of IPFW [ug]id support.Brian Feldman1999-06-196-16/+172