summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Kill XNS.wollman1996-02-132-8/+8
* rewrap some long lines.phk1996-02-131-6/+8
* Add ifdefs for non-freebsd system usage. Add missing select wakeups,dyson1996-02-111-27/+63
* Add some missing requests for the read-side to wakeup the write-side. Alsodyson1996-02-091-2/+11
* Define a new socket option, SO_PRIVSTATE. Getting it returns the statewollman1996-02-071-1/+10
* Apparent fix for a pipe hang problem.dyson1996-02-071-3/+16
* More fixes from bde.dyson1996-02-051-14/+24
* Kva space allocated for direct buffer wasn't quite big enough. Thedyson1996-02-051-7/+11
* Changed vm_fault_quick in vm_machdep.c to be global. Needed fordyson1996-02-041-1/+8
* Improve the performance for pipe(2) again. Also include somedyson1996-02-042-47/+449
* Properly calculate the amount of the devconf to output in SYSCTL_OUT.gibbs1996-01-311-2/+10
* Improved killproc() log message and made it and the other similar messagedg1996-01-312-10/+9
* Fix another problem with the new pipe code, pointed out by Bruce Evans.dyson1996-01-311-7/+6
* Fix some problems with return codes on the new pipe stuff. Bruce Evansdyson1996-01-311-4/+8
* 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
OpenPOWER on IntegriCloud