summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>se1995-01-051-1/+4
* Fight against hanging modems: add timeout to ttywait.ache1995-01-051-2/+15
* Another part of Bill Paul's fix to swapgeneric to properly use the -a flag.jkh1994-12-311-2/+2
* Change an 0 to WHOLE_DISK_SLICE.bde1994-12-301-1/+1
* Print "(null)" instead of "<null>" for NULL string args for consistencybde1994-12-301-5/+3
* Make printf() a bit more robust and allow NULL strings (print them asdg1994-12-281-1/+7
* Fixed multiple bugs that cause null pointers to be followed or FREEed datadg1994-12-282-27/+30
* Obtained from: 1.1.5bde1994-12-241-4/+10
* Protect vnode buffer chain manipulation with splbio to prevent listdg1994-12-232-2/+16
* Print `slicename' and not a bogus pointer in diskerr()bde1994-12-221-2/+2
* Ooops, i forgot one NVT > 0 in a previous commit. Now pcvt will alsojoerg1994-12-181-2/+2
* Move the code providing the equivalent of ICRNL for console input fromjoerg1994-12-181-2/+5
* Fix bug in sysctl_string so that when a string has a length that is toguido1994-12-181-2/+2
* Fix possible off by one in b_save allocation size.dg1994-12-181-2/+2
* Changed splimp to splhigh to close a potential hole that could leaddg1994-12-171-3/+3
* Duplicate readdisklabel() and writedisklabel() and remove DOS stuff frombde1994-12-161-7/+145
* Separate go-away code from dsinit() to produce dsgone().bde1994-12-161-16/+27
* Actually enable NTP kernel PLL. (Oops!)wollman1994-12-142-3/+4
* Obtained from: my fix for 1.1.5bde1994-12-121-1/+4
* Obtained from: my old fix for 1.1.5bde1994-12-123-48/+126
* Don't mess with already freed structures when a process is being rundg1994-12-121-13/+15
* diskslice_machdep.c implements reading and checking of DOS slice tables.bde1994-12-121-0/+212
* subr_diskslice.c implements everything related to slices and labels exceptbde1994-12-122-0/+680
* Don't allow negative limits at all. Convert them to RLIM_INFINITY insteadbde1994-12-061-6/+15
* Implemented a "TEXT_SET" called 'cleanup_set' which will be called beforephk1994-12-041-1/+20
* don't allow ctty to be set to ctty - infinite kernel recursionache1994-12-041-1/+3
* Call d_stop in ttyflush not only for WRITE but for READ tooache1994-12-041-7/+8
* Add one forgotten u_quad_t typecast in dosetrlimit.ats1994-12-021-2/+2
* The values for setrlimit in the data size and stack size case areats1994-12-011-6/+6
* Fix cblock starvation bugs by reserving enough cblocks for minimalbde1994-11-263-146/+279
* Don't block for output in non-blocking mode if clists run out.bde1994-11-261-5/+11
* These changes fix a couple of lingering VM problems:dg1994-11-251-3/+1
* Move declarations of public functions to <sys/sysctl.h>.bde1994-11-141-11/+4
* Make a kernel sans FFS possible.phk1994-11-122-22/+4
* pick up the changes from a makesyscall.sh run. The multiple lkmnosysats1994-11-101-9/+0
* Added "const" to the arguments here and there.phk1994-11-071-5/+5
* Put a small hack into a large hack named makeyscall.sh. Generate onlyats1994-11-061-2/+5
* Security nitpicking: don't make *.core world readableache1994-11-061-2/+2
* Added support for starting the experimental "vmdaemon" system process.dg1994-11-061-3/+19
* From tim@cs.city.ac.uk (Tim Wilkinson):dg1994-11-042-2/+4
* Return immediately from ttwrite() if the ttysleep()s that wait forbde1994-11-011-3/+3
* Added hooks for an easy drop-in of the pcvt concole driver.joerg1994-10-311-2/+3
* Fix selector arg to match the (missing) prototype for sdtossd().bde1994-10-301-2/+7
* Don't attempt to free null cblocks. There may be less to free thanbde1994-10-302-2/+6
* write ptys use _the_same_ tsleep/wakeup address as read ptys due toache1994-10-291-3/+3
* Julian Elischer's disklabel fixes.jkh1994-10-271-86/+146
* Fix the panic message if init dies to show the exit status.phk1994-10-271-3/+5
* When all else fails, try to use "/stand/sysinstall" as "init" process. Thephk1994-10-261-1/+2
* Changed some variable names in lf_addblock to make the code bothdg1994-10-251-9/+9
* Don't do suser() check; it's already done in __sysctl().wollman1994-10-231-4/+1
OpenPOWER on IntegriCloud