summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix markup.ru2007-02-281-2/+3
* Fix a nit noticed during translation.ru2007-02-281-0/+2
* Backport markup fixes from a translated version of a manpage.ru2007-02-281-2/+2
* Check in some insignificant fixes obtained as a result ofru2007-02-281-18/+19
* - Adopt the short description from POSIX as it better matches theru2007-02-281-7/+6
* 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
* Furhter clarifications:grog2007-02-271-6/+15
* 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
* o consistently check strlcpy resultsam2007-02-271-2/+10
* Do not execute filter only handlers in ithread_execute_handlers():piso2007-02-271-0/+4
* correct type to silence const complaintsam2007-02-271-1/+2
* unbreak create operation, must copy argument to global namesam2007-02-271-0/+1
* 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
OpenPOWER on IntegriCloud