summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add sysctl descriptions to a few sysctls. Simply "documentation".nbm2000-06-262-4/+5
* Better style(9) for the module build.markm2000-06-262-2/+2
* style(9) fixes from BDE.markm2000-06-264-4/+4
* Fix some fat-fingering of the isic lines. (argh!)peter2000-06-262-20/+20
* Some changes and fixes from Bruce:peter2000-06-261-9/+9
* Update to driver 2.13.roger2000-06-269-240/+306
* Report the line number where gethints.pl does not understand somethingpeter2000-06-263-3/+6
* Change tdfx.ko to 3dfx.ko to prevent filename conflict when XF86 4.xcokane2000-06-252-2/+2
* Get the memory range stuff properly declared.markm2000-06-251-0/+1
* Replace variable removed by overly sharp South African panga.markm2000-06-251-0/+2
* Sort out headers and silence warnings.markm2000-06-251-4/+5
* - print out the correct cputype & string for unconfigured API systemsgallatin2000-06-251-2/+14
* Fix include for non-module case.markm2000-06-252-2/+2
* Duh. Fix a fatfingered patch.markm2000-06-252-2/+2
* Fix include for the non-module case.markm2000-06-252-2/+2
* Fix stupid braino in last commit, initialize `vp' before we test vp->v_tag.jlemon2000-06-251-2/+2
* Fix an uninitialised variable and a function return value.markm2000-06-252-2/+8
* Comment out unavailable call. This needs to be revisited when the entropymarkm2000-06-251-3/+4
* Remove no-longer-relevant comment.markm2000-06-251-1/+0
* Build the entropy device (/dev/random) as a module. This may notmarkm2000-06-253-2/+28
* Remove old entropy-harvesting hooks; this is going to be re-engineeredmarkm2000-06-254-19/+0
* Remove the old /dev/random device. There is a new machine-independantmarkm2000-06-252-4/+0
* Nifty idea from Jeroen van Gelderen; don't call a routine to check ifmarkm2000-06-251-1/+2
* Add extra flag needed by nulldev/mmap.markm2000-06-252-0/+2
* Remove unneeded header.markm2000-06-256-6/+0
* Forgot this earlier; delete the old /dev/random driver, bring in themarkm2000-06-252-469/+20
* Remove offensive language.dfr2000-06-251-1/+1
* Fix typo in comment.dfr2000-06-251-1/+1
* Only print the diagnostic about extended I/O ports if bootverbose is true.dfr2000-06-252-4/+8
* Don't record an irq mask if its empty - it confuses the resource allocator.dfr2000-06-251-1/+3
* Replace the unknown driver with a nomatch method in the isa driver.dfr2000-06-251-71/+70
* Get the build bits right for the new Architecture Independant null- andmarkm2000-06-2510-1/+23
* Strip out the machine-independant parts of the memory device.markm2000-06-254-514/+100
* Strip out the machine-independant parts of the memory device.markm2000-06-252-243/+50
* New machine-independant /dev/random driver.markm2000-06-256-0/+800
* New machine independant /dev/null and /dev/zero driver. This device ismarkm2000-06-252-0/+274
* Typo fix: tunnable.mph2000-06-251-3/+2
* Remove obsolete comment.bp2000-06-252-10/+0
* If swdpio1 doesn't clear, we have a reversed (or disconnected) cable. Changemjacob2000-06-251-3/+3
* Fixed atpic_attach() for the SMP (specifically APIC_IO) case.fsmp2000-06-244-4/+8
* Remove obsoleted info about linking from contribache2000-06-241-16/+2
* Stupid me, I put the opt_tdfx.h underneath a test for TDFX_LINUX, whichcokane2000-06-242-4/+9
* Back out previous commit until the build of the 'tdfx' module is unbroken.archie2000-06-231-1/+1
* There is no atdevbase on the alpha. Hide this case statement on alpha untilmjacob2000-06-231-0/+3
* Fix the breakage that occurred when somebody didn't do a completemjacob2000-06-231-2/+2
* Add tdfx to modules Makefile, so it gets made.cokane2000-06-231-1/+1
* Oops! Disabled the ed driver becasue it cannot be compiled.kato2000-06-231-1/+1
* Include pc98/pc98/pc98.h in which M_EPSON_PC98 is defined when thekato2000-06-231-1/+3
* Make the PnP 'slopsucker' quiet in the !bootverbose case - the real NPXmsmith2000-06-233-3/+15
* Add a stub driver to consume the PnP "system resource" items, and hidemsmith2000-06-234-0/+196
OpenPOWER on IntegriCloud