aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix kernel build.David E. O'Brien2002-03-251-1/+1
* Include <stdint.h> for definition of intmax_t and/or uintmax_t.Mike Barcroft2002-03-252-0/+2
* Add kern/syscalls.c, which is needed for some KTR traces in trap.c.Thomas Moestl2002-03-251-0/+1
* Add missing includes for the KTRACE case.Thomas Moestl2002-03-251-0/+4
* Add missing declarations.Thomas Moestl2002-03-251-0/+4
* Make this compile (submitted by jake), add a missing include.Thomas Moestl2002-03-251-1/+2
* Remove second copy of iommu_decode_fault() which I accidentially added.Thomas Moestl2002-03-251-15/+0
* MFen.Jun Kuriyama2002-03-251-32/+65
* Remove a FMT that was buried in here.David E. O'Brien2002-03-251-2/+2
* Remote newly unused variable to unbreak LINT.Brooks Davis2002-03-251-1/+1
* Add a few popular entries.Luigi Rizzo2002-03-241-0/+3
* Remove the setting of 'FMT'. We now do ELF by default, so only botherDavid E. O'Brien2002-03-243-3/+0
* MFP4. This slipped into a IFC(MFC) by PHK, but it could still be usefulDavid E. O'Brien2002-03-241-3/+18
* 'char *' can be a large entity now (on 64-bit platforms). Thus move it upDavid E. O'Brien2002-03-241-1/+1
* Add BSD sort to the build, now that GNU sort is gone.Mark Murray2002-03-241-0/+1
* Remove GNU sort from the build. BSD sort is coming.Mark Murray2002-03-241-1/+1
* Make this compile on FreeBSD. Sort out VCS tags, fix warnings.Mark Murray2002-03-2410-21/+502
* Replace __progname with the documented, more acceptable and functionally iden...Mark Murray2002-03-242-10/+9
* Replace __progname with the functionally identical but moreMark Murray2002-03-242-19/+14
* Replace use of __progname with the functionally identical and moreMark Murray2002-03-241-15/+14
* Link testcase 13 in.Poul-Henning Kamp2002-03-241-1/+1
* plip has produced an error during attach on Alpha as long as I careWilko Bulte2002-03-242-2/+2
* Add a testcase for the alpha BSD label from beast.Poul-Henning Kamp2002-03-243-0/+211
* Make the BSD method width/endian agnostic and support alphaPoul-Henning Kamp2002-03-241-11/+187
* Add a copy of the bsd-label from beast.freebsd.orgPoul-Henning Kamp2002-03-241-0/+33
* Add AMD 768 support.Søren Schmidt2002-03-242-0/+5
* Hide the ACPI counter probing printf behind bootverbose.Poul-Henning Kamp2002-03-241-3/+4
* Guard against redefining __gnuc_va_list.David E. O'Brien2002-03-246-6/+15
* Update to reflect new contents of sys/geomPoul-Henning Kamp2002-03-241-1/+1
* Be more systematic about conversion of on-disk formats in a endian/widthPoul-Henning Kamp2002-03-246-235/+310
* Reset the cachefree statistics after draining the cache. This fixes a bugJeff Roberson2002-03-241-0/+4
* Undefine __FBSDID before defining it as it's already defined atMarcel Moolenaar2002-03-241-0/+1
* Don't pretend to be a section 4 man page.Alexander Leidinger2002-03-241-1/+1
* Fix warns, ANSIfy, use __FBSDID(), sort headers.Mark Murray2002-03-249-155/+114
* Fixed some style bugs in the removal of __P(()). Continuation linesBruce Evans2002-03-248-15/+14
* Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans2002-03-2411-42/+38
* A break after a return is useless.Dima Dorfman2002-03-241-1/+0
* Fix braino.Dima Dorfman2002-03-241-1/+1
* Remove spaces between (void) and function calls. Use TAILQ_FOREACHDag-Erling Smørgrav2002-03-241-30/+40
* Parenthesize return values and pull an orphaned { back into the fold.Dag-Erling Smørgrav2002-03-241-19/+18
* __FBSDID, ANSIfy function definitions, staticize functions and globals,Dag-Erling Smørgrav2002-03-241-147/+107
* Un-__P().Dag-Erling Smørgrav2002-03-241-27/+27
* Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans2002-03-246-21/+20
* Fixed some style bugs in the removal of __P(()). Continuation linesBruce Evans2002-03-246-16/+14
* Fixed some style bugs in the removal of __P(()). Continuation linesBruce Evans2002-03-241-5/+5
* Fixed some style bugs in the removal of __P(()). Tabs before "__P(("Bruce Evans2002-03-241-6/+6
* Minor changes:Will Andrews2002-03-244-73/+191
* Revamp the busdma implementation a bit:Thomas Moestl2002-03-247-223/+450
* Correct a typo.Dima Dorfman2002-03-241-1/+1
* Fix sparc64_bus_mem_unmap() to pass the right address to kmem_free().Thomas Moestl2002-03-241-1/+1