enami
241ba6ead1
If f->f_type is F_FORW, don't close f->file.
1997-09-15 03:25:42 +00:00
lukem
aa125494d1
- use .Nm instead of .Xr
...
- don't refer to the command as /sbin/mountd - it's not there anymore
1997-09-14 02:26:14 +00:00
enami
747812c50c
Store constant `F_UNUSED' into the right place f->f_type
...
rather than f->f_file.
1997-09-13 07:53:10 +00:00
cjs
25e1ee9531
Sendmail 8.8.7 merge.
1997-09-09 06:35:00 +00:00
cjs
c75d7d513a
Sendmail 8.8.7 import.
1997-09-09 06:19:07 +00:00
mikel
f13c41584f
add missing newline in usage(); from Hubert Feyrer in PR bin/4064
1997-09-08 03:18:19 +00:00
mikel
312c78327b
kill excess newlines in debug output; from Enami Tsugutomo in PR bin/4076
1997-09-08 02:21:52 +00:00
veego
2e55dbcfd0
Sync it for libamu/Makefile.
1997-09-07 21:56:12 +00:00
fvdl
d2200ee791
Add missing argument to 2 warnx() calls. From <msaitoh@spa.is.uec.ac.jp>,
...
PR 4086.
1997-09-05 10:52:10 +00:00
is
3845c4168d
Make it recognize ICMP_UNREACH_ADMIN_PROHIBITED (type 13) as !A, and print
...
!{number} for unknown numbers.
This patch is part of PR 4038 by Havard Eidnes <he@vader.runit.sintef.no>,
who in turn did loosely base his patch on the FreeBSD 2.2.2 version.
1997-09-02 21:48:50 +00:00
mikel
31cff31e63
use correct name for default accounting file; from Hubert Feyrer in
...
PR bin/4063.
1997-09-01 23:32:45 +00:00
lukem
77735b9c46
update for WARNS?=1
...
check getopt() against -1 not EOF
1997-08-28 08:09:53 +00:00
lukem
5010818f51
Prevent info gathering attacks by returning EACCES when a directory
...
doesn't exist as well as when there aren't enough privileges.
As highlighted on BUGTRAQ.
1997-08-28 05:49:15 +00:00
mikel
480894feb2
xref sliplogin(8), not nonexistent sliplogin(1)
1997-08-27 07:59:19 +00:00
thorpej
aeeac5d7fd
Fix usage with NIS+ servers in NIS compat mode, which was lost in the
...
last amd update. From Matthieu Herrb <matthieu@laas.fr>, PR #4023 .
1997-08-26 19:47:19 +00:00
lukem
b9aadef1e0
cleanup for WARNS?=1. as a side effect, close [bin/4036]
1997-08-25 22:44:40 +00:00
kleink
66105c37fc
Lseek(2) usage cleanup: the use of L_SET/L_INCR/L_XTND is deprecated,
...
use SEEK_SET/SEEK_CUR/SEEK_END instead.
1997-08-25 19:31:43 +00:00
agc
f642bb0d2f
Add -U flag, checking for mismatch. This is the same as the old -u flag,
...
except that an error which was corrected is deemed not to be an error.
Necessary for use in the FreeBSD ports system.
1997-08-20 15:14:51 +00:00
mikel
e72c8b76e8
eliminate extra dashes before option arguments; from Enami Tsugutomo
...
in PR bin/4000.
also add xref to syslog(3) and fix some typos.
1997-08-19 04:20:40 +00:00
bouyer
2d20417591
Add MOUNT_EXT2FS to the list of filesystem which need to be deleted from
...
the export list in the kernel when re-reading /etc/exports.
1997-08-13 12:36:04 +00:00
kleink
971842faad
Typo.
1997-08-06 19:52:18 +00:00
fair
4c55c4068f
patch from PR#3944
1997-08-06 11:50:57 +00:00
christos
031eafc65a
PR/3939: enami tsugutomo: amd fails to detect endianness.
1997-08-05 12:02:49 +00:00
christos
8c55e294ce
Add -q flag for quiet operation.
1997-08-04 22:03:52 +00:00
mikel
be93e7feff
add missing backslash in ENTER() macro (#ifdef DEBUG); noted by
...
Kenneth Stailey
1997-08-01 04:51:48 +00:00
jtc
87f4ccd45f
Fix files using old TNF copyright notice
1997-07-30 22:53:50 +00:00
thorpej
1a9c5f5f48
Arithmetic between "int" and "size_t" is promoted to "long" on the Alpha;
...
use the %ld printf format, and cast to (long) for printing.
1997-07-30 17:43:55 +00:00
christos
afc018f838
If a directory gets deleted in the master tree, but the client has it in
...
his last.<collection> list, this directory did not get removed in the client
since the code just tried rmdir(foo) and gave up when that failed. This
has been changed to be more agressive and do an rm -fr when rmdir fails.
1997-07-30 15:35:13 +00:00
christos
6613161476
- Don't botch varargs: the are not always an array of void * in the stack...
...
Write a separate function to convert a list of function parameters to
an argv array.
- explain why execv failed.
1997-07-30 15:33:22 +00:00
veego
81fde155b7
Print the interlace and doublescan flag for the converted mode line and
...
not only default which is wrong.
1997-07-29 23:41:12 +00:00
veego
c0a29b25ea
Add 'WARNS?= 1'
1997-07-29 18:03:34 +00:00
veego
5fac362982
- Note that hblank_stop and vblank_stop are gone and describe the new disp_flags
...
for interlace, doublescan, sync-on-green and horizontal/vertical sync polarity.
- Add a HISTORY section which describes the changes of the mode format.
- Use a TNF copyright, with the permission from Ezra Story.
1997-07-29 17:40:47 +00:00
veego
44b9795e1b
Major mode format restruction:
...
- Remove gv->hblank_stop and gv->vblank_stop
- Add gv->disp_flags to select interlace, doublescan, sync-on-green and
horizontal/vertical sync polarity.
- Add many checks for old and wrong modes.
- Use a TNF copyright, with the permission from Ezra Story.
1997-07-29 17:39:52 +00:00
mikel
a86b9a7361
pushed ethers, not hosts
1997-07-29 05:56:48 +00:00
thorpej
5780269849
Document new UDP and TCP tunables.
1997-07-28 22:24:01 +00:00
fair
1f7596052f
fix a compile error on non-sparc
1997-07-28 19:29:54 +00:00
veego
fef34ddd17
Add config_local.h to SRCS so it is created before a make depend.
...
Finnaly fixes pr#3919.
1997-07-28 13:08:05 +00:00
thorpej
b54686772c
Fix a bunch of compiler warnings.
1997-07-28 06:03:54 +00:00
thorpej
4902da1c96
Fix compiler warnings, build with WARNS.
1997-07-28 05:39:16 +00:00
christos
3b1ba66d76
- Make the yacc .h file generation more sane from Juergen Hannken-Illjes
...
- PR/3919: Thorsten Frueauf: Add config_local.h to CLEANFILES and remove
it from the repository.
1997-07-28 00:46:55 +00:00
mrg
f644e619a5
find "namespace.h" correctly...
1997-07-25 06:54:00 +00:00
christos
5653c61f64
Restore from death.
1997-07-25 00:29:21 +00:00
christos
4c3f8ff516
Remove unnecessary files.
1997-07-25 00:21:57 +00:00
christos
eab39f597e
Commit am-utils6.0a8
1997-07-24 23:16:10 +00:00
christos
5feec48523
Import of Erez Zadok's am-utils
1997-07-24 21:19:53 +00:00
phil
ffdae81455
Add parameter to call of pw_copy, don't use it, just pass NULL.
1997-07-24 08:54:56 +00:00
thorpej
70e9bf3e24
Oops, somehow the last commit got screwed up.
1997-07-23 21:02:39 +00:00
thorpej
2434f06806
- __RCSID/__COPYRIGHT/prototype police.
...
- Fix compiler warnings.
1997-07-23 20:58:36 +00:00
thorpej
865d47e9aa
Add argument to .OS macro.
1997-07-23 20:27:16 +00:00
thorpej
d44f4bba41
Build with WARNS.
1997-07-23 20:23:16 +00:00