summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Finished device configuration database work for all ISA devices (except `ze')wollman1994-10-231-3/+19
* Only VM_WAIT if curproc != pageproc. A deadlock can occur otherwise.dg1994-10-231-3/+3
* Round down instead of up in 'kerninfo'/ctrl-T stats code. Incorrect outputdg1994-10-231-3/+3
* Make the diagnostics a little more useful.phk1994-10-221-2/+3
* I belive imgact_gzip is finally reentrant. It is also a whole lot morephk1994-10-222-1086/+981
* Make my ALLDEVS kernel compile (basically, LINT minus a lot of options).wollman1994-10-212-10/+2
* Make my ALLDEVS kernel compile (basically, LINT minus a lot of options).wollman1994-10-211-1/+4
* Actually implement the functionality documented in sysctl.h for type CTL_FS.wollman1994-10-201-1/+13
* Peter Dufaults comconsole changes.phk1994-10-202-11/+14
* Add support for devconf to a large number of device drivers, and dowollman1994-10-191-1/+8
* Use a static length for externalized data, rather than calling a function.wollman1994-10-191-8/+3
* Removed references to bclnlist which we don't use/support/need.dg1994-10-182-5/+2
* This basically allows you to stick a disklabel on any partition.phk1994-10-171-1/+4
* kern_clock.c: define dk_names[][].wollman1994-10-165-9/+192
* ttywait: check conditions again right after oprocache1994-10-151-5/+8
* Fix the problem with panics when mounting on nonexistant directories. Probablyphk1994-10-152-4/+4
* Damn, check in the wrong version, fixed.sos1994-10-131-3/+3
* Made it possible for ioctl to return a value.sos1994-10-131-1/+29
* Added ifdef COMPAT_IBCS2 around setre[ug]id.sos1994-10-131-3/+3
* Don't allow the same MISC module loading more than once..sos1994-10-121-0/+2
* Ouch, fixed bug in errno translation (ibcs2 support).sos1994-10-111-2/+1
* Fixed bug in ibcs2 signal translation.sos1994-10-111-4/+4
* Removed static declaration of getvnode() (used in ibcs2)sos1994-10-112-4/+4
* Better IXANY/IXOFF processing into setflags.ache1994-10-111-6/+14
* Fix old cs8->cs7 bug, bringed by rlogin.ache1994-10-111-25/+45
* - remove unnecessary #includes (I think a couple of redundant ones remain)csgr1994-10-112-25/+27
* Hmm, only translate errno when doing an actual return.sos1994-10-101-7/+7
OpenPOWER on IntegriCloud