ume
4f54232f46
sprintf -> snprintf
...
Obtained from: KAME
2002-06-01 16:50:21 +00:00
matusita
caabda6163
Brush up descriptions of sendmail menu last added.
...
Submitted by: gshapiro
2002-06-01 15:47:49 +00:00
matusita
5942cf3adb
Add 'Sendmail' menu to set sendmail_enable variable.
...
Reviewed by: bmah (description only)
2002-06-01 14:50:14 +00:00
jhb
43d66222dd
Don't load a module from /stand/modules in the MFS root if it is already in
...
the kernel.
2002-05-31 20:06:24 +00:00
ru
65861c4bc2
We don't build libc_r on sparc64 for the moment.
2002-05-31 19:59:12 +00:00
pb
829d307800
Fix integer overflow causing disk/partition size display wrapping
...
above 4GB.
2002-05-31 17:03:01 +00:00
bmah
e243b41ee5
pkg_version was incorrectly claiming that 1.5 == 1.5.0.1, because
...
we weren't properly checking for the case that the two version strings
being compared had different numbers of components. This has been
fixed.
Pointed out by: sobomax
Reviewed by: silence on -ports
2002-05-31 15:45:48 +00:00
jhb
826f504958
- Document the new `diskInteractive' variable.
...
- Document the tcpMenuSelect command.
Sponsored by: The Weather Channel
2002-05-31 14:32:03 +00:00
jhb
7bc059de3e
If 'netInteractive' is set to true in an installation script, then
...
temporarily turn off the nonInteractive variable around the DHCP and IPv6
Yes/No questions in a network device setup so that those questions are
asked.
2002-05-31 13:39:55 +00:00
jhb
5dfcc5315d
Add a 'diskInteractive' variable that can be set to interactively partition
...
and label a disk from a sysinstall script.
2002-05-31 13:38:17 +00:00
jedgar
825ee8754a
Remove DESTDIR which is already included in DOCDIR.
...
Submitted by: jhay
2002-05-31 10:37:22 +00:00
keramida
331e9d77d6
Typo fix: syste -> system
2002-05-31 01:46:26 +00:00
wollman
3e12cfaecf
Fix syntax error (label with no statement).
2002-05-30 21:49:15 +00:00
wollman
504321aa46
Fix conflict with <paths.h> by renaming _PATH_LOGIN to _PATH_SLIP_LOGIN,
...
and likewise LOGOUT for consistency. Fix a few nearby style bugs.
2002-05-30 21:26:49 +00:00
wollman
42a1641010
Fix preprocessor directive syntax (text after #else).
...
This program is not likely to compile if DEBUG is ever defined.
2002-05-30 21:21:23 +00:00
ru
ad0a0caaf7
mdoc(7) police: Make this look like an average manpage.
2002-05-30 14:26:02 +00:00
ru
1f82eddce7
mdoc(7) police: markup nits.
2002-05-30 08:24:52 +00:00
ru
34f8bea812
mdoc(7) police: make SYNOPSIS really match usage().
2002-05-30 08:20:35 +00:00
ru
891f14d453
mdoc(7) police: markup nits.
2002-05-30 08:10:32 +00:00
ru
48ec4698ed
mdoc(7) police: don't use .Pq with plain text, this breaks hyphenation.
2002-05-30 07:53:53 +00:00
ru
395bccbe7f
mdoc(7) police: markup nit.
2002-05-30 07:51:22 +00:00
ru
812a445e72
mdoc(7) police: removed an extra .Op call.
2002-05-30 07:48:01 +00:00
ru
06e5e12cfd
mdoc(7) police: tidy up the markup.
2002-05-30 07:34:10 +00:00
jedgar
b6a74e2c58
Use the predefined DOCDIR instead of hard-coding /usr/share/doc/bind,
...
add support for DESTDIR.
2002-05-29 21:49:37 +00:00
ru
468da1a22d
mdoc(7) police: nits.
2002-05-29 16:47:55 +00:00
peter
8b1c546166
Put on peril sensitive sunglasses and turn C++ stuff back on.
2002-05-29 00:48:14 +00:00
alfred
2ccf75e686
Comment out comments trailing #endif directives
2002-05-28 21:52:10 +00:00
gad
7c61addfdd
Have this use 'static const char rcsid' instead of __RCSID()
...
Discussed with: bde, obrien
MFC after: 10 days
2002-05-28 20:37:00 +00:00
alfred
197cf7d2ba
Assume __STDC__, remove non-__STDC__ code.
2002-05-28 19:23:47 +00:00
sobomax
a94f09971f
MFS: two more testcases highlighting recently discovered problem with version
...
comparison routine.
2002-05-28 18:00:44 +00:00
iedowse
766d7f4a54
Remove references to the update/noupdate flag from the description
...
and examples of the "-s" option, since these two features operate
completely independently of each other.
Reviewed by: obrien
2002-05-28 17:53:52 +00:00
dougb
8bde8166ee
Actually accept the default argument to SCREEN_WIDTH.
...
Submitted by: brian
2002-05-28 07:25:44 +00:00
des
db56aa68a1
If unable to retrive maxfiles / openfiles, fail rather than print garbage.
...
Gratuitously rename a couple of variables.
Remove unused macros.
Add NAI copyright.
Sponsored by: DARPA, NAI Labs
2002-05-28 06:52:21 +00:00
des
de2d13be74
Remove the code that was disabled in a recent commit; it is of very limited
...
use and has been broken in -CURRENT for a long time.
Clean up unneeded entries in the nlist array.
Implement kvm-backed ttymode (which we never had before). Incomplete as we
do not (yet?) print the correct device, sid or pgid.
Sponsored by: DARPA, NAI Labs
2002-05-28 06:37:27 +00:00
des
671edd16d9
Oops, don't print /dev/ twice.
2002-05-28 05:45:56 +00:00
des
e60971dda8
struct tty -> struct xtty. Reenable some previously disable code, but
...
temporarily disable some rarely-used code that needs more work.
Sponsored by: DARPA, NAI Labs
2002-05-28 05:42:32 +00:00
brian
6fc921d693
Coerce pid_t to long rather than int for better portability.
...
Suggested by: Theo de Raadt <deraadt@openbsd.org>
2002-05-27 23:19:53 +00:00
murray
7689e10e1a
The ports collection now contains over 7000 applications and consumes
...
about 165MB of space when first installed.
Submitted by: rpratt
2002-05-27 19:31:02 +00:00
dwmalone
3a164e8568
As far as I can tell, the maximum packet size for 802.11b is 2346,
...
which means that the valid range for the RTS threshold is 0-2347.
The default is definitely 2347.
2002-05-27 13:39:01 +00:00
dwmalone
4c72376dab
Remove a stray "t" in the usage message.
...
PR: 38605
Submitted by: KOIE Hidetaka <hide@koie.org>
MFC after: 1 week
2002-05-27 13:33:46 +00:00
jwd
da8203a816
Log invalid config entries. Make the -d option actually log to
...
the terminal(-d fix from dwmalone).
Approved by: dwmalone
MFC after: 2 weeks
2002-05-26 04:43:26 +00:00
ru
d98e09267b
Make it work for a different endianness binary.
...
(This version is still limited to ELF64.)
Reviewed by: jake
2002-05-25 13:43:16 +00:00
ru
4eb7a2371e
Get all the fruit from makefile.
2002-05-25 13:39:20 +00:00
ru
6e02fb8404
Move elf2aout to usr.sbin/.
...
Approved by: jake
2002-05-25 13:29:47 +00:00
obrien
36a393821f
The man page is VERY WRONG about using "-o noupdate" with -s.
...
So fix it, and add an example using -s.
2002-05-25 01:46:44 +00:00
ru
ed88070398
Removed dead code.
2002-05-24 06:30:07 +00:00
ru
3d4d4bf652
Handle endianness. This completes cross-support for sparc64.
2002-05-24 06:24:40 +00:00
des
df83130b9c
Un-kmemize. Portions of the tty mode code have been temporarily disabled;
...
everything else, including dead kernel support, works just like before.
Sponsored by: DARPA, NAI Labs
2002-05-23 15:09:49 +00:00
des
530e4f719b
Nits in previous commits.
...
Sponsored by: DARPA, NAI Labs
2002-05-23 14:58:07 +00:00
des
4cbec75e55
Cull large amounts of dead code (deprecated since 1997)
...
Sponsored by: DARPA, NAI Labs
2002-05-23 14:53:04 +00:00