aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Change the sx(9) assertion API to use a sx_assert() function similar toJohn Baldwin2001-10-233-42/+52
* Allow hw.acpi.cpu.{economy,performance}_speed to be set from the loaderJohn Baldwin2001-10-231-0/+9
* Change TUNABLE_*_FETCH to have a return value of 0 if the variable was notJohn Baldwin2001-10-231-17/+4
* - Change getenv_quad() to return an int instead of a quad_t since itJohn Baldwin2001-10-232-2/+23
* Set the code and signal for the F00F hack fault directly instead ofJohn Baldwin2001-10-232-14/+6
* Fix RAW dependency violation when compiled with gcc-3Peter Wemm2001-10-231-1/+1
* Set RB_MULTIPLE (multiple console support) if the kernel is bootedJonathan Lemon2001-10-233-0/+9
* Allow the RBX_DUAL flag to appear in bootinfo.Jonathan Lemon2001-10-232-2/+2
* Implement multiple low-level console support.Jonathan Lemon2001-10-236-237/+331
* Add RB_MULTIPLE flag so the bootloader can turn on mulitiple consoleJonathan Lemon2001-10-231-0/+1
* Add a siocnterm function for the CONS_DRIVER function vector.Jonathan Lemon2001-10-231-1/+9
* o Add two comments identifying problems with the current nfs_lock.cRobert Watson2001-10-231-0/+7
* o vn_open() fails to call VOP_CLOSE() if vfs_object_create fails. IdeallyRobert Watson2001-10-231-0/+1
* Assert that Giant is not held in mi_switch() unless the process stateJohn Baldwin2001-10-231-0/+4
* Break out the bus front ends into their own files. RewriteWarner Losh2001-10-2310-419/+577
* Turn off the single-user override. We've been running multi-userPeter Wemm2001-10-231-5/+0
* Add data serialisations after ptc and mov to rr[] instructions.Doug Rabson2001-10-231-5/+6
* Add a bunch of new PCI ID's for Intel ATA chips.Søren Schmidt2001-10-232-0/+10
* fix broken `compat_atdisk'(replace raw device name with block device's).Akio Morita2001-10-231-2/+3
* Add experimental support for the HighPoint HPT372 ATA133 controller.Søren Schmidt2001-10-232-7/+41
* Fix compile error of the case using `LINE30' option.Akio Morita2001-10-232-0/+6
* Add experimental support for the Promise ATA133 controller.Søren Schmidt2001-10-232-4/+10
* Add a tunable (hw.pcic.boot_deactivated) which will boot the systemWarner Losh2001-10-231-1/+14
* Fix incorrect double-termination of vm_object. When a vm_object isMatthew Dillon2001-10-231-1/+12
* Change the vnode list under the mount point from a LIST to a TAILQMatthew Dillon2001-10-2317-53/+58
* Remove funky right justification.Mike Barcroft2001-10-236-52/+52
* Fixed the value of the prefixlen in the sadb_address structure.Hajimu UMEMOTO2001-10-221-8/+20
* In the signal trampoline, flush the register stack before callingDoug Rabson2001-10-222-2/+4
* Reduce frequency of Battery info (_BIF) acquisition. This helpsMitsuru IWASAKI2001-10-221-6/+38
* Fix reversed virtual/physical bus check, whoops!Mike Smith2001-10-221-1/+1
* Remove unused headers that were breaking LINT.Jonathan Lemon2001-10-221-6/+0
* No, you may not /* FALLTHROUGH */. Not only will you return an incorrectDag-Erling Smørgrav2001-10-221-1/+1
* wx is an ex-parrot. wx doesn't exist any more, so remove it.Warner Losh2001-10-222-2/+0
* These two used sioreg.h as well. This is mildly bogus, but it is harderWarner Losh2001-10-222-2/+2
* Upon further reflection, back out previous commit, partly for the reasonsDag-Erling Smørgrav2001-10-222-9/+7
* restore the data of the ip header when extended udp header and data checksumHajimu UMEMOTO2001-10-221-0/+3
* disk_clone() was a bit too eager to please: "md0s1ec" is not a validPoul-Henning Kamp2001-10-221-0/+2
* Remove extra memory region kept by "struct pfil_head pfil_head_t;".Ruslan Ermilov2001-10-221-1/+1
* Setup for a 200MB FS -- 209715200/512= 409600 sectors.David E. O'Brien2001-10-221-1/+1
* Implement TCP/IP checksum off-loading on send for the 3c905B and laterAlan Cox2001-10-221-1/+12
* First commit after a repo copy of isa/sio* -> dev/sio:Warner Losh2001-10-228-3532/+6
* Move the stop event macros from pioctl.h to proc.h, and add an S_ALLSTOPSDag-Erling Smørgrav2001-10-222-7/+9
* Move procfs_* from procfs_machdep.c into sys_process.c, and rename them toDag-Erling Smørgrav2001-10-2117-811/+50
* [partially forced commit due to pilot error in earlier commit attempt]Dag-Erling Smørgrav2001-10-2115-40/+101
* {set,fill}_{,fp,db}regs() fixup:Dag-Erling Smørgrav2001-10-212-2/+28
* Add proc/mtab which simulates a Linux system's /etc/mtab.Dag-Erling Smørgrav2001-10-211-1/+72
* This module will soon need opt_linux.h (for <linux/linux_util.h>)Dag-Erling Smørgrav2001-10-211-0/+1
* Convert textvp_fullpath() into the more generic vn_fullpath() which takes aDag-Erling Smørgrav2001-10-212-11/+13
* Add some more names for bits of trapframe.Doug Rabson2001-10-211-6/+15
* We need to save a bit more information in the partial syscall trapframeDoug Rabson2001-10-212-30/+90