summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* (gulp!) reran makesyscalls..peter1996-01-085-83/+236
* Remove the #ifdef SYSVSHM etc. Always call the functions, some stubspeter1996-01-081-34/+1
* It's bad if the blockno is negative.phk1996-01-071-1/+4
* Print out the queue index if it's found to be inconsistent.dg1996-01-061-4/+7
* Rework vm_hold_{load,free}_pages to calculate an index once and use that.dg1996-01-061-11/+13
* Eliminate the dramatic TCP performance decrease observed for writes inwollman1996-01-052-4/+12
* Convert BOUNCE_BUFFERS and BOUNCEPAGES to new option scheme.wollman1996-01-051-1/+3
* convert FDESC, KERNFS, NULLFS, PORTAL, UMAPFS, and UNION to the newwollman1996-01-052-2/+20
* Somehow managed to miss these four files when converting the SYSV IPCwollman1996-01-054-4/+12
* Convert DDB to new-style option.wollman1996-01-046-6/+13
* Convert SYSV IPC to new-style options. (I hope I got everything...)wollman1996-01-046-8/+15
* 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
OpenPOWER on IntegriCloud