summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed the profiling version ALTENTRY(). Again. The previous versionbde2000-01-252-10/+18
* Removed ssc and su.bde2000-01-251-2/+2
* put things in place for jumbogramsmjacob2000-01-251-17/+35
* define jumbo packet sizemjacob2000-01-251-0/+1
* Reserve a major number for /dev/skip, used by the "security/skip" port.archie2000-01-251-0/+1
* Avoid m_len and m_pkthdr.len inconsistency when changing m_lenshin2000-01-252-0/+4
* Fix the bug that IPv4 ttl is not initialized when AF_INET6 socket is usedshin2000-01-252-16/+10
* General cleanup.sos2000-01-249-571/+613
* Move the *intrq variables into net/intrq.c and unconditionallybrian2000-01-2412-36/+203
* Add support for DM9102A boards with Davicom DM9801 HomePNA PHYs.wpaul2000-01-242-14/+154
* Copy i386/isa/atapi-cd.[ch] to a new name so that it doesn't have thepeter2000-01-2410-1868/+40
* Merged from sys/i386/conf/GENERIC rev 1.236.kato2000-01-242-6/+6
OpenPOWER on IntegriCloud