| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove the SLICE code. | Søren Schmidt | 1998-09-14 | 5 | -22/+5 |
| * | Add provisions for variant core dump file formats, depending on the | John Polstra | 1998-09-14 | 4 | -104/+115 |
| * | Implement dynamic loading for ELF. | Doug Rabson | 1998-09-11 | 2 | -364/+812 |
| * | Avoid a possible memory leak. | Doug Rabson | 1998-09-11 | 1 | -2/+8 |
| * | Don't keep the underlying directory locked while performing the file | Tor Egge | 1998-09-10 | 2 | -8/+32 |
| * | Don't use CTL_VFS at the wrong level. This caused loops in the sysctl | Bruce Evans | 1998-09-09 | 1 | -3/+2 |
| * | Made unloading of the nfs LKM sort of work. This is mainly to test | Bruce Evans | 1998-09-07 | 1 | -4/+9 |
| * | Maintain a mapping from irq number to (ioapic number, int pin) tuple, | Tor Egge | 1998-09-06 | 1 | -14/+115 |
| * | Store formatted panic string in static buffer to make it available later | Andrey A. Chernov | 1998-09-06 | 2 | -6/+20 |
| * | Ignore the statically configured vfs type numbers and assign vfs | Bruce Evans | 1998-09-05 | 3 | -20/+63 |
| * | Instantiate `nfs_mount_type' in a standard file so that it is present | Bruce Evans | 1998-09-05 | 2 | -2/+4 |
| * | Fixed bogotification of pseudocode for syscall args by rev.1.53 of | Bruce Evans | 1998-09-05 | 3 | -10/+10 |
| * | Add a new vnode op, VOP_FREEBLKS(), which filesystems can use to inform | Poul-Henning Kamp | 1998-09-05 | 2 | -10/+25 |
| * | Fixed recently perpetrated printf format errors. | Bruce Evans | 1998-09-05 | 3 | -8/+6 |
| * | make sbflush panic messages more descriptive | Andrey A. Chernov | 1998-09-04 | 2 | -6/+8 |
| * | Cosmetic changes to the PAGE_XXX macros to make them consistent with | Doug Rabson | 1998-09-04 | 3 | -25/+25 |
| * | Bow to tradition and correctly implement the bogus-but-hallowed semantics | Garrett Wollman | 1998-08-31 | 1 | -5/+6 |
| * | Correctly set the return length regardless of the relative size of the | Garrett Wollman | 1998-08-31 | 1 | -6/+3 |
| * | - hw.machine_arch returns cpu architecture type. | KATO Takenori | 1998-08-31 | 1 | -2/+1 |
| * | Oops, the previous revision unconfigured too much pre-Lite2 compatibilty | Bruce Evans | 1998-08-29 | 2 | -8/+8 |
| * | Close a race window for getnewbuf() between shared lock holders of the vnode. | Luoqi Chen | 1998-08-28 | 1 | -2/+2 |
| * | priority comparison in maybe_resched() didn't work properly if current | Matthew Dillon | 1998-08-26 | 1 | -6/+13 |
| * | Fix DDBs printing of buf-flags after I changed them yesterday. | Poul-Henning Kamp | 1998-08-25 | 1 | -3/+3 |
| * | Remove the last remaining evidence of B_TAPE. | Poul-Henning Kamp | 1998-08-24 | 1 | -5/+1 |
| * | Change various syscalls to use size_t arguments instead of u_int. | Doug Rabson | 1998-08-24 | 7 | -73/+125 |
| * | Regnerate. | Doug Rabson | 1998-08-24 | 2 | -2/+2 |
| * | Fix a few syscall arguments to use size_t instead of u_int. | Doug Rabson | 1998-08-24 | 1 | -6/+6 |
| * | Add partial KLD support for ELF. The module loading is not written yet. | Doug Rabson | 1998-08-24 | 2 | -0/+1006 |
| * | Fixed printf format errors. Only one left in LINT on i386's. | Bruce Evans | 1998-08-24 | 1 | -2/+2 |
| * | remove bdevsw arg from dsopen(); | Poul-Henning Kamp | 1998-08-23 | 1 | -9/+4 |
| * | Don't check minor number of dump device at all. | Dag-Erling Smørgrav | 1998-08-23 | 1 | -6/+1 |
| * | Fixed printf format errors. | Bruce Evans | 1998-08-23 | 1 | -2/+2 |
| * | Added D_TTY to the cdevswitch flags for all tty drivers. This is required | Bruce Evans | 1998-08-23 | 3 | -27/+36 |
| * | Yow! Completely change the way socket options are handled, eliminating | Garrett Wollman | 1998-08-23 | 3 | -141/+183 |
| * | Moved `nx' functions to the one place where they are used (su.c). | Bruce Evans | 1998-08-20 | 1 | -78/+1 |
| * | Include opt_devfs.h which defines SLICE, to make previous commit | Dag-Erling Smørgrav | 1998-08-19 | 1 | -1/+2 |
| * | Make struct buf->b_offset reflect the real byte offset which got | Søren Schmidt | 1998-08-19 | 1 | -2/+2 |
| * | A limit of 200000 for the output buffer high watermark was excessive, | Bruce Evans | 1998-08-19 | 1 | -11/+3 |
| * | Presently there is only one `currentldt' variable for all cpus | Mike Smith | 1998-08-18 | 1 | -1/+5 |
| * | Fixed nonsense overflow checking (checking that a long variable is less | Bruce Evans | 1998-08-17 | 1 | -7/+5 |
| * | Enable kernel dumps on SLICE systems. | Dag-Erling Smørgrav | 1998-08-16 | 1 | -1/+3 |
| * | Make ELF kernels build again. | John Polstra | 1998-08-16 | 1 | -1/+3 |
| * | Use [u]intptr_t instead of [u_]long for casts between pointers and | Bruce Evans | 1998-08-16 | 2 | -5/+5 |
| * | pmap.c: | Bruce Evans | 1998-08-16 | 1 | -4/+4 |
| * | Oops, the printf format error fixes confused curp->area with a pointer. | Bruce Evans | 1998-08-15 | 1 | -3/+2 |
| * | Protect all modifications to v_numoutput with splbio(). | Doug Rabson | 1998-08-13 | 3 | -6/+14 |
| * | Don't configure compatibility code for pre-Lite2 mount() calls by | Bruce Evans | 1998-08-12 | 2 | -8/+8 |
| * | Modify the internal interfaces to the kernel linker to make it possible | Doug Rabson | 1998-08-12 | 2 | -14/+78 |
| * | Implemented dynamic registration of software interrupt handlers. Not | Bruce Evans | 1998-08-11 | 1 | -6/+97 |
| * | Fixed the formatting of some tables (mainly the one produced by ps | Bruce Evans | 1998-08-10 | 2 | -5/+6 |