summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add proper return codes to zs_intr() filter, and fix accordinlgly zs_intr()piso2007-02-272-3/+6
* Add INADDR_ALLRPTS_GROUP define for 224.0.0.22 for future IGMPv3 support.bms2007-02-271-0/+1
* Correct return code (int) for at91_rtc_intr() prototype.piso2007-02-271-1/+1
* Add GEOM_MULTIPATH so LINT will build.des2007-02-271-0/+1
* (cam_rescan): Do not reference ccb->ccb_h.path in CAM_DEBUG call beforethomas2007-02-271-2/+2
* KASSERT fails when the condition is false, not when it is true.mckusick2007-02-271-1/+1
* Further improvements to LOCK_PROFILING:kmacy2007-02-276-11/+46
* First cut at GEOM based multipath. This is an active/passive{/passive...}mjacob2007-02-276-0/+878
* MFP4: 115094jkim2007-02-272-6/+8
* Replace spaces with tabs in some places.pjd2007-02-271-7/+7
* Rework EC I/O approach. Implement burst mode, including proper handling ofnjl2007-02-271-109/+206
* Reap FIN_WAIT_2 connections marked SOCANTRCVMORE faster. This mitigatemohans2007-02-268-10/+53
* Add three new ioctl(2) commands for bpf(4).jkim2007-02-263-35/+106
* Revise locking strategy used for UNIX domain sockets in order to improverwatson2007-02-262-223/+470
* Use NULL rather than 0 for various pointer constants.jhb2007-02-261-26/+26
* Add rw_wowned() interface to rwlock(9), allowing a kernel thread torwatson2007-02-262-0/+8
* Mark the kernel linker file as linked so that it is visible to the variousjhb2007-02-261-0/+1
* Fix a comment.jhb2007-02-261-2/+2
OpenPOWER on IntegriCloud