| Commit message (Expand) | Author | Age | Files | Lines |
* | Add FreeBSD Update 2.0 client code. The build code is in the projects | cperciva | 2006-08-31 | 4 | -0/+2076 |
* | When generating localhost entries in /etc/hosts, put localhost before | brooks | 2006-08-30 | 1 | -2/+2 |
* | Set alarm timer for grace period from the grace_period variable, instead | thomas | 2006-08-23 | 1 | -1/+1 |
* | Remove alpha left-overs. | ru | 2006-08-22 | 3 | -11/+1 |
* | Build mount_smbfs on ia64. | marcel | 2006-08-22 | 1 | -0/+1 |
* | Add several missing NIC drivers, remove two obsolete ones (el, ix). | brueffer | 2006-08-21 | 1 | -2/+7 |
* | Fix the output glitch. | ru | 2006-08-21 | 1 | -1/+1 |
* | Use same signedness for i and matched_c. This should make | delphij | 2006-08-17 | 1 | -1/+2 |
* | Enumerate all cases where -i is applicable. | yar | 2006-08-17 | 1 | -2/+3 |
* | o Style previous. | maxim | 2006-08-17 | 1 | -2/+2 |
* | Use setproctitle(3) to provide identification of the client and server | thomas | 2006-08-16 | 1 | -0/+2 |
* | Remove unsafe use of asynchronous I/O (the SIGIO handler could cause | thomas | 2006-08-16 | 1 | -118/+46 |
* | Improve wording for -f and -F. | dd | 2006-08-14 | 1 | -12/+11 |
* | Don't push a map on a master server which will fail anyway. | ru | 2006-08-13 | 1 | -1/+11 |
* | Undefine __DATE__ in order to avoid placing a build timestamp into | cperciva | 2006-08-13 | 1 | -0/+3 |
* | Fix "pkg_version -Io" coredump, if some packages have no origin at | krion | 2006-08-12 | 1 | -1/+1 |
* | Remove extraneous trailing \0 in string literal. | thomas | 2006-08-11 | 1 | -2/+1 |
* | (sm_mon_1_svc): Fix debugging output: when establising a monitoring | thomas | 2006-08-11 | 1 | -2/+3 |
* | Cosmetic: fix indentation. | des | 2006-08-11 | 1 | -2/+2 |
* | Readd sade, the problem should be fixed. | netchild | 2006-08-09 | 1 | -0/+1 |
* | Remove the keymap stuff too, it is not needed in sade. | netchild | 2006-08-09 | 4 | -152/+2 |
* | Get rid of the rtermcap stuff (embedding termcaps into the program). This | netchild | 2006-08-09 | 5 | -119/+5 |
* | Bump WARNS level to 3. | delphij | 2006-08-09 | 1 | -0/+1 |
* | Unbreak sparc64 build. | delphij | 2006-08-09 | 1 | -3/+3 |
* | Fix PC98 build. | delphij | 2006-08-09 | 1 | -1/+1 |
* | disconnect sade until someone fixes tinderbox builds | sam | 2006-08-09 | 1 | -1/+0 |
* | Partitions are only meaningful for i386 and amd64 architectures, so disable | delphij | 2006-08-08 | 5 | -45/+8 |
* | Make sade(8) WARNS=3 clean. | delphij | 2006-08-08 | 14 | -221/+55 |
* | Typo (favour -> favor). | delphij | 2006-08-08 | 1 | -1/+1 |
* | Shutdown curses when exit. While I am there, remove a stale | delphij | 2006-08-08 | 1 | -1/+4 |
* | - Pass pointer to fd_set in ReadSockets. | glebius | 2006-08-08 | 1 | -8/+9 |
* | Connect sade to the build. | netchild | 2006-08-07 | 1 | -0/+1 |
* | Say welcome to 'sade', the SysAdmins Disk Editor. It's the fdisk and disklabe... | netchild | 2006-08-07 | 23 | -6355/+131 |
* | Forced commit to note repo copy from sysinstall. | netchild | 2006-08-07 | 1 | -0/+1 |
* | Add line edit and history support to ngctl(8) via editline(3). | glebius | 2006-08-07 | 2 | -22/+168 |
* | Update NetBSD and OpenBSD SCM tags to match the reality. Note that | delphij | 2006-08-07 | 1 | -2/+2 |
* | Merge all applicable NetBSD and OpenBSD improvements over this manpage | delphij | 2006-08-07 | 1 | -9/+11 |
* | Use safe strlcpy rather than unsafe strncpy. After marcel's last fix, | imp | 2006-08-05 | 1 | -4/+2 |
* | Build shared on PowerPC now that the bug has been found and fixed. | marcel | 2006-08-04 | 1 | -4/+0 |
* | Fix (static) buffer overflow bug. The dest buffer is of size MAXPATHLEN, | marcel | 2006-08-04 | 1 | -1/+1 |
* | Remove remnants of Alpha. | marcel | 2006-08-02 | 4 | -475/+0 |
* | Add device to access and modify Open Firmware NVRAM settings in | sobomax | 2006-08-01 | 4 | -0/+351 |
* | inetd and telnetd are not included in the standard release | yar | 2006-07-31 | 1 | -0/+1 |
* | Use NO_SHARED=YES to force a static link. | marcel | 2006-07-30 | 1 | -1/+1 |
* | Link kldxref(8) static on PowerPC to work around a SIGSEGV that | marcel | 2006-07-29 | 1 | -0/+4 |
* | Change maketempfile() to return a FILE* so as to eliminate the fopen() | marcel | 2006-07-29 | 1 | -6/+7 |
* | ip6addrctl belongs to under MK_INET6, it is of no use w/o IPv6 | yar | 2006-07-27 | 1 | -1/+2 |
* | These IPv6-only tools have no explicit dependency on the INET6 macro. | yar | 2006-07-27 | 8 | -8/+7 |
* | ndp, rrenumd, rtadvd, and rtsold are IPv6-only tools, | yar | 2006-07-27 | 1 | -4/+8 |
* | Obey MK_INET6_SUPPORT. | yar | 2006-07-27 | 4 | -2/+24 |