summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo in BGE_BIGENDIAN_INIT.jake2002-10-011-2/+2
* Fix two misindents.phk2002-10-012-2/+2
* Add a field to struct cmn_unit to hold a pointer to the driver's softc.mdodd2002-10-016-0/+8
* Indentation indicates missing braces.phk2002-10-011-1/+2
* Fix the same misinitialization of pmap_prefault_pageorder as on i386.phk2002-10-012-4/+4
* The pmap_prefault_pageorder[] array was initialize with wrong valuesphk2002-10-012-4/+4
* Whitespace nit.jhb2002-10-011-1/+1
* Use the canonical root:operator 0640 for GEOM disk devices.phk2002-10-011-1/+1
* Don't call INT 12H anymore in boot program.iwasaki2002-10-013-2/+6
* Divorce bsd disklabels, IBM PC MBR's and whatever the things arephk2002-10-013-769/+6
* Moved the cam and cd9660 modules to the MI list. Don't build msdosfs orjake2002-10-011-9/+8
* Don't restrict device drivers ability to sleep in the ioctl method, thisphk2002-10-011-5/+22
* Fix spelling error; say what "UTS" stands for.archie2002-10-011-2/+3
* Fix cut&paste error: "tm_spare" should have been "km_spare".archie2002-10-011-1/+1
* Back our kernel support for reliable signal queues.jmallett2002-10-0125-502/+73
* Convert the bus space accessors from macros to inlines. This fixes somejake2002-10-011-204/+316
* Minor style nits in a comment.jhb2002-10-011-1/+1
* Fix some harmless mis-indents.phk2002-10-015-5/+5
* Add quirks for DaisyTechnology PhotoClip camera.sobomax2002-10-011-0/+7
* Remember to include "opt_devfs.h" so we get any relevant changesphk2002-10-019-0/+9
* 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
* Removed the only PCI_DEBUG ifdef in the kernel. PCI_DEBUG was not abde2002-10-011-2/+0
* Don't #error if we are lint.phk2002-10-011-0/+2
* 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
* Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1:phk2002-10-016-0/+14
* 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
* 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
* Use if_printf(ifp, "blah") instead of printf("fe%d: blah", ifp->if_unit).brooks2002-10-011-7/+7
OpenPOWER on IntegriCloud