| Commit message (Expand) | Author | Age | Files | Lines |
* | Back out my sh -> ${SHELL} change, since it will be a few days before | imp | 2005-12-06 | 1 | -1/+1 |
* | Catch up to the system siginfo changes. Use a union for the ia32 layout | peter | 2005-12-06 | 2 | -3/+22 |
* | - Cleanup whitespace and extra ()s in vtophys() macros. | jhb | 2005-12-06 | 6 | -14/+11 |
* | "Create" ldexpf for non-i386 architectures. | obrien | 2005-12-06 | 1 | -0/+2 |
* | Fix ZERO_EDX() macro from the previous commit. It was emitting | jkim | 2005-12-06 | 2 | -2/+2 |
* | Teach sdpd(8) to check peer's credentials before accepting request to | emax | 2005-12-06 | 6 | -9/+55 |
* | Use <sys/ktr.h> directly in .S files instead of exporting the | marius | 2005-12-06 | 2 | -14/+2 |
* | Extend the scope of #ifndef LOCORE to also cover the prototype of | marius | 2005-12-06 | 1 | -3/+7 |
* | When compiling with the kernel, detect if INET6 support should be disabled. | ru | 2005-12-06 | 1 | -7/+11 |
* | Revert two changes I was testing regarding polling delay. | njl | 2005-12-06 | 1 | -2/+2 |
* | Add KTR support and move some performance debugging variables in the EC | njl | 2005-12-06 | 2 | -10/+13 |
* | Fix -r flag to actually work. "now" comes after "then", not vice versa. | njl | 2005-12-06 | 1 | -1/+1 |
* | Add a MACHINE_CPU entry for "ev67". | ru | 2005-12-06 | 1 | -1/+3 |
* | Drop _MACHINE_ARCH and _MACHINE defines (not to be confused with | ru | 2005-12-06 | 7 | -48/+0 |
* | cpp(1) only understand integer arithmetical expressions, so | ru | 2005-12-06 | 1 | -2/+1 |
* | MFi386: Add BPF Just-In-Time compiler. | nyan | 2005-12-06 | 2 | -0/+4 |
* | Fix -Wundef warnings from compiling GENERIC and LINT kernels of | ru | 2005-12-06 | 8 | -16/+16 |
* | When we drop packet due to no space in output interface output queue, also | glebius | 2005-12-06 | 1 | -0/+1 |
* | Optimize parallel processing of ipfw(4) rulesets eliminating the locking | glebius | 2005-12-06 | 1 | -71/+54 |
* | - Mention also the COMPAT_FREEBSD5 option along with COMPAT_FREEBSD4. | glebius | 2005-12-06 | 1 | -2/+4 |
* | Fix markeup. | davidxu | 2005-12-06 | 1 | -1/+2 |
* | Sync with signal.h. | davidxu | 2005-12-06 | 1 | -0/+1 |
* | Reduce the scope of the page queues lock in exec_map_first_page(). The vm | alc | 2005-12-06 | 1 | -4/+2 |
* | s/M_WAITOK/M_NOWAIT/ while mutex is held. | jkim | 2005-12-06 | 3 | -6/+6 |
* | - Micro-optimize `mov $0, %edx' -> `xor %edx, %edx'. | jkim | 2005-12-06 | 4 | -24/+36 |
* | o Turn on MPSAFE flag for mqueuefs. | davidxu | 2005-12-06 | 1 | -4/+3 |
* | o Add some pad fields into struct sigevent for future extension. | davidxu | 2005-12-06 | 1 | -2/+14 |
* | Fix a lock leak in childproc_continued(). | davidxu | 2005-12-06 | 1 | -1/+3 |
* | Since rc.subr is a library of functions, it should not use exit | yar | 2005-12-06 | 1 | -6/+6 |
* | Add experimental BPF Just-In-Time compiler for amd64 and i386. | jkim | 2005-12-06 | 13 | -3/+2060 |
* | Fix ypwhich -m. This should be MFC'ed back at least as far as RELENG_5. | peter | 2005-12-06 | 1 | -1/+1 |
* | The Oxford 16C950 based CardBus Serial device that I was given some | imp | 2005-12-05 | 1 | -1/+2 |
* | More review and adjustment for reality that should have happened 3 years | scottl | 2005-12-05 | 1 | -13/+47 |
* | Change the i386 code to pass the interrupt vector as a separate argument | jhb | 2005-12-05 | 9 | -53/+27 |
* | FreeBSD has had endian conversion macros for a long time. Axe the custom | scottl | 2005-12-05 | 1 | -46/+2 |
* | Dont use the BUS_DMA_ALLOCNOW flag. Instead use BUS_DMA_NOWAIT and return | sos | 2005-12-05 | 2 | -15/+19 |
* | - Move the code to deal with handling an IPI_STOP IPI out of | jhb | 2005-12-05 | 5 | -49/+34 |
* | Remove unused local variable misssed in previous commit. | jhb | 2005-12-05 | 1 | -1/+0 |
* | correct handling of dtim for periods > 1 | sam | 2005-12-05 | 1 | -1/+1 |
* | Don't panic if IRQ 13 doesn't exist. On some machines (see previous | jhb | 2005-12-05 | 1 | -7/+9 |
* | Fix a couple typos. | jcamou | 2005-12-05 | 1 | -2/+2 |
* | Really slam the door on mixed mode now that we don't depend on it for a | jhb | 2005-12-05 | 2 | -0/+30 |
* | - Move PUSH_FRAME and POP_FRAME into machine/asmacros.h. | jhb | 2005-12-05 | 4 | -102/+54 |
* | - Don't make the driver lock recursive, it shouldn't be recursively | jhb | 2005-12-05 | 2 | -18/+1 |
* | Tweak witness handling of lock object to shave 2 pointers off of each | jhb | 2005-12-05 | 3 | -46/+49 |
* | If pci_link has been disabled via the acpi_disable tunable, then bail | jhb | 2005-12-05 | 1 | -0/+3 |
* | Recent nmount(2) adoption in mount_smbfs(8) did not flag the "long" option | avatar | 2005-12-05 | 1 | -3/+1 |
* | Document Intel MatrixRAID write support. | brueffer | 2005-12-05 | 1 | -1/+3 |
* | Switch off debugging that was left on in last commit. | sos | 2005-12-05 | 1 | -1/+1 |
* | Add support for writing Intel MatrixRAID arrays. | sos | 2005-12-05 | 2 | -67/+207 |