aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix several typos in macros or macro misusage.Ulrich Spörlein2010-03-1223-33/+20
* With the recent change of the sctp checksum to support offload,Randall Stewart2010-03-121-0/+19
* Mask disk_idx to avoid panic because of extra bits set.Alexander Motin2010-03-121-6/+8
* Regen:Brooks Davis2010-03-121-870/+1202
* - Enable kernel stack guard page.Neel Natu2010-03-122-8/+23
* - With the introduction of -A, -B and -3, not all combinations ofEdwin Groothuis2010-03-122-86/+188
* fix stats reporting sysctlKip Macy2010-03-121-17/+17
* - restructure flowtable to support ipv6Kip Macy2010-03-126-172/+763
* Make the ddb command "show tlb" SMP friendly.Neel Natu2010-03-124-11/+69
* Fix the previous attempt to fix kernel builds of HEAD on 7.x. Use theJohn Baldwin2010-03-122-2/+2
* o) Send packets being queued for transmission up to BPF if there's a listener.Juli Mallett2010-03-121-2/+58
* implement listing of a subset of pipes/queues/schedulers.Luigi Rizzo2010-03-113-91/+264
* Add bpf and random to Octeon configurations, since they're needed to runJuli Mallett2010-03-112-0/+4
* Don't force single user on Octeon anymore.Juli Mallett2010-03-111-2/+0
* o) Eliminate use of sc->typestr, which is always NULL.Juli Mallett2010-03-111-41/+56
* Add device ID for the NATURAL4000 keyboardAndrew Thompson2010-03-111-0/+1
* - Integrate latest driver code from OpenBSDAndrew Thompson2010-03-114-131/+652
* extend search for Apple Function Key.Andrew Thompson2010-03-111-13/+18
* Add new device ID for the SMC 2514HUBAndrew Thompson2010-03-111-0/+1
* add new vendor ID for APACERAndrew Thompson2010-03-111-0/+1
* Implement USB kernel driver detach from userland.Andrew Thompson2010-03-113-6/+21
* Make sure there is a way to reset the endpoint FIFO on transfer errors forAndrew Thompson2010-03-111-4/+18
* For USS820 driver we need to manually reset TX FIFO at each SETUP transactionAndrew Thompson2010-03-111-0/+8
* isochronous endpoint descriptors should have two more bytes which are zero byAndrew Thompson2010-03-111-7/+16
* Add new uvisor(4) device ID.Andrew Thompson2010-03-112-0/+6
* It appears that some UVISOR devices do not handle when the clear stall commandAndrew Thompson2010-03-111-5/+0
* - make the usb_temp_setup() and usb_temp_unsetup() functions public so thatAndrew Thompson2010-03-113-21/+17
* Use wMaxPacketSize for the uftdi input buffer size.Andrew Thompson2010-03-111-3/+1
* Fix ARM cache handling yet more.Rafal Jaworowski2010-03-112-2/+9
* Let detailed info about CPU features print on Marvell Sheeva CPU as well.Rafal Jaworowski2010-03-111-0/+2
* Reapply r185998 which was overwritten at some point.Andrew Thompson2010-03-111-3/+0
* The if_tap interface is of IFT_ETHERNET type, but itQing Li2010-03-112-1/+5
* - Use an initializer macro to initialize fields in 'fake' FILE objects usedJohn Baldwin2010-03-1112-39/+22
* Fix a bug in the previous change: remove function-local definition ofJohn Baldwin2010-03-111-1/+0
* Small whitespace fixes.John Baldwin2010-03-111-2/+1
* Style fixes.John Baldwin2010-03-111-10/+10
* Regen after big endian compatibility import.Nathan Whitehorn2010-03-114-4/+4
* Accidentally committed test code. Remove it.Nathan Whitehorn2010-03-111-1/+0
* Provide groundwork for 32-bit binary compatibility on non-x86 platforms,Nathan Whitehorn2010-03-1148-351/+602
* Print out the family and model from the cpu_id. This is especially usefulJohn Baldwin2010-03-112-3/+7
* Fix a comment nit.John Baldwin2010-03-111-2/+2
* The number after the command is *not* optional.Joerg Wunsch2010-03-111-1/+1
* Update nfsrv_getsocksndseq() for changes in TCP internals since FreeBSD 6.x:Robert Watson2010-03-111-12/+11
* Improve the change made in the previous commit.Ed Schouten2010-03-111-2/+1
* Make script(1) a little less broken.Ed Schouten2010-03-111-0/+2
* Wrap the proc wakeup special case for ddb in ifdef DDB.Andrew Thompson2010-03-111-0/+6
* Revert r204992 and just wrap it all in ifdef INVARIANTS to fix the debug andAndrew Thompson2010-03-111-4/+6
* Fix a typo in r204974 so that FTYPE_LNG matches the initialisers ofMarius Strobl2010-03-111-1/+1
* Stash the context of the running thread at the time an IPI_STOP is receivedNeel Natu2010-03-115-5/+35
* fixes a compile error if INVARIANTS is disabled.Weongyo Jeong2010-03-111-4/+4