| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables | jake | 2001-01-10 | 1 | -2/+2 |
* | Stick the kthread API in a kthread_* namespace, and the specialized kproc | jhb | 2000-12-15 | 1 | -2/+2 |
* | Only print out APIC info on an SMP system during a panic if APIC_IO is | jhb | 2000-11-29 | 1 | -0/+2 |
* | Don't release and acquire Giant in mi_switch(). Instead, release and | jhb | 2000-11-16 | 1 | -0/+2 |
* | Catch up to moving headers: | jhb | 2000-10-20 | 1 | -1/+1 |
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 1 | -1/+0 |
* | savectx() is now used exclusively by the crash dump system. Move the | peter | 2000-10-13 | 1 | -3/+0 |
* | Do not allocate a callout for all crashdumps, not just when you panic. | ps | 2000-10-13 | 1 | -1/+2 |
* | Added used include of <sys/mutex.h> (don't depend on pollution in | bde | 2000-09-17 | 1 | -0/+1 |
* | Fix some printf format string warnings due to sizeof(int) != sizeof(long) on | jhb | 2000-09-11 | 1 | -4/+4 |
* | Allow interrupt threads to run during shutdown. This should fix the | jasone | 2000-09-10 | 1 | -2/+15 |
* | Major update to the way synchronization is done in the kernel. Highlights | jasone | 2000-09-07 | 1 | -2/+7 |
* | kern_shutdown.c was more ANSI-C than K&R - remove the remnants of K&R | peter | 2000-09-03 | 1 | -21/+12 |
* | gcc knows that savectx() is potentially a setjmp style dual-return | peter | 2000-09-03 | 1 | -6/+5 |
* | Make it possible to pass boot()'s flags to shutdown_nice() so that the | msmith | 2000-08-31 | 1 | -1/+8 |
* | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | phk | 2000-07-04 | 1 | -1/+1 |
* | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: | phk | 2000-07-03 | 1 | -1/+1 |
* | 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 |