| Commit message (Expand) | Author | Age | Files | Lines |
| * | Catch up to rev 1.8 of sys/alpha/osf1/osf1_mount.c. | Mike Barcroft | 2002-08-18 | 1 | -1/+2 |
| * | Fix warning. These structs should probably be removed altogether. | Jake Burkholder | 2002-08-18 | 1 | -0/+2 |
| * | Forgot this in last commit. | Jake Burkholder | 2002-08-18 | 1 | -2/+2 |
| * | o Simplify the ptphint test in pmap_release_free_page(). In other words, | Alan Cox | 2002-08-18 | 2 | -2/+2 |
| * | Add pmap support for user mappings of multiple page sizes (super pages). | Jake Burkholder | 2002-08-18 | 10 | -378/+479 |
| * | Fix VRA configuration. | Orion Hodson | 2002-08-18 | 1 | -3/+6 |
| * | Consolidate the device recognition code. | Josef Karthauser | 2002-08-18 | 2 | -114/+8 |
| * | Now that NEWCARD is gone, NEWCARD.hints is even less necessary. | Warner Losh | 2002-08-17 | 1 | -80/+0 |
| * | Implement TCP bandwidth delay product window limiting, similar to (but | Matthew Dillon | 2002-08-17 | 7 | -0/+338 |
| * | If we're using ancient (pre 1.17.0) 2100 f/w (for the cards that cannot | Matt Jacob | 2002-08-17 | 1 | -22/+63 |
| * | We only do isp_reinit from isp_async if ISP_FW_CRASH_DUMP is defined- | Matt Jacob | 2002-08-17 | 1 | -0/+12 |
| * | Fix the incorrect parsing of the Risc2Host isr. For RIO_16, | Matt Jacob | 2002-08-17 | 1 | -1/+13 |
| * | Add ICBXOPT_ZIO definition. | Matt Jacob | 2002-08-17 | 1 | -0/+1 |
| * | Add ISPASYNC_FW_DUMPED async event. | Matt Jacob | 2002-08-17 | 1 | -0/+3 |
| * | Support for VIA VT8233 audio controller. | Orion Hodson | 2002-08-17 | 6 | -1/+812 |
| * | Remove support for the vt8233. Specs for chipset changed mid-revision | Orion Hodson | 2002-08-17 | 2 | -200/+75 |
| * | In continuation of early fileop credential changes, modify fo_ioctl() to | Robert Watson | 2002-08-17 | 22 | -79/+138 |
| * | Cosmetic-only changes for readability. | Jeffrey Hsu | 2002-08-17 | 2 | -652/+556 |
| * | Revert change to detect multiply PHYs in mii code. There might be cases | Doug Ambrisko | 2002-08-16 | 2 | -5/+7 |
| * | Updates to cmd6workaround: | Nate Lawson | 2002-08-16 | 1 | -15/+18 |
| * | Further improved the performance of sbreserve() by moving the calculation | David Greenman | 2002-08-16 | 2 | -10/+52 |
| * | Wrap maintenance of varios nmac{objectname} counters in MAC_DEBUG so we | Robert Watson | 2002-08-16 | 11 | -0/+416 |
| * | Correct white space nits that crept in during my recent merges of | Robert Watson | 2002-08-16 | 2 | -3/+3 |
| * | Make similar changes to fo_stat() and fo_poll() as made earlier to | Robert Watson | 2002-08-16 | 16 | -82/+101 |
| * | MFNetBSD: 1.51 | Josef Karthauser | 2002-08-16 | 1 | -4/+5 |
| * | MFNetBSD: (1.50) Get rid of trailing white space. | Josef Karthauser | 2002-08-16 | 1 | -5/+5 |
| * | sys/netinet/ip_fw2.c: | Luigi Rizzo | 2002-08-16 | 1 | -47/+116 |
| * | MFNetBSD: | Josef Karthauser | 2002-08-16 | 1 | -6/+6 |
| * | make the strings for tcptimers, tanames and prurequests const to silence | Alfred Perlstein | 2002-08-16 | 3 | -3/+3 |
| * | forgot to actually commit the DK/FS TYPES split, do it now. | Alfred Perlstein | 2002-08-16 | 3 | -3/+3 |
| * | fix comment typo: naem -> name | Alfred Perlstein | 2002-08-16 | 1 | -1/+1 |
| * | Hide 'struct ucred' behind '#ifdef _KERNEL', this should stop userland | Alfred Perlstein | 2002-08-16 | 1 | -0/+2 |
| * | When a cluster entry for ``.'' is set to 0, msdosfs fails to handle it | Tom Rhodes | 2002-08-16 | 1 | -0/+11 |
| * | Rewrote the space check algorithm in sbreserve() so that the extremely | David Greenman | 2002-08-16 | 2 | -2/+2 |
| * | Use symbolic constants instead of magic address constants. | Jake Burkholder | 2002-08-16 | 1 | -1/+1 |
| * | Minor style. Removed unused declaration. | Jake Burkholder | 2002-08-16 | 1 | -2/+1 |
| * | Removed unneeded pmap_initialized flag. | Jake Burkholder | 2002-08-16 | 1 | -4/+0 |
| * | Demark sections of code that need special fault handling with labels. | Jake Burkholder | 2002-08-16 | 5 | -146/+167 |
| * | UHCI_DEBUG -> USB_DEBUG. | Josef Karthauser | 2002-08-15 | 2 | -2/+2 |
| * | For some reason, the flags and td arguments in the fo_read prototype | Robert Watson | 2002-08-15 | 1 | -1/+1 |
| * | Code formatting sync to trustedbsd_mac: don't perform an assignment | Robert Watson | 2002-08-15 | 1 | -2/+2 |
| * | Remove a case of exposing 'struct ucred' to userspace. Use a struct xucred | Alfred Perlstein | 2002-08-15 | 2 | -2/+2 |
| * | Remove cam_extend.c from sources to unbreak modules. | Alfred Perlstein | 2002-08-15 | 1 | -1/+1 |
| * | Correct a minor whitespace nit that sneaked in with my previous commit. | Robert Watson | 2002-08-15 | 1 | -1/+1 |
| * | Remove cam_extend.[ch] after all references to them were removed. | Nate Lawson | 2002-08-15 | 2 | -145/+0 |
| * | In order to better support flexible and extensible access control, | Robert Watson | 2002-08-15 | 31 | -106/+145 |
| * | Remove usage of cam_extend.c, replace with dev->si_drv1 | Nate Lawson | 2002-08-15 | 10 | -244/+74 |
| * | Move mac.h include to match the MAC tree location. Both locations | Robert Watson | 2002-08-15 | 1 | -1/+1 |
| * | Introduce experimental support for MAC in the AppleTalk/EtherTalk stack. | Robert Watson | 2002-08-15 | 3 | -0/+28 |
| * | Rename mac_check_socket_receive() to mac_check_socket_deliver() so that | Robert Watson | 2002-08-15 | 14 | -43/+43 |