summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Include ddb/db_sysctl.c when compiling with 'options DDB'.archie2000-01-271-0/+1
* Add a new sysctl "debug.enter_debugger" (when the kernel is compiledarchie2000-01-271-0/+77
* Add the new cdldr CD bootstrap loader. This patch includes the following:jhb2000-01-279-8/+589
* Fix brokenness introduced with the PAGING conditional variable. The valuejhb2000-01-272-2/+6
* Completely remove ATA_16BIT_ONLY, since this is done automaticallyasmodai2000-01-273-9/+0
* Add sysctl oid hw.atamodes to set the transfermodes online.sos2000-01-277-43/+101
* remove the ATA_16BIT_ONLY options, its now automatic.sos2000-01-271-1/+0
* Removed ATA_STATIC_ID and ATA_16BIT_ONLY from the undocumentedasmodai2000-01-273-6/+0
* Supported non-512 bytes/sector format.nyan2000-01-278-140/+122
* Move if_tun back to the common section now that it works on the Alpha.peter2000-01-271-2/+2
* Add more PCI VGA graphics card descriptions.yokota2000-01-271-15/+162
* Added ip6_forwarding check when prefix related ioctl is called.shin2000-01-271-0/+2
* Quick fix for stack overflow when there are more than about 25 slices.bde2000-01-271-10/+27
* Add control message ASCII conversion for this node type.archie2000-01-272-4/+62
* Add soft updates to the set of things being tagged. Syntax cleanup.mckusick2000-01-273-3/+6
* Fix catastrophic bug in NQNFS related to UDP mounts. The 'nqhost'dillon2000-01-262-26/+20
* handle simplex devices rightcg2000-01-261-1/+1
* A few more touchups:rwatson2000-01-261-4/+9
* Re-add vpo. I've just re-tested this in a 'make world' on a Decemberpeter2000-01-261-1/+1
* Synced with sys/i386/isa/isa_compat.h and pcaudio.c revisions 1.26 andkato2000-01-262-33/+38
* Synced with sys/i386/isa/npx.c rev 1.79.kato2000-01-261-10/+9
* Properly teardown the allocated and initialised stuff when an errorn_hibma2000-01-264-76/+86
* Improved English in the messages printed by diskerr().bde2000-01-261-16/+15
* Don't set ivars until we checked the return value from device_add_child.n_hibma2000-01-264-4/+4
* Add commentsn_hibma2000-01-261-6/+27
* Minor fixes to library interface to improve POSIX.1e compliance. Thisrwatson2000-01-261-5/+9
* Remove `vpo' with a vengeance -- "EXAMPLE" modules have *NO* businessobrien2000-01-261-1/+1
* Correctly initialise the available IRQ numbers in the APIC_IO case.msmith2000-01-264-36/+48
* Don't use ATM on the alpha - it #errors out.brian2000-01-261-1/+5
* if_tun is out of here -- it can come back with it stops breaking theobrien2000-01-261-2/+2
* The ppc driver has moved to sys/isa.dfr2000-01-252-2235/+0
* Get the ppc driver from sys/isa instead of sys/i386/isa.dfr2000-01-251-1/+1
* Make this lot build on alpha.dfr2000-01-253-4/+6
* * Don't use ivars to access resources, bus_set/get_resource is much better.dfr2000-01-252-20/+52
* Convert pca driver to newbus and add PnP ids.dfr2000-01-252-24/+35
* Use device_printf() instead of device_print_prettyname().dfr2000-01-253-30/+27
* Because we added 4 bytes to the inquiry data size, we need tomjacob2000-01-251-1/+1
* Retry a bit more agressively on the atapi identify.sos2000-01-256-31/+57
* Fix left over references to things like 'ata0' in comments.peter2000-01-253-9/+9
* Add usbd_clear_endpoint_toggle(pipe) function.n_hibma2000-01-252-0/+9
* Correct subroutine names in DPRINTFn_hibma2000-01-251-5/+5
* Redo the SHORT INQUIRY length stuff to be a bit cleaner.mjacob2000-01-251-32/+27
* The swapdev_vp changes made to rip out the swap specfs interactiondillon2000-01-251-8/+8
* When autosense fails, make sure we retry the command.ken2000-01-251-1/+1
* Propagate sense data through from SIM (if there) and mark the CTIOmjacob2000-01-251-51/+88
* Propagate sense data through from SIM (if there) and mark the CTIOmjacob2000-01-251-2/+28
* Go for the gusto and do the full 256 bytes for inquiry data.mjacob2000-01-252-6/+8
* Always leave SP_DCEN on (monitor DCD). Otherwise the firmware *really*peter2000-01-252-2234/+2249
* Remove i8042.h. This file is an improvement on its successors, but itbde2000-01-251-27/+0
* Don't follow null pointers if we somehow have a null devswitch entrybde2000-01-251-11/+17
OpenPOWER on IntegriCloud