aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Re-add vpo. I've just re-tested this in a 'make world' on a DecemberPeter Wemm2000-01-261-1/+1
* Removed 3rd arg from bindresvport_sa() call, because the 3rd arg have beenYoshinobu Inoue2000-01-261-2/+1
* Fix timestamp handling.Dag-Erling Smørgrav2000-01-261-5/+7
* Synced with sys/i386/isa/isa_compat.h and pcaudio.c revisions 1.26 andKATO Takenori2000-01-262-33/+38
* Synced with sys/i386/isa/npx.c rev 1.79.KATO Takenori2000-01-261-10/+9
* Properly teardown the allocated and initialised stuff when an errorNick Hibma2000-01-264-76/+86
* Improved English in the messages printed by diskerr().Bruce Evans2000-01-261-16/+15
* Don't set ivars until we checked the return value from device_add_child.Nick Hibma2000-01-264-4/+4
* bindresvport related changesYoshinobu Inoue2000-01-265-76/+139
* Add commentsNick Hibma2000-01-261-6/+27
* Fix getaddrinfo() behaviour to be more compliant with RFC2553. Patches areYoshinobu Inoue2000-01-261-116/+17
* Use a more conventional copyright message.Peter Wemm2000-01-261-9/+14
* Minor fixes to library interface to improve POSIX.1e compliance. ThisRobert Watson2000-01-2619-161/+139
* Remove `vpo' with a vengeance -- "EXAMPLE" modules have *NO* businessDavid E. O'Brien2000-01-261-1/+1
* Correctly initialise the available IRQ numbers in the APIC_IO case.Mike Smith2000-01-264-36/+48
* Don't use ATM on the alpha - it #errors out.Brian Somers2000-01-261-1/+5
* if_tun is out of here -- it can come back with it stops breaking theDavid E. O'Brien2000-01-261-2/+2
* The ppc driver has moved to sys/isa.Doug Rabson2000-01-252-2235/+0
* Get the ppc driver from sys/isa instead of sys/i386/isa.Doug Rabson2000-01-251-1/+1
* Make this lot build on alpha.Doug Rabson2000-01-253-4/+6
* * Don't use ivars to access resources, bus_set/get_resource is much better.Doug Rabson2000-01-252-20/+52
* Convert pca driver to newbus and add PnP ids.Doug Rabson2000-01-252-24/+35
* Use device_printf() instead of device_print_prettyname().Doug Rabson2000-01-253-30/+27
* Because we added 4 bytes to the inquiry data size, we need toMatt Jacob2000-01-251-1/+1
* Add a reference to ng_ether(8).Archie Cobbs2000-01-2530-26/+64
* Add a reference to ng_bpf(8).Archie Cobbs2000-01-251-1/+2
* New man page ng_ether(8) describing the netgraph capabilities ofArchie Cobbs2000-01-253-1/+229
* Retry a bit more agressively on the atapi identify.Søren Schmidt2000-01-256-31/+57
* Argh, this is what I get for testing, making one last "harmless cosmeticJordan K. Hubbard2000-01-252-2/+2
* Fix left over references to things like 'ata0' in comments.Peter Wemm2000-01-253-9/+9
* Add usbd_clear_endpoint_toggle(pipe) function.Nick Hibma2000-01-252-0/+9
* Correct subroutine names in DPRINTFNick Hibma2000-01-251-5/+5
* Redo the SHORT INQUIRY length stuff to be a bit cleaner.Matt Jacob2000-01-251-32/+27
* The swapdev_vp changes made to rip out the swap specfs interactionMatthew Dillon2000-01-251-8/+8
* Add human-readable output flag, -hMichael Haro2000-01-253-16/+128
* When autosense fails, make sure we retry the command.Kenneth D. Merry2000-01-251-1/+1
* Propagate sense data through from SIM (if there) and mark the CTIOMatt Jacob2000-01-251-51/+88
* Propagate sense data through from SIM (if there) and mark the CTIOMatt Jacob2000-01-251-2/+28
* Go for the gusto and do the full 256 bytes for inquiry data.Matt Jacob2000-01-252-6/+8
* Always leave SP_DCEN on (monitor DCD). Otherwise the firmware *really*Peter Wemm2000-01-252-2234/+2249
* several tcp apps IPv6 updateYoshinobu Inoue2000-01-2526-199/+1185
* Improve the explanation on the (in)security of mktemp(3).Sheldon Hearn2000-01-251-3/+6
* Fix return value check for inet_pton().Munechika SUMIKAWA2000-01-251-1/+1
* Now that kernel is capable of notifying user processes aboutRuslan Ermilov2000-01-251-8/+6
* Do not use "DEFAULT_VTABLE_THUNKS". The bugs that have existed sinceDavid E. O'Brien2000-01-251-3/+4
* Fix English. Also use full spelling and reorg a little while I'm here.David E. O'Brien2000-01-251-5/+5
* Remove i8042.h. This file is an improvement on its successors, but itBruce Evans2000-01-251-27/+0
* Install the USB include files in /usr/include/dev/usb.Nick Hibma2000-01-253-2/+11
* Don't follow null pointers if we somehow have a null devswitch entryBruce Evans2000-01-251-11/+17
* Fixed the profiling version ALTENTRY(). Again. The previous versionBruce Evans2000-01-252-10/+18