summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix obvious typo (use long name if short name isn't provided).flz2007-02-271-1/+1
* In FreeBSD 5.x+, sleep/wakeup operate on threads, not processes.jhb2007-02-271-3/+3
* Fix markup and grammar bugs in recent revisions.ru2007-02-271-6/+8
* Remove a (harmless) stray backslash.ru2007-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
* Make hosts.allow point to hosts_options instead.n_hibma2007-02-271-1/+1
* Correct return code (int) for at91_rtc_intr() prototype.piso2007-02-271-1/+1
* Clean the lib32 object directory with cleandir rather than rm -rf.des2007-02-271-1/+2
* Fix markup.ru2007-02-271-3/+5
* Add GEOM_MULTIPATH so LINT will build.des2007-02-271-0/+1
* Fix markup.ru2007-02-271-10/+20
* (cam_rescan): Do not reference ccb->ccb_h.path in CAM_DEBUG call beforethomas2007-02-271-2/+2
* Call the multipath device with its real name.ale2007-02-271-1/+1
* First cleanup pass: new sentence -> new line, typos fixed, some markupbrueffer2007-02-271-26/+41
* KASSERT fails when the condition is false, not when it is true.mckusick2007-02-271-1/+1
* Add a man page.mjacob2007-02-272-2/+250
* Fix an error in dumping large sparse files containing extended attributes.mckusick2007-02-271-2/+2
* 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
OpenPOWER on IntegriCloud