summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Implement what I mentioned in rev 1.18: limit per-bucket allocations todg1996-01-291-3/+7
* Fixed two bugs in the calculation of the malloc area (kmem_map) size:dg1996-01-291-7/+9
* Kernel printf now returns int.gibbs1996-01-291-3/+5
* Fixed an uninitialized variable (argument to vm_map_find) -- problemdyson1996-01-291-5/+8
* Enable the new fast pipe code. The old pipes can be used with thedyson1996-01-282-3/+14
* Added new files to support the new fast pipes. After the follow-ondyson1996-01-281-0/+573
* An earlier modification had decreased CPU usage, but alsodyson1996-01-281-4/+4
* Fixed dangling pointer bugs in DIOCSDINFO.bde1996-01-281-7/+7
* [Oops, forgot to commit this together with things that depend on it.]bde1996-01-271-11/+133
* Fix a bug I made in the devfs.phk1996-01-261-3/+3
* Avoid local sprintfs and other printf'isms.phk1996-01-251-8/+7
* Restored newline at the end of panic messages.bde1996-01-251-2/+3
* Remove %r hack, we have vprintf() now.phk1996-01-241-26/+22
* Major fixes for ptrace()...peter1996-01-241-99/+226
* bounds check the radix, just in case.phk1996-01-221-1/+5
* Previous commit to vfs_cluster accidentally disabled read-ahead. Problemdyson1996-01-201-1/+2
* Removed stale #includes of "opt_sysvipc.h".bde1996-01-203-6/+2
* Imake %.*s really work. :-(phk1996-01-191-5/+9
* Make result of sprintf zero terminated. Fix %r for sprintf case.phk1996-01-191-6/+10
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-1913-237/+263
* Make %.*s work.phk1996-01-181-16/+21
* Remove local TRUE & FALSE definitions.phk1996-01-161-5/+4
* Fix a printf, well, actually break it, that is...phk1996-01-161-10/+10
* Add support for %.{int|*}sphk1996-01-161-4/+13
* Make sure the mountpoint is marked busy before doing operations on it.dg1996-01-162-8/+28
* Get rid of two and a half printf in the kernel.phk1996-01-151-223/+231
* Add an option NFS_NOSERVER which saves 100K in the install kernel (orphk1996-01-133-4/+4
* (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
OpenPOWER on IntegriCloud