| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't #error if we are lint. | Poul-Henning Kamp | 2002-10-01 | 1 | -0/+2 |
| * | It is now safe to remove WARNS=0 and WFORMAT=0. | Maxime Henrion | 2002-10-01 | 1 | -2/+0 |
| * | Restore "not found" error message when searching for (or executing) | Tim J. Robbins | 2002-10-01 | 1 | -2/+8 |
| * | - Don't use quad_t when we really mean rlim_t. | Maxime Henrion | 2002-10-01 | 1 | -5/+6 |
| * | Fixed a last-minute editing error in previous commit. nfs and/or cvs | Bruce Evans | 2002-10-01 | 1 | -0/+0 |
| * | Merged all interesting difference between the old math.h and the current | Bruce Evans | 2002-10-01 | 2 | -124/+0 |
| * | The bus number is unsigned, it cannot be less than zero. | Poul-Henning Kamp | 2002-10-01 | 1 | -3/+0 |
| * | Move the vop-vector declaration into devfs_vnops.c where it belongs. | Poul-Henning Kamp | 2002-10-01 | 2 | -5/+3 |
| * | Add pc98 to universe target. | Poul-Henning Kamp | 2002-10-01 | 1 | -3/+3 |
| * | Add back WARNS=0 and WFORMAT=0; gcc is finding nonexistent format string | Tim J. Robbins | 2002-10-01 | 1 | -0/+2 |
| * | Use the %t format modifier to print differences between | Maxime Henrion | 2002-10-01 | 2 | -2/+2 |
| * | Remove WARNS=0 and WFORMAT=0. The shell compiles cleanly at WARNS=2 | Tim J. Robbins | 2002-10-01 | 1 | -2/+0 |
| * | Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1: | Poul-Henning Kamp | 2002-10-01 | 14 | -0/+22 |
| * | Get rid of the TODO macro in the few places that still need work; either | Jake Burkholder | 2002-10-01 | 5 | -8/+5 |
| * | need exca too | Warner Losh | 2002-10-01 | 1 | -0/+1 |
| * | Improve locking of pipe mutexes in the context of MAC: | Robert Watson | 2002-10-01 | 10 | -4/+318 |
| * | Push 'security.mac.debug_label_fallback' behind options MAC_DEBUG. | Robert Watson | 2002-10-01 | 9 | -90/+126 |
| * | Until I find a way to release arbitrary locks held when sending signals (there | Juli Mallett | 2002-10-01 | 1 | -2/+2 |
| * | Add a missing include. | Juli Mallett | 2002-10-01 | 1 | -0/+1 |
| * | Add needed include of queue.h. | Jake Burkholder | 2002-10-01 | 1 | -0/+1 |
| * | When working with sigset_t's, and needing to perform masking operations based | Juli Mallett | 2002-10-01 | 3 | -15/+23 |
| * | Regen. | Robert Watson | 2002-10-01 | 5 | -6/+18 |
| * | Reserve system call numbers for the following system calls: | Robert Watson | 2002-10-01 | 1 | -0/+6 |
| * | Remove some kind of profiling support that required the 4.2BSD monitor() | Tim J. Robbins | 2002-10-01 | 1 | -12/+0 |
| * | Use if_printf(ifp, "foo") instead of printf("xe%d: foo", ifp->it_unit). | Brooks Davis | 2002-10-01 | 1 | -2/+2 |
| * | Use if_printf(ifp, "blah") instead of printf("vx%d: blah", ifp->if_unit). | Brooks Davis | 2002-10-01 | 1 | -2/+2 |
| * | Use if_printf(ifp, "blah") instead of printf("sr%d: blah", ifp->if_unit). | Brooks Davis | 2002-10-01 | 1 | -4/+4 |
| * | Use if_printf(ifp, "blah") instead of printf("sn%d: blah", ifp->if_unit). | Brooks Davis | 2002-10-01 | 1 | -8/+7 |
| * | Use if_printf() instead of printf() to print "sbni#: blah". | Brooks Davis | 2002-10-01 | 1 | -4/+3 |
| * | Remove bits and pieces of support for atty, which was made obsolete by | Tim J. Robbins | 2002-10-01 | 4 | -41/+1 |
| * | Use if_printf(ifp, "blah") instead of printf("fe%d: blah", ifp->if_unit). | Brooks Davis | 2002-10-01 | 1 | -7/+7 |
| * | Use if_printf() instead of printf() to print "ed#: blah". | Brooks Davis | 2002-10-01 | 1 | -3/+2 |
| * | Use if_printf(ifp, "blah") instead of | Brooks Davis | 2002-10-01 | 1 | -23/+18 |
| * | Use if_printf(ifp, "blah") instead of | Brooks Davis | 2002-10-01 | 1 | -32/+29 |
| * | Increment version number for the addition of getopt_long(3) to libc. | Eric Melville | 2002-10-01 | 1 | -1/+1 |
| * | Use if_printf(ifp, "blah") instead of printf("ar%d: blah", ifp->if_unit). | Brooks Davis | 2002-10-01 | 1 | -4/+4 |
| * | Fix typo, should zero the kinfo_proc's siglist, not the real one's - the real | Juli Mallett | 2002-10-01 | 1 | -1/+1 |
| * | Use M_NOWAIT instead of M_WAITOK when allocating dmamaps; the allocations | Jake Burkholder | 2002-10-01 | 1 | -4/+7 |
| * | Back out code changes that snuck into the previous forced commit. | Juli Mallett | 2002-10-01 | 3 | -28/+4 |
| * | (Forced commit, to clarify previous commit of ksiginfo/signal queue code.) | Juli Mallett | 2002-10-01 | 3 | -4/+28 |
| * | The list of queued signals is not, can not, and will not be exported to the | Juli Mallett | 2002-09-30 | 1 | -1/+7 |
| * | Lock access to the signal queue, and related structures, with PROC_LOCK. | Juli Mallett | 2002-09-30 | 1 | -1/+5 |
| * | - Add a new per-process flag PS_XCPU to indicate that at least one thread | John Baldwin | 2002-09-30 | 3 | -28/+17 |
| * | Change p_cpulimit to be in seconds instead of microseconds. Since | John Baldwin | 2002-09-30 | 2 | -3/+2 |
| * | Move vnode MAC label initialization to after the release of the vnode | Robert Watson | 2002-09-30 | 1 | -3/+3 |
| * | Add tunables for the existing sysctl twiddles for pipe and vm | Robert Watson | 2002-09-30 | 9 | -0/+18 |
| * | Convert use of p_siglist and old SIG*() macros to use <sys/ksiginfo.h> | Juli Mallett | 2002-09-30 | 3 | -6/+9 |
| * | Use as's --defsym switch to compensate for the loss of the M4 substitution | Peter Wemm | 2002-09-30 | 3 | -4/+2 |
| * | First half of implementation of ksiginfo, signal queues, and such. This | Juli Mallett | 2002-09-30 | 19 | -52/+465 |
| * | Remove a left over '&' from the conversion to using our | Justin T. Gibbs | 2002-09-30 | 1 | -2/+2 |