summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Catch up the rest of the drivers with the ether_vlan_mtap modifications.csjp2007-03-0410-10/+10
* - Don't do the interrupt storm protection stuff for software interruptjhb2007-03-021-2/+3
* Make pswitch_intr() returns interrupt handling status.piso2007-03-021-2/+3
* Ensure message passed to "settimestamp" and "setcounter" is the rightemaste2007-03-021-1/+9
* - Add Intel firmwares for Intel PRO/Wireless LAN 2100/2200/2915 cards in aflz2007-03-0220-6/+27854
* Fix geli after last commit for UP systems that are running SMP kernel.pjd2007-03-021-1/+2
* lock stats updates need to be protected by the lockkmacy2007-03-022-44/+8
* Add "setcounter" and "getcounter" messages, providing the the abilityemaste2007-03-022-0/+137
* MFP4: 113090, 113130, 113132jkim2007-03-021-3/+100
* Change fifo_printinfo to check if the vnode v_fifoinfo pointermpp2007-03-021-0/+4
* MFP4: 115220, 115222jkim2007-03-025-352/+371
* Add "settimestamp" and "gettimestamp" messages, providing the the abilityemaste2007-03-012-5/+139
* Fix build breakage.pjd2007-03-011-1/+1
* Change:pjd2007-03-011-1/+1
* Add support for the 3 (PATA) channel on the VIA 6421 chip.sos2007-03-011-41/+60
* Rename PRIV_VFS_CLEARSUGID to PRIV_VFS_RETAINSUGID, which seems to betterpjd2007-03-015-7/+8
* Avoid checking for privileges if there is no need to.pjd2007-03-013-14/+19
* Do not dispatch SIGPIPE from the generic write path for a socket; withbms2007-03-011-1/+1
* Introduce a new mbuf flag, M_PROMISC.bms2007-03-011-1/+2
* Fix undirected broadcast sends for the case where SO_DONTROUTE has alsobms2007-03-011-11/+14
* Prevent TSO mbuf chain from overflowing a few bytes by subtracting theandre2007-03-011-2/+3
* Evidently I've overestimated gcc's ability to peak inside inline functionskmacy2007-03-012-6/+16
* Update bus_setup_intr().piso2007-03-011-2/+2
* Remove two simultaneous acquisitions of multiple unpcb locks fromrwatson2007-03-011-22/+19
* Prepare for 802.1p:bms2007-02-281-3/+34
* Add comments about common idioms for cleanup pass at a later date.bms2007-02-281-0/+3
* In the SYN_SENT case, Initialize the snd_wnd before the call to tcp_mss().mohans2007-02-282-6/+4
* Remove code which would never be used, viz a viz Quality-of-Service;bms2007-02-282-23/+1
* Add a comment about a struct which needs to be global.bms2007-02-281-11/+8
* Style: Move declaration of subsystem mutex to where otherbms2007-02-281-16/+25
* Minor reformatting.thomas2007-02-281-2/+2
* Add EHOSTDOWN and ENETUNREACH to the list of soft errors, that shouldn'tglebius2007-02-281-0/+2
* Toss the code, that handles errors from ip_output(), to make it moreglebius2007-02-281-30/+26
* Revert previous change and take back a pointy hat.ru2007-02-281-1/+1
* Lock unp2 after checking for a non-NULL unp2 pointer in uipc_send() onrwatson2007-02-281-1/+1
* Fix panic on boot caused by setting up a NULL interrupt handler.ru2007-02-281-1/+1
* Add a comment for PRIV_NET_SETLLADDR.pjd2007-02-271-1/+1
* Some USB mass storage devices return the number of sectors in responseimp2007-02-271-0/+18
* Entries sorted by id number, not nameimp2007-02-271-1/+1
* Use pause() in vm_object_deallocate() to yield the CPU to the lock holderjhb2007-02-271-1/+1
* Print tid's rather than thread pointers in KTR_PROC traces.jhb2007-02-271-8/+8
* Use taskqueue_drain() to wait for any pending tasks to complete ratherjhb2007-02-271-4/+2
* Use pause() instead of tsleep()'s on the softc pointer that have nojhb2007-02-271-6/+6
* Use pause() rather than tsleep() on stack variables and function pointers.jhb2007-02-2719-44/+38
* Use pause() rather than tsleep() on explicit global dummy variables.jhb2007-02-273-7/+3
* Use pause() rather than using tsleep() on a dummy variable.jhb2007-02-272-2/+1
* Always protect the kthread flags with the lock and close a race withjhb2007-02-271-2/+1
* Use tsleep() rather than msleep() with a NULL mtx.jhb2007-02-272-4/+4
* Do not execute filter only handlers in ithread_execute_handlers():piso2007-02-271-0/+4
* Fix obvious typo (use long name if short name isn't provided).flz2007-02-271-1/+1
OpenPOWER on IntegriCloud