summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Forgot these files in previous commit to frame.h. Also add needed includejake2002-04-092-7/+8
* Oops. machine/emul.h didn't exist yet.jake2002-04-091-0/+39
* Rename some fields in struct frame to be compatible with NetBSD/OpenBSD,jake2002-04-095-23/+33
* Add device se (commented out, most people won't find this useful yet).jake2002-04-091-0/+1
* Use the right major number.jake2002-04-091-1/+1
* Grab a major number for the se driver.jake2002-04-091-0/+1
* Add the se driver.jake2002-04-091-0/+1
* Add a low level console driver for the Siemens SAB82532 chip found in manyjake2002-04-092-0/+525
* Fix another unsigned long used to index the symbol table which should bejake2002-04-091-1/+1
* Enable device pass.jake2002-04-081-1/+1
* The fourth parameter to copystr() is a size_t, not an int.mux2002-04-082-2/+4
* Quiet witness warnings about acquiring several zone locks. In the case thatjeff2002-04-081-1/+2
* Fix typo: conole -> consoleasmodai2002-04-082-2/+2
* Lock down Giant in the usb_task_thread() kthread.joe2002-04-081-0/+4
* Change ks_calls from int64_t to uint64_t, since it cannot be negative.asmodai2002-04-081-1/+1
* Removed ispc98 sysctl completely. Applications should understand thatbde2002-04-082-6/+0
* Regenerate.joe2002-04-082-2/+9
* Add an entry for HP LaserJet 1200.joe2002-04-081-0/+1
* Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>.phk2002-04-0810-25/+26
* Remove 3 instances of vm_zone.h inclusion.phk2002-04-083-3/+0
* In reverence of the 3rd X11 development rule:phk2002-04-085-9/+0
* Put back dumppcb, but this time we put a comment to tell what it is for.phk2002-04-081-4/+12
* Print DRQ resource in boot message.takawata2002-04-081-0/+1
* Change the vm_zone calls over to uma calls. Remove the reference to thejeff2002-04-081-9/+9
* Add a mechanism to disable buckets when the v_free_count drops belowjeff2002-04-081-6/+29
* Don't release the zone lock until after the dtor has been called. As far as Ijeff2002-04-081-3/+3
* Restructure aio_return() to eliminate duplicated code and facilitate Giantalc2002-04-081-21/+15
* Implement uma_zdestroy(). It's prototype changed slightly. I decided that Ijeff2002-04-082-30/+78
* There's only one socket zone so we don't need to remember ithsu2002-04-082-3/+1
* Rework most of the bucket allocation and free code so that per cpu locks arejeff2002-04-082-215/+193
* Sony ID is 0x0002, not 0x0001. Noticed by Ichiro Fukuhara-san when Iimp2002-04-081-1/+1
* Spelling correction; s/seperate/separate/gjeff2002-04-072-2/+2
* There should be no remaining references to these two files in the tree. Ifjeff2002-04-072-631/+0
* This fixes a bug where isitem never got set to 1 if a certain chain of eventsjeff2002-04-071-0/+2
* This makes ppbus childs like lpt and ppi succesfully connect to moreticso2002-04-077-7/+7
* GC the "dumplo" variable, which is no longer used.phk2002-04-078-8/+0
* Regenerate.wpaul2002-04-071-1/+6
* Teach the rlphy driver how to do parallel link detection. If the link partnerwpaul2002-04-073-1/+128
* General white space cleanup, to synchronise with NetBSD.joe2002-04-071-26/+36
* MFNetBSD:joe2002-04-071-3/+3
* MFNetBSD:joe2002-04-071-2/+2
* MFNetBSD:joe2002-04-071-8/+7
* MFNetBSD:joe2002-04-071-8/+13
* MFNetBSD: uhcireg.h (1.15), uhcivar.h (1.33)joe2002-04-072-2/+5
* MFNetBSD:joe2002-04-071-23/+67
* MFNetBSD:joe2002-04-071-2/+2
* MFNetBSD: hid.c (1.22), uhci.c (1.150), usb_subr.c (1.97)joe2002-04-073-7/+5
* MFNetBSD: uhid.c (1.45), ums.c (1.49), usbdi_util.c (1.35), usbdi_util.h (1.23)joe2002-04-074-16/+15
* MFNetBSD:joe2002-04-071-3/+3
* MFNetBSD: uhid.c (1.42 & 1.43), ugraphire_rdesc.h (1.1)joe2002-04-072-3/+116
OpenPOWER on IntegriCloud