aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Garbage call!Poul-Henning Kamp2001-11-0511-810/+0
* o dpt_control.c is not compiled into the system (commented out inRobert Watson2001-11-051-6/+6
* Remove the old RocketPort driver which was left behind in favourPoul-Henning Kamp2001-11-053-1990/+0
* - If we are booted via cdboot, use bc_add() to instantiate the cd0 deviceJohn Baldwin2001-11-051-14/+16
* Hook up the bioscd driver and the cd9660 filesystem.John Baldwin2001-11-051-0/+2
* Adjust vnode_pager_input_smlfs() to not attempt to BMAP blocks beyond theMatthew Dillon2001-11-051-2/+7
* Add a device driver for the BIOS device for CD-ROM's booted via El ToritoJohn Baldwin2001-11-057-21/+424
* Add a DEVT_CD type for CD drivers.John Baldwin2001-11-051-0/+1
* Implement IO_NOWDRAIN and B_NOWDRAIN - prevents the buffer cache from blockingMatthew Dillon2001-11-057-10/+32
* - net.inet.ipsec.esp_auth hasn't been thereHajimu UMEMOTO2001-11-055-527/+224
* Update copyrights to include Thomas Moestl.Robert Watson2001-11-052-7/+8
* Remove unnecessary WAK_STS bit waiting code for S1 sleep.Mitsuru IWASAKI2001-11-051-14/+0
* Force the RxBuf and TxBuf arrays to be aligned on 16-bit boundaries toAndrew Gallatin2001-11-052-3/+3
* Define a new mount flag "MNT_JAILDEVFS"Poul-Henning Kamp2001-11-053-18/+15
* Don't pass os_boot_rendez directly to SAL_SET_VECTORS, because it'sMarcel Moolenaar2001-11-051-1/+2
* Clean up the trap handling code and make it consistent with the other platforms.Mark Peek2001-11-057-609/+891
* Add enable_fpu/save_fpu for handling the floating point registers in the PCB.Mark Peek2001-11-056-0/+235
* Fix the fix. BIO_ERROR must be set in b_ioflags, not b_flagsMatthew Dillon2001-11-042-2/+2
* Move machine link creation from genassym to kernel-depend, per nyan@Warner Losh2001-11-042-4/+4
* MFS: sync the ipfw/dummynet/bridge code with the one recently mergedLuigi Rizzo2001-11-0411-266/+346
* Move the include before the extra rules so make all the default.Warner Losh2001-11-041-2/+2
* Fix "echo > /dev/null" for non-root users which broke in previous commit.Poul-Henning Kamp2001-11-041-5/+7
* Add mnt_reservedvnlist so we can MFC to 4.x, in order to make all mountMatthew Dillon2001-11-047-0/+14
* *** empty log message ***Peter Wemm2001-11-041-3/+3
* s/FREE/free/Luigi Rizzo2001-11-041-1/+1
* Don't call cdevsw_add().Poul-Henning Kamp2001-11-041-1/+1
* devsw_add() and cdevsw_remove() are no longer needed.Poul-Henning Kamp2001-11-044-27/+0
* Don't call cdevsw_add().Poul-Henning Kamp2001-11-041-1/+0
* Don't call cdevsw_{add,remove}().Poul-Henning Kamp2001-11-041-3/+0
* Don't call cdevsw_add().Poul-Henning Kamp2001-11-042-21/+0
* Add Søren's email address.Jeroen Ruigrok van der Werven2001-11-041-1/+1
* Don't call cdevsw_add().Poul-Henning Kamp2001-11-047-41/+0
* Don't call devsw_add().Poul-Henning Kamp2001-11-041-4/+0
* Rename the top 7 bits if disk minors to spare bits, rather than type bits.Poul-Henning Kamp2001-11-045-8/+8
* Don't call cdevsw_add().Poul-Henning Kamp2001-11-048-30/+0
* Don't call cdevsw_add()Poul-Henning Kamp2001-11-042-8/+0
* B_ERROR is BIO_ERROR on -current.Poul-Henning Kamp2001-11-042-2/+2
* Call to cdevsw_add() no longer needed.Poul-Henning Kamp2001-11-043-3/+0
* Remove unneeded call to cdevsw_add()Poul-Henning Kamp2001-11-041-4/+0
* Fix a bug in CD9660 when vmiodirenable is turned on. CD9660 was assumingMatthew Dillon2001-11-042-2/+46
* Trim all the extra debugging output including hexdumps, debug messages,John Baldwin2001-11-041-189/+4
* Axe the old cdldr.John Baldwin2001-11-042-298/+0
* Use the new cdboot instead of cdldr.John Baldwin2001-11-041-2/+1
* This is a new CD bootstrap utility designed to replace cdldr. AccordingJohn Baldwin2001-11-042-119/+594
* Print out 'foo devices:' as the line before displaying a group ofJohn Baldwin2001-11-041-1/+1
* Don't choke on old sd%d.ctl devices.Poul-Henning Kamp2001-11-031-0/+2
* Whoops, missed these bits in the previous commit.John Baldwin2001-11-032-2/+4
* Add support for sending messages to the serial console which is helpfulJohn Baldwin2001-11-033-0/+163
* Add support for outputting multiple lines when dumping memory during theJohn Baldwin2001-11-032-4/+26
* Add support for trace traps by returning from them just as for breakpointJohn Baldwin2001-11-032-2/+10