| Commit message (Expand) | Author | Age | Files | Lines |
* | Temporarily re-remove the bluetooth tools.. | julian | 2003-06-24 | 1 | -2/+0 |
* | Account for the fact that "buildworld" builds in the 'obj' tree | julian | 2003-06-24 | 1 | -1/+1 |
* | Typo. | mtm | 2003-06-24 | 1 | -1/+1 |
* | Connect bluetooth tools for i386 only. | julian | 2003-06-24 | 1 | -0/+2 |
* | Remove world read bit from the ppp binary; we don't do world-execute, | rwatson | 2003-06-23 | 1 | -2/+2 |
* | Delete keyadmin: its functionality is now provided by setkey(8). | ru | 2003-06-23 | 4 | -1528/+0 |
* | Delete prefix: its functionality has been merged into ifconfig. | tjr | 2003-06-23 | 3 | -159/+0 |
* | Delete gifconfig: its functionality has been merged into ifconfig. | tjr | 2003-06-23 | 3 | -1111/+0 |
* | - Set close on exec flag for device file descriptors. | mdodd | 2003-06-22 | 1 | -0/+11 |
* | - Don't ignore SIGTERM. | mdodd | 2003-06-22 | 2 | -4/+20 |
* | Though manpage says that 0.0.0.0 can be used as HISADDR for gw | ume | 2003-06-21 | 1 | -2/+4 |
* | We don't need two $FreeBSD$'s. Remove the older one. | gad | 2003-06-21 | 1 | -2/+0 |
* | make pciconf understand it's own output as stated in the manpage. | jmg | 2003-06-20 | 1 | -5/+13 |
* | s/warn/info/ | mtm | 2003-06-20 | 1 | -1/+1 |
* | Add support for the special shell nologin. | mtm | 2003-06-20 | 2 | -5/+44 |
* | Mention the use of Framed-IPv6-Prefix. | ume | 2003-06-20 | 1 | -0/+4 |
* | Update my email address. | mtm | 2003-06-20 | 2 | -2/+2 |
* | Don't forget the -r on the second password prompt. | mtm | 2003-06-20 | 1 | -1/+1 |
* | IPV6PREFIX is set when Framed-IPv6-Prefix is defined, You may | ume | 2003-06-20 | 3 | -0/+65 |
* | Mention the use of Framed-IPv6-Route. | ume | 2003-06-20 | 1 | -0/+46 |
* | Remove dev_mkdb(8). The kernel answers these questions. | phk | 2003-06-20 | 4 | -267/+0 |
* | fix problem with uninitalized ptr (from PR) | jmg | 2003-06-20 | 1 | -8/+13 |
* | Fix a coredump that would occur when fdopen was unable to | silby | 2003-06-19 | 1 | -1/+2 |
* | Do RADIUS accounting on IPV6CP. | ume | 2003-06-19 | 5 | -18/+110 |
* | Oops, I put unused variable in my previous commit. | ume | 2003-06-19 | 1 | -1/+0 |
* | Install routes specified by Framed-IPv6-Route. Since the format | ume | 2003-06-19 | 3 | -1/+71 |
* | Xref police: ntp.conf(8) -> ntp.conf(5). | sobomax | 2003-06-17 | 1 | -1/+1 |
* | Not particularly pretty hack to generate rules to make .ln files | markm | 2003-06-16 | 1 | -2/+10 |
* | MYADDR6 in ppp.link{up,down} should match even when IPCP is enabled. | ume | 2003-06-16 | 1 | -24/+20 |
* | o BATTTIME and BATTPERCENT are 'int' not 'str'. | maxim | 2003-06-16 | 1 | -1/+1 |
* | Fix yppasswdproc_update_master_1_svc() too. | mbr | 2003-06-15 | 1 | -0/+32 |
* | Only call pw_mkdb if passfile == _PATH_MASTERPASSWD. | mbr | 2003-06-15 | 1 | -9/+47 |
* | Document changes to default output. | grog | 2003-06-15 | 1 | -6/+7 |
* | Print out the current recording devices in the default printout. | grog | 2003-06-15 | 1 | -3/+9 |
* | make rarpd use in_addr_t instead of u_long since this is neccessary | jmg | 2003-06-15 | 1 | -24/+24 |
* | Remove MAINTAINER= lines in the makefiles for camcontrol, iostat, libcam | ken | 2003-06-14 | 1 | -2/+0 |
* | Eliminated two dozens of superfluous cats and two r-cats (sorry, Jordan). | ru | 2003-06-13 | 1 | -73/+51 |
* | Check the return values of opendir() and unlink() in cleanheaders(). | tmm | 2003-06-12 | 1 | -2/+4 |
* | Add missing header for system_Select() prototype | kris | 2003-06-12 | 1 | -0/+1 |
* | Minor improvement to some debugging code that is probably used by no one | gad | 2003-06-12 | 1 | -4/+15 |
* | Remove MAINTAINER= lines. That info is now in /usr/src/MAINTAINERS | gad | 2003-06-12 | 1 | -3/+0 |
* | When sanity-checking a variable, it's good to check the correct variable... | gad | 2003-06-12 | 1 | -1/+1 |
* | Remove uneeded cast. | obrien | 2003-06-11 | 1 | -1/+1 |
* | This appears to be WARNS=3 safe. | obrien | 2003-06-11 | 1 | -0/+2 |
* | Best we can do is WARNS=1 due to lex. | obrien | 2003-06-11 | 1 | -0/+1 |
* | Do not refer to the non-existant BDECFLAGS. | obrien | 2003-06-11 | 2 | -3/+0 |
* | There is no need for this makefile to reference BDECFLAGS, particularly | gad | 2003-06-11 | 1 | -1/+0 |
* | Autosize the property buffer instead of limiting it to 8192, and | tmm | 2003-06-11 | 2 | -7/+76 |
* | Tidy up the manpage. | ru | 2003-06-10 | 1 | -22/+27 |
* | Decode bus_info block. | simokawa | 2003-06-10 | 1 | -4/+13 |