.. |
ac
|
…
|
|
accton
|
…
|
|
amd
|
Properly define ufs_args_t and HAVE_FIELD_UFS_ARGS_T_FSPEC, so that automount
|
1999-01-11 15:57:49 +00:00 |
apm
|
Add -m option to display minutes left. From dbj@netbsd.org
|
1999-01-15 00:29:02 +00:00 |
apmd
|
PR/6606: Johnny C. Lam: Add -l flag to apmd so that it suspends automagically
|
1998-12-19 15:27:58 +00:00 |
arp
|
…
|
|
bad144
|
#include machine/bswap.h and remove -lutil.
|
1999-01-15 13:32:05 +00:00 |
bind
|
Avoid problems when trying to link BIND 8 statically, fixes PR bin/6717
|
1999-01-04 00:04:04 +00:00 |
bootp
|
In userland, pull in <errno.h> instead of <sys/errno.h> for the declaration
|
1999-01-11 22:39:59 +00:00 |
catman
|
…
|
|
chown
|
Allow "chown/chgrp -R -h" so we can change trees with symbolic links without
|
1998-10-05 21:37:38 +00:00 |
chroot
|
let chroot take "-u user", "-g group" and "-G group,list,group,..." arguments
|
1998-10-06 03:47:50 +00:00 |
chrtbl
|
…
|
|
config
|
Lennart Augustsson's multi-valued locator code.
|
1999-01-21 13:10:08 +00:00 |
cron
|
Allow quote-escaping of environment variable names so that they may contain
|
1998-10-12 22:15:47 +00:00 |
dbsym
|
…
|
|
dev_mkdb
|
…
|
|
dhcp
|
Use ping -n; if we're running a local nameserver, it may try to
|
1999-01-28 23:09:07 +00:00 |
diskpart
|
Include "disktab.h" to get prototype for getdiskbyname().
|
1999-01-19 22:23:36 +00:00 |
dumpfs
|
#include machine/bswap.h and remove -lutil.
|
1999-01-15 13:32:05 +00:00 |
dumplfs
|
Deal with superblock changes; from PR#6032.
|
1998-09-11 21:22:53 +00:00 |
edquota
|
…
|
|
eeprom
|
This is also useful for sparc64.
|
1999-01-17 20:02:29 +00:00 |
eshconfig
|
Tweaks to document and support HIPPI-FP driver
|
1998-11-20 17:23:27 +00:00 |
greconfig
|
gre(4) no longer supports ipip. Track this change ...
|
1999-01-26 21:32:39 +00:00 |
grfconfig
|
…
|
|
grfinfo
|
…
|
|
gspa
|
{} fixes from Erik Bertelsen <erik@erik-be.uni-c.dk> (PR 6047) to shut up egcs.
|
1998-08-27 20:31:00 +00:00 |
hilinfo
|
In userland, pull in <errno.h> instead of <sys/errno.h> for the declaration
|
1999-01-11 22:39:59 +00:00 |
inetd
|
Revert previous.
|
1999-01-20 09:24:06 +00:00 |
iostat
|
in -x, print MB/s two 2 decimal places. noted by enami@netbsd.org
|
1998-08-27 03:17:49 +00:00 |
ipf
|
Add descriptions of fields in the ipmon output. I considered converting
|
1999-01-29 00:47:55 +00:00 |
iteconfig
|
…
|
|
kgmon
|
…
|
|
kvm_mkdb
|
We need to support both elf32 and elf64 for sparc64.
|
1999-01-17 01:42:07 +00:00 |
lastlogin
|
…
|
|
lpr
|
Fix pr 5071 better after feedback from the Originator Havard Eidnes.
|
1998-09-14 21:23:07 +00:00 |
mailwrapper
|
Add the "mailwrapper" program, which is designed to act as a switch
|
1998-12-25 22:06:58 +00:00 |
map-mbone
|
Use strerror(3) instead of sys_errlist and sys_nerr.
|
1998-05-09 17:22:07 +00:00 |
mbrlabel
|
Use <sys/disklabel_mbr.h> rather than our own home-grown.
|
1999-01-27 20:44:04 +00:00 |
mdconfig
|
…
|
|
mdsetimage
|
Define NLIST_ELF32 for mips native format. Also NLIST_ECOFF (pmax, arc PROMs)
|
1998-12-05 07:30:38 +00:00 |
mopd
|
In userland, pull in <errno.h> instead of <sys/errno.h> for the declaration
|
1999-01-11 22:39:59 +00:00 |
mountd
|
iPr/6121: Mycroft, diagnostics messages were not helpful.
|
1999-01-12 15:11:53 +00:00 |
mrinfo
|
use destination's size in 2 memcpy calls.
|
1998-07-04 21:31:59 +00:00 |
mrouted
|
The ioctls have been issued on the wrong socket, so they failed with a
|
1999-01-23 22:44:43 +00:00 |
mtrace
|
Apply patches for mtrace in bin/5598 by yours truly.
|
1999-01-14 21:54:10 +00:00 |
mtree
|
Appease gcc-2.8.1, make printf formats more portable.
|
1998-12-19 15:38:45 +00:00 |
named
|
s/resolver(5)/resolv.conf(5)/
|
1999-01-16 11:06:49 +00:00 |
netgroup_mkdb
|
…
|
|
nfsd
|
Do not block SIGTERM, so that nfsd exits gracefully at shutdown.
|
1999-01-25 10:12:33 +00:00 |
nfsiod
|
KNF.
|
1998-07-13 05:43:50 +00:00 |
pkg_install
|
minor comments fixup
|
1999-01-26 14:47:32 +00:00 |
portmap
|
fix logging without libwrap: introduce a syslog facility/severity
|
1999-01-20 14:12:18 +00:00 |
pppd
|
Keep the example strings on one line.
|
1999-01-24 06:27:06 +00:00 |
pstat
|
Fix hannken's fix: The correct way to keep pstat.c from looking for any
|
1998-06-26 19:52:29 +00:00 |
pwd_mkdb
|
const poisoning.
|
1998-07-27 00:52:00 +00:00 |
quot
|
remove unnecessary comment
|
1998-06-08 12:38:41 +00:00 |
quotacheck
|
{} fixes from Erik Bertelsen <erik@erik-be.uni-c.dk> (PR 6047) to shut up egcs.
|
1998-08-27 20:31:00 +00:00 |
quotaon
|
const poisoning.
|
1998-07-27 00:52:00 +00:00 |
rarpd
|
In userland, pull in <errno.h> instead of <sys/errno.h> for the declaration
|
1999-01-11 22:39:59 +00:00 |
rbootd
|
- fix typo in a comment
|
1998-12-09 03:41:42 +00:00 |
rdate
|
…
|
|
repquota
|
const poisoning.
|
1998-07-27 00:52:00 +00:00 |
rmt
|
…
|
|
rpc.bootparamd
|
…
|
|
rpc.lockd
|
…
|
|
rpc.pcnfsd
|
const propagation.
|
1998-07-27 15:11:06 +00:00 |
rpc.statd
|
- use an array MAXHOSTNAMELEN+1 size to hold hostnames
|
1998-07-06 06:56:06 +00:00 |
rpc.yppasswdd
|
Allow changing of formerly empty passwords.
|
1998-11-06 13:07:18 +00:00 |
rwhod
|
fix error in previous pointed out by bad. minor KNFing.
|
1998-07-08 15:17:57 +00:00 |
sa
|
{} fixes from Erik Bertelsen <erik@erik-be.uni-c.dk> (PR 6047) to shut up egcs.
|
1998-08-27 20:31:00 +00:00 |
screenblank
|
Add support for WSCONS, and default to it. If the platform also has
|
1998-12-18 01:15:43 +00:00 |
sendmail
|
In userland, pull in <errno.h> instead of <sys/errno.h> for the declaration
|
1999-01-11 22:39:59 +00:00 |
sliplogin
|
KNF + check for fork failure.
|
1998-07-04 21:04:02 +00:00 |
slstats
|
- change setgid kmem programs (that lend themselves to this) so setegid(getgid())
|
1998-07-06 07:50:18 +00:00 |
spray
|
…
|
|
sup
|
In userland, pull in <errno.h> instead of <sys/errno.h> for the declaration
|
1999-01-11 22:39:59 +00:00 |
sysctl
|
Direct the user to use nfsstat to print nfs statistics.
|
1998-11-13 20:56:21 +00:00 |
syslogd
|
Use "[host]: " as prefix for forwarded messages to distinguish them
|
1998-07-30 23:29:29 +00:00 |
tcpdchk
|
PR/6835: Greg A. Woods: Various problems with tcpdchk
|
1999-01-18 18:01:26 +00:00 |
tcpdmatch
|
…
|
|
tcpdump
|
Double-check tcp/udp checksum if we get enough data to do it.
|
1998-12-18 20:28:54 +00:00 |
timed
|
- use an array MAXHOSTNAMELEN+1 size to hold hostnames
|
1998-07-06 06:56:06 +00:00 |
traceroute
|
Use a little bit of magic suggested by Ken Hornstein to find an
|
1998-12-09 22:53:29 +00:00 |
trpt
|
- change setgid kmem programs (that lend themselves to this) so setegid(getgid())
|
1998-07-06 07:50:18 +00:00 |
trsp
|
- change setgid kmem programs (that lend themselves to this) so setegid(getgid())
|
1998-07-06 07:50:18 +00:00 |
update
|
…
|
|
usbd
|
Slight code rearrangement.
|
1998-12-09 00:57:19 +00:00 |
usbdevs
|
Update for the ioctl(USB_DEVICEINFO) API change.
|
1998-12-29 15:29:41 +00:00 |
videomode
|
…
|
|
vipw
|
Print a clear error message when the reason for not being able to create
|
1998-12-09 12:40:15 +00:00 |
vnconfig
|
Include "disktab.h" to get prototype for getdiskbyname().
|
1999-01-19 22:33:04 +00:00 |
wsconscfg
|
add a tool to add/delete virtual screens at runtime
|
1999-01-13 17:15:44 +00:00 |
wsfontload
|
utility to download fonts to s wscons display device, currently only
|
1999-01-13 19:02:34 +00:00 |
xntp
|
HTML documentation files for XNTP, installed in /usr/share/doc/xntp
|
1998-12-30 20:19:29 +00:00 |
ypbind
|
note that messages are send to syslog daemon using facility LOG_DAEMON.
|
1998-08-21 09:39:32 +00:00 |
yppoll
|
…
|
|
ypserv
|
Fix some debugging printf formats.
|
1999-01-23 01:08:55 +00:00 |
ypset
|
…
|
|
zdump
|
…
|
|
zic
|
add -Dunix to CPPFLAGS to suppress cpp warning.
|
1998-09-01 03:16:48 +00:00 |
Makefile
|
enable wsconscfg + wsfontload
|
1999-01-13 19:43:41 +00:00 |
Makefile.inc
|
…
|
|