| Commit message (Expand) | Author | Age | Files | Lines |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 1 | -0/+1 |
* | The SMP cleanup commit broke UP compiles. Make UP compiles work again. | dillon | 2000-03-28 | 1 | -2/+0 |
* | Seconds to ticks conversion was done at the wrong place. | luoqi | 2000-01-12 | 1 | -2/+2 |
* | Introduce a mechanism to suspend/resume system processes. Suspend syncer | luoqi | 2000-01-07 | 1 | -0/+32 |
* | Change the default poweroff delay from 0 to 5 seconds. This seems to be | msmith | 1999-12-07 | 1 | -1/+5 |
* | I always forget to check before I reboot a system, and while it | phk | 1999-12-06 | 1 | -0/+30 |
* | Convert dumpon to work on character devices instead of block devices. | phk | 1999-11-28 | 1 | -2/+2 |
* | struct mountlist and struct mount.mnt_list have no business being | phk | 1999-11-20 | 1 | -1/+1 |
* | A little bit of nitpicking in the 'syncing disks...' end of a shutdown. | phk | 1999-11-08 | 1 | -20/+13 |
* | Trim unused options (or #ifdef for undoc options). | peter | 1999-10-11 | 1 | -1/+0 |
* | Remove unneeded "maj" variable. | phk | 1999-08-29 | 1 | -6/+8 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Use devtoname() to print dev_t's instead of casting them to long or u_long | bde | 1999-08-23 | 1 | -3/+3 |
* | Implement a new generic mechanism for attaching handler functions to | msmith | 1999-08-21 | 1 | -134/+55 |
* | The bdevsw() and cdevsw() are now identical, so kill the former. | phk | 1999-08-13 | 1 | -7/+7 |
* | When doing a dump, if ENODEV is returned explain what happened to the user, | alfred | 1999-08-11 | 1 | -3/+13 |
* | Merge the cons.c and cons.h to the best of my ability. alpha may or | phk | 1999-08-09 | 1 | -2/+2 |
* | Make a dev2budev() function, and use it. This refixes pstat (working, broken, | green | 1999-07-20 | 1 | -5/+2 |
* | dev2udev() returns a CDEV udev_t, but we use block io in savecore. Savecore | green | 1999-07-20 | 1 | -2/+5 |
* | Centralize dumpdev handling. | phk | 1999-07-17 | 1 | -4/+57 |
* | Fix a warning - the code is correct but gcc can't tell. | peter | 1999-07-01 | 1 | -1/+2 |
* | Convert buffer locking from using the B_BUSY and B_WANTED flags to using | mckusick | 1999-06-26 | 1 | -9/+10 |
* | Try an fix a couple of dev_t/major/minor etc nits. | peter | 1999-05-12 | 1 | -2/+3 |
* | I got tired of seeing all the cdevsw[major(foo)] all over the place. | phk | 1999-05-08 | 1 | -4/+4 |
* | 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 |