aboutsummaryrefslogtreecommitdiff
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
* Return the ``u''Tom Rhodes2002-10-011-1/+1
* 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
* Add prototypes for rstat(3) and havedisk(3).Alfred Perlstein2002-10-011-0/+7
* 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
* Remove a comma trailing an if clause.Poul-Henning Kamp2002-10-011-1/+1
* Ressurect libkvm use of the bitmasked signal list in the kernel, now thatJuli Mallett2002-10-011-7/+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
* Changed "file system" back to "filesystem" in the usage message. EnglishBruce Evans2002-10-011-3/+3
* Back out experimental changes to fmtstr() that I didn't mean to includeTim J. Robbins2002-10-011-1/+9
* test -h is deprecated; use -L instead.Ruslan Ermilov2002-10-0110-10/+10
* Removed the only PCI_DEBUG ifdef in the kernel. PCI_DEBUG was not aBruce Evans2002-10-011-2/+0
* Replace a home-grown printf() clone with a fwopen() wrapper aroundTim J. Robbins2002-10-011-188/+21
* 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