| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a new RTL8169 variant, 8169SB(L)/8110SB(L). | yongari | 2008-07-02 | 2 | -1/+4 |
* | Add basic support for RTL8168C, RTL8168CP, RTL8111C and RTL8111CP. | yongari | 2008-07-02 | 2 | -43/+158 |
* | Display detected chip revision in device attach. This will help to | yongari | 2008-07-02 | 1 | -2/+5 |
* | If MSI is not active make sure to disable MSI in EEPROM. | yongari | 2008-07-02 | 1 | -0/+11 |
* | In device detach don't access ifnet structure unless device is | yongari | 2008-07-02 | 1 | -4/+4 |
* | Toggling IFF_ALLMULTI flag does not require full interface | yongari | 2008-07-02 | 1 | -1/+1 |
* | Instead of allocating variables for each events/hardware flags, use | yongari | 2008-07-02 | 2 | -49/+47 |
* | Eliminate an unnecessary static variable: nkpt. | alc | 2008-07-02 | 1 | -9/+2 |
* | Switch to memory space register mapping over IO space. If that | yongari | 2008-07-02 | 2 | -21/+23 |
* | While accessing EEPROM command register use pre-defined constant | yongari | 2008-07-02 | 1 | -3/+3 |
* | After the change of r176757 re(4) no longer relys on reading | yongari | 2008-07-02 | 1 | -32/+18 |
* | Remove duplicated H/W revision check. | yongari | 2008-07-02 | 1 | -5/+0 |
* | - AI_ALL and AI_V4MAPPED flags are currently not supported | danger | 2008-07-01 | 1 | -1/+18 |
* | Merge hexdump(9) to userland as hexdump(3) in libutil. I'm tired of doing | jhb | 2008-07-01 | 4 | -3/+201 |
* | The example wpa_supplicant.conf file has been moved to share/examples/etc/, | danger | 2008-07-01 | 1 | -0/+3 |
* | - install the example wpa_supplicant.conf file to the share/examples/etc | danger | 2008-07-01 | 2 | -1/+6 |
* | - add the -m option to the example commands because they would fail w/o it | danger | 2008-07-01 | 1 | -4/+9 |
* | - more mark-up fixes | danger | 2008-07-01 | 1 | -8/+6 |
* | Rework how the mpt_user personality handles buffers for config pages. | jhb | 2008-07-01 | 1 | -67/+105 |
* | During shutdown, deregister the shutdown hook from the correct event | jhb | 2008-07-01 | 1 | -1/+1 |
* | Fix a regression: attach process PMCs to the process created when | jkoshy | 2008-07-01 | 1 | -2/+2 |
* | Fix instances of bogus #elsif directive. | dds | 2008-07-01 | 1 | -21/+21 |
* | Fix off-by-one error. | nyan | 2008-07-01 | 1 | -1/+1 |
* | Set bridge MAC addresses to the MAC address of their first interface unless | philip | 2008-07-01 | 1 | -6/+33 |
* | Remove unused 'td' arguments from smbfs_hash_lock() and | rwatson | 2008-07-01 | 1 | -9/+9 |
* | Don't try to hardlink directories. While I'm here, expand some | kientzle | 2008-07-01 | 1 | -3/+10 |
* | Reflect the fact that we actually have NetBSD revision 1.3. | delphij | 2008-06-30 | 1 | -1/+1 |
* | Remove clause 3 and 4 of NetBSD license. | delphij | 2008-06-30 | 1 | -8/+1 |
* | Do not set IFF_DEBUG directly from the driver. | rik | 2008-06-30 | 9 | -30/+84 |
* | Remove spls from NFS server setup call; expand receive socket buffer | rwatson | 2008-06-30 | 1 | -8/+3 |
* | Run the privileged dhclient process in its own session. | ed | 2008-06-30 | 1 | -0/+1 |
* | In udp_append() and udp_input(), make use of read locking on incpbs | rwatson | 2008-06-30 | 1 | -8/+8 |
* | Make it clear that gzcat expects each argument to be separate files. | delphij | 2008-06-30 | 1 | -1/+13 |
* | Update man page for -t. | des | 2008-06-30 | 1 | -2/+5 |
* | Quick shot at implementing -t (test). | des | 2008-06-30 | 1 | -4/+42 |
* | More explicit error message. | des | 2008-06-30 | 1 | -1/+2 |
* | Add missing $FreeBSD$ | des | 2008-06-30 | 1 | -0/+1 |
* | Avoid NULL deference. | delphij | 2008-06-30 | 1 | -0/+5 |
* | - Forgot to bump a date after last change | danger | 2008-06-30 | 1 | -1/+1 |
* | - add some missing words | danger | 2008-06-30 | 1 | -25/+44 |
* | Rev. 1.8 broke matching on lines where the failure mode is at the head | mtm | 2008-06-30 | 1 | -1/+1 |
* | Correct SB600 AC97 Audio PCI ID, otherwise we will attach to the | delphij | 2008-06-30 | 1 | -1/+1 |
* | Document the layout of the address space, borrowing heavily from | alc | 2008-06-30 | 1 | -2/+12 |
* | Compute NKPDPE from NKPT. This reduces the number of knobs that must be | alc | 2008-06-30 | 1 | -1/+1 |
* | Fix a bogon in the previous commit and add some missing error checks. | das | 2008-06-29 | 1 | -9/+12 |
* | Correctly handle malloc() failure. While here, reduce the code size a | das | 2008-06-29 | 4 | -103/+162 |
* | Factor out the code that builds the argument table. We don't need separate | das | 2008-06-29 | 1 | -130/+47 |
* | Reduce the level of duplication between vfprintf() and vfwprintf() | das | 2008-06-29 | 5 | -975/+888 |
* | Add some regression tests for printf() with positional arguments. | das | 2008-06-29 | 2 | -1/+133 |
* | Begin de-spaghettifying the code that handles positional arguments. | das | 2008-06-29 | 2 | -188/+306 |