| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not refcount the cdevsw, but rather maintain a cdev->si_threadcount | phk | 2004-09-23 | 5 | -86/+90 |
* | - Wrapped BIND 9 libraries defines into !defined(NO_BIND). | ru | 2004-09-23 | 1 | -0/+7 |
* | MFen 1.258 | den | 2004-09-23 | 1 | -2/+4 |
* | PAE seems to work for isp- at least under mimimal testing. | mjacob | 2004-09-23 | 1 | -1/+2 |
* | PAE support changes that included at least some minimal actual testing | mjacob | 2004-09-23 | 2 | -18/+26 |
* | Refrence bsdlabel.8 and bsdlabel.5 rather then the obsolete disklabel.8 | brooks | 2004-09-23 | 1 | -3/+3 |
* | LOCALSTATEDIR should be /var, since the BIND 9 source appends | dougb | 2004-09-23 | 1 | -1/+1 |
* | Add a knob 'daily_status_security_diff_flags' controlling the | jkoshy | 2004-09-23 | 3 | -1/+11 |
* | Redefine a PTE as a 64-bit integral type instead of a struct of | marcel | 2004-09-23 | 7 | -260/+214 |
* | s/u_int#_t/uint#_t/g | marcel | 2004-09-22 | 1 | -20/+20 |
* | Switch order for mtx_unlock and cv_signal as (condvar(9)) sez: | mlaier | 2004-09-22 | 1 | -2/+2 |
* | Backout the last entry. It went to the wrong branch. | andre | 2004-09-22 | 1 | -5/+0 |
* | The offset argument to mmap(2) is not a pointer. Use 0 instead of NULL. | marcel | 2004-09-22 | 1 | -1/+1 |
* | For the atomic_{add|clear|set|subtract} family of inlines, return the | marcel | 2004-09-22 | 1 | -2/+4 |
* | MFp4: various style fixes, including | marcel | 2004-09-22 | 1 | -248/+239 |
* | MFC: Make PFIL_HOOKS a permanent part of the kernel and remove the associated | andre | 2004-09-22 | 1 | -0/+5 |
* | Remove vestiges of libthr's signal mangling past. This fixes that last | mtm | 2004-09-22 | 1 | -14/+1 |
* | Pointy hat please! | phk | 2004-09-22 | 2 | -6/+6 |
* | Prefer C99's __func__ over GCC's __FUNCTION__. | stefanf | 2004-09-22 | 4 | -5/+4 |
* | Prefer C99's __func__ over GCC's __FUNCTION__. | stefanf | 2004-09-22 | 5 | -11/+11 |
* | The SUSv3 function say that the affected functions MAY FAIL, if the | mtm | 2004-09-22 | 1 | -27/+6 |
* | Add a couple of macros to extract the PCI slot (device) and function from | jhb | 2004-09-22 | 4 | -7/+11 |
* | Various small style fixes. | jhb | 2004-09-22 | 6 | -15/+20 |
* | Always link with -lpthread, not -lc_r, because platforms that don't have | des | 2004-09-22 | 1 | -6/+5 |
* | Remove named-xfer, it does not exist in BIND 9. | trhodes | 2004-09-22 | 1 | -30/+0 |
* | Call sbuf_finish() before sbuf_data() so as to not panic the system. | green | 2004-09-22 | 1 | -0/+1 |
* | Clean up and comment config.mk. Centralize more stuff. Bitch if | des | 2004-09-22 | 20 | -55/+125 |
* | Fix a LOR where ifconf() used copyout while holding a mutex. This LOR | brooks | 2004-09-22 | 1 | -41/+51 |
* | Add a temporary workaround to the panic on boot with hub attached and | imp | 2004-09-22 | 1 | -0/+1 |
* | Correct a long-standing error in _pmap_unwire_pte_hold() affecting | alc | 2004-09-22 | 2 | -17/+11 |
* | Revert the last change.. | julian | 2004-09-22 | 1 | -17/+11 |
* | MFi386: adapt rev 1.19 (debugger fixes) | peter | 2004-09-22 | 1 | -2/+10 |
* | cnw (Xircom pccard) is built on amd64 and there isn't an obvious reason | peter | 2004-09-22 | 1 | -1/+1 |
* | Minor sync-up with i386. Catch up on de-quoting and de-counting after | peter | 2004-09-22 | 1 | -14/+23 |
* | MFi386: add ispfw (except using correct device<tab><tab>ispfw format, | peter | 2004-09-22 | 1 | -0/+1 |
* | Since "d" is an array of 32 bit values, it is more | csjp | 2004-09-21 | 1 | -1/+1 |
* | Hopefully fix alpha and sparc64 builds: on these architectures, | ru | 2004-09-21 | 1 | -3/+4 |
* | In a threaded process, don't kill off all the other threads until we have a | julian | 2004-09-21 | 1 | -11/+17 |
* | Improve netsend timing logic in various ways: | rwatson | 2004-09-21 | 1 | -13/+78 |
* | Switch from BIND 8 to BIND 9. | des | 2004-09-21 | 49 | -589/+5877 |
* | Initialize the flags value properly. We used to do this in acpi_tz_all_off() | njl | 2004-09-21 | 1 | -33/+2 |
* | Update copyright years. | des | 2004-09-21 | 10 | -10/+11 |
* | Don't disable acpi in shutdown if we're panicing (panicstr != NULL). This | njl | 2004-09-21 | 1 | -1/+1 |
* | Correct the capitalization of "nVidia". | des | 2004-09-21 | 1 | -5/+5 |
* | Group equivalent flags together and delete the `aliases' section. | keramida | 2004-09-21 | 1 | -13/+8 |
* | De support opening device nodes on CD9660 filesystems. They are | phk | 2004-09-21 | 4 | -42/+18 |
* | If a vnode has no v_rdev we cannot hope to answer FIODTYPE ioctl. | phk | 2004-09-21 | 1 | -0/+2 |
* | Add the sound device to the synopsis. | simon | 2004-09-21 | 1 | -0/+1 |
* | Trap invalid sector size 0 in disk probe, refusing to add such a | wes | 2004-09-21 | 1 | -0/+4 |
* | Set default socket size for netreceive to 128k to reduce the chances | rwatson | 2004-09-21 | 1 | -1/+7 |