| Commit message (Expand) | Author | Age | Files | Lines |
* | Add just enough of i386/include/pcvt_ioctl.h to amd64/include/pcvt_ioctl.h | obrien | 2003-12-10 | 1 | -0/+1 |
* | Add IPv6 support to pppctl by using getaddrinfo() and trying each address | tjr | 2003-12-07 | 1 | -89/+115 |
* | Fix our kernel support for Basic Block Profiling to work with GCC33. | phk | 2003-12-03 | 2 | -13/+69 |
* | Reconnect ipfstat, ipnat, and ipftest to the build now that if_xname | brooks | 2003-12-02 | 1 | -1/+2 |
* | Replace the KDE and GNOME 2 desktops with KDE (Lite Edition) and GNOME 2 | marcus | 2003-12-02 | 4 | -8/+8 |
* | Spell SSHd as sshd. | rwatson | 2003-12-01 | 2 | -2/+2 |
* | The new "spec against spec" comparison code was yet another time | phk | 2003-11-30 | 1 | -7/+22 |
* | Add a Securelevel sub-menu to the Security configuration menu, | rwatson | 2003-11-29 | 7 | -0/+190 |
* | Cosmetic fix: a message was mixed with a dialog box border line. | olgeni | 2003-11-28 | 1 | -1/+1 |
* | Remove security profiles from sysinstall. Currently, security profile | rwatson | 2003-11-28 | 9 | -188/+10 |
* | - Drop down to one snapshots FTP site since that's all we have now | kensmith | 2003-11-24 | 2 | -32/+40 |
* | Add Greek keymaps to sysinstall. | jhb | 2003-11-20 | 4 | -10/+18 |
* | A variety of content cleanups: | rwatson | 2003-11-20 | 1 | -22/+70 |
* | No need to copy sysinstall into a jail with -CURRENT, since in | rwatson | 2003-11-20 | 1 | -10/+2 |
* | Off by one error in malloc. | phk | 2003-11-19 | 1 | -1/+1 |
* | Catch up with the latest in device naming. | obrien | 2003-11-18 | 1 | -5/+5 |
* | * Auto-detect what device to use if none is specified | eivind | 2003-11-17 | 2 | -18/+33 |
* | __FBSDID; remove duplicate <ctype.h>; try to reduce style inconsistencies. | des | 2003-11-17 | 1 | -46/+43 |
* | Sort includes, and remove superfluous <sys/types.h> | des | 2003-11-17 | 1 | -15/+15 |
* | Instead of blindly loading the ums module and bailing out if that fails, | des | 2003-11-17 | 1 | -2/+38 |
* | Remove the BUGS section introduced in rev 1.11 now that the problem | das | 2003-11-17 | 1 | -15/+0 |
* | Reimplement nologin(8) as a C program. This allows us to statically | das | 2003-11-17 | 3 | -40/+29 |
* | Document nologin(8) as being insecure in conjunction with a dynamic | das | 2003-11-17 | 1 | -0/+15 |
* | logerror is used in syslogd to log errors from syslogd itself. It | dwmalone | 2003-11-16 | 1 | -0/+6 |
* | Remove an argument to printf that is unused. | dwmalone | 2003-11-16 | 1 | -1/+1 |
* | Remove an annoying printf that somehow leaked into rev 1.21. | njl | 2003-11-16 | 1 | -1/+0 |
* | Make this WARNS 2 clean, and fix up the manual page: | trhodes | 2003-11-15 | 12 | -32/+59 |
* | Replace all uses of the old netgraph constants NG_*LEN by the new | harti | 2003-11-15 | 7 | -68/+68 |
* | - poll(2) support. | ume | 2003-11-14 | 10 | -757/+439 |
* | - need_trigger/idx should be u_int, not ssize_t. | ume | 2003-11-14 | 1 | -30/+34 |
* | - interface minimum MTU = 1280 in IPv6. | ume | 2003-11-14 | 1 | -8/+3 |
* | our netstat is installed in /usr/bin. | ume | 2003-11-14 | 1 | -1/+1 |
* | Fixed spurious syntax errors for including files that don't begin with | bde | 2003-11-14 | 1 | -3/+4 |
* | If the name of the mouse device starts with "/dev/ums", try to load the | des | 2003-11-13 | 1 | -2/+15 |
* | - make command line argument parsing POSIX compliant. comment from | ume | 2003-11-13 | 2 | -182/+281 |
* | Fix a bug relating to the "files before directories" sort order when | phk | 2003-11-13 | 1 | -0/+51 |
* | Add an empty definition of the MIBS variable so that the makefile does | harti | 2003-11-13 | 1 | -0/+1 |
* | Whitespace cleanup. | des | 2003-11-13 | 1 | -378/+376 |
* | - setsockopt/sysctl takes int, not u_long. | ume | 2003-11-12 | 2 | -90/+149 |
* | The snmp_netgraph module depends on libnetgraph. So add a dependency and | harti | 2003-11-12 | 1 | -0/+3 |
* | Get rid of the old constants which did not include the trailing NUL | harti | 2003-11-12 | 3 | -4/+4 |
* | - Add a note that there are two MIB variables that have per-jail | kensmith | 2003-11-11 | 1 | -0/+8 |
* | Fix few typos | emax | 2003-11-11 | 3 | -7/+7 |
* | Ignore case when comparing CHAP/CHAP81 responses | brian | 2003-11-10 | 1 | -7/+12 |
* | Correct the include path so that the include files are found | harti | 2003-11-10 | 2 | -5/+7 |
* | Fix the build by adjusting the include directives. The problem was | harti | 2003-11-10 | 2 | -4/+6 |
* | enable aes-xcbc-mac and aes-ctr, again. | ume | 2003-11-10 | 1 | -3/+3 |
* | Link the SNMP daemon for NgATM to the build. | harti | 2003-11-10 | 1 | -0/+1 |
* | Add the build infrastructure for the SNMP daemon that is the base | harti | 2003-11-10 | 8 | -0/+202 |
* | Add build infrastructure for libbsnmp and the modules. Add the | harti | 2003-11-10 | 9 | -0/+2735 |