summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Small tweak to newbus changes: return error status on failure correctlywpaul1999-07-221-2/+2
* Vastly improve the speed of the file command by makingwes1999-07-222-6/+7
* Make mountroot work again (change makedev to makebdev).dfr1999-07-211-3/+4
* Add ``cvsup''.obrien1999-07-211-1/+2
* Fix the following problem:alc1999-07-217-16/+55
* Fix for the hosts_options(5) spawn option.sheldonh1999-07-211-5/+9
* Fixed missing changes from sys/pc98/pc98/pc98.c when new-bus was integrated.nyan1999-07-212-2/+44
* Remove the RCS "Log" and all the verbiage it has generated.phk1999-07-2120-2608/+24
* Hack to work around a NULL pointer dereferencation that can be triggeredjoerg1999-07-212-2/+10
* Fix horribly broken comment. The submitter of the associated code sentsheldonh1999-07-211-3/+4
* Fix a gcc stupidity where it thought a variable was being used uninitializedbillf1999-07-212-4/+10
* Avoid ambigious if/elsebillf1999-07-212-4/+6
* Hopefully make the CMD640B workaround actually work.peter1999-07-211-9/+6
* Avoid ambigious if-elsebillf1999-07-211-4/+7
* Since we are using strlen() let's assign it to the correct type andbillf1999-07-211-2/+3
* Walk around the end of all the silly guessing of device types and unitmsmith1999-07-216-9/+108
* Slight cleanups of the Cyrix 5530 UDMA code.julian1999-07-201-100/+125
* Fix a REALLY embarrassing mistake. Don't look; I warned you.green1999-07-201-2/+2
* Make a dev2budev() function, and use it. This refixes pstat (working, broken,green1999-07-204-9/+16
* Convert the xl driver to newbus. It is now possible to make this driverwpaul1999-07-202-88/+127
* XFree86 3.3.4 seems to require "XWINHOME" to be set for the setup tooljkh1999-07-203-3/+6
* dev2udev() returns a CDEV udev_t, but we use block io in savecore. Savecoregreen1999-07-201-2/+5
* Correct the information about the return value when no device matchesnik1999-07-201-6/+4
* Correct some grammar and style problems with this page.nik1999-07-201-16/+16
* Correct the alignment of some of the members in the wi_frame structure.wpaul1999-07-202-6/+10
* Make bcd2int work (resume time reporting now works.)green1999-07-201-3/+5
* Make wall_cmos do something.green1999-07-201-4/+13
* I missed a not. Also, remove invltlb(), since it's "unncessary [sic] becausegreen1999-07-201-4/+2
* Now a dev_t is a pointer to struct specinfo which is shared by all specdevphk1999-07-2013-194/+185
* Also check against chardevs when looking for root.phk1999-07-204-4/+12
* The matcd driver is acting strange (returning a successful open evenjkh1999-07-203-3/+9
* Fix a bad dhcp keyword; it's host-name not server-name.jkh1999-07-202-6/+6
* Add slovakian ftp mirror.jkh1999-07-203-3/+9
* More Alpha ifdefage.jkh1999-07-206-6/+42
* use vp->v_rdev;phk1999-07-201-2/+2
* add debug.sizeof.specinfophk1999-07-201-1/+5
* Don't access the device with vp->v_specinfo->si_rdev, use vp->v_rdev.phk1999-07-202-4/+56
* Update of the i686 MTRR/memory range support.msmith1999-07-202-90/+92
* Implement an all-CPU shootdown-style rendezvous facility. This allowsmsmith1999-07-2016-18/+699
* An SMP-specific change: Eliminate an unnecessary lock acquire and releasealc1999-07-201-10/+1
* Convert a "page not busy" warning to an assertion.alc1999-07-201-7/+3
* Get bpf0 onto the MFS image.jkh1999-07-201-2/+2
* Make memcontrol's internal help actually work. No substitute for a realmsmith1999-07-201-3/+19
* Reintroduce LBA (cyl > 1023) support in the bootblocks, enabled byrnordier1999-07-205-57/+111
* Fix a page size vs. KB mixup. The extra buffers allocated at a reducedpeter1999-07-192-8/+8
* Document the "skey" command in telnet(1).nik1999-07-191-1/+5
* Check if an fs is mounted before checking if it is mounted read-only.luoqi1999-07-191-2/+3
* Activate kgzip.rnordier1999-07-191-1/+2
* Activate kgzldr.rnordier1999-07-191-2/+2
* Use M4FLAGS for m4.rnordier1999-07-191-4/+4
OpenPOWER on IntegriCloud