| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - 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 |
* | Document the public targets and make variables supported by the | jkoshy | 2005-12-05 | 1 | -51/+267 |
* | Prepare for MACHINE and hw.machine switching to "pc98" on FreeBSD/pc98. | ru | 2005-12-05 | 8 | -37/+125 |
* | Add a simple KVM tool to dump the kernel state of UMA, including walking | rwatson | 2005-12-05 | 2 | -0/+381 |
* | Try to use contigmalloc() even if M_NOWAIT has been specified. | cognet | 2005-12-05 | 1 | -13/+17 |
* | Teach the elf trampoline how to deal with gzipped kernels. | cognet | 2005-12-05 | 3 | -55/+192 |
* | - Rev. 1.175 fixed compilation on sparc64 but also backed out zeroing of | marius | 2005-12-05 | 1 | -5/+2 |
* | Fix -Wundef warnings found when compiling i386 LINT, GENERIC and | ru | 2005-12-05 | 30 | -100/+155 |
* | Fix markup. | davidxu | 2005-12-05 | 1 | -5/+13 |
* | Fix markup. | davidxu | 2005-12-05 | 1 | -1/+1 |
* | Bump __FreeBSD_version to reflect removal of MNT_NODEV mount option. | rodrigc | 2005-12-05 | 1 | -1/+1 |
* | Add an MLINKS entry for times.1. | stefanf | 2005-12-05 | 1 | -0/+1 |
* | Change how *.sh scripts are handled. If the script is in /etc/rc.d, | dougb | 2005-12-05 | 1 | -2/+2 |
* | Canonify, correct, and add citations related to Douglas Adams' work. | dougb | 2005-12-05 | 1 | -14/+19 |
* | Add document about mqueuefs. | davidxu | 2005-12-05 | 2 | -0/+111 |
* | Document SIGEV_NONE and SIGEV_SIGNAL. | davidxu | 2005-12-05 | 1 | -0/+15 |
* | After reading some documents, I realized SIGEV_NONE != NULL, also | davidxu | 2005-12-05 | 1 | -6/+8 |
* | Handle SIGEV_NONE, if notification is SIGEV_NONE, error status and | davidxu | 2005-12-05 | 1 | -3/+4 |
* | - Add Product IDs for iPod 3G and iPod Video. | flz | 2005-12-05 | 4 | -12/+21 |
* | Simplify vmspace_dofree(). | alc | 2005-12-04 | 1 | -3/+1 |
* | Sort. | stefanf | 2005-12-04 | 1 | -6/+6 |
* | Remove a few commented out builtins from the original ash. The files | stefanf | 2005-12-04 | 1 | -5/+0 |
* | Add the times builtin. | stefanf | 2005-12-04 | 1 | -1/+3 |
* | Add the times builtin. It reports the user and system time for the shell | stefanf | 2005-12-04 | 4 | -1/+34 |
* | Catch up with 64bit time_t on sparc64. The rstat packet expects a 32bit | philip | 2005-12-04 | 1 | -5/+19 |
* | Add Sony TJ37 to the uvisor manpage. | bmah | 2005-12-04 | 1 | -0/+2 |
* | Fixed the approximation to pio4. pio4_hi must be pio2_hi/2 since it | bde | 2005-12-04 | 1 | -1/+1 |
* | Use compile-time detection of 64-bit addressing. | ru | 2005-12-04 | 1 | -3/+3 |
* | For log1pf(), fixed the approximations to sqrt(2), sqrt(2)-1 and | bde | 2005-12-04 | 2 | -8/+22 |
* | Use a compile-time detection of 64-bit addressing so that this | ru | 2005-12-04 | 1 | -11/+8 |
* | Fix -Wundef from compiling the amd64 LINT. | ru | 2005-12-04 | 32 | -128/+135 |
* | Fix -Wunder and make the sbus code really compile only on sparc64. | ru | 2005-12-04 | 1 | -3/+3 |
* | Fix -Wundef warnings and properly check the size of long, FWIW. | ru | 2005-12-04 | 1 | -3/+3 |
* | Oops, the bug is still here, but reimplement the cpp(1) conditional properly. | ru | 2005-12-04 | 1 | -0/+9 |
* | There no longer seems to be this bug in gcc(1). Remove the | ru | 2005-12-04 | 1 | -9/+0 |
* | Merge NetBSD's revision 1.27. This bug can be observed eg. when browsing | stefanf | 2005-12-04 | 1 | -12/+34 |
* | Use the usual volatile hack to trick gcc into clipping any extra precision | bde | 2005-12-04 | 1 | -1/+1 |
* | Fix on sparc64. | ru | 2005-12-04 | 1 | -6/+2 |
* | Recognize the Sony Clie PEG-TJ37. | bmah | 2005-12-04 | 2 | -0/+2 |
* | Adhoc mode fixups: | sam | 2005-12-04 | 3 | -28/+56 |
* | Fix -Wundef. | ru | 2005-12-04 | 40 | -77/+87 |
* | Add "yet another" moused(8) hack: suspend handling mouse events when SIGUSR1 | philip | 2005-12-04 | 2 | -6/+38 |
* | Use __LP64__ to check for the 64-bit pointer type, and fix -Wundef. | ru | 2005-12-04 | 1 | -4/+2 |
* | Eliminate unneeded preallocation at initialization. | alc | 2005-12-03 | 2 | -2/+0 |