| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change the sx(9) assertion API to use a sx_assert() function similar to | John Baldwin | 2001-10-23 | 3 | -42/+52 |
| * | Allow hw.acpi.cpu.{economy,performance}_speed to be set from the loader | John Baldwin | 2001-10-23 | 1 | -0/+9 |
| * | Change TUNABLE_*_FETCH to have a return value of 0 if the variable was not | John Baldwin | 2001-10-23 | 1 | -17/+4 |
| * | - Change getenv_quad() to return an int instead of a quad_t since it | John Baldwin | 2001-10-23 | 2 | -2/+23 |
| * | Set the code and signal for the F00F hack fault directly instead of | John Baldwin | 2001-10-23 | 2 | -14/+6 |
| * | Fix RAW dependency violation when compiled with gcc-3 | Peter Wemm | 2001-10-23 | 1 | -1/+1 |
| * | Set RB_MULTIPLE (multiple console support) if the kernel is booted | Jonathan Lemon | 2001-10-23 | 3 | -0/+9 |
| * | Allow the RBX_DUAL flag to appear in bootinfo. | Jonathan Lemon | 2001-10-23 | 2 | -2/+2 |
| * | Implement multiple low-level console support. | Jonathan Lemon | 2001-10-23 | 6 | -237/+331 |
| * | Add RB_MULTIPLE flag so the bootloader can turn on mulitiple console | Jonathan Lemon | 2001-10-23 | 1 | -0/+1 |
| * | Add a siocnterm function for the CONS_DRIVER function vector. | Jonathan Lemon | 2001-10-23 | 1 | -1/+9 |
| * | o Add two comments identifying problems with the current nfs_lock.c | Robert Watson | 2001-10-23 | 1 | -0/+7 |
| * | o vn_open() fails to call VOP_CLOSE() if vfs_object_create fails. Ideally | Robert Watson | 2001-10-23 | 1 | -0/+1 |
| * | Assert that Giant is not held in mi_switch() unless the process state | John Baldwin | 2001-10-23 | 1 | -0/+4 |
| * | Break out the bus front ends into their own files. Rewrite | Warner Losh | 2001-10-23 | 10 | -419/+577 |
| * | Turn off the single-user override. We've been running multi-user | Peter Wemm | 2001-10-23 | 1 | -5/+0 |
| * | Add data serialisations after ptc and mov to rr[] instructions. | Doug Rabson | 2001-10-23 | 1 | -5/+6 |
| * | Add a bunch of new PCI ID's for Intel ATA chips. | Søren Schmidt | 2001-10-23 | 2 | -0/+10 |
| * | fix broken `compat_atdisk'(replace raw device name with block device's). | Akio Morita | 2001-10-23 | 1 | -2/+3 |
| * | Add experimental support for the HighPoint HPT372 ATA133 controller. | Søren Schmidt | 2001-10-23 | 2 | -7/+41 |
| * | Fix compile error of the case using `LINE30' option. | Akio Morita | 2001-10-23 | 2 | -0/+6 |
| * | Add experimental support for the Promise ATA133 controller. | Søren Schmidt | 2001-10-23 | 2 | -4/+10 |
| * | Add a tunable (hw.pcic.boot_deactivated) which will boot the system | Warner Losh | 2001-10-23 | 1 | -1/+14 |
| * | Fix incorrect double-termination of vm_object. When a vm_object is | Matthew Dillon | 2001-10-23 | 1 | -1/+12 |
| * | Change the vnode list under the mount point from a LIST to a TAILQ | Matthew Dillon | 2001-10-23 | 17 | -53/+58 |
| * | Remove funky right justification. | Mike Barcroft | 2001-10-23 | 6 | -52/+52 |
| * | Fixed the value of the prefixlen in the sadb_address structure. | Hajimu UMEMOTO | 2001-10-22 | 1 | -8/+20 |
| * | In the signal trampoline, flush the register stack before calling | Doug Rabson | 2001-10-22 | 2 | -2/+4 |
| * | Reduce frequency of Battery info (_BIF) acquisition. This helps | Mitsuru IWASAKI | 2001-10-22 | 1 | -6/+38 |
| * | Fix reversed virtual/physical bus check, whoops! | Mike Smith | 2001-10-22 | 1 | -1/+1 |
| * | Remove unused headers that were breaking LINT. | Jonathan Lemon | 2001-10-22 | 1 | -6/+0 |
| * | No, you may not /* FALLTHROUGH */. Not only will you return an incorrect | Dag-Erling Smørgrav | 2001-10-22 | 1 | -1/+1 |
| * | wx is an ex-parrot. wx doesn't exist any more, so remove it. | Warner Losh | 2001-10-22 | 2 | -2/+0 |
| * | These two used sioreg.h as well. This is mildly bogus, but it is harder | Warner Losh | 2001-10-22 | 2 | -2/+2 |
| * | Upon further reflection, back out previous commit, partly for the reasons | Dag-Erling Smørgrav | 2001-10-22 | 2 | -9/+7 |
| * | restore the data of the ip header when extended udp header and data checksum | Hajimu UMEMOTO | 2001-10-22 | 1 | -0/+3 |
| * | disk_clone() was a bit too eager to please: "md0s1ec" is not a valid | Poul-Henning Kamp | 2001-10-22 | 1 | -0/+2 |
| * | Remove extra memory region kept by "struct pfil_head pfil_head_t;". | Ruslan Ermilov | 2001-10-22 | 1 | -1/+1 |
| * | Setup for a 200MB FS -- 209715200/512= 409600 sectors. | David E. O'Brien | 2001-10-22 | 1 | -1/+1 |
| * | Implement TCP/IP checksum off-loading on send for the 3c905B and later | Alan Cox | 2001-10-22 | 1 | -1/+12 |
| * | First commit after a repo copy of isa/sio* -> dev/sio: | Warner Losh | 2001-10-22 | 8 | -3532/+6 |
| * | Move the stop event macros from pioctl.h to proc.h, and add an S_ALLSTOPS | Dag-Erling Smørgrav | 2001-10-22 | 2 | -7/+9 |
| * | Move procfs_* from procfs_machdep.c into sys_process.c, and rename them to | Dag-Erling Smørgrav | 2001-10-21 | 17 | -811/+50 |
| * | [partially forced commit due to pilot error in earlier commit attempt] | Dag-Erling Smørgrav | 2001-10-21 | 15 | -40/+101 |
| * | {set,fill}_{,fp,db}regs() fixup: | Dag-Erling Smørgrav | 2001-10-21 | 2 | -2/+28 |
| * | Add proc/mtab which simulates a Linux system's /etc/mtab. | Dag-Erling Smørgrav | 2001-10-21 | 1 | -1/+72 |
| * | This module will soon need opt_linux.h (for <linux/linux_util.h>) | Dag-Erling Smørgrav | 2001-10-21 | 1 | -0/+1 |
| * | Convert textvp_fullpath() into the more generic vn_fullpath() which takes a | Dag-Erling Smørgrav | 2001-10-21 | 2 | -11/+13 |
| * | Add some more names for bits of trapframe. | Doug Rabson | 2001-10-21 | 1 | -6/+15 |
| * | We need to save a bit more information in the partial syscall trapframe | Doug Rabson | 2001-10-21 | 2 | -30/+90 |