summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a manual page for wcwidth().tjr2002-08-202-1/+63
* Add a manual page for wcswidth().tjr2002-08-202-1/+62
* Use mv -f. Otherwise if you accidently build as root, and then as a user,obrien2002-08-201-2/+2
* Prefer NULL to 0 when passing a NULL pointer.rwatson2002-08-202-2/+2
* Provide stub mpo_syscall() implementations for mac_none and mac_test.rwatson2002-08-203-0/+27
* Correct one more errant whitespace nit that crept in during changesrwatson2002-08-201-1/+1
* Handle one more case of a fifofs filetmp: set filetmp.f_cred torwatson2002-08-201-2/+3
* Move just committed version of wcswidth.c here (from "locale"),ache2002-08-202-25/+31
* Remove wcswidth.c from here (and move it to "string")ache2002-08-202-65/+1
* Remove space at the end of continuation line in prev. commitache2002-08-201-1/+1
* Untangle this warning a bit:peter2002-08-202-2/+2
* Add support for the R_IA64_IPLTLSB relocation in non-PLT context.marcel2002-08-201-0/+30
* Print out a carriage return to make the screen output make more sensegordon2002-08-201-1/+1
* remove unit counts from atkbdc, pckbd, scpeter2002-08-208-17/+17
OpenPOWER on IntegriCloud