aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Output a newline at the end of a dump so that there are blank lines betweenJohn Baldwin2001-11-032-2/+2
* Unbreak build without INET6.Hajimu UMEMOTO2001-11-031-0/+2
* Introduce a boot environment variable (clock_compat_osf1) which canAndrew Gallatin2001-11-032-13/+28
* Remove unneeded and #if 0'ed code to register in cdevsw[]Poul-Henning Kamp2001-11-031-13/+0
* Use vfs_timestamp() instead of getnanotime().Poul-Henning Kamp2001-11-031-3/+12
* Use vfs_timestamp() instead of getnanotime() directly.Poul-Henning Kamp2001-11-031-3/+3
* Add PCIC_TI4410Poul-Henning Kamp2001-11-031-0/+2
* Implement <machine/ieeefp.h>Doug Rabson2001-11-031-14/+36
* Desupport FreeBSD/vaxPeter Wemm2001-11-032-6/+0
* _SIG_MAXSIG (128) is the highest legal signal. The arrays are offsetPeter Wemm2001-11-033-4/+4
* Avoid crash of minor numbers between /dev/midistat and /dev/dspr*.Seigo Tanimura2001-11-031-1/+1
* Partial reversion of rev 1.138. kill and killpg allow a signalPeter Wemm2001-11-031-2/+2
* cmott@scientech.com -> cm@linktel.netBrian Somers2001-11-039-10/+10
* Clean up the bogus pci.h file we create.Poul-Henning Kamp2001-11-031-0/+2
* Remove PAO3 dependent part.Noriaki Mitsunaga2001-11-0310-352/+1
* No FreeBSD/vax here either.Peter Wemm2001-11-032-2/+2
* FreeBSD/vax is quite some time away.Peter Wemm2001-11-032-7/+0
* Add modules for lpt, plip, ppbus, ppi and pps.Poul-Henning Kamp2001-11-036-0/+60
* FreeBSD/tahoe is not likely for a while.Peter Wemm2001-11-031-3/+0
* Add Id for 82801CA (ICH3?). The ich driver seems to work fine on thePeter Wemm2001-11-031-1/+5
* Add ICH3 (82801CA/CAM) and 460GXPeter Wemm2001-11-032-0/+48