| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Update the number and size of ports in the Ports Collection. | murray | 2003-06-09 | 1 | -2/+2 |
* | Change incorrect strings.h to more correct string.h to pick up | imp | 2003-06-09 | 2 | -2/+2 |
* | Include sys/param.h for both modfind and kldload | imp | 2003-06-09 | 1 | -2/+5 |
* | Include stdlib.h for atoi declaration. | imp | 2003-06-09 | 1 | -0/+3 |
* | Include stdlib.h for atoi declaration | imp | 2003-06-09 | 1 | -0/+3 |
* | include string.h for memcmp declearation | imp | 2003-06-09 | 1 | -0/+1 |
* | Include string.h for strlen declaration | imp | 2003-06-09 | 1 | -0/+1 |
* | Include stdlib.h for exit declaration | imp | 2003-06-09 | 1 | -0/+1 |
* | Include string.h for strcmp declaration | imp | 2003-06-09 | 1 | -0/+1 |
* | Add section number to .Xr | charnier | 2003-06-08 | 3 | -3/+3 |
* | The .Xr utility. Spelling. Put NIS under .Tn | charnier | 2003-06-08 | 1 | -11/+19 |
* | The .Xr utility | charnier | 2003-06-08 | 3 | -7/+11 |
* | Add section number to .Xr | charnier | 2003-06-08 | 2 | -5/+5 |
* | Use implicit SRCS list, remove WARNS=0, the code is WARNS=4 clean now, | jmallett | 2003-06-08 | 1 | -2/+1 |
* | WARNS cleanup. Constness and shadowing, namely. | jmallett | 2003-06-08 | 1 | -8/+8 |
* | Fix format string. | jmallett | 2003-06-08 | 1 | -1/+1 |
* | Add licence. | grog | 2003-06-08 | 1 | -1/+26 |
* | Oops, this is section 8, not 1. | grog | 2003-06-08 | 1 | -1/+1 |
* | Add man page. | grog | 2003-06-08 | 1 | -0/+98 |
* | Include stdlib.h for exit() | imp | 2003-06-08 | 2 | -0/+2 |
* | Introducing asf, a helper program for kernel debugging. | grog | 2003-06-08 | 2 | -0/+207 |
* | Use stdlib.h for getopt interface. | imp | 2003-06-07 | 1 | -2/+0 |
* | remove unnecessary '?' from getopt string | imp | 2003-06-07 | 1 | -1/+1 |
* | MAXPATHLEN includes trailing NUL | imp | 2003-06-07 | 1 | -1/+1 |
* | Use safer strlcpy and snprintf interfaces | imp | 2003-06-07 | 1 | -4/+4 |
* | Get getopt interface from unistd.h | imp | 2003-06-07 | 2 | -5/+2 |