ume
ad09c2b1f7
MYADDR6 in ppp.link{up,down} should match even when IPCP is enabled.
...
MFC after: 1 week
2003-06-16 15:19:25 +00:00
maxim
9c1053eebf
o BATTTIME and BATTPERCENT are 'int' not 'str'.
...
PR: bin/48793
Submitted by: Stefan Farfeleder <stefan@fafoe.dyndns.org>
MFC after: 2 week
2003-06-16 14:57:07 +00:00
mbr
d1edf6fb0e
Fix yppasswdproc_update_master_1_svc() too.
...
Only call pw_mkdb if passfile == _PATH_MASTERPASSWD.
Otherwise, rename master.passwd to a temp filename, rename
the new passwd to master.passwd, and let yppwupdate update
passwd as it sees fit.
Reviewed by: phk
Tested by: genesys
2003-06-15 21:24:45 +00:00
mbr
8b1b06a201
Only call pw_mkdb if passfile == _PATH_MASTERPASSWD.
...
Otherwise, rename master.passwd to a temp filename, rename
the new passwd to master.passwd, and let yppwupdate update
passwd as it sees fit.
PR: 52601, 7968
Reviewed by: des
Submitted by: Dan Nelson <dnelson@allantgroup.com>
2003-06-15 10:34:11 +00:00
grog
7b4b7a670b
Document changes to default output.
2003-06-15 08:46:36 +00:00
grog
3d6bd8a137
Print out the current recording devices in the default printout.
...
Discussed with: cg
Break some particularly long lines.
Still not enough for: bde.
2003-06-15 08:46:04 +00:00
jmg
d23b391c61
make rarpd use in_addr_t instead of u_long since this is neccessary
...
on 64bit platforms
ok'd by: silence
2003-06-15 03:00:22 +00:00
ken
a69cc262ba
Remove MAINTAINER= lines in the makefiles for camcontrol, iostat, libcam
...
and libdevstat, since the new way of doing things is to just list
maintainership in src/MAINTAINERS.
Also, remove duplicate entries in src/MAINTAINERS for those utilities. I
already had entries for them.
2003-06-14 05:28:01 +00:00
ru
bb7ece5c43
Eliminated two dozens of superfluous cats and two r-cats (sorry, Jordan).
...
Suggested by: Dan Nelson
2003-06-13 16:13:28 +00:00
tmm
d8249cec91
Check the return values of opendir() and unlink() in cleanheaders().
...
If unlink() fails, just print a warning for now.
2003-06-12 11:36:54 +00:00
kris
3faa870a3b
Add missing header for system_Select() prototype
2003-06-12 07:48:45 +00:00
gad
fec999e0c4
Minor improvement to some debugging code that is probably used by no one
...
but me (it's usually #ifdef-ed out).
MFC after: 1 week
2003-06-12 03:49:40 +00:00
gad
78dbcf9c67
Remove MAINTAINER= lines. That info is now in /usr/src/MAINTAINERS
2003-06-12 03:32:21 +00:00
gad
ae83ba896a
When sanity-checking a variable, it's good to check the correct variable...
...
MFC after: 1 week
2003-06-12 03:30:10 +00:00
obrien
22a2a89bc7
Remove uneeded cast.
2003-06-11 21:37:19 +00:00
obrien
486fd173ec
This appears to be WARNS=3 safe.
2003-06-11 21:36:06 +00:00
obrien
b34a5e077d
Best we can do is WARNS=1 due to lex.
2003-06-11 21:27:37 +00:00
obrien
816bc7b2ac
Do not refer to the non-existant BDECFLAGS.
2003-06-11 21:25:15 +00:00
gad
00ec076b3f
There is no need for this makefile to reference BDECFLAGS, particularly
...
since that is no longer defined in the default system install.
MFC after: 1 week
2003-06-11 20:32:52 +00:00
tmm
87b6b51235
Autosize the property buffer instead of limiting it to 8192, and
...
exiting if a property happens to be larger.
2003-06-11 18:44:26 +00:00
ru
df0f2667b6
Tidy up the manpage.
...
Reviewed by: grog
2003-06-10 05:29:14 +00:00
simokawa
068cc62123
Decode bus_info block.
2003-06-10 02:32:22 +00:00
murray
69bafe584a
Update the number and size of ports in the Ports Collection.
2003-06-09 07:05:59 +00:00
imp
b59d7d9276
Change incorrect strings.h to more correct string.h to pick up
...
declarations for strlcpy, strlen, strmp and strcpy.
2003-06-09 06:30:36 +00:00
imp
0fcc0bc2e1
Include sys/param.h for both modfind and kldload
...
Include sys/linker.h for kldload
Include sys/module.h for modfind
sort sys includes
2003-06-09 06:26:50 +00:00
imp
dde0cbde95
Include stdlib.h for atoi declaration.
...
Add $FreeBSD$ while I'm here.
2003-06-09 06:23:10 +00:00
imp
55bc626966
Include stdlib.h for atoi declaration
...
Add $FreeBSD$ while I'm here.
2003-06-09 06:22:01 +00:00
imp
d094e330d9
include string.h for memcmp declearation
2003-06-09 06:19:15 +00:00
imp
8c54690ffe
Include string.h for strlen declaration
2003-06-09 06:17:07 +00:00
imp
606a9095e3
Include stdlib.h for exit declaration
2003-06-09 06:16:18 +00:00
imp
68aa30aea2
Include string.h for strcmp declaration
2003-06-09 06:16:00 +00:00
charnier
c0603eccf2
Add section number to .Xr
2003-06-08 14:33:04 +00:00
charnier
aafcecac3c
The .Xr utility. Spelling. Put NIS under .Tn
2003-06-08 14:28:38 +00:00
charnier
9f740d6ffa
The .Xr utility
2003-06-08 14:06:45 +00:00
charnier
7260381488
Add section number to .Xr
2003-06-08 14:04:49 +00:00
jmallett
2078dd9a43
Use implicit SRCS list, remove WARNS=0, the code is WARNS=4 clean now,
...
which is more than enough.
2003-06-08 08:38:11 +00:00
jmallett
db49656250
WARNS cleanup. Constness and shadowing, namely.
2003-06-08 08:37:11 +00:00
jmallett
d38dd4f384
Fix format string.
2003-06-08 08:33:48 +00:00
grog
01de4910e4
Add licence.
...
Complained about by: juli
Correct usage() text.
2003-06-08 07:29:57 +00:00
grog
8f0fd47b47
Oops, this is section 8, not 1.
2003-06-08 06:59:33 +00:00
grog
d7992550b7
Add man page.
2003-06-08 06:57:57 +00:00
imp
1679883a3c
Include stdlib.h for exit()
2003-06-08 06:25:47 +00:00
grog
f43a5d3532
Introducing asf, a helper program for kernel debugging.
2003-06-08 06:18:13 +00:00
imp
b8cbfc8a9b
Use stdlib.h for getopt interface.
2003-06-07 19:13:57 +00:00
imp
a97c480b64
remove unnecessary '?' from getopt string
2003-06-07 18:46:30 +00:00
imp
5a3c8adbb8
MAXPATHLEN includes trailing NUL
2003-06-07 18:45:45 +00:00
imp
67d1c8d061
Use safer strlcpy and snprintf interfaces
2003-06-07 18:44:04 +00:00
imp
da3e415da1
Get getopt interface from unistd.h
2003-06-07 18:43:09 +00:00
imp
013edfd246
Get getopt interface from unistd.h
2003-06-07 18:35:45 +00:00
imp
f6787e2d57
Don't need to redundantly redeclare optreset.
2003-06-07 18:33:18 +00:00