summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Tra-La, another QLogic f/w funny- this time with the 2300.mjacob2001-10-231-8/+25
* Regen.n_hibma2001-10-232-2/+18
* Add Olympus C-700n_hibma2001-10-231-0/+4
* Change the sx(9) assertion API to use a sx_assert() function similar tojhb2001-10-233-42/+52
* Allow hw.acpi.cpu.{economy,performance}_speed to be set from the loaderjhb2001-10-231-0/+9
* Change TUNABLE_*_FETCH to have a return value of 0 if the variable was notjhb2001-10-231-17/+4
* - Change getenv_quad() to return an int instead of a quad_t since itjhb2001-10-232-2/+23
* Set the code and signal for the F00F hack fault directly instead ofjhb2001-10-232-14/+6
* Fix RAW dependency violation when compiled with gcc-3peter2001-10-231-1/+1
* Set RB_MULTIPLE (multiple console support) if the kernel is bootedjlemon2001-10-233-0/+9
* Allow the RBX_DUAL flag to appear in bootinfo.jlemon2001-10-232-2/+2
* Implement multiple low-level console support.jlemon2001-10-236-237/+331
* Add RB_MULTIPLE flag so the bootloader can turn on mulitiple consolejlemon2001-10-231-0/+1
* Add a siocnterm function for the CONS_DRIVER function vector.jlemon2001-10-231-1/+9
* o Add two comments identifying problems with the current nfs_lock.crwatson2001-10-231-0/+7
* o vn_open() fails to call VOP_CLOSE() if vfs_object_create fails. Ideallyrwatson2001-10-231-0/+1
* Assert that Giant is not held in mi_switch() unless the process statejhb2001-10-231-0/+4
* Break out the bus front ends into their own files. Rewriteimp2001-10-2310-419/+577
* Turn off the single-user override. We've been running multi-userpeter2001-10-231-5/+0
* Add data serialisations after ptc and mov to rr[] instructions.dfr2001-10-231-5/+6
* Add a bunch of new PCI ID's for Intel ATA chips.sos2001-10-232-0/+10
* fix broken `compat_atdisk'(replace raw device name with block device's).amorita2001-10-231-2/+3
* Add experimental support for the HighPoint HPT372 ATA133 controller.sos2001-10-232-7/+41
* Fix compile error of the case using `LINE30' option.amorita2001-10-232-0/+6
* Add experimental support for the Promise ATA133 controller.sos2001-10-232-4/+10
* Add a tunable (hw.pcic.boot_deactivated) which will boot the systemimp2001-10-231-1/+14
* Fix incorrect double-termination of vm_object. When a vm_object isdillon2001-10-231-1/+12
* Change the vnode list under the mount point from a LIST to a TAILQdillon2001-10-2317-53/+58
* Remove funky right justification.mike2001-10-236-52/+52
* Fixed the value of the prefixlen in the sadb_address structure.ume2001-10-221-8/+20
* In the signal trampoline, flush the register stack before callingdfr2001-10-222-2/+4
* Reduce frequency of Battery info (_BIF) acquisition. This helpsiwasaki2001-10-221-6/+38
* Fix reversed virtual/physical bus check, whoops!msmith2001-10-221-1/+1
* Remove unused headers that were breaking LINT.jlemon2001-10-221-6/+0
* No, you may not /* FALLTHROUGH */. Not only will you return an incorrectdes2001-10-221-1/+1
* wx is an ex-parrot. wx doesn't exist any more, so remove it.imp2001-10-222-2/+0
* These two used sioreg.h as well. This is mildly bogus, but it is harderimp2001-10-222-2/+2
* Upon further reflection, back out previous commit, partly for the reasonsdes2001-10-222-9/+7
* restore the data of the ip header when extended udp header and data checksumume2001-10-221-0/+3
* disk_clone() was a bit too eager to please: "md0s1ec" is not a validphk2001-10-221-0/+2
* Remove extra memory region kept by "struct pfil_head pfil_head_t;".ru2001-10-221-1/+1
* Setup for a 200MB FS -- 209715200/512= 409600 sectors.obrien2001-10-221-1/+1
* Implement TCP/IP checksum off-loading on send for the 3c905B and lateralc2001-10-221-1/+12
* First commit after a repo copy of isa/sio* -> dev/sio:imp2001-10-228-3532/+6
* Move the stop event macros from pioctl.h to proc.h, and add an S_ALLSTOPSdes2001-10-222-7/+9
* Move procfs_* from procfs_machdep.c into sys_process.c, and rename them todes2001-10-2117-811/+50
* [partially forced commit due to pilot error in earlier commit attempt]des2001-10-2115-40/+101
* {set,fill}_{,fp,db}regs() fixup:des2001-10-212-2/+28
* Add proc/mtab which simulates a Linux system's /etc/mtab.des2001-10-211-1/+72
* This module will soon need opt_linux.h (for <linux/linux_util.h>)des2001-10-211-0/+1
OpenPOWER on IntegriCloud