summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1:phk2002-10-0114-0/+22
* Get rid of the TODO macro in the few places that still need work; eitherjake2002-10-015-8/+5
* need exca tooimp2002-10-011-0/+1
* Improve locking of pipe mutexes in the context of MAC:rwatson2002-10-0110-4/+318
* Push 'security.mac.debug_label_fallback' behind options MAC_DEBUG.rwatson2002-10-019-90/+126
* Until I find a way to release arbitrary locks held when sending signals (therejmallett2002-10-011-2/+2
* Add a missing include.jmallett2002-10-011-0/+1
* Add needed include of queue.h.jake2002-10-011-0/+1
* When working with sigset_t's, and needing to perform masking operations basedjmallett2002-10-013-15/+23
* Regen.rwatson2002-10-015-6/+18
* Reserve system call numbers for the following system calls:rwatson2002-10-011-0/+6
* Remove some kind of profiling support that required the 4.2BSD monitor()tjr2002-10-011-12/+0
* Use if_printf(ifp, "foo") instead of printf("xe%d: foo", ifp->it_unit).brooks2002-10-011-2/+2
* Use if_printf(ifp, "blah") instead of printf("vx%d: blah", ifp->if_unit).brooks2002-10-011-2/+2
* Use if_printf(ifp, "blah") instead of printf("sr%d: blah", ifp->if_unit).brooks2002-10-011-4/+4
* Use if_printf(ifp, "blah") instead of printf("sn%d: blah", ifp->if_unit).brooks2002-10-011-8/+7
* Use if_printf() instead of printf() to print "sbni#: blah".brooks2002-10-011-4/+3
* Remove bits and pieces of support for atty, which was made obsolete bytjr2002-10-014-41/+1
* Use if_printf(ifp, "blah") instead of printf("fe%d: blah", ifp->if_unit).brooks2002-10-011-7/+7
* Use if_printf() instead of printf() to print "ed#: blah".brooks2002-10-011-3/+2
* Use if_printf(ifp, "blah") instead ofbrooks2002-10-011-23/+18
* Use if_printf(ifp, "blah") instead ofbrooks2002-10-011-32/+29
* Increment version number for the addition of getopt_long(3) to libc.eric2002-10-011-1/+1
* Use if_printf(ifp, "blah") instead of printf("ar%d: blah", ifp->if_unit).brooks2002-10-011-4/+4
* Fix typo, should zero the kinfo_proc's siglist, not the real one's - the realjmallett2002-10-011-1/+1
* Use M_NOWAIT instead of M_WAITOK when allocating dmamaps; the allocationsjake2002-10-011-4/+7
* Back out code changes that snuck into the previous forced commit.jmallett2002-10-013-28/+4
* (Forced commit, to clarify previous commit of ksiginfo/signal queue code.)jmallett2002-10-013-4/+28
* The list of queued signals is not, can not, and will not be exported to thejmallett2002-09-301-1/+7
* Lock access to the signal queue, and related structures, with PROC_LOCK.jmallett2002-09-301-1/+5
* - Add a new per-process flag PS_XCPU to indicate that at least one threadjhb2002-09-303-28/+17
* Change p_cpulimit to be in seconds instead of microseconds. Sincejhb2002-09-302-3/+2
* Move vnode MAC label initialization to after the release of the vnoderwatson2002-09-301-3/+3
* Add tunables for the existing sysctl twiddles for pipe and vmrwatson2002-09-309-0/+18
* Convert use of p_siglist and old SIG*() macros to use <sys/ksiginfo.h>jmallett2002-09-303-6/+9
* Use as's --defsym switch to compensate for the loss of the M4 substitutionpeter2002-09-303-4/+2
* First half of implementation of ksiginfo, signal queues, and such. Thisjmallett2002-09-3019-52/+465
* Remove a left over '&' from the conversion to using ourgibbs2002-09-301-2/+2
* Plug memory leaks.phk2002-09-301-4/+14
* Gremlins ate my comment!joe2002-09-301-1/+1
* Note MFCs of lock(1) -v and vidcontrol(1) -S.dd2002-09-302-4/+4
* Guido found another bug. There is a situation withdillon2002-09-302-0/+2
* - Give legacy an identify routine that always adds 'legacy0' at an orderjhb2002-09-304-12/+42
* Trash the PnPBIOStable pointer later on when we know that the acpi probejhb2002-09-304-12/+12
* In rev 1.51 of usb_port.h I switched over to using the USB_USE_SOFTINTRjoe2002-09-305-0/+21
* Don't install mqueue.h, since it only makes things harder for portingmike2002-09-301-2/+3
* Modified release notes: atapicam wording tweaks, dhclient 3.0.1RC9.bmah2002-09-302-6/+8
* Call bus_set_resource() to set the ioport resource.nyan2002-09-301-0/+2
* Grammars fixs and typos fixsgioria2002-09-301-50/+51
* Turn back on the "SMP: AP CPU #N Launched!" message on normal boots.obrien2002-09-306-12/+6
OpenPOWER on IntegriCloud