summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Disabled ida, amr and mlx devices.kato2000-06-281-3/+3
* Merged from sys/i386/i386/userconfig.c revision 1.181.kato2000-06-281-1/+1
* Merged from sys/i386/isa/spkr.c revision 1.47.kato2000-06-281-0/+45
* Merged from sys/i386/isa/npx.c revision 1.83.kato2000-06-281-1/+5
* Merged from sys/i386/isa/isa_dma.c revision 1.6.kato2000-06-282-2/+98
* Merged from sys/i386/isa/clock.c revision 1.152.kato2000-06-283-0/+144
* Merged from sys/i386/conf/GENERIC revisions 1.261 and 1.262.kato2000-06-281-0/+2
* don't panic the system when fpathconv is called on an unsupported filetype.alfred2000-06-271-1/+1
* by changing the logic here we can support dynamic additions of newalfred2000-06-272-38/+24
* use warningsalfred2000-06-271-5/+18
* if there are leading zeros fail the lookupalfred2000-06-272-0/+10
* - Don't blindly assume that there are 8 hard drives installed. Instead,jhb2000-06-271-10/+37
* Fix usage of DELAY (SYS_DELAY is the platform independent localmjacob2000-06-271-469/+382
* Add in the enabling of interrupts (to isp_attach). Clean up a bustedmjacob2000-06-271-34/+93
* Clean up private storage so that we can use the spriv_field0 tomjacob2000-06-271-12/+33
* Add 8 bits of volatile mailbox busy mask- this will be the bitmask ofmjacob2000-06-271-3/+5
* Add mailbox bitmask macros (numbers of available mailbox registersmjacob2000-06-271-1/+9
* Add an isp_handle_index function- this is prepatory to loading more intomjacob2000-06-271-3/+15
* remove crufty exec stuff, perl is in the base systemalfred2000-06-272-54/+78
* 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
OpenPOWER on IntegriCloud