| Commit message (Expand) | Author | Age | Files | Lines |
* | Continue where Julian left off in July 1998: | phk | 1999-05-07 | 1 | -4/+4 |
* | Add sufficient braces to keep egcs happy about potentially ambiguous | peter | 1999-05-06 | 1 | -3/+4 |
* | Add sysctl descriptions to many SYSCTL_XXXs | billf | 1999-05-03 | 1 | -3/+4 |
* | Suser() simplification: | phk | 1999-04-27 | 1 | -2/+2 |
* | An error in the last commit; the changes were submitted by, not reviewed by, | msmith | 1999-01-30 | 1 | -1/+1 |
* | Add a new sysctl node kern.shutdown, off which shutdown-related things | msmith | 1999-01-30 | 1 | -4/+30 |
* | Improved DDB_UNATTENDED behaviour. From the submitter: | msmith | 1998-12-28 | 1 | -3/+3 |
* | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | archie | 1998-12-04 | 1 | -2/+2 |
* | Don't count non-local dirty buffers as outstanding when shutting down. | msmith | 1998-11-13 | 1 | -1/+17 |
* | Add the ability to specify where on the at_shutdown queue a handler is | msmith | 1998-10-30 | 1 | -5/+33 |
* | Fix precedence bug, so that kernel dump works. | dt | 1998-09-20 | 1 | -2/+2 |
* | Add a new at_shutdown queue, SHUTDOWN_FINAL. This queue is run at | gibbs | 1998-09-15 | 1 | -84/+67 |
* | Store formatted panic string in static buffer to make it available later | ache | 1998-09-06 | 1 | -5/+6 |
* | Don't check minor number of dump device at all. | des | 1998-08-23 | 1 | -6/+1 |
* | Include opt_devfs.h which defines SLICE, to make previous commit | des | 1998-08-19 | 1 | -1/+2 |
* | Enable kernel dumps on SLICE systems. | des | 1998-08-16 | 1 | -1/+3 |
* | Fixed printf format errors. | bde | 1998-07-11 | 1 | -3/+7 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -1/+3 |
* | Add forwarding of roundrobin to other cpus. This gives a more regular | tegge | 1998-05-17 | 1 | -16/+1 |
* | Backed out previous commit. It is invalid to call d_ioctl() on | bde | 1998-05-12 | 1 | -8/+3 |
* | Add dump support to the DEVFS/slice code. | julian | 1998-05-06 | 1 | -3/+8 |
* | Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman) | julian | 1998-03-08 | 1 | -2/+12 |
* | Add HW_WDOG to LINT, and turn it into a new-style option. | eivind | 1998-02-16 | 1 | -1/+2 |
* | Shift a few SYSINT() calls around. | julian | 1997-11-25 | 1 | -1/+11 |
* | Get buffer stuff by #including <sys/buf.h> instead of <sys/vnode.h>. | bde | 1997-11-18 | 1 | -5/+5 |
* | Move the "retval" (3rd) parameter from all syscall functions and put | phk | 1997-11-06 | 1 | -4/+3 |
* | Cosmetic adjustment for the trap/double fault/panic cpu id listing. | peter | 1997-09-05 | 1 | -2/+5 |
* | Removed unused #includes. | bde | 1997-09-02 | 1 | -6/+1 |
* | Fixed options SHOW_BUSYBUFS and PANIC_REBOOT_WAIT_TIME which were broken | bde | 1997-08-31 | 1 | -1/+3 |
* | Correct some things I forgot about until it was too late with smp_active. | peter | 1997-08-26 | 1 | -5/+4 |
* | Fixed some formatting and style bugs. | bde | 1997-08-26 | 1 | -7/+5 |
* | Teach both disk drivers how to cope with a hardware watchdog | julian | 1997-08-09 | 1 | -1/+3 |
* | Use up 4 precious bytes to give the kernel a hook to | julian | 1997-08-09 | 1 | -1/+22 |
* | Preliminary support for per-cpu data pages. | peter | 1997-06-22 | 1 | -4/+7 |
* | When APM is configured, turn off the power when halting for good. | wollman | 1997-06-15 | 1 | -1/+2 |
* | Move the printing of "cpu#%d" to AFTER the general panic argument string. | fsmp | 1997-05-24 | 1 | -5/+4 |
* | Man the liferafts! Here comes the long awaited SMP -> -current merge! | peter | 1997-04-26 | 1 | -1/+26 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Reduced #include spam in <sys/sysproto.h> and fixed things that depended | bde | 1997-01-16 | 1 | -0/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Further improved version of hadling a HALT when there is no console. | julian | 1996-10-31 | 1 | -2/+8 |
* | if there is no console, cngetc should act like getc and return -1 | julian | 1996-10-30 | 1 | -2/+2 |
* | Changed cncheckc() interface so that it is 8-bit clean - return -1 | bde | 1996-09-14 | 1 | -2/+3 |
* | Don't use __dead in the kernel. It was an obfuscation for gcc >= 2.5 | bde | 1996-09-13 | 1 | -5/+2 |
* | Fixed two small leftovers form PHK's mega devconf removal commit.. | sos | 1996-09-07 | 1 | -2/+1 |
* | Remove devconf, it never grew up to be of any use. | phk | 1996-09-06 | 1 | -2/+1 |
* | Remove the old cleanup code as it is no longer used.. | julian | 1996-08-26 | 1 | -28/+3 |
* | Some cleanups to the callout lists recently added. | julian | 1996-08-22 | 1 | -29/+66 |
* | Collect all the functioons concerned with rebooting into one place | julian | 1996-08-19 | 1 | -1/+2 |
* | move all functions related to shutting down to one file | julian | 1996-08-19 | 1 | -0/+429 |