| Commit message (Expand) | Author | Age | Files | Lines |
* | Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1: | phk | 2002-10-01 | 14 | -0/+22 |
* | Get rid of the TODO macro in the few places that still need work; either | jake | 2002-10-01 | 5 | -8/+5 |
* | need exca too | imp | 2002-10-01 | 1 | -0/+1 |
* | Improve locking of pipe mutexes in the context of MAC: | rwatson | 2002-10-01 | 10 | -4/+318 |
* | Push 'security.mac.debug_label_fallback' behind options MAC_DEBUG. | rwatson | 2002-10-01 | 9 | -90/+126 |
* | Until I find a way to release arbitrary locks held when sending signals (there | jmallett | 2002-10-01 | 1 | -2/+2 |
* | Add a missing include. | jmallett | 2002-10-01 | 1 | -0/+1 |
* | Add needed include of queue.h. | jake | 2002-10-01 | 1 | -0/+1 |
* | When working with sigset_t's, and needing to perform masking operations based | jmallett | 2002-10-01 | 3 | -15/+23 |
* | Regen. | rwatson | 2002-10-01 | 5 | -6/+18 |
* | Reserve system call numbers for the following system calls: | rwatson | 2002-10-01 | 1 | -0/+6 |
* | Remove some kind of profiling support that required the 4.2BSD monitor() | tjr | 2002-10-01 | 1 | -12/+0 |
* | Use if_printf(ifp, "foo") instead of printf("xe%d: foo", ifp->it_unit). | brooks | 2002-10-01 | 1 | -2/+2 |
* | Use if_printf(ifp, "blah") instead of printf("vx%d: blah", ifp->if_unit). | brooks | 2002-10-01 | 1 | -2/+2 |
* | Use if_printf(ifp, "blah") instead of printf("sr%d: blah", ifp->if_unit). | brooks | 2002-10-01 | 1 | -4/+4 |
* | Use if_printf(ifp, "blah") instead of printf("sn%d: blah", ifp->if_unit). | brooks | 2002-10-01 | 1 | -8/+7 |
* | Use if_printf() instead of printf() to print "sbni#: blah". | brooks | 2002-10-01 | 1 | -4/+3 |
* | Remove bits and pieces of support for atty, which was made obsolete by | tjr | 2002-10-01 | 4 | -41/+1 |
* | Use if_printf(ifp, "blah") instead of printf("fe%d: blah", ifp->if_unit). | brooks | 2002-10-01 | 1 | -7/+7 |
* | Use if_printf() instead of printf() to print "ed#: blah". | brooks | 2002-10-01 | 1 | -3/+2 |
* | Use if_printf(ifp, "blah") instead of | brooks | 2002-10-01 | 1 | -23/+18 |
* | Use if_printf(ifp, "blah") instead of | brooks | 2002-10-01 | 1 | -32/+29 |
* | Increment version number for the addition of getopt_long(3) to libc. | eric | 2002-10-01 | 1 | -1/+1 |
* | Use if_printf(ifp, "blah") instead of printf("ar%d: blah", ifp->if_unit). | brooks | 2002-10-01 | 1 | -4/+4 |
* | Fix typo, should zero the kinfo_proc's siglist, not the real one's - the real | jmallett | 2002-10-01 | 1 | -1/+1 |
* | Use M_NOWAIT instead of M_WAITOK when allocating dmamaps; the allocations | jake | 2002-10-01 | 1 | -4/+7 |
* | Back out code changes that snuck into the previous forced commit. | jmallett | 2002-10-01 | 3 | -28/+4 |
* | (Forced commit, to clarify previous commit of ksiginfo/signal queue code.) | jmallett | 2002-10-01 | 3 | -4/+28 |
* | The list of queued signals is not, can not, and will not be exported to the | jmallett | 2002-09-30 | 1 | -1/+7 |
* | Lock access to the signal queue, and related structures, with PROC_LOCK. | jmallett | 2002-09-30 | 1 | -1/+5 |
* | - Add a new per-process flag PS_XCPU to indicate that at least one thread | jhb | 2002-09-30 | 3 | -28/+17 |
* | Change p_cpulimit to be in seconds instead of microseconds. Since | jhb | 2002-09-30 | 2 | -3/+2 |
* | Move vnode MAC label initialization to after the release of the vnode | rwatson | 2002-09-30 | 1 | -3/+3 |
* | Add tunables for the existing sysctl twiddles for pipe and vm | rwatson | 2002-09-30 | 9 | -0/+18 |
* | Convert use of p_siglist and old SIG*() macros to use <sys/ksiginfo.h> | jmallett | 2002-09-30 | 3 | -6/+9 |
* | Use as's --defsym switch to compensate for the loss of the M4 substitution | peter | 2002-09-30 | 3 | -4/+2 |
* | First half of implementation of ksiginfo, signal queues, and such. This | jmallett | 2002-09-30 | 19 | -52/+465 |
* | Remove a left over '&' from the conversion to using our | gibbs | 2002-09-30 | 1 | -2/+2 |
* | Plug memory leaks. | phk | 2002-09-30 | 1 | -4/+14 |
* | Gremlins ate my comment! | joe | 2002-09-30 | 1 | -1/+1 |
* | Note MFCs of lock(1) -v and vidcontrol(1) -S. | dd | 2002-09-30 | 2 | -4/+4 |
* | Guido found another bug. There is a situation with | dillon | 2002-09-30 | 2 | -0/+2 |
* | - Give legacy an identify routine that always adds 'legacy0' at an order | jhb | 2002-09-30 | 4 | -12/+42 |
* | Trash the PnPBIOStable pointer later on when we know that the acpi probe | jhb | 2002-09-30 | 4 | -12/+12 |
* | In rev 1.51 of usb_port.h I switched over to using the USB_USE_SOFTINTR | joe | 2002-09-30 | 5 | -0/+21 |
* | Don't install mqueue.h, since it only makes things harder for porting | mike | 2002-09-30 | 1 | -2/+3 |
* | Modified release notes: atapicam wording tweaks, dhclient 3.0.1RC9. | bmah | 2002-09-30 | 2 | -6/+8 |
* | Call bus_set_resource() to set the ioport resource. | nyan | 2002-09-30 | 1 | -0/+2 |
* | Grammars fixs and typos fixs | gioria | 2002-09-30 | 1 | -50/+51 |
* | Turn back on the "SMP: AP CPU #N Launched!" message on normal boots. | obrien | 2002-09-30 | 6 | -12/+6 |