summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Reviewed by: julian and (hsu?)julian1996-01-221-1/+6
* Initialize the cpu_class variable. This prevents i386 machines fromjoerg1996-01-212-4/+4
* Fixed the one remaining %r.bde1996-01-211-2/+2
* One missed printf in the debugger.phk1996-01-211-2/+2
* Implement an optional TIMEOUT value while entering the boot parameterjoerg1996-01-212-4/+33
* Newest version of the Matrox Meteor driver. Tested with various MBONEjkh1996-01-214-373/+754
* Slightly improved debug messages for inserting new itemsjulian1996-01-211-9/+13
* oops.julian1996-01-211-4/+4
* Submitted by: Bruce Evans (bde)julian1996-01-213-6/+12
* Removed last vestige of JREMOD.bde1996-01-211-1/+0
* Previous commit to vfs_cluster accidentally disabled read-ahead. Problemdyson1996-01-201-1/+2
* Removed stale #includes of "opt_sysvipc.h".bde1996-01-203-6/+2
* Fold in my latest changes to the worm driver.joerg1996-01-201-6/+17
* Make the "uk" device usable again. The open() always failed due to an intern...joerg1996-01-203-5/+8
* Added a comment above the npx0 device linenate1996-01-202-2/+4
* Reinstate AUTO_EOI_1. This did break suspend/resume on some portables.phk1996-01-195-117/+169
* Fixed vm_map_find for new vm changes.dyson1996-01-191-5/+6
* Fixed vm_map_find for new vm updates.dyson1996-01-193-12/+20
* Imake %.*s really work. :-(phk1996-01-191-5/+9
* Fix bad typo: > was used instead of >> ...se1996-01-192-8/+8
* Improve PCI probe messages by printing the bus number.se1996-01-192-6/+6
* Some trivial fixes to get it to compile again, plus some new lint:peter1996-01-192-8/+14
* Make result of sprintf zero terminated. Fix %r for sprintf case.phk1996-01-191-6/+10
* remove tcp_lastport - it has not been used for quite a while (at leastpeter1996-01-191-2/+1
* Change the default local address range for IP from 1024 through 5000peter1996-01-192-5/+33
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-1959-1016/+1604
* Add definitions for ICMP router discovery.fenner1996-01-191-1/+20
* Fix buffer sizes calculation looking into new Linux driver.ache1996-01-185-21/+27
* Change default value of MAX_LUN from 1 to 8.se1996-01-181-3/+3
* Make %.*s work.phk1996-01-181-16/+21
* Be more conservative when T/TCP extensions are disabled. In particular,olah1996-01-171-1/+14
* Workaround missing interrupts - dma_reset on them (when timeout occurse).ache1996-01-171-0/+2
* Use the new & improved printf rather than homegrown kludges.phk1996-01-163-28/+16
* Remove local TRUE & FALSE definitions.phk1996-01-161-5/+4
* Fix a printf, well, actually break it, that is...phk1996-01-161-10/+10
* Add support for %.{int|*}sphk1996-01-161-4/+13
* Make sure the mountpoint is marked busy before doing operations on it.dg1996-01-162-8/+28
* Small modification to my prev change:ache1996-01-161-6/+4
* Moved BCD declarations to the correct header (libkern.h).bde1996-01-163-35/+42
* 1) Fix comments: 386bsd -> FreeBSD, some other wrong info.ache1996-01-161-15/+17
* Removed declarations of nonexistent functions copyoutstr(), fuiword()bde1996-01-161-11/+10
* Removed declarations of nonexistent functions.bde1996-01-162-20/+4
* Since new bcd* macros not argument range overflow resistant,ache1996-01-165-20/+10
* sleep/wakeup macros was designed to do it on random address in the stack.ache1996-01-161-4/+3
* Back out patch 1.53. The problem report that had made me commit thisse1996-01-151-3/+3
* Disable handshake timeout. Some devices don't send an ACK for severalse1996-01-151-3/+3
* Get rid of two and a half printf in the kernel.phk1996-01-158-421/+252
* My wife is busy making me a new conical hat, so you don't need tophk1996-01-156-117/+62
* Soren called an said that I screwed up badly, so I backup untilphk1996-01-155-55/+110
* Remove some unused vars, use new hex2ascii macro.phk1996-01-151-22/+9
OpenPOWER on IntegriCloud