summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Implement BIO_DELETE command with MMC and SD erase commands.mav2008-10-184-149/+333
* The flags value was not always being copied out in the recv routine like itrrs2008-10-181-2/+3
* New sockets (accepted) were not inheriting the proper snd/rcv buffer value.rrs2008-10-181-3/+5
* - Peers rwnd is now available for the MIB.rrs2008-10-182-0/+2
* - Adapt layer indication was always being given (it should onlyrrs2008-10-181-33/+28
* Reported by Yehuda Weinraub (yehudasa@gamil.com) - CRC32C algorithmrrs2008-10-181-3/+3
* Set PCB_32BIT and clear PCB_GS32BIT for linux32 binaries.kib2008-10-181-1/+2
* Add cr_canseeinpcb() doing checks using the cached socketbz2008-10-176-11/+44
* - For chipsets that can't do 64k transfers, fall back to 32k transfersjhb2008-10-174-5/+5
* Add a mac_inpcb_check_visible implementation to all MAC policiesbz2008-10-177-0/+111
* Wireless Mouse device of Sony VGP-WRC1 mouse/keyboard receiver has thebrooks2008-10-172-0/+3
* Add mac_inpcb_check_visible MAC Framework entry point, which is similarbz2008-10-173-0/+16
* Use the label from the socket credential rather than thebz2008-10-171-1/+2
* Track number of packets transmitted and number of packets receivedkmacy2008-10-171-1/+6
* Some 88E1149 PHY's page select is initialized to point to otheryongari2008-10-171-0/+14
* make sure that SO_NO_DDP and SO_NO_OFFLOAD get passed in correctlykmacy2008-10-171-0/+2
* Eliminate flushing of L2 cache in ARM context switch routines.raj2008-10-161-8/+0
* - Fix a race in witness_checkorder() where, between the PCPU_GET() andattilio2008-10-161-30/+52
* Remove a useless global static variable.zec2008-10-161-2/+0
* Restore code wrongly removed in SVN revision 173004, it causes threadeddavidxu2008-10-161-1/+9
* Rewrite the driver to better support the Huawei devices. It should now supportn_hibma2008-10-153-252/+294
* Check that the mbuf len is positive (like we do in the v4 case).bz2008-10-151-1/+1
* Import some improvements to the TTY code from the MPSAFE TTY branch.ed2008-10-152-37/+163
* Move per-thread userland debugging flags into seperated field,davidxu2008-10-155-24/+22
* Prevent the OF syscons module from trying to attach to real devices on thenwhitehorn2008-10-151-0/+5
* Use bus_{read,write}_4(9) instead of bus_space_{read,write}_4(9)marius2008-10-142-10/+3
* Use xpt_register_async() in order to remove code duplication.marius2008-10-141-7/+3
* Add all Sigmatel/IDT codecs I could find.mav2008-10-141-12/+93
* Remove the 'old' Novatel MC950D entry which was slightly incorrect, NetBSD hasthompsa2008-10-141-1/+0
* Rewrite Synaptics touchpads support with the following goals in mind:dumbbell2008-10-141-175/+982
* o Remove unnecessary parentheses and restore identation.maxim2008-10-141-32/+24
* correct sizeof calculationsam2008-10-141-1/+1
* Add back in the (incorrect) entry for the MC950D, as requested by Andrewn_hibma2008-10-141-0/+1
* Convert PowerPC AIM PCI and nexus busses to standard OFW bus interface. Thisnwhitehorn2008-10-1419-450/+520
* o Reformat ipfw nat get|setsockopt code to look it moremaxim2008-10-141-33/+36
* Initial support of loader(8) for ARM machines running U-Boot.raj2008-10-1415-7/+518
* Move all the hacks for the Huawei, Novatel and Qualcomm cards into a stubn_hibma2008-10-142-74/+122
* Add kernel config files for Marvell development boards.raj2008-10-143-0/+235
* Make robust futexes work on linux32/amd64. Use PTRIN to readkib2008-10-144-15/+25
* Fix a comment.n_hibma2008-10-141-9/+8
* - Fix the naming of the MC950D device.n_hibma2008-10-142-4/+3
* Marvell Gigabit Ethernet controller driver.raj2008-10-142-0/+2123
* Mbus attachment for USB EHCI integrated controller on Marvell chips.raj2008-10-143-2/+342
* Add a simple HFS boot block implementation for booting PowerPC macs. It createsnwhitehorn2008-10-147-1/+906
* Make sure to read the last byte of EEPROM descriptor. Previouslyyongari2008-10-141-5/+5
* Check the result of copyin and in a case of errorrdivacky2008-10-131-0/+2
* - Add better support for Huawei cards, by attaching as an interface driver.n_hibma2008-10-132-94/+97
* - Only refuse to attach to the first interface on the Huawei cards as forn_hibma2008-10-131-6/+23
* Introduce basic support for Marvell families of system-on-chip ARM devices:raj2008-10-1332-2/+5875
* One more L2 cache synchronization call that didn't make the previous commit.raj2008-10-131-0/+2
OpenPOWER on IntegriCloud