summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* As suggested by phk, unconditionalize BPF support in these drivers. Sincewpaul1999-09-2321-212/+26
* Fix bug in pseudo-geometry calculation code that assumed a sector sizedillon1999-09-232-2/+2
* Regeneration.luoqi1999-09-223-6/+9
* Implement linux_ioperm() syscall. Fix linux_iopl() to use the level argument.luoqi1999-09-226-18/+54
* Add phk's m(4) Memory Disk driver as a KLD. I don't believe itgreen1999-09-222-1/+10
* Fix includes (remove unnecessary ones, reorder necessary ones.)green1999-09-221-16/+5
* Display CPU (BSP) clock speed on SMP systems.luoqi1999-09-222-8/+0
* Stylistic cleanup.phk1999-09-221-5/+3
* Kill the cdevsw->d_maxio field.phk1999-09-225-29/+26
* Mention in the documentation that the AOpen/Acer ALN-320 is a supportedwpaul1999-09-223-3/+6
* Oops, the syntax didn't work that way...sos1999-09-222-6/+10
* Delete the README file from /sys/pci.roger1999-09-221-85/+0
* Bt848 driver now moved to /sys/dev/bktrroger1999-09-223-7961/+0
* ReLink() partial links in FindLinkOut() in the same manner as we do itru1999-09-221-7/+15
* Support quad & max speeds in wormcontrol.sos1999-09-2211-98/+47
* Sync with sys/i386/isa/npx.c revision 1.78.kato1999-09-221-0/+2
* Sync with sys/i386/i386/userconfig.c revision 1.159.kato1999-09-221-1/+1
* Sync with sys/i386/conf/majors.i386 revision 1.86.kato1999-09-221-2/+2
* Added mp_clock.c.kato1999-09-222-0/+2
* Commented out ed driver.kato1999-09-222-20/+20
* Sync with sys/i386/conf/GENERIC revision 1.192.kato1999-09-222-4/+4
* Use new location of Bt848 driver.roger1999-09-221-6/+3
* Bktr Bt848/Bt878 driver is now in /sys/dev/bktrroger1999-09-221-2/+2
* I knew it, I introduced new bugs :)sos1999-09-222-6/+7
* Move the bktr Bt848/Bt878 driver to /sys/dev/bktrroger1999-09-222-4/+4
* Update the Tigon driver firmware images to the latest release fromwpaul1999-09-226-7552/+6990
* Tweak these for what I hope is the last time: change the DRIVER_MODULE()wpaul1999-09-2221-21/+21
* Back out a portion of the last commit. DFLTPHYS and MAXPHYS cannotdillon1999-09-226-47/+3
* Spruce up the ADMtek driver: conver to newbus, miibus and add supportwpaul1999-09-2210-1069/+721
* Change default block size for user VBLK device access from 2K to PAGE_SIZEdillon1999-09-226-2/+75
* Ten'th update to the new ATA/ATAPI driver:sos1999-09-2113-2118/+2675
* Restore previous version of FindLinkIn().ru1999-09-211-9/+8
* fix a buglet which jordan made me provoke :-)phk1999-09-211-6/+10
* Add md driver to LINTphk1999-09-213-0/+3
* green and I committed crossing fixes for this. He won.phk1999-09-211-1/+1
* Add an experimental Memory-Disk driver. This driver will allocatephk1999-09-214-4/+287
* Print out flags valuephk1999-09-213-0/+6
* Fix unorderingphk1999-09-211-1/+1
* update ktrpsig prototype...phk1999-09-211-1/+1
* - Make partially specified permanent links (without `dst_addr' and/orru1999-09-211-11/+25
* cleanup madvise code, add a few more sanity checks.dillon1999-09-213-50/+89
* Kill some spammage that seems to have gotten in through diffs from marcel'sgreen1999-09-211-3/+3
* sys/errno.h -> errno.hbrian1999-09-211-1/+1
* Final commit to remove vnode->v_lastr. vm_fault now handles readdillon1999-09-214-39/+43
* More removals of vnode->v_lastr, replaced by preexisting seqcountdillon1999-09-209-96/+41
* Fix handling of a device EOF that occurs in the middle of a block. Thedillon1999-09-202-14/+132
* When bcopying the program name into the ktrace header, make sure we includemarcel1999-09-201-4/+4
* Fix a harmless bug I introduced, simplify a bit more while here.phk1999-09-203-18/+12
* Close PR #13665. I managed to figure out the problem, no thanks to thewpaul1999-09-201-16/+38
* Set si_iosize_max rather than d_maxio.phk1999-09-202-29/+14
OpenPOWER on IntegriCloud