summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_physio.c
Commit message (Collapse)AuthorAgeFilesLines
...
* While in the real world, I had a bad case of being swapped out for a lot ofphk1994-09-251-3/+1
| | | | | | | | cycles. While waiting there I added a lot of the extra ()'s I have, (I have never used LISP to any extent). So I compiled the kernel with -Wall and shut up a lot of "suggest you add ()'s", removed a bunch of unused var's and added a couple of declarations here and there. Having a lap-top is highly recommended. My kernel still runs, yell at me if you kernel breaks.
* Fix up some sloppy coding practices:wollman1994-08-181-2/+1
| | | | | | | | | | | | - Delete redundant declarations. - Add -Wredundant-declarations to Makefile.i386 so they don't come back. - Delete sloppy COMMON-style declarations of uninitialized data in header files. - Add a few prototypes. - Clean up warnings resulting from the above. NB: ioconf.c will still generate a redundant-declaration warning, which is unavoidable unless somebody volunteers to make `config' smarter.
* Detect the "EOF" condition. Specifically, end of partition.dg1994-08-081-1/+4
| | | | Submitted by: Bruce Evans
* Provide support for upcoming merged VM/buffer cache, and fixed a few bugsdg1994-08-071-1/+5
| | | | | | that haven't appeared to manifest themselves (yet). Submitted by: John Dyson
* Incorporated post 1.1.5 work from John Dyson. This includes performancedg1994-08-061-9/+19
| | | | | | | | | improvements via the new routines pmap_qenter/pmap_qremove and pmap_kenter/ pmap_kremove. These routine allow fast mapping of pages for those architectures that have "normal" MMUs. Also included is a fix to the pageout daemon to properly check a queue end condition. Submitted by: John Dyson
* Added $Id$dg1994-08-021-0/+2
|
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-61/+139
| | | | | Reviewed by: Rodney W. Grimes Submitted by: John Dyson and David Greenman
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+93
OpenPOWER on IntegriCloud