| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Clean up the comments slightly here to make them more readable. | John Baldwin | 2001-10-24 | 1 | -3/+7 |
| * | Set the code and signal for the F00F hack fault directly instead of | John Baldwin | 2001-10-23 | 1 | -7/+3 |
| * | Implement multiple low-level console support. | Jonathan Lemon | 2001-10-23 | 1 | -1/+1 |
| * | Remove funky right justification. | Mike Barcroft | 2001-10-23 | 1 | -9/+9 |
| * | wx is an ex-parrot. wx doesn't exist any more, so remove it. | Warner Losh | 2001-10-22 | 1 | -1/+0 |
| * | Move procfs_* from procfs_machdep.c into sys_process.c, and rename them to | Dag-Erling Smørgrav | 2001-10-21 | 1 | -162/+0 |
| * | [partially forced commit due to pilot error in earlier commit attempt] | Dag-Erling Smørgrav | 2001-10-21 | 2 | -6/+6 |
| * | Add a driver for the Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnP | Hellmuth Michaelis | 2001-10-21 | 1 | -4/+4 |
| * | MFi386: | Bruce Evans | 2001-10-21 | 1 | -0/+2 |
| * | MFpc98: fundamental differences. The magic numbers for the i/o port | Bruce Evans | 2001-10-21 | 1 | -0/+17 |
| * | MFpc98: all changes in sys/pc98/pc98/npx.c related to FPU_ERROR_BROKEN. | Bruce Evans | 2001-10-21 | 1 | -0/+9 |
| * | Remove wx. | Matt Jacob | 2001-10-20 | 2 | -6/+0 |
| * | Drop support for x87 emulation. Any CPU one would dare to run 5-CURRENT | David E. O'Brien | 2001-10-20 | 1 | -1/+0 |
| * | Fix the typedef of va_list. | Ruslan Ermilov | 2001-10-19 | 1 | -1/+3 |
| * | Try two on the preprocessing logic. | David E. O'Brien | 2001-10-19 | 1 | -2/+2 |
| * | Blah, fix braino where ru had to remind me of proper preprocessor syntax. | David E. O'Brien | 2001-10-19 | 1 | -1/+1 |
| * | Fix the le driver - it has been broken for a while and these fixes have | Jonathan Lemon | 2001-10-19 | 1 | -27/+21 |
| * | Add entry for the PRO/1000. | Jonathan Lemon | 2001-10-19 | 1 | -0/+2 |
| * | Add verbage for MODULES_OVERRIDE. | Warner Losh | 2001-10-18 | 1 | -0/+4 |
| * | My attempts at minimizing the number of #def's got me in trouble. | David E. O'Brien | 2001-10-18 | 1 | -5/+5 |
| * | Add experimental support for sending keypad facility messages. | Hellmuth Michaelis | 2001-10-18 | 2 | -7/+20 |
| * | Add support for "__gnuc_va_list". Some overly "smart" libraries assume | David E. O'Brien | 2001-10-18 | 1 | -0/+8 |
| * | Minor comment tweaking. | David E. O'Brien | 2001-10-17 | 1 | -4/+4 |
| * | Back out previous revision. TCBHASHSIZE isn't an option, despite what I'd | Dag-Erling Smørgrav | 2001-10-17 | 1 | -5/+0 |
| * | Make SCSI changer and SES devices standard in generic kernels. | Matt Jacob | 2001-10-16 | 1 | -0/+2 |
| * | Document TCBHASHSIZE. | Dag-Erling Smørgrav | 2001-10-16 | 1 | -0/+5 |
| * | Deleted most of npxprobe(), and merged npxprobe1() back into npxprobe(). | Bruce Evans | 2001-10-16 | 1 | -127/+49 |
| * | Commit my old fixes for cosmetic bugs in npxprobe() so that they aren't | Bruce Evans | 2001-10-16 | 1 | -13/+8 |
| * | Implement linux_chown and linux_lchown. The fchown syscall maps | Marcel Moolenaar | 2001-10-16 | 4 | -20/+10 |
| * | o Change prototype of linux_lchown and linux_chown so that the | Marcel Moolenaar | 2001-10-16 | 1 | -6/+5 |
| * | Explicitly initialize the fpu when SSE is enabled since this no | Tor Egge | 2001-10-15 | 1 | -0/+5 |
| * | In FreeBSD's ifreq, ifr_ifru.ifru_flags is an array of two chars, while Linux | Dag-Erling Smørgrav | 2001-10-15 | 1 | -1/+1 |
| * | Change vmapbuf() to use pmap_qenter() and vunmapbuf() to use pmap_qremove(). | Tor Egge | 2001-10-14 | 1 | -15/+24 |
| * | Reduce the number of TLB shootdowns caused by a call to pmap_qenter() | Tor Egge | 2001-10-14 | 1 | -4/+18 |
| * | Correct the input/output/clobber specifications for the cpuid | John Polstra | 2001-10-12 | 1 | -8/+3 |
| * | Oops, these already included sys/lock.h, they just did so after | John Baldwin | 2001-10-11 | 3 | -3/+0 |
| * | Add missing includes of sys/ktr.h. | John Baldwin | 2001-10-11 | 3 | -0/+3 |
| * | Add missing includes of sys/lock.h. | John Baldwin | 2001-10-11 | 4 | -0/+4 |
| * | Documentation nitpick. IPFIREWALL_VERBOSE logging really has nothing | Crist J. Clark | 2001-10-11 | 1 | -2/+1 |
| * | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | Paul Saab | 2001-10-10 | 2 | -2/+2 |
| * | Remove the Xresume* labels from the i386 interrupt handlers; the | Ian Dowse | 2001-10-09 | 5 | -7/+2 |
| * | Remove an unneeded variable declaration and statement. | Robert Drehmel | 2001-10-09 | 2 | -4/+0 |
| * | Note that this driver is soon to be deprecated and removed from FreeBSD. | Matt Jacob | 2001-10-09 | 1 | -0/+4 |
| * | Don't attempt to initialize the pcaudio device on open. The attach routine | John Baldwin | 2001-10-08 | 1 | -6/+0 |
| * | Allow atomic ops to be somewhat safely used in userland. We always use | John Baldwin | 2001-10-08 | 1 | -3/+7 |
| * | Dissociate ptrace from procfs. | Dag-Erling Smørgrav | 2001-10-07 | 1 | -1/+0 |
| * | Export interrupt statistics via sysctl. | Luigi Rizzo | 2001-10-07 | 2 | -0/+12 |
| * | Mention that ed requires miibus. | Ian Dowse | 2001-10-07 | 1 | -0/+1 |
| * | Rewrite the pc98 bus_space stuff. | Yoshihiro Takahashi | 2001-10-07 | 6 | -1366/+385 |
| * | - Moved the bus_dma declarations from bus_{at386,pc98}.h into bus_dma.h. | Yoshihiro Takahashi | 2001-10-06 | 4 | -1374/+4 |