summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cosmetics. related to getting prototypes into view.phk1994-10-105-58/+64
* Added errno conversion table (initialize to zero).sos1994-10-092-3/+5
* Updated to convert errno return in syscall if conversion tabel present.sos1994-10-091-1/+7
* Updated to add errno conversion table. (intialize to zero).sos1994-10-091-1/+1
* Changed option IBCS2 to COMPAT_IBCS2 (for lkm support)sos1994-10-091-5/+5
* Got rid of map.h. It's a leftover from the rmap code, and we use rlists.dg1994-10-096-12/+6
* Cosmetics: added ()'s and fixed prinf-formats to make gcc silent.phk1994-10-086-17/+21
* db_disasm.c: Unused var zapped.phk1994-10-081-9/+8
* POSSIBLE BOGUS CODE found, (related to dos-partitions) in ufs_disksubr.c,phk1994-10-081-5/+11
* Make inflate() reentrant - no more global variables.csgr1994-10-071-41/+53
* First stage of getting imgact_gzip reentrant:csgr1994-10-072-1211/+1237
* Use tsleep() rather than sleep so that 'ps' is more informative aboutdg1994-10-066-21/+21
* Steven Wallace provided a program which broke this stuff. I guess there arephk1994-10-061-1/+8
* Allow for loadable line disciplines (eventually).wollman1994-10-051-35/+12
* Stuff object into v_vmdata rather than pager. Not important which atdg1994-10-056-21/+59
* David Greenman told me to do this: (Thanks!) use vm_allocate to allocatephk1994-10-051-5/+5
* Added M_GZIP for the imgact_gzip code. The gzip-code is likely to be usedphk1994-10-041-6/+13
* Moved m_copyback into uipc_mbuf.cphk1994-10-041-1/+54
* Commented out anti-paging code as it was found to be the cause of adg1994-10-041-3/+3
* Based on the applause (in this case: not downright rejection :-) I havephk1994-10-041-53/+67
* First bug-fix. This this depends on something odd. I am looking at it,phk1994-10-031-3/+9
* ***phk1994-10-031-0/+1456
* Add VMIN/VTIME supportache1994-10-031-18/+131
* All of this is cosmetic. prototypes, #includes, printfs and so on. Makesphk1994-10-0236-675/+918
* "idle priority" support. Based on code from Henrik Vestergaard Draboel,dg1994-10-028-50/+59
* Laptop Advanced Power Management support by HOSOKAWA Tatsumi.dg1994-10-011-2/+8
* Log SA_CORE signalsache1994-09-301-1/+9
* Fixed bug in hardclock() that caused adjtime() to fail when givenwollman1994-09-293-27/+12
* LKM support is no longer optional.wollman1994-09-283-46/+1
* A potential panic, found by adding declarations.phk1994-09-281-2/+2
* Added a %p to printf & friends, same thing as 0x%08x but more with thephk1994-09-281-1/+8
* Make NFS ask the filesystems for directory cookies instead of making themdfr1994-09-283-9/+12
* Moved the "relookup" routine into vfs_lookup.c from ufs/ufs/ufs_vnops.c.phk1994-09-271-5/+160
* Process accounting implementation by Chris Demetriou, with minor localdg1994-09-261-32/+216
* init_sysent.c was missing the final newline.phk1994-09-263-5/+5
* While in the real world, I had a bad case of being swapped out for a lot ofphk1994-09-2526-191/+184
* Added support for EXEC type modules.sos1994-09-251-17/+18
* Shuffled macros and definitions around to facilitate architecturedg1994-09-241-1/+2
* Temporarily (?) disable block reallocation until either the real bug isdg1994-09-241-3/+3
* Added support for p_textvp which stores the vnode pointer of the execed binary.dg1994-09-241-1/+9
* Add MIB variable kern.bootfile (R/W) giving the name of the booted kernel.wollman1994-09-231-1/+5
* Make NFS loadable.wollman1994-09-221-1/+9
OpenPOWER on IntegriCloud