| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Handle one more case of a fifofs filetmp: set filetmp.f_cred to | rwatson | 2002-08-20 | 1 | -2/+3 |
* | Move just committed version of wcswidth.c here (from "locale"), | ache | 2002-08-20 | 2 | -25/+31 |
* | Remove wcswidth.c from here (and move it to "string") | ache | 2002-08-20 | 2 | -65/+1 |
* | Remove space at the end of continuation line in prev. commit | ache | 2002-08-20 | 1 | -1/+1 |
* | Untangle this warning a bit: | peter | 2002-08-20 | 2 | -2/+2 |
* | Add support for the R_IA64_IPLTLSB relocation in non-PLT context. | marcel | 2002-08-20 | 1 | -0/+30 |
* | Print out a carriage return to make the screen output make more sense | gordon | 2002-08-20 | 1 | -1/+1 |
* | remove unit counts from atkbdc, pckbd, sc | peter | 2002-08-20 | 8 | -17/+17 |
* | de-count pcbkd | peter | 2002-08-20 | 1 | -1/+1 |
* | de-count pckbd for pc98. This file is only compiled if NPCKBD was 1, | peter | 2002-08-20 | 2 | -18/+10 |
* | de-count atkbdc and sc. Folks, remove the '1' from 'device sc 1' and | peter | 2002-08-19 | 5 | -9/+9 |
* | de-count atkbdc. I have more extensive patches to make properly dynamic, | peter | 2002-08-19 | 2 | -4/+2 |
* | de-count schistory.c. The handling of NSC was rather bogus here and was | peter | 2002-08-19 | 1 | -4/+13 |
* | xdr.3 is added to MAN in ../xdr/Makefile.inc where it belongs, so don't | bde | 2002-08-19 | 1 | -1/+1 |