| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement BIO_DELETE command with MMC and SD erase commands. | mav | 2008-10-18 | 4 | -149/+333 |
* | The flags value was not always being copied out in the recv routine like it | rrs | 2008-10-18 | 1 | -2/+3 |
* | New sockets (accepted) were not inheriting the proper snd/rcv buffer value. | rrs | 2008-10-18 | 1 | -3/+5 |
* | - Peers rwnd is now available for the MIB. | rrs | 2008-10-18 | 2 | -0/+2 |
* | - Adapt layer indication was always being given (it should only | rrs | 2008-10-18 | 1 | -33/+28 |
* | Reported by Yehuda Weinraub (yehudasa@gamil.com) - CRC32C algorithm | rrs | 2008-10-18 | 1 | -3/+3 |
* | Set PCB_32BIT and clear PCB_GS32BIT for linux32 binaries. | kib | 2008-10-18 | 1 | -1/+2 |
* | Add cr_canseeinpcb() doing checks using the cached socket | bz | 2008-10-17 | 6 | -11/+44 |
* | - For chipsets that can't do 64k transfers, fall back to 32k transfers | jhb | 2008-10-17 | 4 | -5/+5 |
* | Add a mac_inpcb_check_visible implementation to all MAC policies | bz | 2008-10-17 | 7 | -0/+111 |
* | Wireless Mouse device of Sony VGP-WRC1 mouse/keyboard receiver has the | brooks | 2008-10-17 | 2 | -0/+3 |
* | Add mac_inpcb_check_visible MAC Framework entry point, which is similar | bz | 2008-10-17 | 3 | -0/+16 |
* | Use the label from the socket credential rather than the | bz | 2008-10-17 | 1 | -1/+2 |
* | Track number of packets transmitted and number of packets received | kmacy | 2008-10-17 | 1 | -1/+6 |
* | Some 88E1149 PHY's page select is initialized to point to other | yongari | 2008-10-17 | 1 | -0/+14 |
* | make sure that SO_NO_DDP and SO_NO_OFFLOAD get passed in correctly | kmacy | 2008-10-17 | 1 | -0/+2 |
* | Eliminate flushing of L2 cache in ARM context switch routines. | raj | 2008-10-16 | 1 | -8/+0 |
* | - Fix a race in witness_checkorder() where, between the PCPU_GET() and | attilio | 2008-10-16 | 1 | -30/+52 |
* | Remove a useless global static variable. | zec | 2008-10-16 | 1 | -2/+0 |
* | Restore code wrongly removed in SVN revision 173004, it causes threaded | davidxu | 2008-10-16 | 1 | -1/+9 |
* | Rewrite the driver to better support the Huawei devices. It should now support | n_hibma | 2008-10-15 | 3 | -252/+294 |
* | Check that the mbuf len is positive (like we do in the v4 case). | bz | 2008-10-15 | 1 | -1/+1 |
* | Import some improvements to the TTY code from the MPSAFE TTY branch. | ed | 2008-10-15 | 2 | -37/+163 |
* | Move per-thread userland debugging flags into seperated field, | davidxu | 2008-10-15 | 5 | -24/+22 |
* | Prevent the OF syscons module from trying to attach to real devices on the | nwhitehorn | 2008-10-15 | 1 | -0/+5 |
* | Use bus_{read,write}_4(9) instead of bus_space_{read,write}_4(9) | marius | 2008-10-14 | 2 | -10/+3 |
* | Use xpt_register_async() in order to remove code duplication. | marius | 2008-10-14 | 1 | -7/+3 |
* | Add all Sigmatel/IDT codecs I could find. | mav | 2008-10-14 | 1 | -12/+93 |
* | Remove the 'old' Novatel MC950D entry which was slightly incorrect, NetBSD has | thompsa | 2008-10-14 | 1 | -1/+0 |
* | Rewrite Synaptics touchpads support with the following goals in mind: | dumbbell | 2008-10-14 | 1 | -175/+982 |
* | o Remove unnecessary parentheses and restore identation. | maxim | 2008-10-14 | 1 | -32/+24 |
* | correct sizeof calculation | sam | 2008-10-14 | 1 | -1/+1 |
* | Add back in the (incorrect) entry for the MC950D, as requested by Andrew | n_hibma | 2008-10-14 | 1 | -0/+1 |
* | Convert PowerPC AIM PCI and nexus busses to standard OFW bus interface. This | nwhitehorn | 2008-10-14 | 19 | -450/+520 |
* | o Reformat ipfw nat get|setsockopt code to look it more | maxim | 2008-10-14 | 1 | -33/+36 |
* | Initial support of loader(8) for ARM machines running U-Boot. | raj | 2008-10-14 | 15 | -7/+518 |
* | Move all the hacks for the Huawei, Novatel and Qualcomm cards into a stub | n_hibma | 2008-10-14 | 2 | -74/+122 |
* | Add kernel config files for Marvell development boards. | raj | 2008-10-14 | 3 | -0/+235 |
* | Make robust futexes work on linux32/amd64. Use PTRIN to read | kib | 2008-10-14 | 4 | -15/+25 |
* | Fix a comment. | n_hibma | 2008-10-14 | 1 | -9/+8 |
* | - Fix the naming of the MC950D device. | n_hibma | 2008-10-14 | 2 | -4/+3 |
* | Marvell Gigabit Ethernet controller driver. | raj | 2008-10-14 | 2 | -0/+2123 |
* | Mbus attachment for USB EHCI integrated controller on Marvell chips. | raj | 2008-10-14 | 3 | -2/+342 |
* | Add a simple HFS boot block implementation for booting PowerPC macs. It creates | nwhitehorn | 2008-10-14 | 7 | -1/+906 |
* | Make sure to read the last byte of EEPROM descriptor. Previously | yongari | 2008-10-14 | 1 | -5/+5 |
* | Check the result of copyin and in a case of error | rdivacky | 2008-10-13 | 1 | -0/+2 |
* | - Add better support for Huawei cards, by attaching as an interface driver. | n_hibma | 2008-10-13 | 2 | -94/+97 |
* | - Only refuse to attach to the first interface on the Huawei cards as for | n_hibma | 2008-10-13 | 1 | -6/+23 |
* | Introduce basic support for Marvell families of system-on-chip ARM devices: | raj | 2008-10-13 | 32 | -2/+5875 |
* | One more L2 cache synchronization call that didn't make the previous commit. | raj | 2008-10-13 | 1 | -0/+2 |