freebsd-skq/usr.sbin
tjr 5f6ddde944 Add IPv6 support to pppctl by using getaddrinfo() and trying each address
it returns. This allows it to connect to the server side again, which
has been listening on IPv6 addresses exclusively for more than 2 years.

PR:		59369
2003-12-07 08:39:29 +00:00
..
ac
accton
acpi Add a newline even if IAPC_BOOT_ARCH == 0. 2003-10-29 17:59:05 +00:00
adduser mdoc(7): Properly mark C headers. 2003-09-10 19:24:35 +00:00
amd Sync with fresh generated file, keep our changed settings. This seems 2003-09-02 17:38:30 +00:00
ancontrol Remove an annoying printf that somehow leaked into rev 1.21. 2003-11-16 08:41:24 +00:00
apm
apmd
arp mdoc(7) cleanups (use .Va, not .Dv, for sysctls.) 2003-10-03 07:48:56 +00:00
asf Add a "-f" flag for asf(8) which performs a search to find the each module 2003-11-04 06:38:37 +00:00
atm
bluetooth Replace all uses of the old netgraph constants NG_*LEN by the new 2003-11-15 15:26:35 +00:00
boot0cfg Get rid of duplicates. 2003-09-14 13:41:59 +00:00
boot98cfg
bootparamd Make this compile cleanly. Switch to using rpcgen to generate 2003-10-26 05:51:51 +00:00
bsnmpd Replace all uses of the old netgraph constants NG_*LEN by the new 2003-11-15 15:26:35 +00:00
btxld
burncd Catch up with the latest in device naming. 2003-11-18 02:33:27 +00:00
cdcontrol * Auto-detect what device to use if none is specified 2003-11-17 14:02:04 +00:00
chkgrp
chown Use uid_t. 2003-09-07 16:43:53 +00:00
chroot
ckdist
config Fixed spurious syntax errors for including files that don't begin with 2003-11-14 11:23:25 +00:00
cron Mention the fact that our crontab is not fully POSIX.2 conform, because 2003-10-24 13:02:39 +00:00
crunch Fix a bug that caused i386 to produce broken binaries for big-endian 2003-08-08 15:44:17 +00:00
ctm No need to define externs for getopt interface. 2003-08-07 05:47:49 +00:00
daemon
dconschat Increase MAXDEV up to 10. 2003-11-09 14:49:43 +00:00
devinfo
digictl
diskinfo
editmap
edquota mdoc(7): Properly mark C headers. 2003-09-10 19:24:35 +00:00
elf2exe
extattr
extattrctl
faithd - poll(2) support. 2003-11-14 17:34:08 +00:00
fdcontrol
fdformat
fdread
fdwrite
fwcontrol Add '0x' in front of EUI64 to avoid confusion. 2003-10-22 07:23:27 +00:00
getfmac
getpmac
gstat
i4b Get rid of duplicates. 2003-09-14 13:41:59 +00:00
ifmcstat Replace the if_name and if_unit members of struct ifnet with new members 2003-10-31 18:32:15 +00:00
inetd Rather than use the gcc -fno-builtin-log flag, just rename the 'int log' 2003-10-30 22:56:44 +00:00
iostat
ip6addrctl add ip6addrctl(8) which is a command to configure address 2003-10-30 17:46:40 +00:00
ipftest
ipresend
ipsend
iptest
IPXrouted Make this WARNS 2 clean, and fix up the manual page: 2003-11-15 17:10:56 +00:00
jail A variety of content cleanups: 2003-11-20 03:47:50 +00:00
jexec
jls
kbdcontrol
kbdmap
kernbb Fix our kernel support for Basic Block Profiling to work with GCC33. 2003-12-03 07:43:03 +00:00
keyserv
kgmon
kgzip
kldxref
lastlogin
lpr Fix a warning about mismatched pointers. A pointer to "void *" is not the 2003-10-26 03:01:24 +00:00
lptcontrol
mailstats
mailwrapper
makemap
manctl
memcontrol
mergemaster Use the actual build target (all), since relying on the build as a 2003-08-04 10:23:45 +00:00
mixer
mld6query Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542 2003-10-24 18:26:30 +00:00
mlxcontrol
mount_nwfs
mount_portalfs
mount_smbfs
mountd Rename the 'log' variable rather than -fno-builtin-log 2003-10-30 22:57:43 +00:00
moused __FBSDID; remove duplicate <ctype.h>; try to reduce style inconsistencies. 2003-11-17 11:26:51 +00:00
mptable Make this build and work on amd64 (sledge at least). 2003-09-30 04:09:21 +00:00
mrouted Use -D to rename the log() function (extensively used) rather than 2003-10-30 22:59:41 +00:00
mtest
mtree The new "spec against spec" comparison code was yet another time 2003-11-30 18:06:02 +00:00
named LANG->LC_ALL 2003-08-04 21:31:53 +00:00
named.reload
named.restart
ndc
ndp - make command line argument parsing POSIX compliant. comment from 2003-11-13 16:02:44 +00:00
newsyslog Handle a 'const' parameter without using __DECONST(). 2003-10-04 02:24:47 +00:00
nfsd
ngctl Get rid of the old constants which did not include the trailing NUL 2003-11-12 13:04:44 +00:00
nghook Allow nghook to execute a program with the data socket connected to 2003-10-24 10:01:36 +00:00
nologin Remove the BUGS section introduced in rev 1.11 now that the problem 2003-11-17 06:39:54 +00:00
nslookup
nsupdate
ntp
ofwdump
pccard Ooops. Committed sin number 1: updating the code w/o updating the comments. 2003-10-04 18:43:21 +00:00
pciconf
pcvt
periodic
pkg_install Clarify the order of arguments passed to the pre-/post-install script 2003-08-26 14:49:11 +00:00
pnpinfo
ppp Replace all uses of the old netgraph constants NG_*LEN by the new 2003-11-15 15:26:35 +00:00
pppctl Add IPv6 support to pppctl by using getaddrinfo() and trying each address 2003-12-07 08:39:29 +00:00
pppd Disclaim ownership of pppd/chat. It is vendor code, but has been badly 2003-10-29 19:24:04 +00:00
pppstats
praliases
procctl
pstat
pw mdoc(7): Use the new feature of the .In macro. 2003-09-08 19:57:22 +00:00
pwd_mkdb
quot
quotaon
rarpd Make it clear that -a flag and interface parameter are mutually exclusive 2003-08-16 22:23:16 +00:00
raycontrol
repquota
rip6query
rmt There is no need to #include <sgtty.h> 2003-09-04 01:33:43 +00:00
route6d - need_trigger/idx should be u_int, not ssize_t. 2003-11-14 17:16:50 +00:00
rpc.lockd Make this compile cleanly. It passes WARNS=2, but I haven't checked 2003-10-26 06:10:44 +00:00
rpc.statd Deal with xdrproc_t casts. Make these compile cleanly with WARNS=2 2003-10-26 06:14:10 +00:00
rpc.umntall Deal with xdrproc_t casts. Make these compile cleanly with WARNS=2 2003-10-26 06:14:10 +00:00
rpc.yppasswdd
rpc.ypupdated
rpc.ypxfrd
rpcbind Don't pass NULL as an integer. 2003-10-29 09:31:41 +00:00
rrenumd fix comment. 2003-10-26 10:30:17 +00:00
rtadvd fixed memory leak. 2003-09-20 09:41:13 +00:00
rtprio
rtsold backout 1.11. ifname in struct ifreq should be copyed by strncpy. 2003-08-17 11:54:58 +00:00
rwhod
sa
sade Replace the KDE and GNOME 2 desktops with KDE (Lite Edition) and GNOME 2 2003-12-02 20:49:46 +00:00
sendmail
setfmac
setkey enable aes-xcbc-mac and aes-ctr, again. 2003-11-10 10:39:14 +00:00
setpmac
sgsc
sicontrol
sliplogin
slstat
spkrtest
spray
stallion
sysinstall Replace the KDE and GNOME 2 desktops with KDE (Lite Edition) and GNOME 2 2003-12-02 20:49:46 +00:00
syslogd logerror is used in syslogd to log errors from syslogd itself. It 2003-11-16 21:51:06 +00:00
tcpdchk
tcpdmatch
tcpdump
timed Fix a BSS buffer overflow caused by makeargv() writing past the end of 2003-10-11 07:35:35 +00:00
traceroute
traceroute6 - setsockopt/sysctl takes int, not u_long. 2003-11-12 18:56:59 +00:00
trpt
tzsetup Cosmetic fix: a message was mixed with a dialog box border line. 2003-11-28 20:44:25 +00:00
ugidfw
usbd fix spelling of ATTACH 2003-10-25 22:03:10 +00:00
usbdevs
vidcontrol Propagate ioctl() failure to exit status 2003-09-18 16:20:32 +00:00
vipw
vnconfig
watch
watchdogd
wicontrol Typos fixing: 2003-10-05 12:09:31 +00:00
wlconfig
yp_mkdb
ypbind
yppoll
yppush
ypserv
ypset
zic
zzz add section name 2003-08-16 19:59:53 +00:00
Makefile Reconnect ipfstat, ipnat, and ipftest to the build now that if_xname 2003-12-02 21:52:14 +00:00
Makefile.inc