| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a few typos, among them s/builtin/built-in/ (except for the ref | schweikh | 2002-08-21 | 1 | -36/+36 |
* | Use the _STA method of a battery control method to see if a battery is | jhb | 2002-08-21 | 1 | -10/+16 |
* | Add myself. | obraun | 2002-08-21 | 1 | -0/+1 |
* | - Define the macro _KERNEL to pretend we are compiling a kernel. | robert | 2002-08-21 | 1 | -1/+2 |
* | Create new functions in_sockaddr(), in6_sockaddr(), and | truckman | 2002-08-21 | 5 | -84/+130 |
* | Fix a typo in #if 0 code | scottl | 2002-08-21 | 1 | -1/+1 |
* | Fix for stand-alone compiling | scottl | 2002-08-21 | 1 | -0/+4 |
* | - Document two cases, one in vget and the other in vn_lock, where the state | jeff | 2002-08-21 | 2 | -0/+2 |
* | Fix typo and ispell while I'm here. | schweikh | 2002-08-21 | 1 | -2/+2 |
* | Suggest that function prototypes in kernel headers be alphabetical, | imp | 2002-08-21 | 1 | -0/+3 |
* | - If vn_lock fails with the LK_INTERLOCK flag set, interlock will not be | jeff | 2002-08-21 | 1 | -2/+3 |
* | - Add two new debugging macros: ASSERT_VI_LOCKED and ASSERT_VI_UNLOCKED | jeff | 2002-08-21 | 4 | -8/+90 |
* | Whoops, the manpage lied... ipfw2 has always accepted addr:mask | luigi | 2002-08-21 | 1 | -11/+14 |
* | When setting the WI_RID_ENCRYPTION mode, we have to conditionally | imp | 2002-08-21 | 1 | -11/+20 |
* | comment about the magic number -149 | imp | 2002-08-21 | 1 | -0/+6 |
* | Treat IBSS the same as ADHOC in wi_get_cur_ssid. This makes ifconfig | imp | 2002-08-21 | 1 | -0/+1 |
* | - Hold the vnode lock across unlink() so that the v_vflag check is safe. | jeff | 2002-08-21 | 2 | -30/+40 |
* | Keep subdirectory list sorted. | archie | 2002-08-20 | 1 | -2/+2 |
* | A chunk of cleanup, both stylistic and substantive. | mjacob | 2002-08-20 | 6 | -330/+1021 |
* | Restrict visibility of wcwidth() and wcswidth(); they are XSI extensions. | tjr | 2002-08-20 | 1 | -2/+5 |
* | Add ng_l2tp module. | archie | 2002-08-20 | 2 | -2/+9 |
* | Man page for new L2TP netgraph node type. | archie | 2002-08-20 | 2 | -0/+304 |
* | New L2TP netgraph node type. | archie | 2002-08-20 | 5 | -1/+1644 |
* | Fix url for wordlists. | alfred | 2002-08-20 | 1 | -1/+1 |
* | Take care of WARNS=3 warnings by using unsigned/signed variable | johan | 2002-08-20 | 1 | -6/+7 |
* | Whitespace and style fixes. | jhb | 2002-08-20 | 1 | -12/+15 |
* | When declaring local variables in macros, always use "_name" instead | archie | 2002-08-20 | 1 | -33/+34 |
* | Previous commit of adding ut to xterm entry broke kterm-color entry. | ume | 2002-08-20 | 1 | -1/+1 |
* | Fix buildworld breakage. | roberto | 2002-08-20 | 1 | -1/+1 |
* | Document SWIDTH* | ache | 2002-08-20 | 1 | -0/+12 |
* | Clean up hostname and hostinfo handling in inithosts(): | yar | 2002-08-20 | 1 | -5/+13 |
* | Insert missing 'are' to fix grammar bogon. | schweikh | 2002-08-20 | 1 | -1/+1 |
* | Remove duplicate vinum entry. | nyan | 2002-08-20 | 1 | -2/+1 |
* | Merged from sys/dev/syscons/syscons.c revisions 1.386 and 1.387. | nyan | 2002-08-20 | 1 | -5/+58 |
* | Use the __BUS_ACCESSOR macro for NEXUS_ACCESSOR | mux | 2002-08-20 | 3 | -42/+6 |
* | Allow embedded `:' and `!' in target names. | ru | 2002-08-20 | 1 | -2/+31 |
* | - Use the __BUS_ACCESSOR macro for EISA_ACCESSOR instead | mux | 2002-08-20 | 1 | -14/+4 |
* | Implement list of EA return functionality. | phk | 2002-08-20 | 1 | -9/+33 |
* | Be consistent about quoting things. | phk | 2002-08-20 | 1 | -26/+44 |
* | Allow one to override ${MINSTALL} in /etc/make.conf. | ru | 2002-08-20 | 1 | -1/+1 |
* | Back out last commit. Needs slightly more subtle handling. | orion | 2002-08-20 | 1 | -33/+35 |
* | Remove the possibility of a race condition when reading the . and .. | scottl | 2002-08-20 | 1 | -15/+16 |
* | Don't abuse the stack when translating names. | scottl | 2002-08-20 | 1 | -10/+12 |
* | Merge changes in GENERIC to reduce difference (mostly cosmetic). | kuriyama | 2002-08-20 | 1 | -10/+14 |
* | Add a manual page for wcwidth(). | tjr | 2002-08-20 | 2 | -1/+63 |
* | Add a manual page for wcswidth(). | tjr | 2002-08-20 | 2 | -1/+62 |
* | Use mv -f. Otherwise if you accidently build as root, and then as a user, | obrien | 2002-08-20 | 1 | -2/+2 |
* | Prefer NULL to 0 when passing a NULL pointer. | rwatson | 2002-08-20 | 2 | -2/+2 |
* | Provide stub mpo_syscall() implementations for mac_none and mac_test. | rwatson | 2002-08-20 | 3 | -0/+27 |
* | Correct one more errant whitespace nit that crept in during changes | rwatson | 2002-08-20 | 1 | -1/+1 |