aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Added a new field to the pci_device struct called pd_shutdown to specifyDavid Greenman1995-03-1710-26/+85
* Call dev_shutdownall() just after unmounting filesystems.David Greenman1995-03-172-2/+6
* Changed names of goaway routines into shutdown routines.David Greenman1995-03-172-9/+9
* Add four more filesystem flags:Garrett Wollman1995-03-1618-35/+43
* Statically-compiled filesystems now use a VFCF_STATIC flag rather thanGarrett Wollman1995-03-161-7/+9
* Reject source routes unless configured on by administrator.Garrett Wollman1995-03-162-18/+24
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-16206-536/+827
* Prepare for shared interrupts (required by the new PCI code that addsStefan Eßer1995-03-162-4/+12
* Add inet_ntoa() and replace ARP's private routine with same.Garrett Wollman1995-03-164-30/+64
* Prepare for shared interrupts (required by the new PCI code that addsStefan Eßer1995-03-163-3/+58
* Remove isa/prof_machdep.c. It doesn't exist yet.Bruce Evans1995-03-162-4/+2
* This set of patches enables IP multicasting to work under FreeBSD. I amGarrett Wollman1995-03-163-23/+56
* Make ncr.c compile again (PRINT_ADDR() had been patchedStefan Eßer1995-03-161-3/+3
* Plug lurking bug when a device returns ASC:ASCQ 0xff:0xffPeter Dufault1995-03-151-4/+15
* Conditionalise debug message.Stefan Eßer1995-03-151-3/+3
* Fix support for extended partitions (forgot to release the buffer).Bruce Evans1995-03-152-6/+14
* Change it so it doesn't say "probe0" for SCSI probe "device".Peter Dufault1995-03-151-4/+5
* Document scsi optionsPeter Dufault1995-03-153-6/+24
* Add scsi/scsi_sense.cPeter Dufault1995-03-151-0/+1
* 1. Add text for ASC/ASCQPeter Dufault1995-03-159-41/+348
* Special cased the handling of mb_map in the M_WAITOK case. kmem_malloc()David Greenman1995-03-152-15/+26
* Added $Id$David Greenman1995-03-141-2/+2
* pcb allocations are not always done on behalf of a process; it is notDavid Greenman1995-03-141-2/+2
* Added support for generic FDDI and the DEC DEFEA and DEFPA FDDI adapters.David Greenman1995-03-1412-13/+4463
* Removed "-D" option and made symbols load all the time. They will beDavid Greenman1995-03-141-45/+39
* Change device entry examples to reflect the following:Steven Wallace1995-03-134-40/+28
* Remove old snd file configuration list and add new file listSteven Wallace1995-03-125-124/+197
* Reorganize how sound devices are configured. Use a snd controllerSteven Wallace1995-03-1217-166/+235
* Finally get rid of this bothering ``biodone: buffer already done''Joerg Wunsch1995-03-123-9/+36
* Allocate memory as M_IPFW,now we can watch firewall memory usageUgen J.S. Antsilevich1995-03-121-4/+4
* Save all changed devices so thet dset would be able to retriveUgen J.S. Antsilevich1995-03-121-1/+38
* Add M_DEVS for list of saved isa_device'sUgen J.S. Antsilevich1995-03-121-3/+7
* Add id_next field to struct isa_device,this does notUgen J.S. Antsilevich1995-03-121-1/+2
* Move a kernel inline function inside `#ifdef KERNEL' so that includingBruce Evans1995-03-121-7/+7
* Fix config-time syntax errors in sound options.Bruce Evans1995-03-123-42/+42
* Adding tunnel pseudo-device for Network Installation with User process PPP.Atsushi Murai1995-03-122-2/+4
* Finish the previous change. The device name got lost in diskerr().Bruce Evans1995-03-122-4/+4
* Fixed obsolete comment.David Greenman1995-03-122-4/+4
* Deleted vm_object_setpager().David Greenman1995-03-121-2/+1
* Deleted vm_object_setpager().David Greenman1995-03-122-24/+3
* Explicitly set object->flags = OBJ_CANPERSIST.David Greenman1995-03-121-3/+2
* Update a couple of counters.Poul-Henning Kamp1995-03-121-1/+3
* Added a comment.David Greenman1995-03-112-2/+10
* Added some additional DIAGNOSTIC code that makes sure that freedDavid Greenman1995-03-111-2/+12
* Fix completely bogus comment.David Greenman1995-03-111-3/+3
* Clear OBJ_INTERNAL flag for device pager objects and named anonymousDavid Greenman1995-03-112-2/+4
* Removed gratuitous and *extremely* evil setting of OBJ_INTERNAL. ThisDavid Greenman1995-03-111-3/+1
* A substantial change to the way this works. Not the "TEST_LABELING" isPoul-Henning Kamp1995-03-113-128/+161
* Moved bb stuff to support.s per Bruces suggestion.Poul-Henning Kamp1995-03-116-42/+42
* Increased default minfree to 8%.David Greenman1995-03-101-2/+2