aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fixed longstanding bug of not checking `dumpdev' or setting `dumplo'Bruce Evans1996-07-302-20/+14
* Synced with sio.c: added support for TIOCDCDTIMESTAMP and simplifiedBruce Evans1996-07-303-117/+93
* Fixed the machdep.i8254_freq and machdep.i586_freq sysctls. Writes wereBruce Evans1996-07-307-94/+217
* Add better support for retrieving management information from networkGarrett Wollman1996-07-305-10/+255
* Another round of merge.Satoshi Asami1996-07-3010-98/+1307
* Only use the special bdevvp() for DEVFS if DEVFS_ROOT is defined. ThisBruce Evans1996-07-303-7/+9
* Fixed resource usage integrals. They were too large by a factor ofBruce Evans1996-07-303-60/+63
* Fix GIO_ATTR ioctl return to match SYSVAndrey A. Chernov1996-07-303-6/+6
* Backed out the recent changes/enhancements to the VM code. TheJohn Dyson1996-07-3017-1190/+1250
* Fix a problem with a DEBUG section of code.John Dyson1996-07-292-2/+2
* Fix an error in statement order in pmap_remove_pages, remove the pmapJohn Dyson1996-07-292-78/+20
* Fix a problem that pmap update was not being done for kernel_pmap. AlsoJohn Dyson1996-07-282-26/+22
* bzero reserved field into directory entry, junk here causeAndrey A. Chernov1996-07-282-2/+4
* Slight performance tweak for previous commit.David Greenman1996-07-281-2/+3
* Undo part of the scalability commit. Many of the changesJohn Dyson1996-07-281-29/+15
* Modify slightly the output from the map file in /proc. Now theJohn Dyson1996-07-272-4/+8
* Move a couple of the initialization commands to the right place. MultiJohn Dyson1996-07-271-28/+24
* Modification to vfs_cluster to allow clustering of NFS delayed writes.John Dyson1996-07-271-3/+14
* Under certain circumstances, reading the /proc/*/map file canJohn Dyson1996-07-272-4/+10
* Allow sequentially created mmap'ed anonymous regions to coalesce. ThereJohn Dyson1996-07-271-23/+33
* Under the heavy load for transmiting condition, it will be write errorAtsushi Murai1996-07-272-4/+4
* Clean up some lint.John Dyson1996-07-271-3/+3
* Remove experimental header file. My test-build must have picked itJohn Dyson1996-07-271-1/+3
* Remove a totally unneeded (and as of the last VM commit, incorrect) callJohn Dyson1996-07-272-4/+2
* Missing (prototype) change from the previous commit.John Dyson1996-07-271-2/+2
* This commit is meant to solve a couple of VM system problems orJohn Dyson1996-07-2716-1256/+1259
* ttysleep() can return EWOULDBLOCK, not ETIMEDOUT as the comment in tty.cPeter Wemm1996-07-262-4/+4
* Apply a bandaid to a problem elsewhere in the driver, when the process isPeter Wemm1996-07-262-4/+10
* Rename KERN_DOMAINNAME to KERN_NISDOMAINNAME so that it can't be confusedGarrett Wollman1996-07-252-5/+5
* Fail when odd number of disks are specified with mirror flag. MemorySatoshi Asami1996-07-242-56/+72
* DEVFS needs a special bdevvp().Poul-Henning Kamp1996-07-241-1/+37
* DEVFS needs a special bdevvp().Poul-Henning Kamp1996-07-242-2/+6
* Fix a bug in ifa_ifwithnet() which caused a page fault in bcmp()Garrett Wollman1996-07-241-2/+3
* Eliminate some more references to separate ip_v and ip_hl fields.Garrett Wollman1996-07-245-16/+28
* Revert my bdevsw change for wcd.c, Bruce pointed out thatPoul-Henning Kamp1996-07-241-2/+12
* Submitted by: archie@whistle.comJulian Elischer1996-07-233-12/+13
* Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.Poul-Henning Kamp1996-07-2321-243/+94
* Fix a spelling error I forgot to bring over from my personal versionGarrett Wollman1996-07-231-2/+2
* Update to current state of PC98 world.Satoshi Asami1996-07-2364-6567/+2876
* Submitted by: archie@whistle.comJulian Elischer1996-07-2313-890/+275
* Add a new, better mechanism for sticking packets onto ifqueues.Garrett Wollman1996-07-221-1/+30
* Don't dereference sc->sc_setmtu if it's NULL (such as when it's not running)Peter Wemm1996-07-211-2/+3
* Add yet another kludge to this driver. Man page update to follow.Poul-Henning Kamp1996-07-211-1/+9
* Substitute raw{read|write} for ccd{read|write}Poul-Henning Kamp1996-07-212-118/+4
* Post-commit review by Bruce. Mostly stylistic changes.Joerg Wunsch1996-07-215-245/+270
* Replace the annoying calls to Debugger() by panic()'s in theJoerg Wunsch1996-07-201-3/+7
* Correct the timer2 acquiration and release, it must happen at splclock.Joerg Wunsch1996-07-202-72/+104
* Major cleanup of the timerX_{acquire,release} stuff. In particular,Joerg Wunsch1996-07-205-240/+480
* Removed extraneous return.Alexander Langer1996-07-201-2/+1
* Last night (local time :) I accidently checked in an intermediate versionStefan Eßer1996-07-192-170/+138