| Commit message (Expand) | Author | Age | Files | Lines |
* | As suggested by phk, unconditionalize BPF support in these drivers. Since | wpaul | 1999-09-23 | 21 | -212/+26 |
* | Fix bug in pseudo-geometry calculation code that assumed a sector size | dillon | 1999-09-23 | 2 | -2/+2 |
* | Regeneration. | luoqi | 1999-09-22 | 3 | -6/+9 |
* | Implement linux_ioperm() syscall. Fix linux_iopl() to use the level argument. | luoqi | 1999-09-22 | 6 | -18/+54 |
* | Add phk's m(4) Memory Disk driver as a KLD. I don't believe it | green | 1999-09-22 | 2 | -1/+10 |
* | Fix includes (remove unnecessary ones, reorder necessary ones.) | green | 1999-09-22 | 1 | -16/+5 |
* | Display CPU (BSP) clock speed on SMP systems. | luoqi | 1999-09-22 | 2 | -8/+0 |
* | Stylistic cleanup. | phk | 1999-09-22 | 1 | -5/+3 |
* | Kill the cdevsw->d_maxio field. | phk | 1999-09-22 | 5 | -29/+26 |
* | Mention in the documentation that the AOpen/Acer ALN-320 is a supported | wpaul | 1999-09-22 | 3 | -3/+6 |
* | Oops, the syntax didn't work that way... | sos | 1999-09-22 | 2 | -6/+10 |
* | Delete the README file from /sys/pci. | roger | 1999-09-22 | 1 | -85/+0 |
* | Bt848 driver now moved to /sys/dev/bktr | roger | 1999-09-22 | 3 | -7961/+0 |
* | ReLink() partial links in FindLinkOut() in the same manner as we do it | ru | 1999-09-22 | 1 | -7/+15 |
* | Support quad & max speeds in wormcontrol. | sos | 1999-09-22 | 11 | -98/+47 |
* | Sync with sys/i386/isa/npx.c revision 1.78. | kato | 1999-09-22 | 1 | -0/+2 |
* | Sync with sys/i386/i386/userconfig.c revision 1.159. | kato | 1999-09-22 | 1 | -1/+1 |
* | Sync with sys/i386/conf/majors.i386 revision 1.86. | kato | 1999-09-22 | 1 | -2/+2 |
* | Added mp_clock.c. | kato | 1999-09-22 | 2 | -0/+2 |
* | Commented out ed driver. | kato | 1999-09-22 | 2 | -20/+20 |
* | Sync with sys/i386/conf/GENERIC revision 1.192. | kato | 1999-09-22 | 2 | -4/+4 |
* | Use new location of Bt848 driver. | roger | 1999-09-22 | 1 | -6/+3 |
* | Bktr Bt848/Bt878 driver is now in /sys/dev/bktr | roger | 1999-09-22 | 1 | -2/+2 |
* | I knew it, I introduced new bugs :) | sos | 1999-09-22 | 2 | -6/+7 |
* | Move the bktr Bt848/Bt878 driver to /sys/dev/bktr | roger | 1999-09-22 | 2 | -4/+4 |
* | Update the Tigon driver firmware images to the latest release from | wpaul | 1999-09-22 | 6 | -7552/+6990 |
* | Tweak these for what I hope is the last time: change the DRIVER_MODULE() | wpaul | 1999-09-22 | 21 | -21/+21 |
* | Back out a portion of the last commit. DFLTPHYS and MAXPHYS cannot | dillon | 1999-09-22 | 6 | -47/+3 |
* | Spruce up the ADMtek driver: conver to newbus, miibus and add support | wpaul | 1999-09-22 | 10 | -1069/+721 |
* | Change default block size for user VBLK device access from 2K to PAGE_SIZE | dillon | 1999-09-22 | 6 | -2/+75 |
* | Ten'th update to the new ATA/ATAPI driver: | sos | 1999-09-21 | 13 | -2118/+2675 |
* | Restore previous version of FindLinkIn(). | ru | 1999-09-21 | 1 | -9/+8 |
* | fix a buglet which jordan made me provoke :-) | phk | 1999-09-21 | 1 | -6/+10 |
* | Add md driver to LINT | phk | 1999-09-21 | 3 | -0/+3 |
* | green and I committed crossing fixes for this. He won. | phk | 1999-09-21 | 1 | -1/+1 |
* | Add an experimental Memory-Disk driver. This driver will allocate | phk | 1999-09-21 | 4 | -4/+287 |
* | Print out flags value | phk | 1999-09-21 | 3 | -0/+6 |
* | Fix unordering | phk | 1999-09-21 | 1 | -1/+1 |
* | update ktrpsig prototype... | phk | 1999-09-21 | 1 | -1/+1 |
* | - Make partially specified permanent links (without `dst_addr' and/or | ru | 1999-09-21 | 1 | -11/+25 |
* | cleanup madvise code, add a few more sanity checks. | dillon | 1999-09-21 | 3 | -50/+89 |
* | Kill some spammage that seems to have gotten in through diffs from marcel's | green | 1999-09-21 | 1 | -3/+3 |
* | sys/errno.h -> errno.h | brian | 1999-09-21 | 1 | -1/+1 |
* | Final commit to remove vnode->v_lastr. vm_fault now handles read | dillon | 1999-09-21 | 4 | -39/+43 |
* | More removals of vnode->v_lastr, replaced by preexisting seqcount | dillon | 1999-09-20 | 9 | -96/+41 |
* | Fix handling of a device EOF that occurs in the middle of a block. The | dillon | 1999-09-20 | 2 | -14/+132 |
* | When bcopying the program name into the ktrace header, make sure we include | marcel | 1999-09-20 | 1 | -4/+4 |
* | Fix a harmless bug I introduced, simplify a bit more while here. | phk | 1999-09-20 | 3 | -18/+12 |
* | Close PR #13665. I managed to figure out the problem, no thanks to the | wpaul | 1999-09-20 | 1 | -16/+38 |
* | Set si_iosize_max rather than d_maxio. | phk | 1999-09-20 | 2 | -29/+14 |