summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remember to unlock the zone if the fill count is too high.jeff2002-04-101-3/+4
* Remove the code that masks an EEXIST returned from rtinit() whenbrian2002-04-101-4/+0
* Don't add host routes for interface addresses of 0.0.0.0/8 -> 0.255.255.255.brian2002-04-101-6/+18
* Display the recursion count in the lock_instance in the show locksjhb2002-04-101-1/+2
* Cosmetic fixup in output of lock types in show locks output.jhb2002-04-101-1/+1
* Use the PCI port for pci cards, not just for PCIXR cards.brian2002-04-101-6/+6
* In linker_load_module(), check that rootdev != NODEV before callingbrian2002-04-101-3/+5
* Change linker_reference_module() so that it's passed a structbrian2002-04-103-6/+26
* Add some missing MODULE_VERSIONsbrian2002-04-108-0/+9
* Upgrade FICL to 3.02. Forgot this one, sorry.dcs2002-04-091-6/+7
* - Change fill_kinfo_proc() to require that the process is locked when itjhb2002-04-095-18/+31
* Change the first argument of prison_xinpcb() to be a thread pointer insteadjhb2002-04-093-6/+5
* Whitespace changes to wrap long lines.jhb2002-04-091-4/+8
* We don't need Giant to read the pgrp ID since the proc lock has protectedjhb2002-04-091-5/+3
* - Remove an early KSE diagnostic panic. The thread pointer here is alwaysjhb2002-04-091-4/+2
* Round 2 of munging the MI/MD split in NOTES. Put almost all the devicejhb2002-04-092-391/+365
* Update comments to reflect the recent ephemeral port rangesilby2002-04-091-3/+4
* Upgrade to FICL version 3.02. Anything wrong is my fault, everything right isdcs2002-04-0927-1275/+3925
* Don't lock the ithread lock in ithread_create(). The ithread isn't on anyjhb2002-04-091-2/+0
* Implement DIOCGFRONTSTUFF ioctl which reports how many bytes from the startphk2002-04-0910-43/+99
* Various stylistic nit picking.phk2002-04-093-16/+16
* Introduce the convenience function g_getattr() and make it DWIM.phk2002-04-092-0/+15
* Constifixation of attribute argument to g_io_[gs]etattr()phk2002-04-092-4/+4
* Describe the generic disk ioctls in some detail.phk2002-04-091-2/+29
* Constifixion of bio_attribute.phk2002-04-091-1/+1
* Slight tidy up to reduce the differences between our version and NetBSD's.joe2002-04-091-9/+9
* GC various bits and pieces of USERCONFIG from all over the place.phk2002-04-0922-104/+6
* machine/uc_device.h was only here for USERCONFIG and kget(1).phk2002-04-091-73/+0
* Rename DIOCGKERNELDUMP to DIOCSKERNELDUMP as it strictly speakingphk2002-04-093-3/+3
* Define a complete set of accessors for application and control registers.dfr2002-04-091-238/+106
* Don't call make_dev from ssccnattach - its far too early to work properly.dfr2002-04-091-0/+8
* Back out rev 1.11. People want a FUBARed prototype that breaks manyobrien2002-04-091-1/+6
* Turn #ifdef LOOKUP_SHARED into #ifndef LOOKUP_EXCLUSIVE to enable thisjeff2002-04-095-12/+13
* Back out revision 1.11 which wrapped the ioctl prototype w/()'s.obrien2002-04-091-6/+1
* 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
OpenPOWER on IntegriCloud