summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow -d and -h as command line flags. These are used to generateimp2004-12-301-126/+163
* Fix a typo and two whitespace nits.jhb2004-12-301-3/+3
* Rework the interface between priority propagation (lending) and thejhb2004-12-306-105/+303
* Whitespace fix.jhb2004-12-301-0/+1
* Stop explicitly touching td_base_pri outside of the scheduler and simplyjhb2004-12-308-16/+26
* Use NULL instead of 0 in a few places as well as various whitespace fixes.jhb2004-12-302-12/+12
* Call tty_close() at the very end of ttyclose() since otherwise NULLjhb2004-12-301-1/+1
* Small whitespace fixes.jhb2004-12-301-2/+1
* Minor sync to i386 GENERIC in the form of comments and whitespace.jhb2004-12-301-2/+3
* Minor sync to alpha and i386:jhb2004-12-301-1/+4
* Use a global variable, ipxpcb_lport_cache, to cache the most recentlyrwatson2004-12-302-5/+6
* Convert netipx to use queue(9) doubly-linked lists instead of home-brewrwatson2004-12-306-38/+45
* Garbage collect unused (and incompletely implemented) functions:rwatson2004-12-303-108/+0
* Constify ipx_zeronet, ipx_zerohost, ipx_broadnet, ipx_broadhost.rwatson2004-12-302-12/+11
* Enable NCP build in NOTES so that it is visible in LINT.rwatson2004-12-301-1/+1
* Make syslog(3) thread safe.glebius2004-12-301-9/+53
* Sync with i386 GENERIC some:jhb2004-12-301-41/+46
* - Indent the comments beside the SMP options to the same level as all thejhb2004-12-301-4/+4
* Plug memory leak.dds2004-12-301-0/+4
* Make the sysctls kern.ipc.msgmnb and kern.ipc.msgtql into tunables asrwatson2004-12-301-2/+4
* mac_portacl.c no longer references vnode_if.h.rwatson2004-12-301-2/+1
* Add LOG_NTP facility.krion2004-12-301-1/+3
* Remove a check that never returns true, because in this case we have panicglebius2004-12-301-2/+0
* Correct two typos; remove a duplicate.schweikh2004-12-301-5/+2
* [1] Remove the generic bridge support from those drivers that had it. Theanholt2004-12-308-30/+110
* Make umtx_wait and umtx_wake more like linux futex does, it isdavidxu2004-12-302-50/+16
* Fix typos.brueffer2004-12-301-3/+3
* Clearer va-args usage.obrien2004-12-301-4/+3
* Rewrite the code that hacks a short names to use inkientzle2004-12-291-62/+154
* Remove vnode_if.h for rev 1.14.obrien2004-12-291-2/+1
* Don't call ugen_destroy_devnodes(). it is called from ugen_set_config()julian2004-12-291-3/+0
* Catch up with stat.h a bit:trhodes2004-12-291-6/+5
* Mark up SIGSTOP with .Dv and use .Nm in HISTORY for marking up `signal'.keramida2004-12-291-3/+3
* Remove the special sparc64 time_t support.obrien2004-12-291-51/+0
* A lot of people may want to submit PRs from systems that are notkeramida2004-12-291-0/+7
* Merge the following from the English version:hrs2004-12-297-190/+56
* SMC SMC2536W-AG verified as working.brueffer2004-12-291-1/+2
* Autogenerate device listings for bktr(4).brueffer2004-12-293-6/+7
* - call the driver 'bktr' instead of 'brooktree' throughout the documentbrueffer2004-12-291-19/+64
* Correctly initialise the 2nd kernel segment, and don'tgrehan2004-12-293-3/+9
* We don't need to generate vnode_if.h anymoreimp2004-12-2924-27/+23
* No need to generate vnode_if.h anymoreimp2004-12-295-5/+5
* NO_NIS cleanup: LINKS and MLINKSache2004-12-291-0/+2
* More NO_NIS cleanup: LINKS and MLINKSache2004-12-291-0/+4
* Document callout_pending() macro.glebius2004-12-291-1/+6
* Move WINBOND 4 port hub to its proper location in the file. It belongsimp2004-12-291-1/+3
* Eliminate (now) unnecessary acquisition and release of the global pagealc2004-12-291-4/+0
* Make an argument name in the synopsis match that in the text. Correctjkoshy2004-12-291-2/+2
* Access to the page's busy field is (now) synchronized by the containingalc2004-12-291-1/+0
* Drop hold on patch. ENOTIME for long-stalled ideas here. Too busy elsewhere.gad2004-12-291-1/+3
OpenPOWER on IntegriCloud