summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Sync with sys/i386/i386/machdep.c revision 1.355.kato1999-07-092-2/+164
* This commit adds driver support for the SysKonnect SK-984x serieswpaul1999-07-0911-5/+6993
* Support for i386 hardware breakpoints.jlemon1999-07-092-0/+202
* Implement support for hardware debug registers on the i386.jlemon1999-07-0925-24/+458
* Condition in KASSERT was reversed.mckusick1999-07-081-2/+2
* Implement VT_RELDISP ioctlmarcel1999-07-084-4/+16
* Sync with sys/dev/syscons/syscons.c revision 1.313.kato1999-07-081-8/+4
* Sync with sys/i386/i386/machdep.c revision up to 1.354.kato1999-07-082-304/+296
* Sync with sys/i386/conf/majors.i386 revision 1.79.kato1999-07-081-3/+3
* Sync with sys/i386/conf/Makefile.i386 revision 1.158.kato1999-07-082-10/+2
* These changes appear to give us benefits with both small (32MB) andmckusick1999-07-0814-232/+267
* Grrr.... forgot one line from the previous fix.wpaul1999-07-081-3/+3
* Fix a potential race condition that can occur in xl_start(). If the NICwpaul1999-07-071-3/+5
* Fix my complete botch. I hope. Tested this timemjacob1999-07-071-5/+5
* - Fixed memory leak in sc_alloc_history_buffer().yokota1999-07-074-29/+88
* add unused argument to udev2dev() to make kernel compiledache1999-07-071-2/+2
* Add $Id$roberto1999-07-071-0/+1
* Reinstate the previous fix for the broken export of a dev_t in sw_dev, convertmsmith1999-07-073-7/+7
* Back out previous commit. It was wrong, and caused panics.green1999-07-073-3/+3
* swdevt should contain a udev_t not a devt. This resulted in bogusmsmith1999-07-063-6/+6
* Rename bpfilter to bpf.des1999-07-0690-568/+568
* Implement SA_SIGINFO support for the Alpha. This is obviously a littlepeter1999-07-062-56/+43
* Backout the previous change. Claimed to break compatibility withn_hibma1999-07-061-1/+1
* Don't clobber the smb cdevsw entry that was installed by the driverpeter1999-07-061-5/+1
* Quieten gcc paranoia.peter1999-07-062-4/+4
* Typo: s/0ff0/0xff0/peter1999-07-062-4/+4
* Trivial implementation of TIOCM{S|G}ET and TIOCMBI{S|C} ioctls. No needmarcel1999-07-062-2/+34
* Implement SA_SIGINFO for i386. Thanks to Bruce Evans for much morecracauer1999-07-0610-131/+306
* Rename struct members sa_siginfo. POSIX reserves identifiers startingcracauer1999-07-0610-99/+99
* Add Centaur/IDT WinChip support.green1999-07-062-2/+28
* add in (controlled by option) 2200 Expanded Lun F/Wmjacob1999-07-061-4/+3818
* I made some cleanups, rearranged things a bit, and made AMD Features defaultgreen1999-07-062-94/+104
* suggestions from bde to clean up last checkin slightymjacob1999-07-061-4/+4
* add in a boot environment isp_disable flagmjacob1999-07-062-2/+22
* Wow- too much breakage..wait until you compile it, buckwheat...mjacob1999-07-052-4/+4
* Oops- got sense of ifdef wrongmjacob1999-07-052-4/+4
* add 2200 f/w; fix botched definemjacob1999-07-056-13/+3786
* add ISP_DISABLE_2200_SUPPORT defines; Add reference to 2200 F/Wmjacob1999-07-052-16/+28
* Remove ti_refill_rx_rings() and associated stuff; replace dirty RX bufferswpaul1999-07-054-154/+58
* add another ISP optionmjacob1999-07-051-1/+2
* Let newuname return "Linux" as the OS name and not "FreeBSD". Also, return amarcel1999-07-052-6/+6
* Also try to load the interpreter without prepending "emul_path". This allowsmarcel1999-07-051-7/+11
* Update to latest version of PowerMACH Works from Olicom.lile1999-07-055-5135/+5170
* Reformat previous fix to remove an uglier than average goto.mckay1999-07-051-9/+11
* Fixed English errors, spelling errors and formatting errors in rev.1.51bde1999-07-051-7/+9
* The IDA driver is 'ida', not 'id'msmith1999-07-052-6/+6
* Move the initialisation/tuning of nmbclusters from param.c/machdep.cmsmith1999-07-0511-84/+53
* Use the new tunable macros for the net.inet.tcp.tcbhashsize tunable.msmith1999-07-052-6/+4
* A couple of new macros to make implementing tunable values slightly easier.msmith1999-07-051-1/+21
* Take the Winbond driver out of GENERIC for the alpha. It'll comewpaul1999-07-052-4/+2
OpenPOWER on IntegriCloud