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