summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add an extra space to " AMD Features=" to make it line up well.green1999-07-052-4/+4
* K6-III CPUs are now case:d in the appropriate switch; also, ingreen1999-07-052-8/+108
* fix DEV_MODULE, I overlooked this one in my last commitphk1999-07-042-4/+4
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.phk1999-07-0427-93/+50
* Fixed corruption of the "blocked" list in lf_setlock() when tsleep()bde1999-07-041-17/+20
* Patch the WaveLAN/IEEE driver to detect and reject oversized receivedwpaul1999-07-042-4/+38
* Remove the 'tty' interrupt label. This is obsolete.nyan1999-07-042-6/+6
* Quick fix for breakage of bounds checking in rev.1.12. Only onebde1999-07-041-2/+2
* Minor nit - pn_cachesize is not a PN_RX_BUG_WAR varible.peter1999-07-041-3/+3
* Some cleanup and rearrangement. hw.physmem is now an absolute quantity;jlemon1999-07-042-242/+196
* The vfs.write_behind sysctl and related code support has been added tomckusick1999-07-041-3/+40
* The buffer queue mechanism has been reformulated. Instead of havingmckusick1999-07-0411-247/+399
* Add the semi-official Bulk protocol id 'P'n_hibma1999-07-031-1/+6
* Update pathnames for new location of soft-updates sources.jdp1999-07-031-4/+4
* Update comment for new location of soft-updates sources.jdp1999-07-033-6/+6
* Make the change similar to that suggested by Nick Hibma to avoid divide bymjacob1999-07-031-3/+4
* printf int/dev_t (pointer) warningpeter1999-07-032-6/+6
* Delete stray static prototype.peter1999-07-031-2/+1
* Stop rfork(0) from panicing. (oops!!)peter1999-07-031-2/+3
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirepeter1999-07-0339-217/+60
* Improve compatibility with other systems by changing the defaultimp1999-07-0310-10/+100
* Remove bogus argument to LIST_HEAD_INITIALIZERn_hibma1999-07-031-2/+2
* Delete the 'device-driver' suffix. It's been meaningless for a long time.peter1999-07-0310-677/+657
* Only have the pci component compiled if pci is specified at config.peter1999-07-034-16/+8
* Move bt_isa.c to the cpu-independent isa section.peter1999-07-034-348/+4
* Fix warnings in last commit (dev_t is not an int, and not even intpeter1999-07-034-14/+16
* A minor tweak to shut up gcc (on the Alpha) for two (false) warnings.peter1999-07-031-2/+5
OpenPOWER on IntegriCloud