freebsd-dev/usr.sbin
Bill Paul b3e932340d Makefile.yp:
- Add a 'pushpw' target that only yppushes the various passwd maps
  and sends a YPPROC_CLEAR to the local ypserv. This will be used by
  rpc.yppasswdd once I merge in the in-place update changes.

yp_access.c:

- Make the yp_access() function print RPC program and procedure numbers
  that it doesn't know about in literal form. This will allow it to work
  with other prgrams that it doesn't know about, like rpc.ypxfrd I'm going
  to import shortly.

yp_dblookup.c:

- Take out the __inline keywords. They weren't really helping me anyway.

- Somehow I broke yp_next() when DB_CACHE wasn't #defined. Fix it.

- Also fix potential case where yp_next() might loop forever; make sure
  it checks the return values of all the (dbp->seq)()/R_NEXT calls that
  it does as well as comparing keys.
1996-06-05 02:01:31 +00:00
..
ac Correct some man page cross references and file location references. 1996-04-07 00:06:21 +00:00
accton Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
adduser We DON'T ship bash by default, why is it the default shell? 1996-05-06 06:15:19 +00:00
amd `mv'' -> `mv -f'' 1996-05-07 23:19:49 +00:00
apm delete MANDIR=/usr/share/man/man, 1996-05-21 18:09:11 +00:00
apmconf Use /dev/apm instead of /dev/apm0. 1996-03-18 20:35:17 +00:00
arp Clean up warnings. 1996-02-08 21:05:52 +00:00
bad144 Commit the longstanding bin/410 & kern/411 fix, in the hope that somebody 1995-12-01 11:07:01 +00:00
bootparamd Change references from rpc.bootparamd to bootparamd. 1996-04-07 23:28:25 +00:00
cdcontrol LBA addition to new commands 1996-02-09 01:16:23 +00:00
chown Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
chroot Get rid of update. Make man page installation work with our scheme 1994-08-05 16:31:05 +00:00
config Backout yacc changes. 1996-06-02 17:22:01 +00:00
cron Quick patch to fix a bug where issuing ctl-c while in crontab -e 1996-04-09 20:28:16 +00:00
crunch recording cvs-1.6 file death 1995-12-30 19:02:48 +00:00
ctm update SEE ALSO section 1996-05-27 22:46:44 +00:00
dev_mkdb Get rid of update. Make man page installation work with our scheme 1994-08-05 16:31:05 +00:00
diskpart Merged type changes and overflow bug fixes from Lite2. 1996-03-19 15:38:44 +00:00
edquota Allow the use of uid ranges when using the "-p" option to allow 1996-03-31 20:57:44 +00:00
eeprom Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
fdcontrol Fix a bunch of spelling errors in a bunch of man pages. 1996-01-30 13:52:50 +00:00
fdformat Fix a bunch of spelling errors in a bunch of man pages. 1996-01-30 13:52:50 +00:00
fdwrite Fix a bunch of spelling errors in a bunch of man pages. 1996-01-30 13:52:50 +00:00
inetd Add $Id$ 1996-05-07 03:16:43 +00:00
iostat Fix a variety of minor typos and cross references in a bunch of 1996-01-20 07:29:11 +00:00
IPXrouted Accept and use the content of packets received that is bigger than the 1996-04-13 15:13:30 +00:00
kbdcontrol document values for option -r 1996-05-28 00:14:20 +00:00
kbdmap Correct a bunch of man page cross references and generally 1996-02-11 22:38:05 +00:00
kernbb Fix various bogosities. 1995-10-22 19:45:28 +00:00
kgmon Implemented non-statistical kernel profiling. This is based on 1995-12-29 15:30:05 +00:00
kvm_mkdb NBPG -> getpagesize() 1996-05-02 09:09:04 +00:00
lpr People ask in Usenet, how to configure remoteprinting successfully 1996-06-01 23:22:36 +00:00
lptcontrol Correct some man page xrefs, and some other minor changes to bring some 1996-04-08 04:18:31 +00:00
lsdev Decend the list of ioaddrs and maddrs for eisa devices and print them out 1996-01-31 18:06:52 +00:00
manctl Fix a bunch of spelling errors in a bunch of man pages. 1996-01-30 13:52:50 +00:00
mixer Make mixer print out all of the current mixer settings by defualt 1996-01-31 18:01:22 +00:00
mkdosfs Attempt to figure out the size of the device/file we are about to 1996-01-30 02:35:08 +00:00
mount_portalfs Get rid of the last vestiges of the old MOUNT_* constants in the 1996-05-13 17:43:19 +00:00
mountd Correct some man page cross references and file location references. 1996-04-07 00:06:21 +00:00
mrouted Change install permissions to 4555 from 4755 1996-05-20 16:42:32 +00:00
mtree Correct a bunch of man page cross references and generally 1996-02-11 22:38:05 +00:00
named delete /usr/ucb from PATH 1996-03-12 21:46:08 +00:00
ncrcontrol Drop privileges if not using standard namelist or file. 1996-05-30 02:19:43 +00:00
newsyslog Submitted by: charnier@lirmm.fr (Philippe Charnier) 1996-01-16 10:32:04 +00:00
nfsd Default to udp if neither udp nor tcp is specified. The previous revision 1996-05-01 03:13:45 +00:00
nologin Fix a bunch of spelling errors. 1996-01-29 23:52:43 +00:00
nslookup Remove support for OSI networking in user-land (#ifdef OSI aor CCITT) 1996-02-06 20:36:15 +00:00
pccard - Make pccardd release it's allocated io space and sets the mem.cardaddr 1996-04-23 16:46:48 +00:00
pcvt Correct paths for pcvt in FreeBSD. Close PR#1071 1996-03-10 02:16:58 +00:00
pkg_install fix PR#599 1996-06-03 04:40:43 +00:00
portmap Typo. 1996-02-05 15:35:41 +00:00
ppp Close a file descriptor leak. Possibly closes PR #1212 1996-06-03 21:35:21 +00:00
pppd Xref chat(8) and ppp(8). 1996-05-02 19:21:40 +00:00
pppstats Merge pppstats from ppp-2.2 onto mainline.. 1995-10-31 21:41:59 +00:00
pstat Enable the -M and -N options of swapinfo, as advertised in the usage line. 1996-05-29 19:57:25 +00:00
pwd_mkdb NIS cleanups and fixes, the next generation, continued. 1996-04-16 00:23:59 +00:00
qcamcontrol Fix a few bugs in argument processing. 1996-04-17 08:57:50 +00:00
quot Fix a bunch of spelling errors in a bunch of man pages. 1996-01-30 13:52:50 +00:00
quotaon Get rid of update. Make man page installation work with our scheme 1994-08-05 16:31:05 +00:00
rarpd Fix a bunch of spelling errors in a bunch of man pages. 1996-01-30 13:52:50 +00:00
repquota Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
rmt The rmt protocol didn't allow to pass a file creation mode (permission 1995-04-09 09:20:47 +00:00
rndcontrol Add some missing MLINKS, correct some cross references, correct some 1996-02-09 16:20:10 +00:00
routed Copy SGI routed onto head. 1996-05-30 16:31:46 +00:00
rpc.lockd Correct the rpc.lockd and rpc.statd man pages to not reference 1996-04-07 08:55:32 +00:00
rpc.statd Correct the rpc.lockd and rpc.statd man pages to not reference 1996-04-07 08:55:32 +00:00
rpc.yppasswdd Fix 'multidomain' code. It returns a pointer to memory that it doesn't 1996-05-08 15:57:11 +00:00
rtprio Correct a bunch of man page cross references and generally 1996-02-11 22:38:05 +00:00
rwhod Correct some man page cross references and file location references. 1996-04-07 00:06:21 +00:00
sa Correct some man page cross references and file location references. 1996-04-07 00:06:21 +00:00
sade Sha-ZAM! 1996-05-29 01:35:33 +00:00
sendmail freefall's new sendmail.cf file. 1996-05-17 07:47:34 +00:00
sgsc Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
sicontrol Fix a bunch of spelling errors in a bunch of man pages. 1996-01-30 13:52:50 +00:00
sliplogin Close a security hole in sliplogin. 1996-04-24 20:18:25 +00:00
slstat Drop privileges if not using standard namelist or kernel file. 1996-05-30 02:20:10 +00:00
spkrtest recording cvs-1.6 file death 1995-12-30 19:02:48 +00:00
spray Obtained from: NetBSD 1996-01-05 09:09:30 +00:00
stallion rm the files first before uudecoding, because the modes in the begin 1996-05-05 07:40:46 +00:00
sup Oops, accidently committed makefile change, back it out 1996-02-06 19:04:41 +00:00
sysctl Fix a core dump when the user gives "-w" without an "=" 1996-04-10 00:53:22 +00:00
sysinstall Fix some minor formatting dreck. 1996-05-29 03:27:31 +00:00
syslogd Correct synopsis (-d, -I options were missing because -mdoc mistook 1996-05-20 17:10:03 +00:00
tcpdump Update IGMP printing, removing the obsolete packet header version number & 1996-03-19 17:25:12 +00:00
timed Correct some man page cross references and file location references. 1996-04-07 00:06:21 +00:00
traceroute Bring in LBL traceroute, which has the '-g' option. This is a bugfixed and 1996-03-13 08:04:29 +00:00
trpt Include queue.h in preparation for struct socket changes. 1996-03-11 13:02:44 +00:00
tzsetup Copy /etc/localtime, unless it's already a symlink. 1996-04-01 08:17:49 +00:00
vidcontrol Fix a bunch of spelling errors in a bunch of man pages. 1996-01-30 13:52:50 +00:00
vipw Small NIS tweak: frob pw_error() a little so that it can say either 1995-08-13 16:05:06 +00:00
vnconfig man page link swapfile.8 -> vnconfig.8 1996-02-02 06:14:09 +00:00
watch Properly save and restore the terminal characters! 1996-03-01 18:21:41 +00:00
wormcontrol Mention the currently supported vendor/model strings. 1996-02-02 23:01:17 +00:00
xntpd Second attempt to correct the leap year handling. 1996-01-09 07:59:54 +00:00
xten recording cvs-1.6 file death 1995-12-30 19:02:48 +00:00
yp_mkdb Import the new yp_mkdb. This one does what the old one does, but is 1996-04-28 04:16:06 +00:00
ypbind Correct a bunch of man page cross references and generally 1996-02-11 22:38:05 +00:00
yppoll Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
yppush Fix embarassing mind-o: transient RPC program numbers run from 1996-04-29 05:24:26 +00:00
ypserv Makefile.yp: 1996-06-05 02:01:31 +00:00
ypset Add a ypset(8) man page. 1996-02-12 05:28:30 +00:00
zic Convert "time zone" to "timezone" in NAME section 1996-02-27 00:27:21 +00:00
Makefile ppoll -> yppoll. This Makefile should work better now. :-) 1996-05-08 12:28:23 +00:00
Makefile.inc BSD 4.4 Lite usr.sbin Sources 1994-05-26 05:23:31 +00:00