summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* struct rqgroup: put 0-length array at the end. Make mental note notgrog1999-09-051-1/+1
* Install {ibcs2,svr4}.sh in /usr/sbin and not in /usr/bin.obrien1999-09-052-2/+2
* disable the aureal vortex driver for nowcg1999-09-041-1/+1
* incorporate better ess supportcg1999-09-044-280/+1108
* handle uiomove better in feed_rootcg1999-09-042-12/+18
* bugfix: deallocate channels properly if no read/write ops between open/closecg1999-09-042-2/+4
* Don't install stubs, make a compat symlink at buildworld time.peter1999-09-042-12/+0
* machine/soundcard.h is now in the standard location - sys/soundcard.hpeter1999-09-043-3/+3
* Only set the description if there is one in the matching isa_pnp_id.dfr1999-09-041-1/+2
* Make <machine/soundcard.h> a stub which includes <sys/soundcard.h>dfr1999-09-042-1362/+10
* Make the idempotency ifdefs uniform with the rest of src/sys/sys.dfr1999-09-041-3/+3
* Add USR3031 pnp id.dfr1999-09-042-0/+2
* Fixed style bugs in rev.1.36-1.39.bde1999-09-041-37/+28
* <machine/soundcard.h> -> <sys/soundcard.h>, since it's an exported APIpeter1999-09-042-2/+2
* Fixed a gratuitous ANSIism again. The fix in rev.1.23 was blown awaybde1999-09-041-1/+1
* Fixed style regressions in previous commit.bde1999-09-041-6/+4
* Removed defunct option NULLFS_DIAGNOSTIC.bde1999-09-044-10/+0
* Don't generate opt_debug_nullfs.h. It is no longer necessary.bde1999-09-041-6/+1
* Get rid of the NULLFS_DIAGNOSTIC option. This option was as useful asbde1999-09-048-40/+28
* Backed out the quick fix in the previous commit. Depending on opt_ddb.hbde1999-09-041-5/+1
* Fixed the previous change. Some more code controlled by UMAPFS_DIAGNOSTICbde1999-09-044-10/+6
* Merge from sys/i386/isa/clock.c revision 1.145.kato1999-09-043-0/+30
* Merge from sys/i386/conf/files.i386 revision 1.264.kato1999-09-042-0/+2
* #ifdef out the definition for the small packet RX ring. I ended up onlywpaul1999-09-032-0/+18
* Finish making LINT compile. Disable references to pnp in files thatpeter1999-09-034-4/+9
* Remove vestiges of old pnp code.dfr1999-09-031-8/+0
* Remove the last vestiges of the old pnp code in favour of the new one.dfr1999-09-032-212/+2
* Slight reorganisation of the Alpha/SRM loader build:msmith1999-09-0313-476/+26
* Fix a warning for the !DEVFS case.peter1999-09-031-2/+4
* if_ed doesn't use the wrappers anymore.peter1999-09-031-5/+0
* Commit a checkpoint of an updated if_ed driver. This is pretty muchpeter1999-09-034-868/+1024
* Allow getblk() to be called from an idle context (by panic() insideluoqi1999-09-031-4/+10
* Cosmetic tweak. Collect the fdc methods together and apart from the fdpeter1999-09-032-88/+106
* Use micro "disk" layer in ata-diskphk1999-09-034-143/+45
* Set si_bsize_phys to 2048 for cdrom.phk1999-09-031-0/+1
* Print out the device name when there is an uninitialised IO size or IO errorjulian1999-09-032-4/+6
* Add a catchall to set default blocksize values for disk like devices.julian1999-09-032-10/+26
* Install linux.sh in /usr/sbin and not in /usr/bin.marcel1999-09-031-1/+1
* I missed the namechange of field desc in struct i386_ldt_args into descs whilemarcel1999-09-032-4/+4
* Revert a bunch of contraversial changes by PHK. Afterjulian1999-09-0317-122/+95
* remove some out-of-scope DEVFS references..julian1999-09-033-8/+1
* Handle for passthru resource release correctly.luoqi1999-09-032-10/+8
* This adds support for the Buslogic/Bustek/Storage Dimensionsmdodd1999-09-032-0/+325
* This is the rest of the MCA support; new_bus code to be exact.mdodd1999-09-034-0/+932
* SYSINIT() needs sys/kernel.h. Include it.mdodd1999-09-032-4/+6
* This adds the i386 specific support for systems with a MicroChannelmdodd1999-09-0319-8/+564
* Remove accidental cut&paste garbage in a comment.julian1999-09-031-4/+1
* Reverse MFC of revision 1.5.2.7:grog1999-09-031-2/+0
* Comment the boot manager. So I don't have to work it all out again :-)julian1999-09-031-12/+159
* Implementation of the modify_ldt syscall. Use the sysarch() interface to domarcel1999-09-024-2/+168
OpenPOWER on IntegriCloud