cracauer
40718257bf
Make '||' visible.
...
PR: docs/15265
Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
1999-12-05 12:23:03 +00:00
kris
ca7199ffd8
The -s option was broken (missing braces around an else clause).
...
Noticed by: Thomas Stromberg <tstromberg@rtci.com>
Obtained from: OpenBSD
1999-12-04 03:19:15 +00:00
kris
3e5c0ef8dc
Fix off-by-one error leading to a segfault.
...
Noticed by: Thomas Stromberg <tstromberg@rtci.com>
1999-12-04 02:19:33 +00:00
kris
885348587c
Fix buffer overflow & add $FreeBSD$
...
Reviewed by: imp
1999-12-04 02:11:51 +00:00
marcel
5d3899446e
Fix for the new usage of mkioctls
1999-12-03 17:35:34 +00:00
ache
9f9ea4099c
Change -i host to whois.networksolutions.com
1999-12-03 16:56:57 +00:00
marcel
c0a34be120
Avoid hardcoding any paths and variables. The include directory must
...
now be specified on the command line. Accept a '-s' option which
controls whether a switch-statement is to be used instead of a series
of if-statements.
Replace cpp with gcc -E.
Discussed with: bde
1999-12-03 12:50:02 +00:00
sheldonh
8d21f19e4e
Replace the -q option to pwd_mkdb with a test for PW_SCAN_BIG_IDS in
...
the environment. This allows big ID warnings to be suppressed for
vipw and chpass as well.
Since the environment variable test is only performed for callers
of pw_scan() that do not set pw_big_ids_warning, the test can still
be overriden. Currently, chpass and pwd_mkdb are the only users
of pw_scan() and neither of them overrides the environment variable
test.
1999-12-02 16:39:15 +00:00
marcel
945cd94ac2
Make sure DESTDIR is set in the environment of mkioctls. This fixes
...
the breakage people have encountered at certain times (for example
when the altq_*.h files were removed).
$FreeBSD$ tag added.
1999-12-02 13:47:17 +00:00
ache
f05bfcb43f
Use %EF instead of hardcoded order for each country
1999-11-30 20:08:50 +00:00
ache
bcef948db2
%Ex -> %Ef
1999-11-30 19:44:33 +00:00
ache
6bb6d94196
Change meaning of newly introduced -L option - it helps lpr later
1999-11-30 15:09:26 +00:00
ache
5ff251c82d
Localize it
1999-11-30 09:41:01 +00:00
peter
a466491b96
Reactivate bind and add dnskeygen.
1999-11-30 06:26:57 +00:00
peter
0270d2b8b3
New program in the bind suite. I'm not sure that it's worth much while
...
cylink/dnssafe is missing, but here it is anyway.
1999-11-30 06:26:14 +00:00
peter
dfcdee628b
Use libbind to get to the extended resolver and headers.
1999-11-30 06:25:19 +00:00
peter
dc618593bd
Move named and associated tools into a seperate makefile section and
...
disable them pending an import and cleanup of bind 8.2.2.p5.
1999-11-30 02:18:13 +00:00
kris
9aee982353
Fix a buffer overflow due to sending strings >1k in length. This is unlikely
...
to be a security problem, but it's not totally impossible. OpenBSD take note
Reviewed by: imp
1999-11-25 07:28:54 +00:00
guido
0d47729503
Adjust man page: if command is specified, file name is mandatory
1999-11-24 15:47:45 +00:00
guido
02460f1397
Unbreak build world by readding the necessary ipfilter includes.
1999-11-24 15:38:35 +00:00
marcel
a96d7080dc
Improve backward compatibility.
...
make(1) uses sysctlbyname() to find out if it is running on a PC98
machine. This check has been added on 1998/9/9. The MIB variable was
added on 1998/8/31. At that time __FreeBSD_version was 300003. So,
only perform the check *if* __FreeBSD_version is defined and if it's
greater than 300003.
For the record: sysctlbyname was added on 1997/5/30 so this change
automaticly handles that...
1999-11-23 10:35:24 +00:00
charnier
f3267b7b85
Make better use of .Ar. Use DIAGNOSTICS instead of incorrect section name.
...
Add rcsid. Remove unused #includes. Cosmetic in error messages.
1999-11-21 16:16:30 +00:00
charnier
d09776075b
Correct use of .Nm. Add DIAGNOSTICS section. Add rcsid
1999-11-21 16:11:56 +00:00
dt
77bc1f2db8
Generate skel.c at build time.
1999-11-20 15:41:43 +00:00
phantom
135de032e4
mdoc(7)'fy
...
Mostly submitted by: "Philippe Charnier" <charnier@xp11.frmug.org>
1999-11-18 16:04:53 +00:00
ache
28edb56949
purity change for name length checking code
1999-11-17 20:51:35 +00:00
ache
3620b449a5
Merge with OpenBSD whois (with bugfixes missed there)
...
New features are:
Automatic lookup using *.whois-servers.net
Recursive lookup using Registrar's name
Fallback to InterNIC for non-domains
-m for RADB database
-Q to turn recursion/fallback off
Obtained from: OpenBSD
1999-11-17 19:11:51 +00:00
davidn
3d4886f969
Reduce max length of user names to 15 characters to reflect reality.
...
This also prevents the line-wrap and messed up display that occurs
when there happens to be one or more names with 15 chars.
1999-11-17 16:31:51 +00:00
peter
6bdffedcb9
Use the same technique as ps(1) to avoid the need for setgid. (ie: use
...
/dev/null as the default kernel and /dev/mem filenames, but still allow
the usual overrides)
1999-11-17 15:28:45 +00:00
bde
c1eced8210
Fixed sorting on time. On i386's, time differences of more than 2147
...
seconds caused overflow. Use a type-safe but slightly slower comparison.
Comparisons for other fields are still fragile.
Fixed rounding of cputime (don't do extra work to get it slightly wrong
by first converting without rounding to milliseconds).
Removed dead code for setting cputime.
Fixed comments about cputime.
1999-11-17 03:25:54 +00:00
marcel
2d8cd2480b
Remove CROSS_MAKE_FLAGS.
1999-11-15 17:07:45 +00:00
kris
3853bec4b5
Typo
...
Obtained from: OpenBSD
1999-11-15 03:13:23 +00:00
marcel
17ed6e05da
${MACHINE} -> ${MACHINE_ARCH}
...
All Makefiles now use MACHINE_ARCH for the target architecture.
Unification is required for cross-building.
Tags added to:
sys/boot/Makefile
sys/boot/arc/loader/Makefile
sys/kern/Makefile
usr.bin/cpp/Makefile
usr.bin/gcore/Makefile
usr.bin/truss/Makefile
usr.bin/gcore/Makefile:
fixed typo: MACHINDE -> MACHINE_ARCH
1999-11-14 13:54:44 +00:00
bp
c9c6656d0f
Add reference to the share/examples/nwclient directory.
1999-11-14 13:39:49 +00:00
green
846b75da6d
Make fstat work with file arguments again after being broken by dev_t
...
changes. Thanks, Mr. Edwards!
Submitted by: Peter Edwards <peter.edwards@ireland.com>
1999-11-13 21:13:25 +00:00
marcel
dc10af68ca
Fix the case where there's no path and doscmd defaults it to C:\
1999-11-12 08:59:41 +00:00
dfr
802a7ce1af
ioctlname() is actually passed a register_t.
...
Pointed out by: bde
1999-11-10 08:41:08 +00:00
davidn
eb0978086d
Fix cosmetic bug in time display. Current day logins are now displayed
...
as plain time as originally intended, instead of displaying DayHH times
when the login time happens to be prior the GMT - TZ difference.
(Only noticable on systems operating east of GMT/UTC).
Local times are now used to determine the day.
1999-11-10 04:28:16 +00:00
dfr
dbc696f018
Fix a boatload of warnings in the generated code on the alpha.
1999-11-09 22:32:29 +00:00
dfr
6ab56498ca
Fix the output of 'netstat -I de0 1' for the alpha. Fix a bunch of
...
warnings while I'm here.
1999-11-09 22:22:36 +00:00
ache
64b85dd45e
Change default to whois.crsnic.net - new Central Shared Registry for domains
...
Move InterNIC to -i option
1999-11-09 09:01:38 +00:00
jhay
0b538034b3
Make sigreturn() work properly by zeroing mc_onstack like Bruce suggested.
...
Restore dos_makepath() functionality to pre r1.5 days.
1999-11-08 17:28:46 +00:00
jkoshy
8d9b08ce74
Document startup behaviour of mail(1).
...
PR: docs/1577
Submitted by: Joseph Koshy <koshy@india.hp.com>
1999-11-08 03:54:37 +00:00
charnier
b8313fcc34
add arguments
1999-11-02 21:23:38 +00:00
nik
cfcb584ddc
Document that hosts for which no status report has been received for
...
4 days are considered to have LEFT_EARTH(), and will not be shown in
the list.
PR: docs/14299
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
1999-11-01 19:42:02 +00:00
bp
64978e8834
Fix breakage for NOSHARED case.
...
Submitted by: Bruce Evans
1999-11-01 02:44:09 +00:00
bp
5fbe2c72e9
Fix NOSHARED case.
...
Pointed by: Bruce Evans
1999-10-31 08:58:29 +00:00
bp
f66b8ba3d1
Add ncplogin/logout programs which allow manage connections
...
more precisely than mount_nwfs.
Obtained from: ncplib-1.3.3
1999-10-31 02:14:59 +00:00
phantom
a17fafc521
mdoc(7)'fy
1999-10-30 15:12:25 +00:00
phantom
adfeaab86c
uncomment FILES section (it look reasonable here)
...
mdoc(7)'fy
1999-10-30 14:35:22 +00:00