aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'BETA_2_0'.cvs2svn1994-11-213-31/+6
* This commit was manufactured by cvs2svn to create branch 'ALPHA_2_0'.cvs2svn1994-11-0814-9878/+0
* Added "const" to the arguments here and there.Poul-Henning Kamp1994-11-071-5/+5
* Put a small hack into a large hack named makeyscall.sh. Generate onlyAndreas Schulz1994-11-061-2/+5
* Security nitpicking: don't make *.core world readableAndrey A. Chernov1994-11-061-2/+2
* Added support for starting the experimental "vmdaemon" system process.David Greenman1994-11-061-3/+19
* From tim@cs.city.ac.uk (Tim Wilkinson):David Greenman1994-11-042-2/+4
* Return immediately from ttwrite() if the ttysleep()s that wait forBruce Evans1994-11-011-3/+3
* Added hooks for an easy drop-in of the pcvt concole driver.Joerg Wunsch1994-10-311-2/+3
* Fix selector arg to match the (missing) prototype for sdtossd().Bruce Evans1994-10-301-2/+7
* Don't attempt to free null cblocks. There may be less to free thanBruce Evans1994-10-302-2/+6
* write ptys use _the_same_ tsleep/wakeup address as read ptys due toAndrey A. Chernov1994-10-291-3/+3
* Julian Elischer's disklabel fixes.Jordan K. Hubbard1994-10-271-86/+146
* Fix the panic message if init dies to show the exit status.Poul-Henning Kamp1994-10-271-3/+5
* When all else fails, try to use "/stand/sysinstall" as "init" process. ThePoul-Henning Kamp1994-10-261-1/+2
* Changed some variable names in lf_addblock to make the code bothDavid Greenman1994-10-251-9/+9
* Don't do suser() check; it's already done in __sysctl().Garrett Wollman1994-10-231-4/+1
* Finished device configuration database work for all ISA devices (except `ze')Garrett Wollman1994-10-231-3/+19
* Only VM_WAIT if curproc != pageproc. A deadlock can occur otherwise.David Greenman1994-10-231-3/+3
* Round down instead of up in 'kerninfo'/ctrl-T stats code. Incorrect outputDavid Greenman1994-10-231-3/+3
* Make the diagnostics a little more useful.Poul-Henning Kamp1994-10-221-2/+3
* I belive imgact_gzip is finally reentrant. It is also a whole lot morePoul-Henning Kamp1994-10-222-1086/+981
* Make my ALLDEVS kernel compile (basically, LINT minus a lot of options).Garrett Wollman1994-10-212-10/+2
* Make my ALLDEVS kernel compile (basically, LINT minus a lot of options).Garrett Wollman1994-10-211-1/+4
* Actually implement the functionality documented in sysctl.h for type CTL_FS.Garrett Wollman1994-10-201-1/+13
* Peter Dufaults comconsole changes.Poul-Henning Kamp1994-10-202-11/+14
* Add support for devconf to a large number of device drivers, and doGarrett Wollman1994-10-191-1/+8
* Use a static length for externalized data, rather than calling a function.Garrett Wollman1994-10-191-8/+3
* Removed references to bclnlist which we don't use/support/need.David Greenman1994-10-182-5/+2
* This basically allows you to stick a disklabel on any partition.Poul-Henning Kamp1994-10-171-1/+4
* kern_clock.c: define dk_names[][].Garrett Wollman1994-10-165-9/+192
* ttywait: check conditions again right after oprocAndrey A. Chernov1994-10-151-5/+8
* Fix the problem with panics when mounting on nonexistant directories. ProbablyPoul-Henning Kamp1994-10-152-4/+4
* Damn, check in the wrong version, fixed.Søren Schmidt1994-10-131-3/+3
* Made it possible for ioctl to return a value.Søren Schmidt1994-10-131-1/+29
* Added ifdef COMPAT_IBCS2 around setre[ug]id.Søren Schmidt1994-10-131-3/+3
* Don't allow the same MISC module loading more than once..Søren Schmidt1994-10-121-0/+2
* Ouch, fixed bug in errno translation (ibcs2 support).Søren Schmidt1994-10-111-2/+1
* Fixed bug in ibcs2 signal translation.Søren Schmidt1994-10-111-4/+4
* Removed static declaration of getvnode() (used in ibcs2)Søren Schmidt1994-10-112-4/+4
* Better IXANY/IXOFF processing into setflags.Andrey A. Chernov1994-10-111-6/+14
* Fix old cs8->cs7 bug, bringed by rlogin.Andrey A. Chernov1994-10-111-25/+45
* - remove unnecessary #includes (I think a couple of redundant ones remain)Geoff Rehmet1994-10-112-25/+27
* Hmm, only translate errno when doing an actual return.Søren Schmidt1994-10-101-7/+7
* Cosmetics. related to getting prototypes into view.Poul-Henning Kamp1994-10-105-58/+64
* Added errno conversion table (initialize to zero).Søren Schmidt1994-10-092-3/+5
* Updated to convert errno return in syscall if conversion tabel present.Søren Schmidt1994-10-091-1/+7
* Updated to add errno conversion table. (intialize to zero).Søren Schmidt1994-10-091-1/+1
* Changed option IBCS2 to COMPAT_IBCS2 (for lkm support)Søren Schmidt1994-10-091-5/+5
* Got rid of map.h. It's a leftover from the rmap code, and we use rlists.David Greenman1994-10-096-12/+6