| Commit message (Expand) | Author | Age | Files | Lines |
* | Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived software | Warner Losh | 2004-08-07 | 66 | -273/+95 |
* | Per letter dated July 22, 1999, delete clause 3 from code directly | Warner Losh | 2004-08-07 | 17 | -68/+0 |
* | Create an EFI partition when the user wants auto defaults. There's | Marcel Moolenaar | 2004-08-07 | 2 | -0/+44 |
* | o Save pointers to the chunks for root, home, swap, usr, var and tmp in | Marcel Moolenaar | 2004-08-07 | 8 | -314/+298 |
* | Join the 21st century: Cryptography is no longer an optional component | Colin Percival | 2004-08-06 | 19 | -101/+29 |
* | - One can use both BD_ADDR or name to specify address of the Bluetooth device. | Maksim Yevmenkin | 2004-08-05 | 10 | -30/+47 |
* | Add 'i' to the getopt string. | Warner Losh | 2004-08-05 | 1 | -1/+1 |
* | ia64 specific: | Marcel Moolenaar | 2004-08-04 | 2 | -42/+92 |
* | - Update l2ping(8) man page and mention that it is possible to use names | Maksim Yevmenkin | 2004-08-04 | 2 | -42/+70 |
* | Pass the partition type to get_mountpoint() and new_part(). This way | Marcel Moolenaar | 2004-08-04 | 2 | -122/+58 |
* | Teach moused about Synaptics touchpads. | Philip Paeps | 2004-08-03 | 2 | -1/+12 |
* | Enable packet mode by default. Disk drives have gotten so large now, | David E. O'Brien | 2004-08-03 | 1 | -1/+1 |
* | Move the inclusion of libdisk.h from sysinstall.h to the source files | Marcel Moolenaar | 2004-08-02 | 14 | -2/+12 |
* | Today, RealTek sent me a driver to test which had been compiled with | Bill Paul | 2004-08-02 | 1 | -45/+43 |
* | Document machdep.enable_panic_key. | Scott Long | 2004-08-02 | 1 | -1/+5 |
* | Remove unnecessary use of the __ia64__ conditional. This slightly improves | Marcel Moolenaar | 2004-08-01 | 2 | -10/+6 |
* | Big mess 'o changes: | Bill Paul | 2004-08-01 | 2 | -12/+265 |
* | Reflect changes in sendmail 8.13 source tree | Gregory Neil Shapiro | 2004-08-01 | 1 | -4/+4 |
* | Drop WARNS down to 3 since sparc64 still has justified complaints about | Nate Lawson | 2004-07-30 | 1 | -1/+1 |
* | Clean up some more casts. Note that the an_fudge alignment hack for | Nate Lawson | 2004-07-30 | 1 | -23/+17 |
* | Mark as WARNS 6 now that sign cleanups are done. | Nate Lawson | 2004-07-30 | 1 | -1/+1 |
* | Fix printing of stats by printing an unsigned value as unsigned. ANSIfy | Nate Lawson | 2004-07-30 | 1 | -197/+152 |
* | Add configuration option "set pppoe [standard|3Com]" which allows | Gleb Smirnoff | 2004-07-29 | 5 | -3/+47 |
* | Disable memory locking that could keep watchdogd from deadlocking itself | Brian Feldman | 2004-07-28 | 1 | -4/+0 |
* | Use the length modifier 'll' instead of 'q' to print long longs. | Stefan Farfeleder | 2004-07-28 | 3 | -4/+4 |
* | Avoid casts as lvalues. | Alexander Kabaev | 2004-07-28 | 2 | -5/+8 |
* | Downgrade WARNS level to more tolerable value. Attempt to fix | Alexander Kabaev | 2004-07-28 | 7 | -14/+16 |
* | Move __iniline function definition before its first usage in the file. | Alexander Kabaev | 2004-07-28 | 1 | -8/+7 |
* | Temporarily disable kernbb utility. It has to learn about new gcov data | Alexander Kabaev | 2004-07-28 | 1 | -1/+0 |
* | Add workaround for brain damaged cell phones | Maksim Yevmenkin | 2004-07-27 | 2 | -3/+62 |
* | mlockall(2) was introduced during the 5.0-CURRENT lifetime. | Ollivier Robert | 2004-07-25 | 1 | -0/+2 |
* | Now that mlockall(2) is unbroken, use it to keep watchdogd(8) permanently | Brian Feldman | 2004-07-23 | 1 | -0/+4 |
* | Include support for NOCRYPT & NO_OPENSSL world. | Ollivier Robert | 2004-07-22 | 4 | -5/+20 |
* | Correct another cut/paste mistake. Sorry folks. | Ollivier Robert | 2004-07-22 | 1 | -1/+1 |
* | Remove arlib (libares.a) from the build. It is not IPv6 compatible, not | Ollivier Robert | 2004-07-22 | 2 | -13/+1 |
* | Correct a cut/paste error. | Ollivier Robert | 2004-07-22 | 1 | -1/+1 |
* | Allow ntpd to be compiled w/o readline when NO_GNU is defined. Part of a | Ollivier Robert | 2004-07-22 | 3 | -7/+21 |
* | Add support for ignoring locking failures. This is only enabled when | Warner Losh | 2004-07-21 | 2 | -4/+19 |
* | Two style related changes: | Warner Losh | 2004-07-21 | 1 | -5/+5 |
* | Remove reference to fla driver. | Poul-Henning Kamp | 2004-07-20 | 2 | -2/+0 |
* | Add missing Makefile from previous commit. | Ollivier Robert | 2004-07-20 | 1 | -0/+15 |
* | Update our ntpd to the long awaited 4.2.0 version. | Ollivier Robert | 2004-07-20 | 14 | -290/+248 |
* | Report the number of bytes not written when complaining about failed writes | Brian Somers | 2004-07-20 | 1 | -2/+2 |
* | Priner control devices are now lpt*.ctl. | David E. O'Brien | 2004-07-18 | 1 | -1/+1 |
* | Support a ``set rad_alive N'' command to enable periodic RADIUS accounting | Brian Somers | 2004-07-17 | 7 | -42/+190 |
* | After talking to Colin, | Michael Reifenberger | 2004-07-16 | 3 | -64/+70 |
* | Refer to the sysutils/cdrtools port now that the sysutils/mkisofs port | Giorgos Keramidas | 2004-07-16 | 1 | -1/+4 |
* | Reenable nullfs for local links. The change from 'struct vfsconf' | Martin Blapp | 2004-07-15 | 1 | -3/+3 |
* | Fix ``set ifaddr''. The code was actually using an uninitialised variable, | Brian Somers | 2004-07-15 | 1 | -1/+1 |
* | Fix 'camcontrol rescan' syntax and use the proper indentation for | Peter Pentchev | 2004-07-15 | 1 | -2/+2 |