| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: Add a script to perform simple analysis of a crash dump. | John Baldwin | 2008-09-12 | 1 | -0/+1 |
| * | Fix the compiltion of bind when NO_OPENSSL is defined. | Marius Strobl | 2008-07-05 | 1 | -1/+1 |
| * | MFC: kernel-mode NFS lock manager. | Doug Rabson | 2008-04-24 | 1 | -0/+1 |
| * | Much belatedly MFC the ipfwpcap utility. | Poul-Henning Kamp | 2007-11-25 | 1 | -0/+1 |
| * | unbreak build on arm: sade is like sysinstall, it cannot be built on an | Sam Leffler | 2007-10-29 | 1 | -1/+2 |
| * | Remove localism that snuck in the last commit. | David E. O'Brien | 2007-09-12 | 1 | -1/+0 |
| * | MFC: 'sade' - the SysAdmins Disk Editor | David E. O'Brien | 2007-09-10 | 1 | -0/+2 |
| * | hook cxgbtool into buildworld | Kip Macy | 2007-03-15 | 1 | -0/+1 |
| * | Merge audit/Makefile:1.1, auditd/Makefile:1.1, auditreduce/Makefile:1.1, | Robert Watson | 2006-09-02 | 1 | -0/+11 |
| * | MFC addition of FreeBSD 2.0 client code. | Colin Percival | 2006-09-02 | 1 | -0/+1 |
| * | MFC: Add snapinfo. | Xin LI | 2006-03-17 | 1 | -0/+1 |
| * | MFC: Move setkey(8) from usr.sbin/ to sbin/ and make rc.d/ipsec to run | Pawel Jakub Dawidek | 2005-12-15 | 1 | -1/+0 |
| * | MFC: 1.337: Sort SUBDIR. | Ruslan Ermilov | 2005-11-16 | 1 | -3/+3 |
| * | MFC addition of portsnap to the base system plus subsequent enhancements | Colin Percival | 2005-08-15 | 1 | -0/+1 |
| * | hookup wpa tools to the build | Sam Leffler | 2005-06-06 | 1 | -0/+1 |
| * | all the ipfilter tools are now built from sbin/Makefile, so remove them from | Darren Reed | 2005-04-25 | 1 | -11/+0 |
| * | Build pmccontrol(8) and pmcstat(8) on all architectures (FWIW :-) | Marcel Moolenaar | 2005-04-20 | 1 | -6/+2 |
| * | Unbreak tinderbox builds for ${MACHINE_ARCH} != "i386" or "amd64". | Joseph Koshy | 2005-04-19 | 1 | -2/+6 |
| * | Bring a working snapshot of hwpmc(4), its associated libraries, userland util... | Joseph Koshy | 2005-04-19 | 1 | -0/+2 |
| * | Since there are now more than a couple exceptions to the i386 rule, | Warner Losh | 2005-04-01 | 1 | -15/+10 |
| * | There's no wl cards for PC98. These are ISA only, and no cbus | Warner Losh | 2005-04-01 | 1 | -0/+2 |
| * | pcvt doesn't exist on pc98, so don't build pcvt routines that have no | Warner Losh | 2005-04-01 | 1 | -0/+2 |
| * | There's no acpi in pc98 machines, nor do we build it into the kernel. | Warner Losh | 2005-04-01 | 1 | -1/+1 |
| * | Attach ndiscvt(8) to the amd64 build. | Bill Paul | 2005-03-30 | 1 | -0/+1 |
| * | Hook powerd up to the build. | Nate Lawson | 2005-02-26 | 1 | -0/+1 |
| * | o Implement net.inet.tcp.drop sysctl and userland part, tcpdrop(8) | Maxim Konovalov | 2005-02-06 | 1 | -0/+1 |
| * | NOINET6 -> NO_INET6 | Ruslan Ermilov | 2004-12-21 | 1 | -1/+1 |
| * | NOCRYPT -> NO_CRYPT | Ruslan Ermilov | 2004-12-21 | 1 | -2/+2 |
| * | NOATM -> NO_ATM | Ruslan Ermilov | 2004-12-21 | 1 | -1/+1 |
| * | NOLIBC_R -> NO_LIBC_R | Ruslan Ermilov | 2004-12-21 | 1 | -5/+5 |
| * | Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set. | Bjoern A. Zeeb | 2004-11-13 | 1 | -9/+21 |
| * | Get debugging macros from sivar.h | Poul-Henning Kamp | 2004-10-02 | 1 | -2/+2 |
| * | Augh! | Poul-Henning Kamp | 2004-10-02 | 1 | -2/+2 |
| * | 1. Add much finer granularity to the NO_BIND knobs with the addition of: | Doug Barton | 2004-09-27 | 1 | -1/+3 |
| * | Revert to always descending into the "bsnmp" subdir -- gensnmptree | Ruslan Ermilov | 2004-09-25 | 1 | -2/+1 |
| * | Uncomment bsnmpd so it can build. | Tom Rhodes | 2004-09-25 | 1 | -1/+1 |
| * | More remnants of BIND 8; these live in usr.sbin now. | Dag-Erling Smørgrav | 2004-09-24 | 1 | -2/+0 |
| * | kgmon works on arm, so make it parts of the build for arm as well. | Olivier Houchard | 2004-09-23 | 1 | -0/+4 |
| * | Style fix. | Dag-Erling Smørgrav | 2004-09-23 | 1 | -3/+2 |
| * | Clean up and comment config.mk. Centralize more stuff. Bitch if | Dag-Erling Smørgrav | 2004-09-22 | 1 | -2/+5 |
| * | Switch from BIND 8 to BIND 9. | Dag-Erling Smørgrav | 2004-09-21 | 1 | -9/+16 |
| * | Userland control utility for ng_netflow. | Gleb Smirnoff | 2004-09-17 | 1 | -0/+1 |
| * | Build kgmon(8) on ia64. | Marcel Moolenaar | 2004-08-30 | 1 | -0/+1 |
| * | Temporarily disable kernbb utility. It has to learn about new gcov data | Alexander Kabaev | 2004-07-28 | 1 | -1/+0 |
| * | Make bluetooth compile on all platforms | Maksim Yevmenkin | 2004-07-07 | 1 | -3/+4 |
| * | Finish repo move arlconfig -> arlcontrol. | Max Khon | 2004-06-01 | 1 | -2/+2 |
| * | Build kgmon for amd64. | Bruce Evans | 2004-05-23 | 1 | -1/+1 |
| * | Hook eeprom(8) up to the FreeBSD/sparc64 build. | Marius Strobl | 2004-05-22 | 1 | -0/+2 |
| * | Wire smbmsg(8) into the build. | Joerg Wunsch | 2004-05-17 | 1 | -0/+1 |
| * | Hook sysinstall to the build for powerpc. | Peter Grehan | 2004-05-15 | 1 | -1/+1 |