| Commit message (Expand) | Author | Age | Files | Lines |
* | Use arc4random_uniform() to avoid "modulo bias" | ache | 2008-08-16 | 1 | -55/+2 |
* | Convert the snp(4) driver to use cdevpriv. | ed | 2008-08-15 | 1 | -16/+7 |
* | Catch up with the removal of /usr/src/compat. | kensmith | 2008-08-14 | 3 | -4/+0 |
* | - Fix error reporting. | stas | 2008-08-12 | 1 | -5/+5 |
* | Add upgt(4) to the list of supported network interface. | weongyo | 2008-08-11 | 1 | -0/+1 |
* | - Add cpuctl(4) pseudo-device driver to provide access to some low-level | stas | 2008-08-08 | 9 | -0/+1133 |
* | In `freebsd-update IDS`, strip out file flags before we look for | cperciva | 2008-08-08 | 1 | -18/+18 |
* | Use humanize_number to report pen-sizes so people don't have to count | phk | 2008-08-07 | 2 | -4/+18 |
* | Add a script to perform simple analysis of a crash dump (either a full | jhb | 2008-08-05 | 4 | -0/+422 |
* | Remove a useless cast. | cognet | 2008-08-02 | 1 | -1/+1 |
* | Add "IDS" command to freebsd-update. This was present in the original | cperciva | 2008-08-02 | 2 | -2/+264 |
* | Char is unsigned on arm, so is not suitable to store the return value of | cognet | 2008-08-01 | 1 | -2/+2 |
* | Fix empty mailto (-m "") handling: somehow I missed all checks but the first, | marck | 2008-08-01 | 1 | -1/+3 |
* | The original adduser/rmuser scripts in Perl used to modify the PATH | jhb | 2008-07-30 | 1 | -2/+3 |
* | Allow kernel config files to include files other than those in the CWD, | obrien | 2008-07-28 | 2 | -0/+12 |
* | Change arc4random to arc4random_uniform since modulo is not power of 2, | ache | 2008-07-26 | 1 | -1/+1 |
* | Change 2 arc4random modulo operations to arc4random_uniform() as | ache | 2008-07-26 | 1 | -2/+2 |
* | Switch to using the setfib syscall instead of a syscall(175,...) | julian | 2008-07-24 | 1 | -1/+1 |
* | remove reference for unexisting ndisapi(9) | weongyo | 2008-07-23 | 1 | -2/+1 |
* | Remove sade(8) on the following platforms: | marcel | 2008-07-19 | 1 | -1/+4 |
* | Don't set PACKAGE_BUILDING while installing packages. | flz | 2008-07-17 | 1 | -1/+0 |
* | Before updating the password database, the pw(8) utility first performs a | jhb | 2008-07-17 | 1 | -1/+2 |
* | Remove OTTYDISC, NETLDISC and NTTYDISC definitions. | ed | 2008-07-16 | 1 | -4/+0 |
* | Invoke err() with a format string rather than directly with a passed | rwatson | 2008-07-15 | 1 | -1/+1 |
* | - Enhance volume handling | gahr | 2008-07-14 | 2 | -10/+38 |
* | Allow comment to be placed at the end of a configuration line. | sobomax | 2008-07-09 | 2 | -0/+25 |
* | Enable the -n option of pkg_create(1). | keramida | 2008-07-08 | 2 | -1/+5 |
* | Remove the arl(4) driver. It is reported to not work on 6.x or later | jhb | 2008-07-04 | 4 | -608/+0 |
* | Drag this code kicking and screaming into the twenty-first century. | des | 2008-07-02 | 4 | -174/+101 |
* | - install the example wpa_supplicant.conf file to the share/examples/etc | danger | 2008-07-01 | 2 | -1/+6 |
* | - more mark-up fixes | danger | 2008-07-01 | 1 | -8/+6 |
* | Fix a regression: attach process PMCs to the process created when | jkoshy | 2008-07-01 | 1 | -2/+2 |
* | - add some missing words | danger | 2008-06-30 | 1 | -25/+44 |
* | Add -m option to cron(8), overriding default mail recipient for cron mails, | marck | 2008-06-29 | 4 | -17/+36 |
* | Document messages printed in verbose mode. | jkoshy | 2008-06-29 | 1 | -2/+36 |
* | Revice the way the CTF conversion is done per object. Avoid creating a second | jb | 2008-06-29 | 1 | -1/+1 |
* | Modify the DoParseCommand() to work on (const char *) instead of just | mtm | 2008-06-28 | 1 | -4/+4 |
* | - markup fixes | danger | 2008-06-27 | 1 | -15/+68 |
* | Re-implement the client side of rpc.lockd in the kernel. This implementation | dfr | 2008-06-26 | 2 | -45/+92 |
* | Fix 6-year old cut&paste error. The # could be escaped with '\', not | sobomax | 2008-06-26 | 1 | -2/+2 |
* | Add an abbreviation for adaptive mode, and document all the abreviations. | obrien | 2008-06-22 | 2 | -1/+2 |
* | handle .INF files for PCMCIA correctly that specify multiple entries in | weongyo | 2008-06-18 | 1 | -7/+13 |
* | Remove support for RELENG_4 (__FreeBSD_version < 500039). | flz | 2008-06-16 | 5 | -30/+1 |
* | Style fix (use naked commands). | flz | 2008-06-16 | 1 | -7/+3 |
* | - add: Keep dependent packages too if -K is specified. | flz | 2008-06-12 | 3 | -2/+4 |
* | Document the AUTO_UPGRADE (-U) knob for .mergemasterrc | dougb | 2008-06-11 | 1 | -0/+3 |
* | Remove sicontrol(8)'s "ttystat". | ed | 2008-06-09 | 2 | -67/+1 |
* | Change the CTF conversion makefile code to use a new line to avoid | jb | 2008-06-09 | 1 | -1/+1 |
* | Add more card state dump routines. Decode more bitfields etc. | peter | 2008-06-06 | 2 | -38/+255 |
* | Make ppp use <termios.h>, not <sys/tty.h>. | ed | 2008-06-05 | 1 | -1/+1 |