| Commit message (Expand) | Author | Age | Files | Lines |
* | Apply reference counting patch. Fixes problem of two applications | orion | 2002-08-18 | 1 | -35/+33 |
* | Fix args for contigmalloc, cosmetics. | sos | 2002-08-18 | 3 | -85/+88 |
* | Add dev# for pst driver | sos | 2002-08-18 | 1 | -0/+1 |
* | Use uhci_pci_match to return the device description and rework the | joe | 2002-08-18 | 2 | -56/+44 |
* | Add a comment to remind that uhci_pci_match will never return NULL. | joe | 2002-08-18 | 2 | -12/+22 |
* | Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid | sobomax | 2002-08-18 | 16 | -50/+50 |
* | Catch up to rev 1.8 of sys/alpha/osf1/osf1_mount.c. | mike | 2002-08-18 | 1 | -1/+2 |
* | Fix warning. These structs should probably be removed altogether. | jake | 2002-08-18 | 1 | -0/+2 |
* | Forgot this in last commit. | jake | 2002-08-18 | 1 | -2/+2 |
* | o Simplify the ptphint test in pmap_release_free_page(). In other words, | alc | 2002-08-18 | 2 | -2/+2 |
* | Add pmap support for user mappings of multiple page sizes (super pages). | jake | 2002-08-18 | 10 | -380/+481 |
* | Fix VRA configuration. | orion | 2002-08-18 | 1 | -3/+6 |
* | Consolidate the device recognition code. | joe | 2002-08-18 | 2 | -114/+8 |
* | Now that NEWCARD is gone, NEWCARD.hints is even less necessary. | imp | 2002-08-17 | 1 | -80/+0 |
* | Implement TCP bandwidth delay product window limiting, similar to (but | dillon | 2002-08-17 | 7 | -0/+338 |
* | If we're using ancient (pre 1.17.0) 2100 f/w (for the cards that cannot | mjacob | 2002-08-17 | 1 | -22/+63 |
* | We only do isp_reinit from isp_async if ISP_FW_CRASH_DUMP is defined- | mjacob | 2002-08-17 | 1 | -0/+12 |
* | Fix the incorrect parsing of the Risc2Host isr. For RIO_16, | mjacob | 2002-08-17 | 1 | -1/+13 |
* | Add ICBXOPT_ZIO definition. | mjacob | 2002-08-17 | 1 | -0/+1 |
* | Add ISPASYNC_FW_DUMPED async event. | mjacob | 2002-08-17 | 1 | -0/+3 |
* | Support for VIA VT8233 audio controller. | orion | 2002-08-17 | 6 | -1/+812 |
* | Remove support for the vt8233. Specs for chipset changed mid-revision | orion | 2002-08-17 | 2 | -200/+75 |
* | In continuation of early fileop credential changes, modify fo_ioctl() to | rwatson | 2002-08-17 | 22 | -79/+138 |
* | Cosmetic-only changes for readability. | hsu | 2002-08-17 | 2 | -652/+556 |
* | Revert change to detect multiply PHYs in mii code. There might be cases | ambrisko | 2002-08-16 | 2 | -5/+7 |
* | Updates to cmd6workaround: | njl | 2002-08-16 | 1 | -15/+18 |
* | Further improved the performance of sbreserve() by moving the calculation | dg | 2002-08-16 | 2 | -10/+52 |
* | Wrap maintenance of varios nmac{objectname} counters in MAC_DEBUG so we | rwatson | 2002-08-16 | 11 | -0/+416 |
* | Correct white space nits that crept in during my recent merges of | rwatson | 2002-08-16 | 2 | -3/+3 |
* | Make similar changes to fo_stat() and fo_poll() as made earlier to | rwatson | 2002-08-16 | 16 | -82/+101 |
* | MFNetBSD: 1.51 | joe | 2002-08-16 | 1 | -4/+5 |
* | MFNetBSD: (1.50) Get rid of trailing white space. | joe | 2002-08-16 | 1 | -5/+5 |
* | sys/netinet/ip_fw2.c: | luigi | 2002-08-16 | 1 | -47/+116 |
* | MFNetBSD: | joe | 2002-08-16 | 1 | -6/+6 |
* | make the strings for tcptimers, tanames and prurequests const to silence | alfred | 2002-08-16 | 3 | -3/+3 |
* | forgot to actually commit the DK/FS TYPES split, do it now. | alfred | 2002-08-16 | 3 | -3/+3 |
* | fix comment typo: naem -> name | alfred | 2002-08-16 | 1 | -1/+1 |
* | Hide 'struct ucred' behind '#ifdef _KERNEL', this should stop userland | alfred | 2002-08-16 | 1 | -0/+2 |
* | When a cluster entry for ``.'' is set to 0, msdosfs fails to handle it | trhodes | 2002-08-16 | 1 | -0/+11 |
* | Rewrote the space check algorithm in sbreserve() so that the extremely | dg | 2002-08-16 | 2 | -2/+2 |
* | Use symbolic constants instead of magic address constants. | jake | 2002-08-16 | 1 | -1/+1 |
* | Minor style. Removed unused declaration. | jake | 2002-08-16 | 1 | -2/+1 |
* | Removed unneeded pmap_initialized flag. | jake | 2002-08-16 | 1 | -4/+0 |
* | Demark sections of code that need special fault handling with labels. | jake | 2002-08-16 | 5 | -148/+169 |
* | UHCI_DEBUG -> USB_DEBUG. | joe | 2002-08-15 | 2 | -2/+2 |
* | For some reason, the flags and td arguments in the fo_read prototype | rwatson | 2002-08-15 | 1 | -1/+1 |
* | Code formatting sync to trustedbsd_mac: don't perform an assignment | rwatson | 2002-08-15 | 1 | -2/+2 |
* | Remove a case of exposing 'struct ucred' to userspace. Use a struct xucred | alfred | 2002-08-15 | 2 | -2/+2 |
* | Remove cam_extend.c from sources to unbreak modules. | alfred | 2002-08-15 | 1 | -1/+1 |
* | Correct a minor whitespace nit that sneaked in with my previous commit. | rwatson | 2002-08-15 | 1 | -1/+1 |