summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-21113-875/+875
* s/filesystem/file system/ as discussed on -developerstrhodes2002-08-2125-75/+75
* s/EDOFUS/EDOOFUS/phk2002-08-214-6/+6
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-2193-1402/+1380
* - Do not pretend to compile a kernel and remove the definitionrobert2002-08-211-2/+0
* Don't use NULL where you really mean 0 to sysctlbyname.imp2002-08-211-1/+1
* Fix a few typos, among them s/builtin/built-in/ (except for the refschweikh2002-08-211-36/+36
* Use the _STA method of a battery control method to see if a battery isjhb2002-08-211-10/+16
* Add myself.obraun2002-08-211-0/+1
* - Define the macro _KERNEL to pretend we are compiling a kernel.robert2002-08-211-1/+2
* Create new functions in_sockaddr(), in6_sockaddr(), andtruckman2002-08-215-84/+130
* Fix a typo in #if 0 codescottl2002-08-211-1/+1
* Fix for stand-alone compilingscottl2002-08-211-0/+4
* - Document two cases, one in vget and the other in vn_lock, where the statejeff2002-08-212-0/+2
* Fix typo and ispell while I'm here.schweikh2002-08-211-2/+2
* Suggest that function prototypes in kernel headers be alphabetical,imp2002-08-211-0/+3
* - If vn_lock fails with the LK_INTERLOCK flag set, interlock will not bejeff2002-08-211-2/+3
* - Add two new debugging macros: ASSERT_VI_LOCKED and ASSERT_VI_UNLOCKEDjeff2002-08-214-8/+90
* Whoops, the manpage lied... ipfw2 has always accepted addr:maskluigi2002-08-211-11/+14
* When setting the WI_RID_ENCRYPTION mode, we have to conditionallyimp2002-08-211-11/+20
* comment about the magic number -149imp2002-08-211-0/+6
* Treat IBSS the same as ADHOC in wi_get_cur_ssid. This makes ifconfigimp2002-08-211-0/+1
* - Hold the vnode lock across unlink() so that the v_vflag check is safe.jeff2002-08-212-30/+40
* Keep subdirectory list sorted.archie2002-08-201-2/+2
* A chunk of cleanup, both stylistic and substantive.mjacob2002-08-206-330/+1021
* Restrict visibility of wcwidth() and wcswidth(); they are XSI extensions.tjr2002-08-201-2/+5
* Add ng_l2tp module.archie2002-08-202-2/+9
* Man page for new L2TP netgraph node type.archie2002-08-202-0/+304
* New L2TP netgraph node type.archie2002-08-205-1/+1644
* Fix url for wordlists.alfred2002-08-201-1/+1
* Take care of WARNS=3 warnings by using unsigned/signed variablejohan2002-08-201-6/+7
* Whitespace and style fixes.jhb2002-08-201-12/+15
* When declaring local variables in macros, always use "_name" insteadarchie2002-08-201-33/+34
* Previous commit of adding ut to xterm entry broke kterm-color entry.ume2002-08-201-1/+1
* Fix buildworld breakage.roberto2002-08-201-1/+1
* Document SWIDTH*ache2002-08-201-0/+12
* Clean up hostname and hostinfo handling in inithosts():yar2002-08-201-5/+13
* Insert missing 'are' to fix grammar bogon.schweikh2002-08-201-1/+1
* Remove duplicate vinum entry.nyan2002-08-201-2/+1
* Merged from sys/dev/syscons/syscons.c revisions 1.386 and 1.387.nyan2002-08-201-5/+58
* Use the __BUS_ACCESSOR macro for NEXUS_ACCESSORmux2002-08-203-42/+6
* Allow embedded `:' and `!' in target names.ru2002-08-201-2/+31
* - Use the __BUS_ACCESSOR macro for EISA_ACCESSOR insteadmux2002-08-201-14/+4
* Implement list of EA return functionality.phk2002-08-201-9/+33
* Be consistent about quoting things.phk2002-08-201-26/+44
* Allow one to override ${MINSTALL} in /etc/make.conf.ru2002-08-201-1/+1
* Back out last commit. Needs slightly more subtle handling.orion2002-08-201-33/+35
* Remove the possibility of a race condition when reading the . and ..scottl2002-08-201-15/+16
* Don't abuse the stack when translating names.scottl2002-08-201-10/+12
* Merge changes in GENERIC to reduce difference (mostly cosmetic).kuriyama2002-08-201-10/+14
OpenPOWER on IntegriCloud