summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Mark addr2ascii() man page as obsolete.bms2007-03-011-0/+2
* 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
* New sentence -> new line and contractions removed.brueffer2007-03-011-7/+11
* Remove two simultaneous acquisitions of multiple unpcb locks fromrwatson2007-03-011-22/+19
* Because the buffer gets released immediately, I need tokientzle2007-03-013-1/+8
* stub call to addr2ascii().bms2007-03-011-1/+3
* Update the isp man page.mjacob2007-02-281-27/+41
* Update bus_setup_intr() man page after recent newbus modification:piso2007-02-281-11/+24
* Increase helpfulness in diagnostic message - ypbind running without -ypset orjmallett2007-02-281-1/+1
* More cleanup for rev. 1.56brueffer2007-02-281-8/+9
* 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
* mdoc cleanup for the previous commit and touch .Ddbrueffer2007-02-281-6/+8
* Document removal of addr2ascii/ascii2addr and addition of AF_LINKbms2007-02-281-0/+8
* Document the AF_LINK extension which was imported from NetBSD.bms2007-02-281-4/+19
* Nuke ascii2addr() and addr2ascii(). They have no consumers anywherebms2007-02-289-441/+125
* 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
* Resurrect one of the patches from attic and refine theru2007-02-281-31/+18
* Style: Move declaration of subsystem mutex to where otherbms2007-02-281-16/+25
* Update the tcp(4) manpage with the new (and some older undocumented) sysctls.mohans2007-02-281-3/+19
* Minor reformatting.thomas2007-02-281-2/+2
* International code for Russian Ruble is changed from RUR to RUBache2007-02-285-5/+5
* 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
OpenPOWER on IntegriCloud