aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Previous commit to vfs_cluster accidentally disabled read-ahead. ProblemJohn Dyson1996-01-201-1/+2
* Removed stale #includes of "opt_sysvipc.h".Bruce Evans1996-01-203-6/+2
* Imake %.*s really work. :-(Poul-Henning Kamp1996-01-191-5/+9
* Make result of sprintf zero terminated. Fix %r for sprintf case.Poul-Henning Kamp1996-01-191-6/+10
* Eliminated many redundant vm_map_lookup operations for vm_mmap.John Dyson1996-01-1913-237/+263
* Make %.*s work.Poul-Henning Kamp1996-01-181-16/+21
* Remove local TRUE & FALSE definitions.Poul-Henning Kamp1996-01-161-5/+4
* Fix a printf, well, actually break it, that is...Poul-Henning Kamp1996-01-161-10/+10
* Add support for %.{int|*}sPoul-Henning Kamp1996-01-161-4/+13
* Make sure the mountpoint is marked busy before doing operations on it.David Greenman1996-01-162-8/+28
* Get rid of two and a half printf in the kernel.Poul-Henning Kamp1996-01-151-223/+231
* Add an option NFS_NOSERVER which saves 100K in the install kernel (orPoul-Henning Kamp1996-01-133-4/+4
* (gulp!) reran makesyscalls..Peter Wemm1996-01-085-83/+236
* Remove the #ifdef SYSVSHM etc. Always call the functions, some stubsPeter Wemm1996-01-081-34/+1
* It's bad if the blockno is negative.Poul-Henning Kamp1996-01-071-1/+4
* Print out the queue index if it's found to be inconsistent.David Greenman1996-01-061-4/+7
* Rework vm_hold_{load,free}_pages to calculate an index once and use that.David Greenman1996-01-061-11/+13
* Eliminate the dramatic TCP performance decrease observed for writes inGarrett Wollman1996-01-052-4/+12
* Convert BOUNCE_BUFFERS and BOUNCEPAGES to new option scheme.Garrett Wollman1996-01-051-1/+3
* convert FDESC, KERNFS, NULLFS, PORTAL, UMAPFS, and UNION to the newGarrett Wollman1996-01-052-2/+20
* Somehow managed to miss these four files when converting the SYSV IPCGarrett Wollman1996-01-054-4/+12
* Convert DDB to new-style option.Garrett Wollman1996-01-046-6/+13
* Convert SYSV IPC to new-style options. (I hope I got everything...)Garrett Wollman1996-01-046-8/+15
* Fixed minor struct cred leak. Discovered while looking for the oppositeDavid Greenman1996-01-041-5/+8
* Converted two options over to the new scheme: USER_LDT and KTRACE.Garrett Wollman1996-01-0312-24/+35
* Moved the #ifdef DIAGNOSTIC in vrele() so that the check for negativeDavid Greenman1996-01-022-6/+6
* Fix the reversed source and dest args to bcopy() in the kernel spacePeter Wemm1996-01-011-2/+2
* fill in kinfo_eproc.e_login - otherwise a sysctl to read the eprocs wontPeter Wemm1996-01-011-1/+3
* Only #include <sys/shm.h> if SYSVSHM (for shmexit() prototype)Peter Wemm1996-01-011-2/+8
* Make pipe() return a set of bidirectional pipe fd's rather than one-way onlyPeter Wemm1996-01-011-3/+3
* recording cvs-1.6 file deathPeter Wemm1995-12-301-82/+0
* Implemented non-statistical kernel profiling. This is based onBruce Evans1995-12-291-5/+90
* 1) ifdef out some unused functions (for now)Mark Murray1995-12-291-20/+26
* 1) Add #include <machine/cpu.h> to catch some 586 #definesMark Murray1995-12-281-2/+3
* Gack - if you're going to call semexit() from elsewhere, it shouldn'tJordan K. Hubbard1995-12-281-2/+2
* Call semexit() from exit(), in order to process `undo vectors'.Joerg Wunsch1995-12-272-3/+6
* random_machdep.c: New version, also includes revectored interrupts, ratherMark Murray1995-12-271-204/+245
* I report a problem about shmget(). (I'm using FreeBSD-2.1.0R)Joerg Wunsch1995-12-261-2/+2
* Renamed isa/random.c to isa/random_machdep.c to avoid a conflict withBruce Evans1995-12-261-0/+435
* Unstaticized addupc_task(). It is supposed to be called from trap().Bruce Evans1995-12-261-2/+2
* Finished staticizing of timevalfix().Bruce Evans1995-12-261-1/+3
* Fixed bugs and finished staticization for things inside `#ifdef DEBUG'.Bruce Evans1995-12-221-20/+22
* Fixed permissions of /dev/tty.Bruce Evans1995-12-221-2/+2
* kern_conf.c: remove a now unused variable.Poul-Henning Kamp1995-12-222-9/+9
* Fixed pty names. The control and slave names were back to front.Bruce Evans1995-12-221-5/+5
* Remove crufty "pg" function.Poul-Henning Kamp1995-12-221-9/+1
* i386/i386/conf.c is no longer needed.. remove it from files.i386Julian Elischer1995-12-211-1/+78
* Corrected a typo in a comment.David Greenman1995-12-191-2/+2
* Implemented a (sorely needed for years) double fault handler to catch stackDavid Greenman1995-12-191-3/+31
* Staticize.Poul-Henning Kamp1995-12-179-52/+58