| 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 |
* | 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 |
* | Redefine a PTE as a 64-bit integral type instead of a struct of | marcel | 2004-09-23 | 6 | -258/+212 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | Call sbuf_finish() before sbuf_data() so as to not panic the system. | green | 2004-09-22 | 1 | -0/+1 |
* | 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 |
* | 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 |
* | In a threaded process, don't kill off all the other threads until we have a | julian | 2004-09-21 | 1 | -11/+17 |
* | Initialize the flags value properly. We used to do this in acpi_tz_all_off() | njl | 2004-09-21 | 1 | -33/+2 |
* | 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 |
* | 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 |
* | Trap invalid sector size 0 in disk probe, refusing to add such a | wes | 2004-09-21 | 1 | -0/+4 |
* | - Add support for "paging" in stack trace output. That is, when you do | jhb | 2004-09-20 | 7 | -17/+33 |
* | Remove unused macro. | jhb | 2004-09-20 | 1 | -2/+0 |
* | This is not needed anymore, it is forced in GEOM now. | pjd | 2004-09-20 | 5 | -15/+0 |
* | Merged from sys/dev/sio/sio.c: more tty related changes. | nyan | 2004-09-20 | 2 | -18/+20 |
* | MFpc98: Check a pointer is NULL, remove unused variable. | nyan | 2004-09-20 | 1 | -3/+4 |
* | CTASSERT that MSZIE is a power of 2 (otherwise dtom() breaks) | brian | 2004-09-20 | 1 | -1/+4 |
* | Add support Nvidia nForce2(audio) | sanpei | 2004-09-20 | 1 | -0/+4 |
* | trim trailing white space.. | jmg | 2004-09-20 | 1 | -2/+2 |
* | das@ has a ACPI bios that lists 0x3f0-0x3f1, 0x3f2-0x3f3, 0x3f4-0x3f5 | imp | 2004-09-20 | 1 | -4/+14 |
* | Add support nForce3 250 audio | sanpei | 2004-09-20 | 1 | -0/+4 |
* | Record a problem we can't workaround for now regarding duplicate interrupts | njl | 2004-09-20 | 1 | -0/+7 |
* | add '/* Panasonic products */' line(I removed it) | sanpei | 2004-09-20 | 1 | -0/+1 |
* | Fix compilation of vinum(4) when VINUMDEBUG is not defined. | marius | 2004-09-20 | 2 | -2/+2 |
* | Correct value and description of the unused MK48TXX_WDAY_FT macro. | marius | 2004-09-20 | 1 | -1/+1 |
* | Commit the new version of the adlink driver which can do non-cyclic | phk | 2004-09-19 | 1 | -305/+250 |
* | - Some of the upper bits of the time related (seconds, minutes, etc.) | marius | 2004-09-19 | 2 | -19/+131 |
* | Simplify the reference counting of page table pages. Specifically, use | alc | 2004-09-19 | 3 | -71/+35 |
* | The zone from which proc structures are allocated is marked | das | 2004-09-19 | 4 | -34/+10 |
* | fix misspelling of TX... | jmg | 2004-09-19 | 1 | -1/+1 |
* | spell RX correctly | jmg | 2004-09-19 | 1 | -16/+10 |
* | comment requirement that rx/tx descriptor counts must be equal due to | jmg | 2004-09-19 | 1 | -3/+8 |
* | Use correct malloc type when freeing memory allocated by g_read_data. | fjoe | 2004-09-19 | 1 | -2/+2 |
* | The getpages VOP was a good stab at getting scatter/gather I/O without | phk | 2004-09-19 | 2 | -293/+5 |