| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Add cpuctl(4) pseudo-device driver to provide access to some low-level | Stanislav Sedov | 2008-08-08 | 9 | -0/+1133 |
| * | In `freebsd-update IDS`, strip out file flags before we look for | Colin Percival | 2008-08-08 | 1 | -18/+18 |
| * | Use humanize_number to report pen-sizes so people don't have to count | Poul-Henning Kamp | 2008-08-07 | 2 | -4/+18 |
| * | Add a script to perform simple analysis of a crash dump (either a full | John Baldwin | 2008-08-05 | 4 | -0/+422 |
| * | Remove a useless cast. | Olivier Houchard | 2008-08-02 | 1 | -1/+1 |
| * | Add "IDS" command to freebsd-update. This was present in the original | Colin Percival | 2008-08-02 | 2 | -2/+264 |
| * | Char is unsigned on arm, so is not suitable to store the return value of | Olivier Houchard | 2008-08-01 | 1 | -2/+2 |
| * | Fix empty mailto (-m "") handling: somehow I missed all checks but the first, | Dmitry Morozovsky | 2008-08-01 | 1 | -1/+3 |
| * | The original adduser/rmuser scripts in Perl used to modify the PATH | John Baldwin | 2008-07-30 | 1 | -2/+3 |
| * | Allow kernel config files to include files other than those in the CWD, | David E. O'Brien | 2008-07-28 | 2 | -0/+12 |
| * | Change arc4random to arc4random_uniform since modulo is not power of 2, | Andrey A. Chernov | 2008-07-26 | 1 | -1/+1 |
| * | Change 2 arc4random modulo operations to arc4random_uniform() as | Andrey A. Chernov | 2008-07-26 | 1 | -2/+2 |
| * | Switch to using the setfib syscall instead of a syscall(175,...) | Julian Elischer | 2008-07-24 | 1 | -1/+1 |
| * | remove reference for unexisting ndisapi(9) | Weongyo Jeong | 2008-07-23 | 1 | -2/+1 |
| * | Remove sade(8) on the following platforms: | Marcel Moolenaar | 2008-07-19 | 1 | -1/+4 |
| * | Don't set PACKAGE_BUILDING while installing packages. | Florent Thoumie | 2008-07-17 | 1 | -1/+0 |
| * | Before updating the password database, the pw(8) utility first performs a | John Baldwin | 2008-07-17 | 1 | -1/+2 |
| * | Remove OTTYDISC, NETLDISC and NTTYDISC definitions. | Ed Schouten | 2008-07-16 | 1 | -4/+0 |
| * | Invoke err() with a format string rather than directly with a passed | Robert Watson | 2008-07-15 | 1 | -1/+1 |
| * | - Enhance volume handling | Pietro Cerutti | 2008-07-14 | 2 | -10/+38 |
| * | Allow comment to be placed at the end of a configuration line. | Maxim Sobolev | 2008-07-09 | 2 | -0/+25 |
| * | Enable the -n option of pkg_create(1). | Giorgos Keramidas | 2008-07-08 | 2 | -1/+5 |
| * | Remove the arl(4) driver. It is reported to not work on 6.x or later | John Baldwin | 2008-07-04 | 4 | -608/+0 |
| * | Drag this code kicking and screaming into the twenty-first century. | Dag-Erling Smørgrav | 2008-07-02 | 4 | -174/+101 |
| * | - install the example wpa_supplicant.conf file to the share/examples/etc | Daniel Gerzo | 2008-07-01 | 2 | -1/+6 |
| * | - more mark-up fixes | Daniel Gerzo | 2008-07-01 | 1 | -8/+6 |
| * | Fix a regression: attach process PMCs to the process created when | Joseph Koshy | 2008-07-01 | 1 | -2/+2 |
| * | - add some missing words | Daniel Gerzo | 2008-06-30 | 1 | -25/+44 |
| * | Add -m option to cron(8), overriding default mail recipient for cron mails, | Dmitry Morozovsky | 2008-06-29 | 4 | -17/+36 |
| * | Document messages printed in verbose mode. | Joseph Koshy | 2008-06-29 | 1 | -2/+36 |
| * | Revice the way the CTF conversion is done per object. Avoid creating a second | John Birrell | 2008-06-29 | 1 | -1/+1 |
| * | Modify the DoParseCommand() to work on (const char *) instead of just | Mike Makonnen | 2008-06-28 | 1 | -4/+4 |
| * | - markup fixes | Daniel Gerzo | 2008-06-27 | 1 | -15/+68 |
| * | Re-implement the client side of rpc.lockd in the kernel. This implementation | Doug Rabson | 2008-06-26 | 2 | -43/+90 |
| * | Fix 6-year old cut&paste error. The # could be escaped with '\', not | Maxim Sobolev | 2008-06-26 | 1 | -2/+2 |
| * | Add an abbreviation for adaptive mode, and document all the abreviations. | David E. O'Brien | 2008-06-22 | 2 | -1/+2 |
| * | handle .INF files for PCMCIA correctly that specify multiple entries in | Weongyo Jeong | 2008-06-18 | 1 | -7/+13 |
| * | Remove support for RELENG_4 (__FreeBSD_version < 500039). | Florent Thoumie | 2008-06-16 | 5 | -30/+1 |
| * | Style fix (use naked commands). | Florent Thoumie | 2008-06-16 | 1 | -7/+3 |
| * | - add: Keep dependent packages too if -K is specified. | Florent Thoumie | 2008-06-12 | 3 | -2/+4 |
| * | Document the AUTO_UPGRADE (-U) knob for .mergemasterrc | Doug Barton | 2008-06-11 | 1 | -0/+3 |
| * | Remove sicontrol(8)'s "ttystat". | Ed Schouten | 2008-06-09 | 2 | -67/+1 |
| * | Change the CTF conversion makefile code to use a new line to avoid | John Birrell | 2008-06-09 | 1 | -1/+1 |
| * | Add more card state dump routines. Decode more bitfields etc. | Peter Wemm | 2008-06-06 | 2 | -37/+254 |
| * | Make ppp use <termios.h>, not <sys/tty.h>. | Ed Schouten | 2008-06-05 | 1 | -1/+1 |
| * | Add a newline after usage. | Max Laier | 2008-06-04 | 1 | -1/+1 |
| * | - Replace rcsid with __FBSDID. | Jung-uk Kim | 2008-06-03 | 2 | -239/+259 |
| * | Exclude .svn directories from generated distfile. | Florent Thoumie | 2008-06-03 | 1 | -1/+2 |
| * | Fix a crash when Arctic Ocean is selected. | Jung-uk Kim | 2008-06-02 | 1 | -3/+2 |
| * | Add a missing call to init_nsm(). | Doug Rabson | 2008-06-02 | 1 | -0/+1 |