aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't #error if we are lint.Poul-Henning Kamp2002-10-011-0/+2
* It is now safe to remove WARNS=0 and WFORMAT=0.Maxime Henrion2002-10-011-2/+0
* Restore "not found" error message when searching for (or executing)Tim J. Robbins2002-10-011-2/+8
* - Don't use quad_t when we really mean rlim_t.Maxime Henrion2002-10-011-5/+6
* Fixed a last-minute editing error in previous commit. nfs and/or cvsBruce Evans2002-10-011-0/+0
* Merged all interesting difference between the old math.h and the currentBruce Evans2002-10-012-124/+0
* The bus number is unsigned, it cannot be less than zero.Poul-Henning Kamp2002-10-011-3/+0
* Move the vop-vector declaration into devfs_vnops.c where it belongs.Poul-Henning Kamp2002-10-012-5/+3
* Add pc98 to universe target.Poul-Henning Kamp2002-10-011-3/+3
* Add back WARNS=0 and WFORMAT=0; gcc is finding nonexistent format stringTim J. Robbins2002-10-011-0/+2
* Use the %t format modifier to print differences betweenMaxime Henrion2002-10-012-2/+2
* Remove WARNS=0 and WFORMAT=0. The shell compiles cleanly at WARNS=2Tim J. Robbins2002-10-011-2/+0
* Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1:Poul-Henning Kamp2002-10-0114-0/+22
* Get rid of the TODO macro in the few places that still need work; eitherJake Burkholder2002-10-015-8/+5
* need exca tooWarner Losh2002-10-011-0/+1
* Improve locking of pipe mutexes in the context of MAC:Robert Watson2002-10-0110-4/+318
* Push 'security.mac.debug_label_fallback' behind options MAC_DEBUG.Robert Watson2002-10-019-90/+126
* Until I find a way to release arbitrary locks held when sending signals (thereJuli Mallett2002-10-011-2/+2
* Add a missing include.Juli Mallett2002-10-011-0/+1
* Add needed include of queue.h.Jake Burkholder2002-10-011-0/+1
* When working with sigset_t's, and needing to perform masking operations basedJuli Mallett2002-10-013-15/+23
* Regen.Robert Watson2002-10-015-6/+18
* Reserve system call numbers for the following system calls:Robert Watson2002-10-011-0/+6
* Remove some kind of profiling support that required the 4.2BSD monitor()Tim J. Robbins2002-10-011-12/+0
* Use if_printf(ifp, "foo") instead of printf("xe%d: foo", ifp->it_unit).Brooks Davis2002-10-011-2/+2
* Use if_printf(ifp, "blah") instead of printf("vx%d: blah", ifp->if_unit).Brooks Davis2002-10-011-2/+2
* Use if_printf(ifp, "blah") instead of printf("sr%d: blah", ifp->if_unit).Brooks Davis2002-10-011-4/+4
* Use if_printf(ifp, "blah") instead of printf("sn%d: blah", ifp->if_unit).Brooks Davis2002-10-011-8/+7
* Use if_printf() instead of printf() to print "sbni#: blah".Brooks Davis2002-10-011-4/+3
* Remove bits and pieces of support for atty, which was made obsolete byTim J. Robbins2002-10-014-41/+1
* Use if_printf(ifp, "blah") instead of printf("fe%d: blah", ifp->if_unit).Brooks Davis2002-10-011-7/+7
* Use if_printf() instead of printf() to print "ed#: blah".Brooks Davis2002-10-011-3/+2
* Use if_printf(ifp, "blah") instead ofBrooks Davis2002-10-011-23/+18
* Use if_printf(ifp, "blah") instead ofBrooks Davis2002-10-011-32/+29
* Increment version number for the addition of getopt_long(3) to libc.Eric Melville2002-10-011-1/+1
* Use if_printf(ifp, "blah") instead of printf("ar%d: blah", ifp->if_unit).Brooks Davis2002-10-011-4/+4
* Fix typo, should zero the kinfo_proc's siglist, not the real one's - the realJuli Mallett2002-10-011-1/+1
* Use M_NOWAIT instead of M_WAITOK when allocating dmamaps; the allocationsJake Burkholder2002-10-011-4/+7
* Back out code changes that snuck into the previous forced commit.Juli Mallett2002-10-013-28/+4
* (Forced commit, to clarify previous commit of ksiginfo/signal queue code.)Juli Mallett2002-10-013-4/+28
* The list of queued signals is not, can not, and will not be exported to theJuli Mallett2002-09-301-1/+7
* Lock access to the signal queue, and related structures, with PROC_LOCK.Juli Mallett2002-09-301-1/+5
* - Add a new per-process flag PS_XCPU to indicate that at least one threadJohn Baldwin2002-09-303-28/+17
* Change p_cpulimit to be in seconds instead of microseconds. SinceJohn Baldwin2002-09-302-3/+2
* Move vnode MAC label initialization to after the release of the vnodeRobert Watson2002-09-301-3/+3
* Add tunables for the existing sysctl twiddles for pipe and vmRobert Watson2002-09-309-0/+18
* Convert use of p_siglist and old SIG*() macros to use <sys/ksiginfo.h>Juli Mallett2002-09-303-6/+9
* Use as's --defsym switch to compensate for the loss of the M4 substitutionPeter Wemm2002-09-303-4/+2
* First half of implementation of ksiginfo, signal queues, and such. ThisJuli Mallett2002-09-3019-52/+465
* Remove a left over '&' from the conversion to using ourJustin T. Gibbs2002-09-301-2/+2