summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Build ipx_ip.c only if options IPXIP is defined. No functional change.rwatson2007-02-262-3/+1
* Don't block on the socket zone limit during the socket()ru2007-02-261-5/+5
* Fix a likely bug by adding what appears to be a missing break statementrwatson2007-02-261-0/+1
* general LOCK_PROFILING cleanupkmacy2007-02-269-154/+72
* Declare a `struct extattr' that defines the format of an extendedmckusick2007-02-261-0/+59
* Remove unused header file <machine/katelib.h>kevlo2007-02-263-4/+0
* mii_phy_dev_probe returns its third argument on match, not 0, so pass 0imp2007-02-261-1/+1
* Close race conditions between fork() and [sg]etpriority()'sdelphij2007-02-262-5/+17
* Define FLASHADDR and LOADERRAMADDR for the Avila, so that we can boot acognet2007-02-261-0/+2
* Erm we can't change the value of arm_memcpy if we're running from flash.cognet2007-02-262-5/+23
* Update for the new prototype of bus_setup_intr().cognet2007-02-252-4/+4
* Catch up with bus_setup_intr() modification and garbage collect apiso2007-02-251-2/+2
* Catch up with bus_setup_intr() modification and garbage collect twopiso2007-02-251-4/+4
* Garbage collect a reference to INTR_FAST.piso2007-02-252-2/+2
* Fix attach of at91_pio() after bus_setup_intr() modification.piso2007-02-251-1/+1
OpenPOWER on IntegriCloud