summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add the ability to specify where on the at_shutdown queue a handler ismsmith1998-10-3012-64/+64
* Do not disable the ISA compatibility window if it is the same value asgibbs1998-10-304-18/+35
* Put back MFS_ROOT now that it's been fixed correctly.jkh1998-10-302-4/+4
* Fix this correctly - check if mfs_getimage() succeeds before settingsjkh1998-10-301-2/+7
* Take MFS_ROOT out for now; for some reason, the alpha GENERIC chokesjkh1998-10-302-4/+4
* Make the BTX loader much more quiet about what it's doing. This removesmsmith1998-10-303-54/+87
* Per request from ache, change the numbering scheme of __FreeBSD_cc_version.jdp1998-10-291-2/+2
* Correct the reporting of the queue full condition so that the XPT layergibbs1998-10-292-6/+13
* Bump VERSREQ to make ``config'' happy.dima1998-10-292-4/+4
* Oops, rev.1.167 made the device number checking in bdevvp() too strictbde1998-10-292-6/+8
* Fixed editing error. Pointed out by bde.dg1998-10-291-2/+1
* Remove the V_SAVEMETA flag, nothing uses it any more now that msdosfs andpeter1998-10-293-38/+15
* error return assignment was less than ideal. Fix the part that causedpeter1998-10-292-4/+4
* Use vtruncbuf() to clean out cached blocks on a file shorten rather thanpeter1998-10-292-6/+8
* Use vtruncbuf() rather than vinvalbuf() when shortening files.peter1998-10-292-12/+18
* Make the definition of __printf0like() vary according to the valuejdp1998-10-291-4/+9
* A small fragment of new ISA framework: manifest constants for the resourceswollman1998-10-293-0/+129
* A Perl5 version of makedevops.sh. Fixes a bug in the sh/awk versionwollman1998-10-291-0/+221
* The new resource manager, hopefully in a reasonably stable form.wollman1998-10-292-0/+686
* Change the way unmounting happens to guarantee that thervb1998-10-284-42/+122
* Updatervb1998-10-281-11/+0
* Venus must be passed O_CREAT flag on VOP_OPEN iff this isrvb1998-10-288-148/+246
* Simplify the "is a character ready" test, so that we don't return a falsemsmith1998-10-281-4/+2
* Fixed wrong comments in and about vm_page_deactivate().dg1998-10-281-13/+3
* Added a second argument, "activate" to the vm_page_unwire() call so thatdg1998-10-2811-40/+43
* Sync with sys/i386/conf/Makefile.i386 revision 1.127.kato1998-10-282-4/+4
* Clarify a rather ambiguous debugging message.jkh1998-10-282-4/+4
* Add BUS_DEBUG option in opt_bus.hdfr1998-10-281-1/+4
* Avoid interruptions while talking to keyboard controller.rnordier1998-10-272-10/+14
* biosboot compatibility fix: change behavior of backspace in getstr().rnordier1998-10-272-8/+12
* Added needed splvm() protection around object page traversal indg1998-10-271-1/+4
* Oops, the redundant tests for major numbers weren't redundant here.bde1998-10-274-13/+14
* Lots of debugging code and some bugfixes.dfr1998-10-271-25/+338
* Some optimisations to the fragment reassembly code.dfr1998-10-271-19/+14
* Fix a bug in the new fragment reassembly code which was tickled by recievingdfr1998-10-271-2/+2
* Removed redundant bitrotted checks for major numbers instead of updatingbde1998-10-265-20/+12
* Updated the major number check in vfs_object_create(). It's notbde1998-10-262-4/+6
* Check the major number of the boot device more carefully. There was onlybde1998-10-262-10/+6
* Fixed breakage of the GPROF case of statclock() in the previous commit.bde1998-10-262-2/+4
* Oops, back out some local changes that shouldn't have been in thebde1998-10-251-5/+5
* Fixed breakage of the !SMP case of roundrobin() in the previous commit.bde1998-10-251-5/+8
* Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rottedbde1998-10-257-12/+21
* Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rottedbde1998-10-251-7/+4
* Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rottedbde1998-10-251-4/+5
* Nitpicking and dusting performed on a train. Removes trivial warningsphk1998-10-2531-173/+64
* Fixed device number checking in bdevvp():bde1998-10-252-12/+20
* Fixed sysctl attachment for statically configured vfs's.bde1998-10-251-16/+25
* Add some missing dependencies.phk1998-10-251-4/+6
* Fix the interrupt mask generated for enabling/disabling interrupts 8 to 15.paul1998-10-251-3/+3
* Update to current reality. We can now track several LORSTA on separatephk1998-10-241-136/+185
OpenPOWER on IntegriCloud