summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Fixed minor struct cred leak. Discovered while looking for the oppositedg1996-01-041-5/+8
* Converted two options over to the new scheme: USER_LDT and KTRACE.wollman1996-01-0312-24/+35
* Moved the #ifdef DIAGNOSTIC in vrele() so that the check for negativedg1996-01-022-6/+6
* Fix the reversed source and dest args to bcopy() in the kernel spacepeter1996-01-011-2/+2
* fill in kinfo_eproc.e_login - otherwise a sysctl to read the eprocs wontpeter1996-01-011-1/+3
* Only #include <sys/shm.h> if SYSVSHM (for shmexit() prototype)peter1996-01-011-2/+8
* Make pipe() return a set of bidirectional pipe fd's rather than one-way onlypeter1996-01-011-3/+3
* recording cvs-1.6 file deathpeter1995-12-301-82/+0
* Implemented non-statistical kernel profiling. This is based onbde1995-12-291-5/+90
* 1) ifdef out some unused functions (for now)markm1995-12-291-20/+26
* 1) Add #include <machine/cpu.h> to catch some 586 #definesmarkm1995-12-281-2/+3
* Gack - if you're going to call semexit() from elsewhere, it shouldn'tjkh1995-12-281-2/+2
* Call semexit() from exit(), in order to process `undo vectors'.joerg1995-12-272-3/+6
* random_machdep.c: New version, also includes revectored interrupts, rathermarkm1995-12-271-204/+245
* I report a problem about shmget(). (I'm using FreeBSD-2.1.0R)joerg1995-12-261-2/+2
* Renamed isa/random.c to isa/random_machdep.c to avoid a conflict withbde1995-12-261-0/+435
* Unstaticized addupc_task(). It is supposed to be called from trap().bde1995-12-261-2/+2
* Finished staticizing of timevalfix().bde1995-12-261-1/+3
* Fixed bugs and finished staticization for things inside `#ifdef DEBUG'.bde1995-12-221-20/+22
* Fixed permissions of /dev/tty.bde1995-12-221-2/+2
* kern_conf.c: remove a now unused variable.phk1995-12-222-9/+9
* Fixed pty names. The control and slave names were back to front.bde1995-12-221-5/+5
* Remove crufty "pg" function.phk1995-12-221-9/+1
* i386/i386/conf.c is no longer needed.. remove it from files.i386julian1995-12-211-1/+78
* Corrected a typo in a comment.dg1995-12-191-2/+2
* Implemented a (sorely needed for years) double fault handler to catch stackdg1995-12-191-3/+31
* Staticize.phk1995-12-179-52/+58
* Add an obscure feature, needed for debugging.phk1995-12-171-9/+11
* Updated to match 1TB filesize changes. Some pindexes were still offsetsbde1995-12-171-7/+9
* Oops, the last commit missed one change from 200 to OBUFSIZ + 100.bde1995-12-161-2/+2
* Removed dead debugging code.bde1995-12-161-7/+1
* Uniformized pr_ctlinput protosw functions. The third arg is now `voidbde1995-12-161-2/+2
* Removed unused function lkmenodev().bde1995-12-161-19/+1
* Update sysv_*.c to get their argument definitions from sysproto.hpeter1995-12-153-31/+68
* Regenerated from syscalls.master...peter1995-12-152-2/+68
* Add the direct sysv shm/sem/msg system calls, in the same way as NetBSD.peter1995-12-151-1/+44
* Oops. I forgot the change to this file for supporting static configurationpeter1995-12-151-3/+3
* Changed the maximum output queue count from (TTMAXHIWAT + 200) tobde1995-12-151-2/+3
* Disabled the sleep in ttyflush(). It can't work in general becausebde1995-12-151-1/+15
* Fixed staticization of DDB functions.bde1995-12-142-4/+4
* Nuked ambiguous sleep message strings:bde1995-12-144-21/+11
* Restored unused function ttrstrt(). It would be used if the low levelbde1995-12-141-1/+27
* GENERIC/LINT: Remove redundant quoting on some option lines.peter1995-12-141-3/+3
* Another mega commit to staticize things.phk1995-12-144-34/+51
* A Major staticize sweep. Generates a couple of warnings that I'll dealphk1995-12-1429-160/+185
* Make math_emulators LKMable.phk1995-12-141-7/+9
* devsw tables are now arrays of POINTERS to struct [cb]devswjulian1995-12-137-27/+27
* Fix a problem that was caused by new (partial) support for merged cachedyson1995-12-131-1/+5
* This should have fixed some conditions that could cause thedyson1995-12-121-4/+4
* Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-1110-245/+338
OpenPOWER on IntegriCloud