summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Outdent the string rather than use concatenation.phk2002-12-232-4/+4
* Detediousficate declaration of fileops array members by introducingphk2002-12-235-76/+64
* Change the chip description from "DFE-550TX" to "DL10050".phk2002-12-232-4/+4
* - Hold the page queues lock around vm_page_wakeup().alc2002-12-232-0/+8
* s/sokqfilter/soo_kqfilter/ for consistency with the naming of allphk2002-12-234-4/+4
* - Hold the kernel_object's lock around vm_page_insert(..., kernel_object,alc2002-12-231-0/+2
* - Hold the kernel_object's lock around vm_page_alloc(kernel_object,...).alc2002-12-231-0/+6
* Make preprocessor support more generic by passing all command-line optionskbyanc2002-12-233-50/+32
* Document protection bits.trhodes2002-12-231-0/+16
* - Move to array based indexing for TX/RX descriptor/buffer managementpdeuskar2002-12-233-545/+526
* Bring the diskless manual page more up-to-date. It still needs a lot of work.dillon2002-12-231-88/+157
* Fixed the abuses of .Ql visible on stderr in troff mode.ru2002-12-2315-86/+86
* mdoc(7) police: fixed the misplaced .Bl call.ru2002-12-231-1/+1
* mdoc(7) police: markup nits.ru2002-12-231-19/+31
* mdoc(7) police: removed gratuitous .Pp call.ru2002-12-231-1/+0
* mdoc(7) police: markup nit.ru2002-12-231-1/+1
* mdoc(7) police: most -mdoc macros can take multiple arguments.ru2002-12-231-2/+1
* mdoc(7) police: markup nits.ru2002-12-231-2/+2
* mdoc(7) police: more `The .Nm utility' + markup nit.ru2002-12-231-5/+5
* mdoc(7) police: spelling, removed (scheduled again) hard sentence breaks.ru2002-12-231-4/+7
* mdoc(7) police: markup nits.ru2002-12-231-2/+4
* mdoc(7) police: grammar and spelling nits.ru2002-12-231-4/+4
* mdoc(7) police: markup fixes.ru2002-12-231-3/+5
* Added xref to syncache(4).ru2002-12-231-0/+1
* mdoc(7) police: markup and grammar fixes for previous delta.ru2002-12-231-6/+13
* rn_walktree*() compute the next leaf before applying a functionru2002-12-231-4/+7
* A pile of patches, most notably some Doc policing by Hiten Pandya.dillon2002-12-231-117/+184
* Redo the initial rc_ng check to avoid rc.conf pollution occuring too early,dillon2002-12-231-14/+34
* Add development.7dillon2002-12-231-3/+4
* Avoid holding the vnode interlock around malloc() or free() to prevent aalc2002-12-231-2/+8
* Eliminate some dead code. (Any possible use for this code died withalc2002-12-231-4/+0
* Fix a De Morgan bug: If we only expect a memory range OR anmarcel2002-12-231-8/+8
* - Fix a bug where the faulting address for an mmu miss could sometimes bejake2002-12-231-5/+5
* - Rearrange pmap_bootstrap slightly to be more in dependency order.jake2002-12-221-50/+49
* Forgot to add rcconf.sh to the Makefile, and forgot to rename rcconf todillon2002-12-222-1/+1
* Do not unconditionally load the configuration files for the RCNG case.dillon2002-12-229-285/+636
* Add suseconds_t and useconds_t for storing microseconds.mike2002-12-222-0/+13
* Use '\033' rather than '\e' as the latter is a gccism.dwmalone2002-12-221-1/+1
* english(4) police.schweikh2002-12-221-2/+2
* - Add a spin lock to single thread cache invalidation and tlb flush ipis,jake2002-12-225-19/+22
* Enforce correct ordering of the filedesc structure and pipe mutex, becausekris2002-12-221-0/+2
* Fix typo: vunerable -> vulnerable.pb2002-12-221-1/+1
* Correct minor grammos.schweikh2002-12-221-3/+3
* Remove forgotten INP_UNLOCK(inp) in my previous commit.pb2002-12-221-1/+0
* Add a word, lost in previos commit.kan2002-12-221-0/+1
* Add note about GCC -fno-pcc-struct-return being default again. Thekan2002-12-221-0/+8
* Back out the -fpcc-struct-return fixes.kan2002-12-222-24/+68
* MB_LEN_MAX is not MD, move it to the MI limits.h.tjr2002-12-2215-14/+2
* Fix a bug in GCC which effectively prevents DEFAULT_PCC_STRUCT_RETURN fromkan2002-12-221-1/+0
* SMP locking for ifnet list.hsu2002-12-2221-24/+126
OpenPOWER on IntegriCloud