| Commit message (Expand) | Author | Age | Files | Lines |
| * | Separate the struct bio related stuff out of <sys/buf.h> into | Poul-Henning Kamp | 2000-05-05 | 3 | -0/+3 |
| * | Add a little do-nothing ``slopsucker'' device which gives a home | Garrett Wollman | 2000-05-04 | 2 | -0/+88 |
| * | Don't assume that the PCI BIOS is going to clear the unused bits in %ecx | Mike Smith | 2000-05-04 | 2 | -2/+10 |
| * | I mentioned yesterday that I could use some work, and Kelly says, "Commit my | Doug White | 2000-05-03 | 1 | -19/+23 |
| * | Move sn and cs drivers from the compat section to the real section. | Warner Losh | 2000-05-03 | 1 | -4/+4 |
| * | The USB double bulk pipe driver (Host to host cables). Currently there | Nick Hibma | 2000-05-01 | 1 | -0/+1 |
| * | Move the MSG* and SEM* options to opt_sysvipc.h | Peter Wemm | 2000-05-01 | 1 | -21/+0 |
| * | Mark two functions as private. | Peter Wemm | 2000-04-29 | 3 | -0/+11 |
| * | Fix a long-standing bug which caused massive character loss in remote | Greg Lehey | 2000-04-25 | 1 | -5/+15 |
| * | * Use sys/sys/random.h rather than a i386 specific one. | David E. O'Brien | 2000-04-24 | 2 | -2/+2 |
| * | Disable PCI BIOS on PC-98. | Yoshihiro Takahashi | 2000-04-23 | 1 | -1/+3 |
| * | - PC-98 uses IRQ2 too. | Yoshihiro Takahashi | 2000-04-22 | 2 | -2/+26 |
| * | IO apics are not necessarily page aligned, they are only required to be aligned | Luoqi Chen | 2000-04-20 | 1 | -3/+5 |
| * | Remove unneeded <sys/buf.h> includes. | Poul-Henning Kamp | 2000-04-18 | 1 | -1/+0 |
| * | Some more i386-only BIOS-friendliness: | Mike Smith | 2000-04-16 | 4 | -31/+252 |
| * | Fix typo, extentions -> extensions | Jeroen Ruigrok van der Werven | 2000-04-15 | 1 | -1/+1 |
| * | Complete the bio/buf divorce for all code below devfs::strategy | Poul-Henning Kamp | 2000-04-15 | 1 | -18/+18 |
| * | Awi driver, ported from NetBSD from Atsushi Once-san. | Warner Losh | 2000-04-06 | 1 | -2/+4 |
| * | Remove obsolete reference to PCVT_FREEBSD. | Hellmuth Michaelis | 2000-04-04 | 1 | -1/+1 |
| * | Remove the !(I386 & SMP) tests; we don't run SMP on an i386 system, and | Mike Smith | 2000-04-03 | 2 | -32/+0 |
| * | Make the sigprocmask() and geteuid() system calls MP SAFE. Expand | Matthew Dillon | 2000-04-02 | 2 | -22/+72 |
| * | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | Poul-Henning Kamp | 2000-04-02 | 1 | -1/+1 |
| * | Make sysv-style shared memory tuneable params fully runtime adjustable | Peter Wemm | 2000-03-30 | 2 | -14/+0 |
| * | PC-98 BIOS copies the DX register into its work area. The value of it | KATO Takenori | 2000-03-29 | 2 | -0/+6 |
| * | The SMP cleanup commit broke need_resched, this fixes that and also | Matthew Dillon | 2000-03-29 | 5 | -8/+6 |
| * | Added indirect pio into the bus space stuff for the NEC PC-98. bus.h | KATO Takenori | 2000-03-29 | 7 | -1272/+168 |
| * | The SMP cleanup commit broke UP compiles. Make UP compiles work again. | Matthew Dillon | 2000-03-28 | 1 | -1/+18 |
| * | Commit major SMP cleanups and move the BGL (big giant lock) in the | Matthew Dillon | 2000-03-28 | 16 | -440/+364 |
| * | Commit the buffer cache cleanup patch to 4.x and 5.x. This patch fixes a | Matthew Dillon | 2000-03-27 | 1 | -2/+24 |
| * | Include a space between hash ('#') and 'Berkeley packet filter' like | Dan Moschuk | 2000-03-21 | 1 | -1/+1 |
| * | Isolate the Timecounter internals in their own two files. | Poul-Henning Kamp | 2000-03-20 | 2 | -12/+14 |
| * | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | Poul-Henning Kamp | 2000-03-20 | 3 | -4/+3 |
| * | Exchange numerical values for FPE_INTDIV and FPE_INTOVF, so that they | Martin Cracauer | 2000-03-20 | 1 | -2/+2 |
| * | Document and supply COMPAT_OLDPCI and COMPAT_OLDISA so 'make release' | Peter Wemm | 2000-03-19 | 1 | -0/+2 |
| * | Connect the ISA and PCI compatability shims to an option. In this case | Peter Wemm | 2000-03-19 | 1 | -1/+5 |
| * | Please welcome the URio driver. Written by | Nick Hibma | 2000-03-16 | 1 | -0/+1 |
| * | Eliminate the undocumented, experimental, non-delivering and highly | Poul-Henning Kamp | 2000-03-16 | 1 | -34/+0 |
| * | Disabled the optimization of not doing an invltlb_1pg() when changing | Bruce Evans | 2000-03-13 | 1 | -4/+4 |
| * | Stop isadma from abusing the B_READ, B_RAW and B_WRITE flags. | Poul-Henning Kamp | 2000-03-13 | 2 | -12/+16 |
| * | Change the default FPU control word so that exceptions for new | Martin Cracauer | 2000-03-10 | 2 | -68/+8 |
| * | Add Compaq `ida' driver to GENERIC, update it's LINT entry. | Jonathan Lemon | 2000-03-09 | 1 | -0/+1 |
| * | I applied the wrong patch set. Back out anything associated | Peter Dufault | 2000-03-02 | 1 | -1/+0 |
| * | Patches that eliminate extra context switches in FIFO case. | Peter Dufault | 2000-03-02 | 2 | -2/+4 |
| * | Reset the hardware debug registers when exec'ing a new image. | Brian S. Dean | 2000-02-28 | 1 | -0/+22 |
| * | Do some cleanups of the IPv6 stuff. This is a non-functional change. | Brian Feldman | 2000-02-27 | 1 | -3/+2 |
| * | Enable IPv6 support by default. | Jordan K. Hubbard | 2000-02-26 | 1 | -0/+4 |
| * | Add a workaround to allow us to detect the second pci bus on an HP | Doug Rabson | 2000-02-23 | 2 | -2/+20 |
| * | Fix an __asm operand constraint which broke the -O3 and -O0 builds. | Brian S. Dean | 2000-02-21 | 1 | -6/+6 |
| * | Don't forget to reset the hardware debug registers when a process that | Brian S. Dean | 2000-02-20 | 7 | -1/+181 |
| * | Update the documentation to reflect Bill Paul's latest changes. | Nick Hibma | 2000-02-20 | 1 | -1/+1 |