summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Misc cleanups.sos2002-10-013-15/+17
* Add yet another Promise PCI id.sos2002-10-013-0/+4
* Various style fixups.jhb2002-10-011-6/+10
* Actually clear PS_XCPU in ast() when we handle it.jhb2002-10-011-1/+1
* - Adjust comment noting that handling of CPU limit exhaustion is done injhb2002-10-011-2/+5
* It is too much work convincing lint why we would want empty structures,phk2002-10-014-0/+12
* Use long long to indicate 64bitness in #ifdef lint.phk2002-10-011-1/+6
* Include <sys/diskmbr.h> instead of <sys/disklabel.h>phk2002-10-011-1/+1
* A more lint friendly #ifdef lint section.phk2002-10-012-38/+26
* Changed "file system" back to "filesystem" in the usage message. Englishbde2002-10-011-3/+3
* Back out experimental changes to fmtstr() that I didn't mean to includetjr2002-10-011-1/+9
* test -h is deprecated; use -L instead.ru2002-10-0110-10/+10
* Removed the only PCI_DEBUG ifdef in the kernel. PCI_DEBUG was not abde2002-10-011-2/+0
* Replace a home-grown printf() clone with a fwopen() wrapper aroundtjr2002-10-011-190/+23
* Don't #error if we are lint.phk2002-10-011-0/+2
* It is now safe to remove WARNS=0 and WFORMAT=0.mux2002-10-011-2/+0
* Restore "not found" error message when searching for (or executing)tjr2002-10-011-2/+8
* - Don't use quad_t when we really mean rlim_t.mux2002-10-011-5/+6
* Fixed a last-minute editing error in previous commit. nfs and/or cvsbde2002-10-011-0/+0
* Merged all interesting difference between the old math.h and the currentbde2002-10-012-124/+0
* The bus number is unsigned, it cannot be less than zero.phk2002-10-011-3/+0
* Move the vop-vector declaration into devfs_vnops.c where it belongs.phk2002-10-012-5/+3
* Add pc98 to universe target.phk2002-10-011-3/+3
* Add back WARNS=0 and WFORMAT=0; gcc is finding nonexistent format stringtjr2002-10-011-0/+2
* Use the %t format modifier to print differences betweenmux2002-10-012-2/+2
* Remove WARNS=0 and WFORMAT=0. The shell compiles cleanly at WARNS=2tjr2002-10-011-2/+0
* 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
OpenPOWER on IntegriCloud