aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Indentation indicates missing braces.Poul-Henning Kamp2002-10-011-1/+2
* Fix the same misinitialization of pmap_prefault_pageorder as on i386.Poul-Henning Kamp2002-10-012-4/+4
* The pmap_prefault_pageorder[] array was initialize with wrong valuesPoul-Henning Kamp2002-10-012-4/+4
* Whitespace nit.John Baldwin2002-10-011-1/+1
* Use the canonical root:operator 0640 for GEOM disk devices.Poul-Henning Kamp2002-10-011-1/+1
* Don't call INT 12H anymore in boot program.Mitsuru IWASAKI2002-10-013-2/+6
* Divorce bsd disklabels, IBM PC MBR's and whatever the things arePoul-Henning Kamp2002-10-013-769/+6
* Moved the cam and cd9660 modules to the MI list. Don't build msdosfs orJake Burkholder2002-10-011-9/+8
* Don't restrict device drivers ability to sleep in the ioctl method, thisPoul-Henning Kamp2002-10-011-5/+22
* Fix spelling error; say what "UTS" stands for.Archie Cobbs2002-10-011-2/+3
* Fix cut&paste error: "tm_spare" should have been "km_spare".Archie Cobbs2002-10-011-1/+1
* Back our kernel support for reliable signal queues.Juli Mallett2002-10-0125-502/+73
* Convert the bus space accessors from macros to inlines. This fixes someJake Burkholder2002-10-011-200/+312
* Minor style nits in a comment.John Baldwin2002-10-011-1/+1
* Fix some harmless mis-indents.Poul-Henning Kamp2002-10-015-5/+5
* Add quirks for DaisyTechnology PhotoClip camera.Maxim Sobolev2002-10-011-0/+7
* Remember to include "opt_devfs.h" so we get any relevant changesPoul-Henning Kamp2002-10-019-0/+9
* Misc cleanups.Søren Schmidt2002-10-013-15/+17
* Add yet another Promise PCI id.Søren Schmidt2002-10-013-0/+4
* Various style fixups.John Baldwin2002-10-011-6/+10
* Actually clear PS_XCPU in ast() when we handle it.John Baldwin2002-10-011-1/+1
* - Adjust comment noting that handling of CPU limit exhaustion is done inJohn Baldwin2002-10-011-2/+5
* It is too much work convincing lint why we would want empty structures,Poul-Henning Kamp2002-10-014-0/+12
* Use long long to indicate 64bitness in #ifdef lint.Poul-Henning Kamp2002-10-011-1/+6
* Include <sys/diskmbr.h> instead of <sys/disklabel.h>Poul-Henning Kamp2002-10-011-1/+1
* A more lint friendly #ifdef lint section.Poul-Henning Kamp2002-10-012-38/+26
* Removed the only PCI_DEBUG ifdef in the kernel. PCI_DEBUG was not aBruce Evans2002-10-011-2/+0
* Don't #error if we are lint.Poul-Henning Kamp2002-10-011-0/+2
* 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
* Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1:Poul-Henning Kamp2002-10-016-0/+14
* 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
* 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
* 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