summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* This patch clears the way for removing a number of tty relatedphk1999-09-2540-634/+271
* Add missing 't' in printf message.phk1999-09-251-1/+1
* Remove unnecessary file. This file is obsolete by newbus integration.nyan1999-09-251-1144/+0
* Fix a hole in jail(2).phk1999-09-257-2/+24
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-2553-563/+16
* Oops! I enabled SOFTUPDATES by accident.phk1999-09-253-3/+3
* Merge from sys/i386/conf/files.i386 revision 1.270 and 1.271.nyan1999-09-252-6/+10
* Call sk_start() at the end of sk_intr() if there's packets in thewpaul1999-09-252-0/+10
* Switch the order of a two tests so that the error actually has to occurobrien1999-09-242-2/+2
* Fix timeout handeling and add retry counts.sos1999-09-247-37/+75
* Header file required to support ccd changes. Forgot to commit lastdillon1999-09-231-0/+2
* - Supported 1.23MB FD again.nyan1999-09-232-118/+138
* Linux doesn't complain if you remove a msg queue that doesn't existmarcel1999-09-232-2/+6
* Cleanup CCD quite a bit, including adding clarifying comments.dillon1999-09-232-294/+714
* Fix ccdiodone code. The code was using cbp->cb_buf.b_bcount todillon1999-09-232-2/+20
* Make the frequency tuneable via a sysctl.jhay1999-09-231-1/+24
* Restore vendor $Id$ now that it won't be clobbered.peter1999-09-234-4/+4
* Fix a commit that shouldn't have snuck in. Rev 1.12 was a part of thepeter1999-09-231-0/+5
* MFS: firewall -> firewall_typejkh1999-09-233-3/+3
* Fixed the bug that the number of sectors per cylinder was stored intokato1999-09-231-1/+1
* - Fixed DMA 64k boundary problem.kato1999-09-231-7/+14
* Sync with sys/dev/syscons/syscons.c revision 1.322.kato1999-09-231-114/+92
* 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
OpenPOWER on IntegriCloud