summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fixed PunchFWHole():ru2000-06-271-2/+3
* I am guilty of an act of ommission. There is no longer a /dev/urandommarkm2000-06-272-2/+12
* Move prtactive to vfs from ufs. It is used all over the place.phk2000-06-273-2/+2
* Comment this.jhb2000-06-261-5/+36
* Build ng_ether(4) KLD.archie2000-06-262-1/+7
* Make the ng_ether(4) node type dynamically loadable like the rest.archie2000-06-269-435/+769
* Add in support for EDD to support large disks via LBA. This uses ajhb2000-06-264-46/+48
* - Fix a harmless compilation warning on Alpha.groudier2000-06-263-19/+62
* Add 3dfx to the makefile, the new home for the kmod to interface /dev/3dfx.cokane2000-06-261-1/+1
* - Start sequence numbers at zero instead of one; the rest of thearchie2000-06-261-84/+57
* 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
OpenPOWER on IntegriCloud