| Commit message (Expand) | Author | Age | Files | Lines |
* | - Introduce IEEE80211_KEY_NOREPLAY, a per-key flag to ignore replay | bschmidt | 2010-07-01 | 1 | -0/+34 |
* | Properly inherit variables from src/usr.sbin/Makefile.inc for | imp | 2010-06-27 | 2 | -1/+3 |
* | Update pc-sysinstall to output list of FTP mirrors as well as some | imp | 2010-06-27 | 9 | -6/+464 |
* | Spell iXsystems, Inc properly | imp | 2010-06-27 | 41 | -41/+41 |
* | We need to install the shell scripts as executables rather than as | imp | 2010-06-25 | 3 | -3/+3 |
* | Fix a stray PC-BSDism, on FreeBSD, we install these things into /usr/share | imp | 2010-06-24 | 1 | -1/+1 |
* | Makefile overlooked in r2095137 | imp | 2010-06-24 | 1 | -0/+6 |
* | Remove the license files that svn made me remove at the last second, doh! | imp | 2010-06-24 | 1 | -2/+1 |
* | Bring in Kris Moore's pc-sysinstall shell script from PC-BSD. This | imp | 2010-06-24 | 70 | -0/+8185 |
* | Update the man page to reflect the changes to the netDev configuration | randi | 2010-06-23 | 1 | -6/+4 |
* | If a device can't be opened, don't keep going but display the error | brucec | 2010-06-23 | 1 | -0/+2 |
* | Make it easier to cancel a failing installation by only attempting to | brucec | 2010-06-23 | 2 | -9/+19 |
* | When installing on a machine which doesn't have a VGA card installed, enable | brucec | 2010-06-23 | 1 | -0/+29 |
* | Remove unnecessarily inflammatory commentary. | randi | 2010-06-22 | 1 | -3/+0 |
* | Syntax, commas and stuff. Comments from jhb. | sbruno | 2010-06-21 | 1 | -2/+2 |
* | Clean up item_add and remove -fno-strict-aliasing from CFLAGS. Note that | randi | 2010-06-20 | 4 | -5/+5 |
* | Initialise the "trials" variable to zero earlier in case we unexpectedly | gavin | 2010-06-19 | 1 | -1/+1 |
* | Remove dead assignments, we overwrite the variable almost immediately. | gavin | 2010-06-19 | 2 | -3/+0 |
* | Expand man page to document the fact that mptutil/mpt doesn't support RAID vo... | sbruno | 2010-06-17 | 1 | -0/+12 |
* | * Allow partial MB/GB values to be entered in the slice and label editors. | brucec | 2010-06-16 | 3 | -20/+39 |
* | Freq sysctls are quite heavy due to set of malloc()/free() calls. Avoid | mav | 2010-06-16 | 1 | -9/+21 |
* | When Emulate3Button is active, do not set select() timeout in states when | mav | 2010-06-15 | 1 | -1/+2 |
* | Use literal format strings. Found by clang. | emaste | 2010-06-14 | 1 | -2/+2 |
* | Further unbreak powerpc & sparc64. | marcel | 2010-06-14 | 1 | -1/+3 |
* | Update for hostapd & wpa_supplicant 0.6.10. | rpaulo | 2010-06-14 | 4 | -484/+2 |
* | Fix build breakages on ia64 introduced some commits ago. | marcel | 2010-06-13 | 2 | -36/+37 |
* | style(9) fixes: | imp | 2010-06-13 | 1 | -5/+3 |
* | Enable ofwdump(8) on ARM as this is a useful tool to inspect a flattened | raj | 2010-06-13 | 1 | -0/+4 |
* | Unbreak the build on less common architectures. | ed | 2010-06-13 | 1 | -1/+6 |
* | Clean up code by removing pre-C99 struct hack preprocessor magic. | cperciva | 2010-06-11 | 1 | -6/+0 |
* | Make sysinstall WARNS=2 clean. | randi | 2010-06-11 | 6 | -8/+6 |
* | Cache the last result from if_indextoname for printing. This speeds up | mlaier | 2010-06-11 | 1 | -3/+9 |
* | More mdoc nitpicking to improve compatibility to mdocml | uqs | 2010-06-11 | 1 | -0/+1 |
* | mdoc nitpicking: the title argument shall be uppercase | uqs | 2010-06-11 | 1 | -1/+1 |
* | Fix uninitialized variables that cause a crash when the network is | randi | 2010-06-10 | 1 | -0/+3 |
* | mdoc: replace troff macros with -mdoc equivalents | uqs | 2010-06-08 | 2 | -25/+21 |
* | Fix warnings found by Coverity. | fabient | 2010-06-05 | 3 | -4/+8 |
* | Add comment that this value is unused. | edwin | 2010-06-05 | 1 | -1/+1 |
* | When there is a problem with writing, also bail out. | edwin | 2010-06-05 | 1 | -1/+2 |
* | Plug resource leak. | trasz | 2010-06-05 | 1 | -0/+1 |
* | Make chown(1) emit more useful error message when user/group name is invalid. | trasz | 2010-06-03 | 1 | -3/+1 |
* | Add file include processing for newsyslog. | gordon | 2010-05-29 | 2 | -19/+116 |
* | Convert newsyslog to using queue(3) macros instead of a home rolled version. | gordon | 2010-05-29 | 1 | -113/+71 |
* | mdoc: use mdoc spelling of Umlauts | uqs | 2010-05-27 | 1 | -1/+1 |
* | mdoc: .Ud has attitude, it takes no argument! | uqs | 2010-05-27 | 1 | -1/+1 |
* | mdoc: Garbage collect unused/unneeded macros | uqs | 2010-05-27 | 2 | -2/+2 |
* | mdoc: Remove leading garbage, empty lines and order preamble | uqs | 2010-05-27 | 3 | -4/+1 |
* | Change the current working directory to be inside the jail created by | cperciva | 2010-05-27 | 1 | -0/+4 |
* | Cleanup manpage as suggested by jhb@ to start new sentences on a new line. | sbruno | 2010-05-24 | 1 | -3/+3 |
* | Explain how the new sub-second interval from changeset:208389 works. | sbruno | 2010-05-23 | 1 | -1/+8 |