aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Round 2 of munging the MI/MD split in NOTES. Put almost all the deviceJohn Baldwin2002-04-092-391/+365
* Update comments to reflect the recent ephemeral port rangeMike Silbersack2002-04-091-3/+4
* Upgrade to FICL version 3.02. Anything wrong is my fault, everything right isDaniel C. Sobral2002-04-0927-1275/+3925
* Don't lock the ithread lock in ithread_create(). The ithread isn't on anyJohn Baldwin2002-04-091-2/+0
* Implement DIOCGFRONTSTUFF ioctl which reports how many bytes from the startPoul-Henning Kamp2002-04-0910-43/+99
* Various stylistic nit picking.Poul-Henning Kamp2002-04-093-16/+16
* Introduce the convenience function g_getattr() and make it DWIM.Poul-Henning Kamp2002-04-092-0/+15
* Constifixation of attribute argument to g_io_[gs]etattr()Poul-Henning Kamp2002-04-092-4/+4
* Describe the generic disk ioctls in some detail.Poul-Henning Kamp2002-04-091-2/+29
* Constifixion of bio_attribute.Poul-Henning Kamp2002-04-091-1/+1
* Slight tidy up to reduce the differences between our version and NetBSD's.Josef Karthauser2002-04-091-9/+9
* GC various bits and pieces of USERCONFIG from all over the place.Poul-Henning Kamp2002-04-0922-104/+6
* machine/uc_device.h was only here for USERCONFIG and kget(1).Poul-Henning Kamp2002-04-091-73/+0
* Rename DIOCGKERNELDUMP to DIOCSKERNELDUMP as it strictly speakingPoul-Henning Kamp2002-04-093-3/+3
* Define a complete set of accessors for application and control registers.Doug Rabson2002-04-091-215/+83
* Don't call make_dev from ssccnattach - its far too early to work properly.Doug Rabson2002-04-091-0/+8
* Back out rev 1.11. People want a FUBARed prototype that breaks manyDavid E. O'Brien2002-04-091-1/+6
* Turn #ifdef LOOKUP_SHARED into #ifndef LOOKUP_EXCLUSIVE to enable thisJeff Roberson2002-04-095-12/+13
* Back out revision 1.11 which wrapped the ioctl prototype w/()'s.David E. O'Brien2002-04-091-6/+1
* Forgot these files in previous commit to frame.h. Also add needed includeJake Burkholder2002-04-092-7/+8
* Oops. machine/emul.h didn't exist yet.Jake Burkholder2002-04-091-0/+39
* Rename some fields in struct frame to be compatible with NetBSD/OpenBSD,Jake Burkholder2002-04-095-23/+33
* Add device se (commented out, most people won't find this useful yet).Jake Burkholder2002-04-091-0/+1
* Use the right major number.Jake Burkholder2002-04-091-1/+1
* Grab a major number for the se driver.Jake Burkholder2002-04-091-0/+1
* Add the se driver.Jake Burkholder2002-04-091-0/+1
* Add a low level console driver for the Siemens SAB82532 chip found in manyJake Burkholder2002-04-092-0/+525
* Fix another unsigned long used to index the symbol table which should beJake Burkholder2002-04-091-1/+1
* Enable device pass.Jake Burkholder2002-04-081-1/+1
* The fourth parameter to copystr() is a size_t, not an int.Maxime Henrion2002-04-082-2/+4
* Quiet witness warnings about acquiring several zone locks. In the case thatJeff Roberson2002-04-081-1/+2
* Fix typo: conole -> consoleJeroen Ruigrok van der Werven2002-04-082-2/+2
* Lock down Giant in the usb_task_thread() kthread.Josef Karthauser2002-04-081-0/+4
* Change ks_calls from int64_t to uint64_t, since it cannot be negative.Jeroen Ruigrok van der Werven2002-04-081-1/+1
* Removed ispc98 sysctl completely. Applications should understand thatBruce Evans2002-04-082-6/+0
* Regenerate.Josef Karthauser2002-04-082-2/+9
* Add an entry for HP LaserJet 1200.Josef Karthauser2002-04-081-0/+1
* Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>.Poul-Henning Kamp2002-04-0810-25/+26
* Remove 3 instances of vm_zone.h inclusion.Poul-Henning Kamp2002-04-083-3/+0
* In reverence of the 3rd X11 development rule:Poul-Henning Kamp2002-04-085-9/+0
* Put back dumppcb, but this time we put a comment to tell what it is for.Poul-Henning Kamp2002-04-081-4/+12
* Print DRQ resource in boot message.Takanori Watanabe2002-04-081-0/+1
* Change the vm_zone calls over to uma calls. Remove the reference to theJeff Roberson2002-04-081-9/+9
* Add a mechanism to disable buckets when the v_free_count drops belowJeff Roberson2002-04-081-6/+29
* Don't release the zone lock until after the dtor has been called. As far as IJeff Roberson2002-04-081-3/+3
* Restructure aio_return() to eliminate duplicated code and facilitate GiantAlan Cox2002-04-081-21/+15
* Implement uma_zdestroy(). It's prototype changed slightly. I decided that IJeff Roberson2002-04-082-30/+78
* There's only one socket zone so we don't need to remember itJeffrey Hsu2002-04-082-3/+1
* Rework most of the bucket allocation and free code so that per cpu locks areJeff Roberson2002-04-082-215/+193
* Sony ID is 0x0002, not 0x0001. Noticed by Ichiro Fukuhara-san when IWarner Losh2002-04-081-1/+1