summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Further improvements to LOCK_PROFILING:kmacy2007-02-276-11/+46
* Update HISTORY.grog2007-02-271-11/+14
* Fixed some style bugs (whitespace lossage for removal of __P(()), andbde2007-02-271-8/+8
* Use a periodic itimer instead of repeated calls to alarm() inbde2007-02-271-7/+9
* First cut at GEOM based multipath. This is an active/passive{/passive...}mjacob2007-02-2710-0/+1121
* Add warning about deadlocks created by use of wakeup_one.grog2007-02-271-0/+6
* 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-269-10/+54
* Add three new ioctl(2) commands for bpf(4).jkim2007-02-266-47/+168
* 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(9) symlink.rwatson2007-02-261-0/+1
* Update rwlock(9) for rw_wowned().rwatson2007-02-261-0/+6
* 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
* Document m_pulldown().bms2007-02-261-1/+39
* Fix include declaration it was sys/sctp.h should be netinet/sctp.h,rrs2007-02-2614-14/+14
* Mark data structures used on the wire with IPX SAP as __packed so thatrwatson2007-02-261-3/+3
* 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
* Update the dump program to save extended attributes. Updatemckusick2007-02-267-47/+516
* Declare a `struct extattr' that defines the format of an extendedmckusick2007-02-262-0/+114
* 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
* Move _posix1e_acl_name_to_id out of acl_support.c and intokientzle2007-02-263-55/+52
* 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
* Implement the -h flag (set an ACL on a symbolic link).mckusick2007-02-261-4/+14
* Update for the new prototype of bus_setup_intr().cognet2007-02-252-4/+4
* Don't assert() the TLS allocation requested is big enough; justkientzle2007-02-251-2/+2
* Mark the vm_page_unmanage(9) manpage as obsolete.ru2007-02-251-0/+2
* 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
* Update multicast(4) manual page to reflect the new reality of the code.bms2007-02-251-8/+26
* Unlock a mutex which should be unlocked before returning.bms2007-02-251-1/+3
* semi-automatic style(9)netchild2007-02-2510-1328/+1377
* MFp4 (110541):netchild2007-02-251-2/+7
* MFp4 (110523, parts which apply cleanly):netchild2007-02-252-89/+92
* Use uma_set_align().marius2007-02-251-0/+1
* Remove the traces of vm_page_unmanage().ru2007-02-253-58/+0
* Fix ALC883 microphone / recording issues. Setting high(er) VRef onariff2007-02-251-4/+95
* Change the way that unmanaged pages are created. Specifically,alc2007-02-256-48/+11
OpenPOWER on IntegriCloud