| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix kernel build. | David E. O'Brien | 2002-03-25 | 1 | -1/+1 |
| * | Include <stdint.h> for definition of intmax_t and/or uintmax_t. | Mike Barcroft | 2002-03-25 | 2 | -0/+2 |
| * | Add kern/syscalls.c, which is needed for some KTR traces in trap.c. | Thomas Moestl | 2002-03-25 | 1 | -0/+1 |
| * | Add missing includes for the KTRACE case. | Thomas Moestl | 2002-03-25 | 1 | -0/+4 |
| * | Add missing declarations. | Thomas Moestl | 2002-03-25 | 1 | -0/+4 |
| * | Make this compile (submitted by jake), add a missing include. | Thomas Moestl | 2002-03-25 | 1 | -1/+2 |
| * | Remove second copy of iommu_decode_fault() which I accidentially added. | Thomas Moestl | 2002-03-25 | 1 | -15/+0 |
| * | MFen. | Jun Kuriyama | 2002-03-25 | 1 | -32/+65 |
| * | Remove a FMT that was buried in here. | David E. O'Brien | 2002-03-25 | 1 | -2/+2 |
| * | Remote newly unused variable to unbreak LINT. | Brooks Davis | 2002-03-25 | 1 | -1/+1 |
| * | Add a few popular entries. | Luigi Rizzo | 2002-03-24 | 1 | -0/+3 |
| * | Remove the setting of 'FMT'. We now do ELF by default, so only bother | David E. O'Brien | 2002-03-24 | 3 | -3/+0 |
| * | MFP4. This slipped into a IFC(MFC) by PHK, but it could still be useful | David E. O'Brien | 2002-03-24 | 1 | -3/+18 |
| * | 'char *' can be a large entity now (on 64-bit platforms). Thus move it up | David E. O'Brien | 2002-03-24 | 1 | -1/+1 |
| * | Add BSD sort to the build, now that GNU sort is gone. | Mark Murray | 2002-03-24 | 1 | -0/+1 |
| * | Remove GNU sort from the build. BSD sort is coming. | Mark Murray | 2002-03-24 | 1 | -1/+1 |
| * | Make this compile on FreeBSD. Sort out VCS tags, fix warnings. | Mark Murray | 2002-03-24 | 10 | -21/+502 |
| * | Replace __progname with the documented, more acceptable and functionally iden... | Mark Murray | 2002-03-24 | 2 | -10/+9 |
| * | Replace __progname with the functionally identical but more | Mark Murray | 2002-03-24 | 2 | -19/+14 |
| * | Replace use of __progname with the functionally identical and more | Mark Murray | 2002-03-24 | 1 | -15/+14 |
| * | Link testcase 13 in. | Poul-Henning Kamp | 2002-03-24 | 1 | -1/+1 |
| * | plip has produced an error during attach on Alpha as long as I care | Wilko Bulte | 2002-03-24 | 2 | -2/+2 |
| * | Add a testcase for the alpha BSD label from beast. | Poul-Henning Kamp | 2002-03-24 | 3 | -0/+211 |
| * | Make the BSD method width/endian agnostic and support alpha | Poul-Henning Kamp | 2002-03-24 | 1 | -11/+187 |
| * | Add a copy of the bsd-label from beast.freebsd.org | Poul-Henning Kamp | 2002-03-24 | 1 | -0/+33 |
| * | Add AMD 768 support. | Søren Schmidt | 2002-03-24 | 2 | -0/+5 |
| * | Hide the ACPI counter probing printf behind bootverbose. | Poul-Henning Kamp | 2002-03-24 | 1 | -3/+4 |
| * | Guard against redefining __gnuc_va_list. | David E. O'Brien | 2002-03-24 | 6 | -6/+15 |
| * | Update to reflect new contents of sys/geom | Poul-Henning Kamp | 2002-03-24 | 1 | -1/+1 |
| * | Be more systematic about conversion of on-disk formats in a endian/width | Poul-Henning Kamp | 2002-03-24 | 6 | -235/+310 |
| * | Reset the cachefree statistics after draining the cache. This fixes a bug | Jeff Roberson | 2002-03-24 | 1 | -0/+4 |
| * | Undefine __FBSDID before defining it as it's already defined at | Marcel Moolenaar | 2002-03-24 | 1 | -0/+1 |
| * | Don't pretend to be a section 4 man page. | Alexander Leidinger | 2002-03-24 | 1 | -1/+1 |
| * | Fix warns, ANSIfy, use __FBSDID(), sort headers. | Mark Murray | 2002-03-24 | 9 | -155/+114 |
| * | Fixed some style bugs in the removal of __P(()). Continuation lines | Bruce Evans | 2002-03-24 | 8 | -15/+14 |
| * | Fixed some style bugs in the removal of __P(()). The main ones were | Bruce Evans | 2002-03-24 | 11 | -42/+38 |
| * | A break after a return is useless. | Dima Dorfman | 2002-03-24 | 1 | -1/+0 |
| * | Fix braino. | Dima Dorfman | 2002-03-24 | 1 | -1/+1 |
| * | Remove spaces between (void) and function calls. Use TAILQ_FOREACH | Dag-Erling Smørgrav | 2002-03-24 | 1 | -30/+40 |
| * | Parenthesize return values and pull an orphaned { back into the fold. | Dag-Erling Smørgrav | 2002-03-24 | 1 | -19/+18 |
| * | __FBSDID, ANSIfy function definitions, staticize functions and globals, | Dag-Erling Smørgrav | 2002-03-24 | 1 | -147/+107 |
| * | Un-__P(). | Dag-Erling Smørgrav | 2002-03-24 | 1 | -27/+27 |
| * | Fixed some style bugs in the removal of __P(()). The main ones were | Bruce Evans | 2002-03-24 | 6 | -21/+20 |
| * | Fixed some style bugs in the removal of __P(()). Continuation lines | Bruce Evans | 2002-03-24 | 6 | -16/+14 |
| * | Fixed some style bugs in the removal of __P(()). Continuation lines | Bruce Evans | 2002-03-24 | 1 | -5/+5 |
| * | Fixed some style bugs in the removal of __P(()). Tabs before "__P((" | Bruce Evans | 2002-03-24 | 1 | -6/+6 |
| * | Minor changes: | Will Andrews | 2002-03-24 | 4 | -73/+191 |
| * | Revamp the busdma implementation a bit: | Thomas Moestl | 2002-03-24 | 7 | -223/+450 |
| * | Correct a typo. | Dima Dorfman | 2002-03-24 | 1 | -1/+1 |
| * | Fix sparc64_bus_mem_unmap() to pass the right address to kmem_free(). | Thomas Moestl | 2002-03-24 | 1 | -1/+1 |