| Commit message (Expand) | Author | Age | Files | Lines |
* | Awi driver, ported from NetBSD from Atsushi Once-san. | imp | 2000-04-06 | 1 | -2/+4 |
* | Remove obsolete reference to PCVT_FREEBSD. | hm | 2000-04-04 | 1 | -1/+1 |
* | Remove the !(I386 & SMP) tests; we don't run SMP on an i386 system, and | msmith | 2000-04-03 | 2 | -32/+0 |
* | Make the sigprocmask() and geteuid() system calls MP SAFE. Expand | dillon | 2000-04-02 | 2 | -22/+72 |
* | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | phk | 2000-04-02 | 1 | -1/+1 |
* | Make sysv-style shared memory tuneable params fully runtime adjustable | peter | 2000-03-30 | 2 | -14/+0 |
* | PC-98 BIOS copies the DX register into its work area. The value of it | kato | 2000-03-29 | 2 | -0/+6 |
* | The SMP cleanup commit broke need_resched, this fixes that and also | dillon | 2000-03-29 | 5 | -8/+6 |
* | Added indirect pio into the bus space stuff for the NEC PC-98. bus.h | kato | 2000-03-29 | 7 | -1272/+168 |
* | The SMP cleanup commit broke UP compiles. Make UP compiles work again. | dillon | 2000-03-28 | 1 | -1/+18 |
* | Commit major SMP cleanups and move the BGL (big giant lock) in the | dillon | 2000-03-28 | 16 | -440/+364 |
* | Commit the buffer cache cleanup patch to 4.x and 5.x. This patch fixes a | dillon | 2000-03-27 | 1 | -2/+24 |
* | Include a space between hash ('#') and 'Berkeley packet filter' like | dan | 2000-03-21 | 1 | -1/+1 |
* | Isolate the Timecounter internals in their own two files. | phk | 2000-03-20 | 2 | -12/+14 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | phk | 2000-03-20 | 3 | -4/+3 |
* | Exchange numerical values for FPE_INTDIV and FPE_INTOVF, so that they | cracauer | 2000-03-20 | 1 | -2/+2 |
* | Document and supply COMPAT_OLDPCI and COMPAT_OLDISA so 'make release' | peter | 2000-03-19 | 1 | -0/+2 |
* | Connect the ISA and PCI compatability shims to an option. In this case | peter | 2000-03-19 | 1 | -1/+5 |
* | Please welcome the URio driver. Written by | n_hibma | 2000-03-16 | 1 | -0/+1 |
* | Eliminate the undocumented, experimental, non-delivering and highly | phk | 2000-03-16 | 1 | -34/+0 |
* | Disabled the optimization of not doing an invltlb_1pg() when changing | bde | 2000-03-13 | 1 | -4/+4 |
* | Stop isadma from abusing the B_READ, B_RAW and B_WRITE flags. | phk | 2000-03-13 | 2 | -12/+16 |
* | Change the default FPU control word so that exceptions for new | cracauer | 2000-03-10 | 2 | -68/+8 |
* | Add Compaq `ida' driver to GENERIC, update it's LINT entry. | jlemon | 2000-03-09 | 1 | -0/+1 |
* | I applied the wrong patch set. Back out anything associated | dufault | 2000-03-02 | 1 | -1/+0 |
* | Patches that eliminate extra context switches in FIFO case. | dufault | 2000-03-02 | 2 | -2/+4 |
* | Reset the hardware debug registers when exec'ing a new image. | bsd | 2000-02-28 | 1 | -0/+22 |
* | Do some cleanups of the IPv6 stuff. This is a non-functional change. | green | 2000-02-27 | 1 | -3/+2 |
* | Enable IPv6 support by default. | jkh | 2000-02-26 | 1 | -0/+4 |
* | Add a workaround to allow us to detect the second pci bus on an HP | dfr | 2000-02-23 | 2 | -2/+20 |
* | Fix an __asm operand constraint which broke the -O3 and -O0 builds. | bsd | 2000-02-21 | 1 | -6/+6 |
* | Don't forget to reset the hardware debug registers when a process that | bsd | 2000-02-20 | 7 | -1/+181 |
* | Update the documentation to reflect Bill Paul's latest changes. | n_hibma | 2000-02-20 | 1 | -1/+1 |
* | Make it clear that 'options XSERVER' is for pcvt and not for syscons. | yokota | 2000-02-16 | 1 | -1/+1 |
* | Fix an uninitialised variable which affected probing on some machines. | dfr | 2000-02-13 | 2 | -0/+2 |
* | Clean up some loose ends in the network code, including the X.25 and ISO | peter | 2000-02-13 | 1 | -6/+9 |
* | Document the support in the kernel for hardware debug registers on the | obrien | 2000-02-12 | 1 | -0/+3 |
* | Allow allows peer pci buses which are directly connected to the RCC host pci | gallatin | 2000-02-09 | 2 | -14/+44 |
* | Add PCI Id's for i810 chipsets. | n_hibma | 2000-02-07 | 2 | -0/+18 |
* | Clean up POSIX options, syncronize generics. | jkh | 2000-02-04 | 1 | -2/+1 |
* | da0 -> da | n_hibma | 2000-02-01 | 1 | -1/+1 |
* | Remove 'conflicts' token - it has been effectively doing absolutely | peter | 2000-01-29 | 1 | -1/+1 |
* | Remove a bunch of unused (NO-OP) #if NFOO > 0 type includes and some | peter | 2000-01-29 | 2 | -10/+0 |
* | Remove a workaround for a gas bug. It couldn't assemble a certain | peter | 2000-01-29 | 1 | -3/+1 |
* | Simplify messages of Pentium II, Pentium II Xeon, Celeron, Pentium III | kato | 2000-01-29 | 1 | -11/+4 |
* | Mitigate the stream.c attacks | imp | 2000-01-28 | 1 | -0/+1 |
* | Add soft updates to the set of things being tagged. Syntax cleanup. | mckusick | 2000-01-27 | 1 | -1/+1 |
* | Correctly initialise the available IRQ numbers in the APIC_IO case. | msmith | 2000-01-26 | 2 | -18/+24 |
* | Use device_printf() instead of device_print_prettyname(). | dfr | 2000-01-25 | 2 | -20/+18 |
* | Fixed the profiling version ALTENTRY(). Again. The previous version | bde | 2000-01-25 | 1 | -5/+9 |