| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implement what I mentioned in rev 1.18: limit per-bucket allocations to | David Greenman | 1996-01-29 | 1 | -3/+7 |
| * | Fixed two bugs in the calculation of the malloc area (kmem_map) size: | David Greenman | 1996-01-29 | 1 | -7/+9 |
| * | Kernel printf now returns int. | Justin T. Gibbs | 1996-01-29 | 1 | -3/+5 |
| * | Fixed an uninitialized variable (argument to vm_map_find) -- problem | John Dyson | 1996-01-29 | 1 | -5/+8 |
| * | Enable the new fast pipe code. The old pipes can be used with the | John Dyson | 1996-01-28 | 2 | -3/+14 |
| * | Added new files to support the new fast pipes. After the follow-on | John Dyson | 1996-01-28 | 1 | -0/+573 |
| * | An earlier modification had decreased CPU usage, but also | John Dyson | 1996-01-28 | 1 | -4/+4 |
| * | Fixed dangling pointer bugs in DIOCSDINFO. | Bruce Evans | 1996-01-28 | 1 | -7/+7 |
| * | [Oops, forgot to commit this together with things that depend on it.] | Bruce Evans | 1996-01-27 | 1 | -11/+133 |
| * | Fix a bug I made in the devfs. | Poul-Henning Kamp | 1996-01-26 | 1 | -3/+3 |
| * | Avoid local sprintfs and other printf'isms. | Poul-Henning Kamp | 1996-01-25 | 1 | -8/+7 |
| * | Restored newline at the end of panic messages. | Bruce Evans | 1996-01-25 | 1 | -2/+3 |
| * | Remove %r hack, we have vprintf() now. | Poul-Henning Kamp | 1996-01-24 | 1 | -26/+22 |
| * | Major fixes for ptrace()... | Peter Wemm | 1996-01-24 | 1 | -99/+226 |
| * | bounds check the radix, just in case. | Poul-Henning Kamp | 1996-01-22 | 1 | -1/+5 |
| * | Previous commit to vfs_cluster accidentally disabled read-ahead. Problem | John Dyson | 1996-01-20 | 1 | -1/+2 |
| * | Removed stale #includes of "opt_sysvipc.h". | Bruce Evans | 1996-01-20 | 3 | -6/+2 |
| * | Imake %.*s really work. :-( | Poul-Henning Kamp | 1996-01-19 | 1 | -5/+9 |
| * | Make result of sprintf zero terminated. Fix %r for sprintf case. | Poul-Henning Kamp | 1996-01-19 | 1 | -6/+10 |
| * | Eliminated many redundant vm_map_lookup operations for vm_mmap. | John Dyson | 1996-01-19 | 13 | -237/+263 |
| * | Make %.*s work. | Poul-Henning Kamp | 1996-01-18 | 1 | -16/+21 |
| * | Remove local TRUE & FALSE definitions. | Poul-Henning Kamp | 1996-01-16 | 1 | -5/+4 |
| * | Fix a printf, well, actually break it, that is... | Poul-Henning Kamp | 1996-01-16 | 1 | -10/+10 |
| * | Add support for %.{int|*}s | Poul-Henning Kamp | 1996-01-16 | 1 | -4/+13 |
| * | Make sure the mountpoint is marked busy before doing operations on it. | David Greenman | 1996-01-16 | 2 | -8/+28 |
| * | Get rid of two and a half printf in the kernel. | Poul-Henning Kamp | 1996-01-15 | 1 | -223/+231 |
| * | Add an option NFS_NOSERVER which saves 100K in the install kernel (or | Poul-Henning Kamp | 1996-01-13 | 3 | -4/+4 |
| * | (gulp!) reran makesyscalls.. | Peter Wemm | 1996-01-08 | 5 | -83/+236 |
| * | Remove the #ifdef SYSVSHM etc. Always call the functions, some stubs | Peter Wemm | 1996-01-08 | 1 | -34/+1 |
| * | It's bad if the blockno is negative. | Poul-Henning Kamp | 1996-01-07 | 1 | -1/+4 |
| * | Print out the queue index if it's found to be inconsistent. | David Greenman | 1996-01-06 | 1 | -4/+7 |
| * | Rework vm_hold_{load,free}_pages to calculate an index once and use that. | David Greenman | 1996-01-06 | 1 | -11/+13 |
| * | Eliminate the dramatic TCP performance decrease observed for writes in | Garrett Wollman | 1996-01-05 | 2 | -4/+12 |
| * | Convert BOUNCE_BUFFERS and BOUNCEPAGES to new option scheme. | Garrett Wollman | 1996-01-05 | 1 | -1/+3 |
| * | convert FDESC, KERNFS, NULLFS, PORTAL, UMAPFS, and UNION to the new | Garrett Wollman | 1996-01-05 | 2 | -2/+20 |
| * | Somehow managed to miss these four files when converting the SYSV IPC | Garrett Wollman | 1996-01-05 | 4 | -4/+12 |
| * | Convert DDB to new-style option. | Garrett Wollman | 1996-01-04 | 6 | -6/+13 |
| * | Convert SYSV IPC to new-style options. (I hope I got everything...) | Garrett Wollman | 1996-01-04 | 6 | -8/+15 |
| * | Fixed minor struct cred leak. Discovered while looking for the opposite | David Greenman | 1996-01-04 | 1 | -5/+8 |
| * | Converted two options over to the new scheme: USER_LDT and KTRACE. | Garrett Wollman | 1996-01-03 | 12 | -24/+35 |
| * | Moved the #ifdef DIAGNOSTIC in vrele() so that the check for negative | David Greenman | 1996-01-02 | 2 | -6/+6 |
| * | Fix the reversed source and dest args to bcopy() in the kernel space | Peter Wemm | 1996-01-01 | 1 | -2/+2 |
| * | fill in kinfo_eproc.e_login - otherwise a sysctl to read the eprocs wont | Peter Wemm | 1996-01-01 | 1 | -1/+3 |
| * | Only #include <sys/shm.h> if SYSVSHM (for shmexit() prototype) | Peter Wemm | 1996-01-01 | 1 | -2/+8 |
| * | Make pipe() return a set of bidirectional pipe fd's rather than one-way only | Peter Wemm | 1996-01-01 | 1 | -3/+3 |
| * | recording cvs-1.6 file death | Peter Wemm | 1995-12-30 | 1 | -82/+0 |
| * | Implemented non-statistical kernel profiling. This is based on | Bruce Evans | 1995-12-29 | 1 | -5/+90 |
| * | 1) ifdef out some unused functions (for now) | Mark Murray | 1995-12-29 | 1 | -20/+26 |
| * | 1) Add #include <machine/cpu.h> to catch some 586 #defines | Mark Murray | 1995-12-28 | 1 | -2/+3 |
| * | Gack - if you're going to call semexit() from elsewhere, it shouldn't | Jordan K. Hubbard | 1995-12-28 | 1 | -2/+2 |