| Commit message (Expand) | Author | Age | Files | Lines |
| * | Back out the previous change to the queue(3) interface. | Jake Burkholder | 2000-05-26 | 1 | -1/+1 |
| * | Change the way that the queue(3) structures are declared; don't assume that | Jake Burkholder | 2000-05-23 | 1 | -1/+1 |
| * | Remove unneeded #include <vm/vm_zone.h> | Poul-Henning Kamp | 2000-04-30 | 1 | -1/+0 |
| * | Introduce kqueue() and kevent(), a kernel event notification facility. | Jonathan Lemon | 2000-04-16 | 1 | -0/+51 |
| * | Make the sigprocmask() and geteuid() system calls MP SAFE. Expand | Matthew Dillon | 2000-04-02 | 1 | -6/+13 |
| * | The SMP cleanup commit broke UP compiles. Make UP compiles work again. | Matthew Dillon | 2000-03-28 | 1 | -2/+0 |
| * | Commit major SMP cleanups and move the BGL (big giant lock) in the | Matthew Dillon | 2000-03-28 | 1 | -0/+1 |
| * | Add sysctl kern.coredump to enable/disable core dumps system wide. | Paul Saab | 2000-03-21 | 1 | -1/+5 |
| * | Introduce NDFREE (and remove VOP_ABORTOP) | Eivind Eklund | 1999-12-15 | 1 | -0/+3 |
| * | Introduce the new function | Poul-Henning Kamp | 1999-11-21 | 1 | -12/+6 |
| * | s/p_cred->pc_ucred/p_ucred/g | Poul-Henning Kamp | 1999-11-21 | 1 | -1/+1 |
| * | This is a partial commit of the patch from PR 14914: | Poul-Henning Kamp | 1999-11-16 | 1 | -7/+4 |
| * | Bail out of the process early if the coredumpfile limit is 0. | Sean Eric Fagan | 1999-10-30 | 1 | -6/+10 |
| * | Don't let osigaction and osigvec accept the new signal numbers. | Marcel Moolenaar | 1999-10-12 | 1 | -47/+46 |
| * | Add a per-signal flag to mark handlers registered with osigaction, so we | Luoqi Chen | 1999-10-11 | 1 | -63/+67 |
| * | sigset_t change (part 2 of 5) | Marcel Moolenaar | 1999-09-29 | 1 | -340/+553 |
| * | Make prototype match function. | Sean Eric Fagan | 1999-09-01 | 1 | -1/+1 |
| * | General cleanup of core-dumping code. | Julian Elischer | 1999-09-01 | 1 | -3/+69 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Fix a mistake in my last SA_SIGINFO commit. Processes could block | Martin Cracauer | 1999-08-23 | 1 | -2/+2 |
| * | expand_name: | Bill Fumerola | 1999-08-16 | 1 | -5/+5 |
| * | Fix potential overflow, remove unnecessary bzero. | Alfred Perlstein | 1999-08-14 | 1 | -12/+11 |
| * | Reset SA_NOCLDWAIT on exec(). | Peter Wemm | 1999-07-18 | 1 | -1/+5 |
| * | Implement SA_SIGINFO for i386. Thanks to Bruce Evans for much more | Martin Cracauer | 1999-07-06 | 1 | -8/+22 |
| * | Add sysctl descriptions to many SYSCTL_XXXs | Bill Fumerola | 1999-05-03 | 1 | -3/+6 |
| * | This Implements the mumbled about "Jail" feature. | Poul-Henning Kamp | 1999-04-28 | 1 | -3/+3 |
| * | Enable Linux threads support by default. | Julian Elischer | 1999-01-26 | 1 | -76/+1 |
| * | KNFize, by bde. | Eivind Eklund | 1999-01-10 | 1 | -2/+2 |
| * | Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT as | Eivind Eklund | 1999-01-08 | 1 | -9/+5 |
| * | Reviewed by: Luoqi Chen, Jordan Hubbard | Julian Elischer | 1998-12-19 | 1 | -1/+75 |
| * | Check return value of malloc() in expand_name. | Eivind Eklund | 1998-12-02 | 1 | -1/+3 |
| * | Installed the second patch attached to kern/7899 with some changes suggested | Don Lewis | 1998-11-11 | 1 | -1/+38 |
| * | Eliminate a superfluous comment. | John Polstra | 1998-10-21 | 1 | -5/+1 |
| * | Remove includes that are no longer needed, now that the core dumping | John Polstra | 1998-09-14 | 1 | -9/+1 |
| * | Add provisions for variant core dump file formats, depending on the | John Polstra | 1998-09-14 | 1 | -73/+9 |
| * | Make the logging of abnormally exiting processes optional by a sysctl. | Joerg Wunsch | 1998-07-28 | 1 | -6/+11 |
| * | Cast pointers to uintptr_t/intptr_t instead of to u_long/long, | Bruce Evans | 1998-07-15 | 1 | -2/+2 |
| * | Add support for run-time configuration of core file names. In a nutshell, | Sean Eric Fagan | 1998-07-08 | 1 | -5/+93 |
| * | Added a sysctl variable kern.sugid_coredump for controlling coredump | David Greenman | 1998-06-28 | 1 | -2/+7 |
| * | This commit fixes various 64bit portability problems required for | Doug Rabson | 1998-06-07 | 1 | -2/+2 |
| * | Forward the signal if the process runs on a different CPU. This reduces | Tor Egge | 1998-03-03 | 1 | -1/+8 |
| * | Back out DIAGNOSTIC changes. | Eivind Eklund | 1998-02-06 | 1 | -2/+1 |
| * | Turn DIAGNOSTIC into a new-style option. | Eivind Eklund | 1998-02-04 | 1 | -1/+2 |
| * | Make COMPAT_43 and COMPAT_SUNOS new-style options. | Eivind Eklund | 1997-12-16 | 1 | -1/+2 |
| * | Changes to allow event-based process monitoring and control. | Sean Eric Fagan | 1997-12-06 | 1 | -6/+21 |
| * | Move the "retval" (3rd) parameter from all syscall functions and put | Poul-Henning Kamp | 1997-11-06 | 1 | -29/+17 |
| * | Implement SA_NOCLDWAIT. | Joerg Wunsch | 1997-09-13 | 1 | -1/+16 |
| * | Removed unused #includes. | Bruce Evans | 1997-09-02 | 1 | -6/+1 |
| * | Finished staticizing. | Bruce Evans | 1997-08-26 | 1 | -3/+5 |
| * | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. | Bruce Evans | 1997-03-23 | 1 | -2/+2 |