Mike Barcroft
3334b16966
Add support for Brazilian IP Addresses. Example `whois 200.236.70.0'.
...
PR: 30676
2001-12-08 21:22:42 +00:00
Warner Losh
bc505f7742
Only use __FBSDID if it is defined. This fixes the 4.4-release (but
...
not stable) -> current upgrade path.
Reviewed by: markm
2001-12-08 02:28:16 +00:00
David Malone
9d26129dba
Yes seems to be warns clean on alpha and i386.
2001-12-03 21:42:15 +00:00
David Malone
6215f63b5e
Some warns cleanups - I think this is still not warns clean on the alpha.
2001-12-03 21:40:07 +00:00
David Malone
57a4972d78
Warns cleanup. Add FreeBSD ID to Makefile.
2001-12-03 21:39:04 +00:00
David Malone
c83caf7b8d
Warns cleanups. Add FreeBSD ID to Makefile.
2001-12-03 21:37:35 +00:00
David Malone
0fce1f20c8
Warns cleanup - don't declare ttyname(). Add FreeBSD ID to Makefile.
2001-12-03 21:33:59 +00:00
David Malone
c86e1d1f86
Warns cleanups. Add missing prototype.
2001-12-03 21:32:54 +00:00
David Malone
0050672a16
Fix one warning - still not warns clean.
2001-12-03 21:32:01 +00:00
David Malone
47e68d542a
Strip seems to be warns clean on i386 and alpha.
2001-12-03 21:28:37 +00:00
David Malone
45af1a4cbd
Warns cleanups.
2001-12-03 21:27:45 +00:00
David Malone
6e878749df
Warns cleanups. This makes the showmount code warns clean, but some
...
of the rpc headers aren't.
2001-12-03 21:25:28 +00:00
David Malone
b139689c6b
Warns cleanups. Add FreeBSD ID.
2001-12-03 21:22:56 +00:00
David Malone
586ffa2e8a
Warns cleanups, add FreeBSD IDs.
2001-12-03 21:20:37 +00:00
David Malone
73f631edfa
Warnc cleanups. Add FreeBSD IDs.
2001-12-03 21:15:40 +00:00
David Malone
054bbc7bc3
Warns cleanups. Don't use gccism -Wall.
2001-12-03 21:13:03 +00:00
David Malone
9178fa121e
Nohup seems to be warns clean on alpha and i386. Add FreeBSD id to Makefile.
2001-12-03 21:12:03 +00:00
David Malone
ae1a490de6
Warns cleanup. Add FreeBSD ID to Makefile and nice.c.
2001-12-03 21:10:47 +00:00
David Malone
9ff5e898db
Warns cleanups.
2001-12-03 21:07:23 +00:00
David Malone
1627c04d8c
Warns cleanup. Add FreeBSD ID to Makefile.
2001-12-03 21:06:20 +00:00
David Malone
106b1a8c91
Warns cleanup - not ready for WARNS=2 yet.
2001-12-03 21:04:50 +00:00
David Malone
fae4fbf838
Warns cleanups. Add FreeBSD ID to Makefile.
2001-12-03 21:03:39 +00:00
David Malone
4285ad09c9
Warns cleanups:
...
Signal handlers are supposed to take an int as an arg.
Don't locally declare crypt or ttyname.
2001-12-03 21:01:52 +00:00
David Malone
7f6475cec1
Warns cleanups:
...
Declare functions in advance of using them
There is no printf specifies %k - I think it was supposed to be %s.
2001-12-03 21:00:33 +00:00
David Malone
1e49c24583
Warns cleanup.
2001-12-03 20:58:56 +00:00
David Malone
b268886863
Warns cleanup (just make main return an int).
2001-12-03 20:57:49 +00:00
David Malone
5748d9ba6f
Cast off_t to long long before printing. Use %ll instead of %q incase
...
long long and quad_t are not the same.
2001-12-03 20:56:16 +00:00
John Hay
dcb9e45113
Merge from crypto/telnet/telnet/commands.c. Add the necessary paths to
...
the kerberos libraries and includes.
2001-12-03 17:53:09 +00:00
Mark Murray
7a32b4b1c6
Merge from master (crypto) telnet. WARNS fixes for alpha.
2001-12-03 12:41:19 +00:00
Mark Murray
151aa6c35a
Use __FBSDID().
2001-12-03 01:15:28 +00:00
Mark Murray
863475aa48
Reorder Makefile for style.
2001-12-03 01:09:17 +00:00
Mark Murray
d0effe7563
WARNS=2 and -Wall are not both needed. (The second is a subset of the
...
first)
2001-12-03 00:16:52 +00:00
Mark Murray
f86b9f6d64
Use __FBSDID().
2001-12-03 00:07:59 +00:00
Mark Murray
7f1afe0e0e
Style fixes.
...
Use __FBSDID().
Be consistent WRT ANSI use.
OK'ed by: obrien
2001-12-03 00:00:22 +00:00
Mark Murray
546c7f6629
Use __FBSDID().
...
Use a better choice than size_t for vertain variables.
Fix some comment alignment.
2001-12-02 23:58:38 +00:00
Mark Murray
9240706953
Use __FBSDID().
2001-12-02 23:52:47 +00:00
Mark Murray
6e47870b77
Style stuff.
...
Sort includes.
Remove 'register'
Use __FBSDID().
2001-12-02 23:44:42 +00:00
Mark Murray
3945c68f93
WARNS=2 fixup.
...
Use __FBSDID().
Set NO_WERROR because this would rely on some lex(1) fixes that
cannot be committed yet.
2001-12-02 23:40:46 +00:00
Mark Murray
84c0ff2233
Use __FBSDID().
2001-12-02 23:34:16 +00:00
Mark Murray
6af414cb2e
Turn on WARNS=2.
...
Use __FBSDID().
2001-12-02 23:29:26 +00:00
Mark Murray
47faf12380
WARNS=2 fixes. Also, use __FBSDID(), and sort includes.
2001-12-02 23:12:33 +00:00
Mark Murray
b802e87095
Protect "make world", as I am doing some (potentially) dangerous
...
WARNS=2 fixes.
Add a commented out WARNS=2 to indicate future intentions.
2001-12-02 23:10:57 +00:00
Mark Murray
58cb8b9466
Turn on WARNS=2. this compiles cleanly.
2001-12-02 23:09:09 +00:00
Mark Murray
f614104aeb
Slight makefile style.
...
Use __FBSDID().
2001-12-02 23:04:14 +00:00
Mark Murray
cbc4699c32
Use __FBSDID().
2001-12-02 22:46:47 +00:00
Mark Murray
9e1e9c4421
WARNS=2 fixup (mostly. Some are Hard To Fix(tm), so NO_WERROR is set)
...
Use __FBSDID().
Sort some headers.
2001-12-02 22:44:14 +00:00
Mark Murray
f1b6a5418e
Use __FBSDID().
2001-12-02 21:24:03 +00:00
Mark Murray
1a8b24c257
Use __FBSDID(). Also do a bit of cosmetic #if and header-order
...
cleaning-up.
2001-12-02 20:54:57 +00:00
Mark Murray
01823518f5
Use __FBSDID().
2001-12-02 20:45:24 +00:00
Mark Murray
4100f6cb7d
Use __FBSDID().
2001-12-02 20:40:22 +00:00
Mark Murray
51e2220c27
Use __FBSDID()
2001-12-02 20:23:02 +00:00
Mark Murray
4e030ba6cb
WARNS=2 fix, remove 'register' and use __FBSDID().
2001-12-02 20:13:42 +00:00
Mark Murray
9b3e907904
WARNS=2 fixup.
2001-12-02 13:55:09 +00:00
Mark Murray
ef0ea716d2
WARNS=2 fixup
2001-12-02 13:48:40 +00:00
Mark Murray
acd1ad8825
WARNS=2 fixup.
2001-12-02 13:36:14 +00:00
Mark Murray
cb08795bb0
WARNS=2 fix and 'register' removal.
2001-12-02 13:31:22 +00:00
Mark Murray
bcdc82df70
WARNS=2 fixup.
2001-12-02 13:18:59 +00:00
Mark Murray
3fa15ce5d8
WARNS=2 fixup.
...
kill 'register' keyword.
2001-12-02 12:54:40 +00:00
Mark Murray
865eb33a74
WARNS=2 fixup.
2001-12-02 12:36:35 +00:00
Mark Murray
3ce6c35745
WARNS=2 fixup.
2001-12-02 12:26:18 +00:00
Mark Murray
3e9203d750
Style. Use __P() macro (Yuk!).
2001-12-02 12:19:26 +00:00
Mark Murray
13ac0cdca3
WARNS=2 fixup.
...
Turn on YP (NIS) while I'm about it.
2001-12-02 12:17:20 +00:00
Mark Murray
c38cc7439c
WARNS=2 fixups.
2001-12-02 12:09:41 +00:00
Mark Murray
a9648779a5
Sort includes.
2001-12-02 00:06:22 +00:00
Mark Murray
d2f6cd8fd5
Style fixups.
...
Sort function declarations, includes. Make consistent WRT use of _P()
macro (ugh!)
Inspired by: bde
2001-12-01 21:12:04 +00:00
Bruce Evans
42f9157b63
Work around world breakage in previous commit. The bug is in
...
<security/pam_misc.h>. It declares a function parameter named 'send',
so nothing that includes both <unistd.h> (which declares send(2)) and
<security/pam_misc.h> be compiled with WARNS=2 unless NO_WERRROR is
set.
Fixed order of WARNS.
2001-12-01 19:48:59 +00:00
Mark Murray
e317b97026
WARNS=2 fixes.
...
Reviewed by: bde (a while back)
2001-12-01 17:46:46 +00:00
Mark Murray
4b0ef38df3
Remove the 'irq' string from the irqN part of the "interrupts" display.
...
This allows us to see the irq number when device names ate too long.
2001-12-01 17:41:37 +00:00
Mark Murray
f906e265a6
WARNS=2 and s/register//.
...
Set NO_WERROR=true because there are some flex(1) issues that need
to be dealt with.
2001-12-01 17:34:42 +00:00
Mark Murray
33cc94ddaf
Merge the (in)complete ANSIfication work from src/crypto/telnet.
2001-11-30 22:37:28 +00:00
Mark Murray
6f1129fac7
After running "make unifdef", commit the result. This code is now
...
a complete subset of the crypto (master) code.
2001-11-30 22:09:10 +00:00
Mark Murray
b3c1c587b6
Diff-reduce WRT src/secure/*telnet*/Makefile.
...
Also, add an "unifdef:" target, so that the telnet sources can
be remade from the crypto sources in src/crypto/telnet.
2001-11-30 21:34:51 +00:00
Ruslan Ermilov
bd7142087b
- Make ip_rtaddr() global, and use it to look up the correct source
...
address in icmp_reflect().
- Two new "struct icmpstat" members: icps_badaddr and icps_noroute.
PR: kern/31575
Obtained from: BSD/OS
MFC after: 1 week
2001-11-30 10:40:28 +00:00
Brian S. Dean
3494d26527
killall operates on all processes owned by the real uid, not the
...
effective uid.
MFC after: 3 days
2001-11-30 00:30:28 +00:00
Andrey A. Chernov
8b8722d2b2
Rewrite buffer handling code a bit to handle large values.
...
Add more checks for data overflow.
2001-11-28 09:50:24 +00:00
Andrey A. Chernov
99beb3fadf
Increase internal buffer space
2001-11-28 09:26:57 +00:00
Andrey A. Chernov
d262b81bdb
Add safeguard to prevent charmap symbol length overflowing
2001-11-27 23:39:14 +00:00
Andrey A. Chernov
1f23b5ad1a
Move extern definitions to common.h
...
Increase charmap symbol length to 64
2001-11-27 23:11:05 +00:00
Thomas Gellekum
566d333580
Remove check for the DISPLAY environment variable. It's easier to use
...
the `-x' option to get an X window than to temporarily disable DISPLAY.
PR: 32180
2001-11-27 13:14:49 +00:00
Ruslan Ermilov
19cb87ad5a
${BINDIR} already has the leading slash.
2001-11-27 09:54:02 +00:00
Ruslan Ermilov
703407b695
Put the "tip" in exactly the same place where it was in rev. 1.169.
2001-11-27 09:42:50 +00:00
Mark Murray
e68347de23
Some CVS surgery has been done to tip(1) to clean out a commit that I
...
should have done differently.
Restore tip(1) to the build. I will return to this with a clean
import to tip in due course.
2001-11-26 23:18:21 +00:00
Mark Murray
4398bb2f00
After some CVS surgery to remove an unwise commit, restore some
...
post-UUCP-removal stuff:
1) Link cu(1) to tip(1).
2) Force removal of system immutable bit. (Was needed by UUCP's
insecure cu(1).
2001-11-26 23:13:33 +00:00
Mark Murray
94e8b5d221
Temporarily remove tip/cu from the build while repo-surgery is done.
2001-11-26 22:35:10 +00:00
Ian Dowse
aee1bac713
Since kqueue support was added to tail, the "-F" option (check for
...
renames/rotations) only detected cases where the file itself was
moved or deleted. If part of the path to the file (or a symlink
in the path) was changed instead, tail would not notice.
Fix this by ensuring that we stat the path at least once every
second in the -F case to check for changes. We still use kqueue
when possible to inform us quickly when the file has changed.
PR: bin/24955
Submitted by: Maxim Konovalov <maxim@macomnet.ru>
MFC after: 1 week
2001-11-25 18:03:28 +00:00
Dima Dorfman
dca364bf5b
Fix typo.
2001-11-24 21:22:16 +00:00
Brian Somers
bafdc304b0
Allow an ``at now'' specification.
...
PR: 32242
Submitted by: Alan E <alane@geeksrus.net>
MFC after: 3 weeks
2001-11-24 10:43:53 +00:00
Dima Dorfman
c24ca63d98
The RETURN VALUES section is not appropriate for section 1 manual
...
pages; rename it to DIAGNOSTICS. Also use the .Ex macro while I'm
here.
2001-11-23 14:40:35 +00:00
Dima Dorfman
5b9380f477
Fix grammar in AUTHORS section.
2001-11-23 14:37:27 +00:00
Jonathan Lemon
5b7d36ba0f
Add #include <net/route.h> in order to get this to compile.
...
Spotted by: David Wolfskill
Forgotten by: me
2001-11-22 17:19:52 +00:00
Ruslan Ermilov
9b90b43db0
Be pedantic; we don't know of any shell that provides
...
"similar but not identical" built-in replacements for
false(1) and/or true(1).
2001-11-22 11:05:31 +00:00
Jonathan Lemon
60a31b3ae1
Add syncache statistics to netstat.
2001-11-22 04:48:52 +00:00
Greg Lehey
c59af1e032
Add St. Cecilia's Day.
2001-11-21 21:55:46 +00:00
Akinori MUSHA
018d9f6237
Remove the printf builtin command from sh(1), which command is not
...
used so often that it's worth keeping it as a builtin.
Now that all the printf invocations from within the system startup
scripts, we can safely remove it.
Urged by: sheldonh :)
No MFC is planned so far because it may break compatibility and
violate POLA.
2001-11-20 18:33:59 +00:00
Andrew R. Reiter
3846fd9190
- When copying into a fixed buffer, bounds checking should occur.
...
PR: bin/31673
2001-11-20 16:47:42 +00:00
Ruslan Ermilov
681c4d3c61
mdoc(7) police: kill whitespace at EOL.
2001-11-20 15:49:18 +00:00
Ruslan Ermilov
d33321c095
Add a missing comma.
2001-11-20 15:45:29 +00:00
Ruslan Ermilov
ec2eb6a2ff
mdoc(7) police: kill whitespace at EOL and HSB.
2001-11-20 15:43:25 +00:00
Ruslan Ermilov
fc414536e7
Add xref to wall(1).
...
PR: docs/32128
Submitted by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> (partially)
2001-11-20 15:39:58 +00:00
Akinori MUSHA
86ccd13850
Add a note that some shells may have the command built-in.
...
(sh(1) indeed does)
Add a cross-reference to builtin(1).
2001-11-20 12:40:38 +00:00
Ruslan Ermilov
a1bd63b9e1
Remove obfuscating details of using the false(1) and true(1) utilities
...
inside the Bourne shell scripts.
PR: docs/32082
2001-11-20 11:11:36 +00:00
Masafumi Max NAKANE
726cea436a
Make this a bit closer to a true tradition by adding one more committer.
2001-11-20 01:49:11 +00:00
Murray Stokely
fef69244b8
Fix two minor grammar mistakes.
...
PR: docs/32083
Submitted by: setantae@submonkey.net
2001-11-19 09:01:43 +00:00
Murray Stokely
14fa6ac81b
Add a missing word to form a complete sentence.
...
PR: docs/32084
Submitted by: setantae@submonkey.net
2001-11-19 08:35:59 +00:00
Murray Stokely
f6db21a6eb
Use .Nm to correctly display the program name.
...
PR: docs/32086
Submitted by: setantae@submonkey.net
MFC After: 2 days
2001-11-19 08:12:17 +00:00
Ian Dowse
ffad02bd6b
Make completion work with filenames containing spaces.
...
PR: bin/23526
Submitted by: root@yoda.fwe.pi.musin.de
MFC after: 1 week
2001-11-18 17:49:09 +00:00
Dag-Erling Smørgrav
6b9c8e04f9
Print the correct return code for successful Linux syscalls.
...
Submitted by: Vitezslav Novy <vita@fio.cz>
PR: 32036
MFC after: 1 week
2001-11-17 17:18:36 +00:00
Juli Mallett
d1bbdb91ad
Import OpenBSD m4 as of today.
2001-11-16 23:50:40 +00:00
Robert Watson
0e80e8b216
o Add support for a 'nocheckmail' capability, which (if true) prevents
...
the 'You have mail.' check. This is useful for sites that rely on
remote mail access, rather than a local mail spool. Due to the
behavior of login_getcapbool(), the negated form is required so as
to have appropriate results.
o This behavior may have to be independently added to sshd due to
redundant implementation.
2001-11-16 04:39:16 +00:00
Dima Dorfman
ad3f90f6ca
Deuglify the usage message by putting the program name after the
...
"usage:" string. This is how most (all?) other programs in the system
do it.
PR: 31596
Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
2001-11-15 15:46:45 +00:00
Cy Schubert
dc62834a97
My final rite of FreeBSD is now complete.
...
Reviewed by: nectar
Approved by: nectar
2001-11-15 14:28:03 +00:00
Greg Lehey
4404ab64b0
Remove accidentally included NZ holidays.
...
Get floating holidays right.
Add the richness of NT holidays.
Submitted by: Conrad Parker <conrad@vergenet.net>
2001-11-15 03:53:57 +00:00
Greg Lehey
7cebf61f75
Add public holidays in Australia and New Zealand.
...
Submitted by: Conrad Parker <conrad@vergenet.net>
2001-11-15 02:35:14 +00:00
Patrick Li
795bbcbdaa
Follow tradition and add myself
...
Approved by: lioux
2001-11-15 02:27:48 +00:00
Andrew R. Reiter
357cfee7e6
Never added my entry which the committers guide says is a
...
tradition.
2001-11-13 17:44:40 +00:00
Alfred Perlstein
7e440a74e8
Have rpcgen output the prototypes for the dispatch tables
2001-11-13 11:08:29 +00:00
Gregory Neil Shapiro
6dbfffa308
Fix NO_SENDMAIL knob. When FreeBSD's old BSD version of vacation was
...
replaced with the new version in sendmail's distribution, vacation and
the necessary libraries (libsmdb and libsmutil) were changed so they
were always compiled. This broke people who didn't checkout
src/contrib/sendmail/. I don't know if it's best to think of NO_SENDMAIL
as no sendmail sources available or no sendmail binary. It is now the former.
Also, remove the sendmail chapter from System Managers Manual (SMM) if
NO_SENDMAIL is defined (for similar reasons -- source not available).
PR: 31863, 31865
Submitted by: matusita, Joe Kelsey <joe@zircon.seattle.wa.us>
MFC after: 3 days
2001-11-11 05:26:59 +00:00
Ian Dowse
650b9e0ed5
Remove an extraneous argument to fprintf that -Wformat noticed.
...
Reviewed by: des
2001-11-10 18:39:54 +00:00
Garrett Wollman
07321a183e
Actually, arc4random() returns a uint32_t, not an int. Use the correct
...
constant, just in case uint32_t turns into a `short' ten years from now.
If this is MFC'd it will be necessary to hard-code the constant since
-stable doesn't have UINT32_MAX.
2001-11-08 22:01:35 +00:00
Andrew Gallatin
f776d8e82b
fix jot -r on 64-bit platforms by teaching it that arc4random outputs
...
an int, not a long
Submitted by: Paul Herman <pherman@frenchfries.net>
PR#: alpha/31859
2001-11-08 20:49:24 +00:00
Mike Heffner
0ea56610b4
Don't allocate a zero byte segment.
...
PR: bin/11900
MFC after: 2 weeks
2001-11-08 16:47:05 +00:00
Brian Feldman
dec17687ad
Add missing include for <ctype.h>
...
Make sockaddr printing code unbad.
Always copy in sizeof(sockaddr_un) bytes for an AF_UNIX sockaddr,
despite what the length may be.
2001-11-06 19:26:51 +00:00
David Malone
b628b0dce5
Anding the fsid with 0xffff was causing aliasing problems.
...
PR: 17405, 16320
Submitted by: Mark W. Krentel <krentel@dreamscape.com>
Submitted by: Peter Edwards <peter.edwards@ireland.com>
MFC after: 2 weeks
2001-11-05 20:40:24 +00:00
David Malone
c5250ed112
Make filenames const to avoid a few warnings.
...
Add FreeBSD tags.
Reviewed by: cmp
2001-11-05 20:33:40 +00:00
David Malone
ebf362130e
Don't use gcc -Wall flag. Add FreeBSD: line.
2001-11-05 20:27:17 +00:00
Andrey A. Chernov
e07dd8f70b
Add two Russian holidays (by osa)
...
Lowercase some titles (by me)
PR: 31769
Submitted by: "Sergey A.Osokin" <osa@FreeBSD.org.ru>
2001-11-05 12:14:12 +00:00
Dima Dorfman
f5b00d08b1
Nuke spaces in front of tabs.
2001-11-04 23:20:52 +00:00
Dima Dorfman
766b57c9d1
Fix compilation with -DDEBUG.
...
PR: 31536
Submitted by: Alan Batie <alan@agora.rdrop.com>
2001-11-04 23:15:21 +00:00
David Malone
60b49f05fa
Make cmp work by mmapping chunks of a file, rather than the whole
...
file at one time.
PR: 24732
Submitted by: Andrew L. Neporada <andr@dgap.mipt.ru>
MFC after: 2 weeks
2001-11-04 21:31:16 +00:00
Shigeyuki Fukushima
7d97970f9d
Add myself.
2001-11-04 09:13:59 +00:00
MANTANI Nobutaka
4ab54bbe12
Add myself.
...
Reviewd by: knu
2001-11-03 19:09:41 +00:00
Dag-Erling Smørgrav
f2a871e75b
Remove a debugging warnx() that got committed by mistake.
2001-11-03 01:31:46 +00:00
David E. O'Brien
2335a3d70a
Bring Gawk back. There just isn't any other POSIX compliant AWK out there.
...
The biggest thing missing from Bell-Labs AWK is the character class regexes.
2001-11-02 23:48:32 +00:00
Alfred Perlstein
c7a2aa5dfc
In order to perform faster when doing "head -n", use a pair of
...
fgetln/fwrite instead of getc/putchar, this seems about five times
faster.
2001-11-02 09:27:16 +00:00
Alfred Perlstein
c16b5e4f8a
change a global into a local, misc style fixes
2001-11-02 09:21:11 +00:00
David E. O'Brien
37397b32c9
Really fix this work to work. While rev 1.24 did allow awk to run w/o
...
complaining; the resulting output was useless.
2001-11-01 02:16:10 +00:00
David E. O'Brien
c61f74b1f6
Utilize the property of 'echo' in that it removes \n from its input.
2001-11-01 01:50:38 +00:00
Brian Feldman
3fc980b135
Add -K support to gprof(1), which enables dynamic symbol resolution from
...
the currently-running kernel (and supercedes an executable file argument
given). With this change, properly-compiled KLD modules are now
able to be profiled.
Obtained from: NAI Labs CBOSS project
Funded by: DARPA
2001-10-30 15:54:09 +00:00
David E. O'Brien
43cfcf106d
Switch to the One True AWK from Bell-Labs, away from GNU AWK.
2001-10-30 08:56:50 +00:00
Matthew Dillon
5fb4dbe1a0
localtime() was being called on an int pointer (due to recent
...
utmp-related commits). fixed.
2001-10-29 00:34:20 +00:00
Matthew Dillon
54109b3e31
Fix long format mismatch with int arg
2001-10-29 00:32:58 +00:00
Robert Watson
0cd9461353
o Restore previous inconsistent style to login_fbtab.c, following its
...
modification to add glob support. The submitted patch used a degraded
form of KNF.
Reviewed by: bde
2001-10-28 22:54:16 +00:00
Matthew Dillon
46ca39e2ba
Fix time_t == int assumption, convert protocol int to time_t.
2001-10-28 20:26:54 +00:00
Matthew Dillon
91d37f1692
Fix time_t == int assumption, properly convert protocol int to time_t.
2001-10-28 20:24:51 +00:00
Jens Schweikhardt
7916863d82
Make this compile cleanly when warnings are enabled:
...
- ANSIfy function declarations
- braces around initializers structs within structs
- add parens in complicated expressions
- disambiguate dangling elses
- no more implicit int
- make functions static where possible
- use prototypes
- don't use varargs hack for diag()
Requested by: joerg
MFC after: 2 weeks
2001-10-28 18:35:32 +00:00
Greg Lehey
e0c29ee5cb
Correct James Cook's year of birth. I wonder how anybody could expect
...
him to have been born in the 15th century.
2001-10-27 02:51:59 +00:00
Robert Watson
4983b09404
o Modify format of /etc/fbtab to accept glob matching patterns for
...
target devices, not just individual devices and directories. This
permits activities such as:
ttyv0 0600 /dev/dsp*
Whereas previously that was not supported. This change is
backwards-compatible, except where device names included globbing
characters, which is not the case for any devices listed in MAKEDEV.
Submitted by: Maxime Henrion <mux@qualys.com>
MFC after: 3 weeks
2001-10-25 20:45:47 +00:00
Greg Lehey
999ee3ac48
Update Labour Day in New Zealand. It's definitely not today. This
...
year it was on 22 October, which makes me think that it's the 4th
Monday in October. At least this way it's correct for this year.
2001-10-25 00:01:06 +00:00
Murray Stokely
811ae39279
Fix typo.
...
PR: docs/31388
Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp>
2001-10-23 20:27:06 +00:00
Peter Wemm
5b29dc6b1f
Add ia64 support (stubs, just like i386, alpha)
2001-10-23 10:12:10 +00:00
Dima Dorfman
47790a5b6e
This program uses sysexits(3), so it does not exit 1 on failure.
...
PR: 31415
2001-10-23 00:47:27 +00:00
Dag-Erling Smørgrav
6303ee4e2a
Back out part of previous commit: remove #include <sys/proc.h>.
2001-10-22 15:32:12 +00:00
Dag-Erling Smørgrav
580e0a2b7a
#include <sys/proc.h> where needed (for the stop event definitions) and
...
reorder includes everywhere to conform to style(9).
2001-10-22 02:02:00 +00:00
Dag-Erling Smørgrav
9ddd141263
Teach truss(1) to display sockaddrs. It currently knows about AF_INET,
...
AF_INET6 and AF_UNIX sockaddrs, and will recognize accept(), bind(),
connect(), getpeername() and getsockname() as syscalls taking sockaddr
arguments. Some enterprising soul might want to add (and test) support
for the send() / recv() family of syscalls as well.
MFC after: 1 week
2001-10-21 21:57:10 +00:00
Jens Schweikhardt
f828df9d17
Properly handle backslash newline within an identifier or keyword.
...
PR: bin/6015
Submitted by: myself (schweikh)
Patch by: Alexey V.Neyman <alex.neyman@auriga.ru>
Tested by: indenting my chess problem solver and running its test suite
MFC after: 3 weeks
2001-10-19 19:10:36 +00:00
Bruce Evans
8979160a62
Fixed most style bugs in previous commit.
2001-10-19 12:27:26 +00:00
Bruce Evans
1c6f6c1195
Fixed missing DPADD and misplaced $FreeBSD$ in previous commit.
2001-10-19 12:15:56 +00:00
Matthew N. Dodd
6f9cdfce19
Print statistics for AF_IPX.
...
Note that the IPX code doesn't update these correctly yet, but should.
2001-10-19 00:40:51 +00:00
Matthew N. Dodd
c33ed45032
Add libedit support to tftp.
2001-10-19 00:23:07 +00:00
Mike Barcroft
d335cbd39f
Remove some EOL whitespace. Update usage() to current reality.
2001-10-17 16:28:12 +00:00
Mike Barcroft
2032bbdcf7
Use whois.example.com rather than non-existent.host in an example.
2001-10-17 15:47:38 +00:00
Bill Fenner
2856a77139
If the remote uptime is less than one minute, print the uptime in
...
seconds instead of leaving the uptime field blank.
2001-10-17 01:44:34 +00:00
Maxim Sobolev
de853a38b8
Use strlcpy(3) instead of strcpy(3) to copy optarg into a fixed-size buffer.
...
MFC after: 2 weeks
2001-10-16 09:21:09 +00:00
Bruce Evans
ccbb36d5ed
Removed unused include of kernel-only file <sys/lock.h>.
2001-10-13 04:54:03 +00:00
Mike Barcroft
42ab40e52d
o Treat a buffer as a non-NUL terminated string, because the whois
...
server may not return a new line character on the final line.
o Remove the whois.networksolutions.com fallback code, which is no
longer needed.
o Instead of determining a hostname by terminating it when we see
whitespace, only allow hostname characters and terminate the string
when it's not such a character.
o Add a small optimization in a for loop.
PR: 30968
Reviewed by: -audit
MFC after: 4 days
2001-10-12 17:39:36 +00:00
Thomas Gellekum
ff7926e949
Minor cleanup, no functional changes:
...
- Add/change some comments,
- remove superfluous `if (1||x)' and re-indent,
- fix initialization of floppyinfo[] to get rid of warning.
2001-10-12 10:31:00 +00:00
Ruslan Ermilov
146db49f97
Fixed bugs from revision 1.27. Specifically:
...
- Restore the ability to look up network names in the networks(5)
database by passing getnetbyaddr(3) shifted network numbers,
but without duplicating the old bug that was fixed in 1.27 (we
now only shift netnums with standard netmasks). For example:
Before:
$ netstat -r
[...]
127.0.1/24 localhost UGSc 0 0 lo0
127.0.2/24 localhost UGSc 0 0 lo0
After:
$ netstat -r
[...]
subnet1/24 localhost UGSc 0 0 lo0
subnet2/24 localhost UGSc 0 0 lo0
- Only try to lookup with the forged netmask if the mask was not
explicitly specified, like it was before 1.27. For example:
Before:
$ netstat -r
net-44.ampr.org/25 localhost UGSc 0 0 lo0
net-44.ampr.org/25 localhost UGSc 0 0 lo0
After:
44.108.2/25 localhost UGSc 0 0 lo0
44.108.2.128/25 localhost UGSc 0 0 lo0
- Make sure to null-terminate the resulting string.
MFC after: 1 week
2001-10-11 14:30:42 +00:00
Bruce Evans
6eabd84580
Compensate for "Compensate for header dethreading" by backing it out.
2001-10-10 17:48:44 +00:00
Doug Rabson
8503f9516f
Make this build on ia64.
2001-10-09 20:04:02 +00:00
Maxim Sobolev
3ff9006c71
Remove greatly outdated comment that systat(1) takes 2-10% of the CPU time.
...
This isn't true nowadays.
2001-10-09 16:07:32 +00:00
Ruslan Ermilov
66e062451e
Pad input with null characters if it is not a multiple of 3.
...
PR: bin/31156
MFC after: 1 week
2001-10-09 11:05:27 +00:00
Ruslan Ermilov
acb60e59c1
The previous change also disaligned lines with AF_IPX and AF_NS
...
addresses. Unshrink "Network" width to the previous value, and
make sure everything is aligned again.
2001-10-09 08:33:50 +00:00
Ruslan Ermilov
7a4b960881
Update for FILE v3.37.
2001-10-09 07:31:02 +00:00
Matthew N. Dodd
dd1f8b9bf4
Minor output formatting for 'netstat -i':
...
- Right align Mtu
- Print AF_INET family with correct field width.
2001-10-09 05:58:26 +00:00
David E. O'Brien
6f1f13ef07
Update for FILE v3.37.
...
FreeBSD no longer needs the daylight hack.
(we really should sync our timezone code up ...)
2001-10-08 22:57:03 +00:00
Greg Lehey
ec2dc65015
Clarify foundation of GDR/DDR.
2001-10-07 01:22:44 +00:00
David E. O'Brien
9b4e871a4f
Document -depth
2001-10-06 18:07:32 +00:00
Giorgos Keramidas
e82a5f198f
Add an entry with my birthday.
...
Approved by: nik
2001-10-06 11:40:36 +00:00
David E. O'Brien
1c68ec0191
Properly static'ize increase_maxtable().
...
Submitted by: db@db.net
2001-10-05 03:02:04 +00:00
David E. O'Brien
2780cd8718
Fix the output so it really does dynamically resize the table.
...
Submitted by: Diane Bruce <db@db.net>
2001-10-05 02:09:43 +00:00
David E. O'Brien
1dce684051
Increase the table size by an order of magnitude.
...
The previous version was too small and YACC core dumped on the during the
hybrid-7 build.
Submitted by: Diane Bruce <db@db.net>
2001-10-05 00:46:22 +00:00
Greg Lehey
70ae2d62cb
Remove duplicate entries.
2001-10-04 00:38:36 +00:00
Thomas Gellekum
1a63d7e08e
- First shot at PIC emulation;
...
- better 8250 emulation;
- fake vertical retrace bit in Input Status #1 register
(this was lost in the VGA emu rewrite).
Submitted by: Igor Serikov <bt@turtle.pangeatech.com>
2001-10-02 11:28:59 +00:00
Bill Fenner
8cd6778484
Allow "obsolete" (but commonly-used) command line style to be used
...
with -F, e.g. tail -1 -F /var/log/messages.
Submitted by: Maxim Konovalov <maxim@macomnet.ru>
2001-10-02 06:22:01 +00:00
Ruslan Ermilov
32eef9aeb1
mdoc(7) police: Use the new .In macro for #include statements.
2001-10-01 16:09:29 +00:00
Ruslan Ermilov
6846c17488
mdoc(7) police: make double quotes in #include statement visible.
2001-10-01 15:01:57 +00:00
Ruslan Ermilov
0eebeb0071
mdoc(7) police: s/FreeBSD/.Fx/, bump document date.
2001-10-01 13:32:46 +00:00
David E. O'Brien
dbb3c034a4
Adjust to the libedit enhancements some functions now take more parameters.
...
Partially submitted by: kris
2001-10-01 08:46:45 +00:00
Greg Lehey
24e7f58b03
Add description for calendar.freebsd.
2001-10-01 02:35:52 +00:00
Greg Lehey
c4035b4f35
Correct spelling of Labour Day in Australia, and clarify which states observe it.
...
Add Queen's Birthday in WA.
Expand unnecessary abbreviation.
Correct rules for German Buss- und Betttag.
Disunite Ivory Coast and Panama.
2001-10-01 02:35:08 +00:00
Bosko Milekic
70a61707f6
Re-enable mbtypes statistics in the mbuf allocator. I disabled these
...
when I changed the allocator bits. This implements per-CPU mbtypes
stats by keeping net number of decrements/increments of a given mbtype
per-CPU and then summing all of the per-CPU mbtypes to produce the total
net number of allocated mbufs of the given mbtype.
Counters are carefully balanced to avoid/prevent underflows/overflows.
mbtypes stats are re-enabled with the idea that we may occasionally
(although very rarely) observe slight inconsistencies in the stat
reporting. Most of the time, we should be fine, though.
Also make appropriate modifications to netstat(1) and systat(1) to do
the necessary reporting.
Submitted by: Jiangyi Liu <jyliu@163.net>
2001-09-30 01:58:39 +00:00
Bill Fumerola
5b3f2c13a2
use openpty() instead of rolling a custom function (which didn't support
...
the full range of ptys anyways)
2001-09-28 22:46:13 +00:00
Juli Mallett
add74ed370
Import OpenBSD m4 as of today.
2001-09-27 11:40:33 +00:00
David E. O'Brien
3d0b614006
Clarify that -h implies -c.
2001-09-24 17:42:37 +00:00
Dag-Erling Smørgrav
dbcc198301
Don't print running stats unless we're the foreground process.
...
PR: 30764
2001-09-23 22:03:39 +00:00
Mike Heffner
28fb5d9a37
Don't add space after comma unless there was already one (prevents a
...
rare overflow). Optimize loop slightly. Don't exit if realloc can't
shrink a buffer (just continue and use the larger buffer).
Obtained from: OpenBSD
MFC after: 2 weeks
2001-09-23 04:07:26 +00:00
David E. O'Brien
d39947fd41
blah, remove debugging code that crept in with last commit.
2001-09-23 00:11:48 +00:00
David E. O'Brien
842d1c6c96
Add the 'h' flag to operate on symlinks rather than what they point to.
2001-09-22 18:45:03 +00:00
Crist J. Clark
cfd848db6f
Fixing a bug that causes very short uptimes (less than one minute) to
...
be 30 seconds off. (Thanks to Vladimir B.Grebenschikov
<vova@express.ru> for the PR and ru for a more elegant fix.)
PR: bin/30680
Approved by: ru
2001-09-22 09:33:00 +00:00
Ruslan Ermilov
db1909f7d2
mdoc(7) police: markup nits.
2001-09-21 07:04:47 +00:00
Garrett Wollman
3dbc6eb200
Cross-reference jot(1).
...
MFC after: 1 week
2001-09-21 03:05:16 +00:00
Garrett Wollman
bc14f117e1
Cross-reference rs(1), the general array re-shaper. (pr(1) is commonly used
...
to display text in columns even when the other formatting pr does is not
desired.)
MFC after: 1 week
2001-09-21 02:57:56 +00:00
Garrett Wollman
748dcfb055
Cross-reference between lam(1) and paste(1). Add a STANDARDS section to
...
lam(1) indicating that paste(1) is a standard way to do some of the same
things.
MFC after: 1 week
2001-09-21 02:51:07 +00:00
Peter Wemm
9119623471
Userland part of nfs client/server split and cleanup.
2001-09-18 23:34:44 +00:00
Juli Mallett
e98bffde50
Import OpenBSD m4 as of today.
2001-09-18 14:55:52 +00:00
Greg Lehey
e3c822c968
Fix multiple uses of commas to separate countries. This construct is
...
commonly used in the United States of America to represent a
hierarchical relationship between city and state or country
("Evacuation Day in Suffolk County, Massachusetts"), but it was also
being abused to enumerate unrelated places ("Independence Day in
Albania, Mauritania").
Remove the list of countries observing All Souls' Day. This is a
widely observed holiday, and the list only included South American
contries.
There's more to do here; the list is rather patchy.
2001-09-17 21:19:28 +00:00
Ruslan Ermilov
e08effdafa
When bootstrapping install(1), libc may not have the strtofflags(3) support.
2001-09-17 11:58:14 +00:00
Greg Lehey
fe3e98753e
Correct spelling of PNG.
...
Make it clear that 16 September is the national day both in Mexico and PNG.
2001-09-15 23:55:07 +00:00
Robert Watson
2c19b38f62
o Modify NFS rights comment to note that the early credential changes
...
to test for a home directory don't set up the additional groups, and
as such may limit users conservatively. This does not affect the
eventual credentials selected.
2001-09-15 17:09:39 +00:00
Ruslan Ermilov
4bf12cb91e
Fold groups(1) and whoami(1) into id(1).
2001-09-14 14:04:08 +00:00
Ruslan Ermilov
631a876574
Simplify f_Xtime().
2001-09-14 13:42:26 +00:00
Ruslan Ermilov
adff4fca3d
Bloat find(1) even more, and introduce the concept
...
of time units to be used with -[acm]time primaries.
Based on patch from Nils M Holm <nmh@t3x.org>.
PR: bin/29165, bin/30309
2001-09-14 12:47:13 +00:00
Ruslan Ermilov
7b24b50458
Now that we have it, replace `afterinstall' target with SCRIPTS.
2001-09-13 14:26:31 +00:00
Ruslan Ermilov
fa8baa7a9e
Fixed the BINGRP handling mess.
...
EXEGRP and EXEMODE are used to install DOS (EXE format) binaries.
doscmd(1) can optionally be installed as ``setgid kmem''.
Hence the assignment operator for EXEGRP.
PR: bin/30538
2001-09-13 07:20:51 +00:00
Ruslan Ermilov
cda2a9b2f0
Set BINOWN=root explicitly for setuid root binaries.
...
This is not "useless", as one may have non-default
setting for BINOWN in make.conf, and we still want
these to be installed setuid root in this case.
2001-09-13 06:48:18 +00:00
Mark Murray
69ebfe3495
Reinstate complete (and now correctly functioning) WARNS=2.
2001-09-12 19:15:02 +00:00
Ruslan Ermilov
9de6241784
Fixed some of style bugs.
2001-09-12 10:04:42 +00:00
Julian Elischer
b40ce4165d
KSE Milestone 2
...
Note ALL MODULES MUST BE RECOMPILED
make the kernel aware that there are smaller units of scheduling than the
process. (but only allow one thread per process at this time).
This is functionally equivalent to teh previousl -current except
that there is a thread associated with each process.
Sorry john! (your next MFC will be a doosie!)
Reviewed by: peter@freebsd.org , dillon@freebsd.org
X-MFC after: ha ha ha ha
2001-09-12 08:38:13 +00:00
Greg Lehey
f1422f2ebc
Correct the entry for Sudetenland. It also has nothing to do with the south.
...
Corrected by: joerg
Pointy hat to: grog
2001-09-12 07:22:38 +00:00
Greg Lehey
49113adb7a
Correct the invasion of Südetenland. Any involvement of ducks was insignificant.
2001-09-12 00:13:02 +00:00
Ruslan Ermilov
d44ddba96c
Implement the ``-f address_family'' filter for -i.
...
Prodded by: Igor Podlesny <poige@morning.ru>
2001-09-11 17:14:33 +00:00
Ruslan Ermilov
1cb467b1b3
Update usage() to match reality.
2001-09-11 15:21:36 +00:00
Ruslan Ermilov
6658f7a13b
mdoc(7) police: Fixed the .Ex calls in manpages that describe more
...
than one utility.
PR: docs/30437
Submitted by: SUZUKI Koichi <koich@cac.co.jp>
2001-09-11 12:27:15 +00:00
Mike Barcroft
1c93d61fcc
Add a cast to silence a warning (error because of WARNS=2) on Alpha.
...
Discussed with: des
2001-09-10 17:23:57 +00:00
Ruslan Ermilov
1cdc4a5318
Do not overrun entry array when printing output tables.
...
Cleanup storage allocation for entries.
Obtained from: NetBSD
2001-09-10 15:09:12 +00:00
Ruslan Ermilov
db8b9c344e
Fixed SIGFPE (divide by zero) if column's width exceeds display width (-w).
...
Obtained from: OpenBSD
2001-09-10 11:56:07 +00:00
Ruslan Ermilov
c4c981072b
Fixed the -z option handling:
...
-Wuninitialized if used without -t.
PR: bin/30467
Null pointer dereference if used with -t.
Maximum column width computation was wrong.
2001-09-10 11:43:40 +00:00
Dima Dorfman
728d043e5b
- Move the prototype of ttymsg() into ttymsg.h. syslogd and talkd
...
also use this, and they shouldn't have to have their own prototypes.
- Silence warnings about constness and signedness in ttymsg(). This
includes changing the return value to a `const char *', and changing
the types of `left' and `wret' (both byte counts) to ssize_t.
Reviewed by: bde
2001-09-09 14:23:31 +00:00
Brian Somers
8b0bff44c7
Iron out an identity crisis. I'm Irish, not English.
2001-09-09 08:33:40 +00:00
Matthew Dillon
ea079e4650
Make sure that all non-root-owned binaries in standard system
...
paths are chflaged 'schg' to prevent exploit vectors when run
by cron, by a root user, or by a user other then the one owning the
binary. This applies to most of the uucp binaries, cu, tip, and
man (man was already installed properly).
MFC will occur when approved.
2001-09-09 04:54:10 +00:00
Mike Barcroft
0caf2ae89d
Remove a bogus cast and lockdown users(1) with WARNS?=2
...
Submitted by: David Hill <david@phobia.ms>
Reviewed by: -audit
MFC after: 1 week
2001-09-09 00:40:04 +00:00
Greg Lehey
7e0fb01917
Add Dennis Ritchie.
2001-09-09 00:36:20 +00:00
Dag-Erling Smørgrav
e9dc4f3b74
If the local file does not exist, or is a regular file, and we're not trying
...
to resume a transfer, download the requested document into a temporary file
which we later rename. This avoids leaving half-completed files around in
case of a crash (it'll still leave a half-completed file, but with a hope-
fully non-conflicting name), and should reduce the need for human inter-
vention on ports-building machines.
The temporary file name for "foo/bar" is constructed by invoking mkstemps()
with the pattern "foo/.fetch.XXXXXX.bar"
Requested by: obrien
2001-09-08 15:17:15 +00:00
Mark Murray
73bd08dda4
Back out (with prejudice) the last WARNS=2 fix. I cannot understand
...
its failure mode, and will revisit it later.
2001-09-07 16:20:38 +00:00
Ruslan Ermilov
e2beaf705c
Yay!
...
Make this manpage readable and match the reality.
2001-09-07 15:18:45 +00:00
Ruslan Ermilov
76840ccb9d
If -s -s is specified, don't show zero multicast routing statistics.
2001-09-07 12:59:30 +00:00
Ruslan Ermilov
70057abf2d
Deprecate the -l option in favour of more natural -W.
...
The compatibility glue is still provided.
(This change is not yet reflected in the manpage, nor
in usage(). This will be fixed at a later time today,
with the general manpage cleanup commit.)
2001-09-07 12:00:50 +00:00
Ruslan Ermilov
fb5d0fbdd7
Don't print stray socket addresses (-A) with the listen queue display (-L).
...
Also, print socket's protocol with the -L.
2001-09-07 11:06:28 +00:00
Ruslan Ermilov
ca122bf7d8
The default for -p was ``kern.notice'' in the -h case.
...
Make it ``user.notice'', as per manpage.
(The syslog(3) function defaults to LOG_USER facility
if none is specified, but we don't use syslog() in the
-h case.)
PR: docs/30374
Noticed by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
2001-09-06 12:48:44 +00:00
Kenneth D. Merry
8f29de8be3
Convert systat(1) to use the new devstat interface.
...
Submitted by: "Sergey A. Osokin" <osa@freebsd.org.ru>
2001-09-06 04:06:12 +00:00
Dima Dorfman
f328d583a2
Use CFLAGS, not COPTS, in the Makefile. bsd.prog.mk conveniently adds
...
COPTS towards the end of final CFLAGS so that it can be used to
override Makefile and other defaults. Using it in Makefiles risks
having options set using it clobbered when somebody uses it on the
command line.
Approved by: bde
2001-09-05 20:10:59 +00:00
Ruslan Ermilov
2cfec5ade4
Make ``wall -g'' really DTRT.
...
Reviewed by: imp, markm
2001-09-05 15:31:07 +00:00
Mike Barcroft
1106c5f173
Remove a trailing space at the end of a line.
...
Forgotten by: mike
Submitted by: ru
2001-09-04 17:49:07 +00:00
Mike Barcroft
3b91552d11
o Remove examples from throughout the manual.
...
o Create an EXAMPLES section.
o In some places change "ru" to "RU" to be consistent.
Reviewed by: ru
2001-09-04 17:30:39 +00:00
Mark Murray
4239cf1c01
WARNS=2 fixes.
...
The remaining problem of converting highly incompatible pointer types
is done by "laundering" the value through a union.
This solves the problem (in my own mind) of how a "const char *" _ever_
actually gets a value in a WARNS=2 world.
2001-09-04 17:10:57 +00:00
Ruslan Ermilov
9dd887f1a6
SECURITY.
...
Fixed macros for temporarily relinquishing and restoring setuid/setgid
privileges so that they never change the real user and group IDs of
the calling process.
The setre[ug]id() calls are still used in the REDUCE_PERM macro (with
the r[ug]id arguments of -1) so that the call changes the saved user
and group IDs of the process to that specified.
Also, the panic() and perr() functions had insufficient privileges to
delete the problematic file under /var/at.
2001-09-04 16:15:51 +00:00
Ruslan Ermilov
7fd5ee41e3
The implementation of -flags was broken and did not match the (poorly)
...
documented behavior. Only a certain set of file flags were recognized,
and "no" flags did not match files that have corresponding flags bits
turned off.
Fix and extend the -flags functionality as follows:
: -flags [-|+]<flags>,<notflags>
: The flags are specified using symbolic names (see chflags(1)).
: Those with the "no" prefix (except "nodump") are said to be
: <notflags>. Flags in <flags> are checked to be set, and flags in
: <notflags> are checked to be not set. Note that this is different
: from -perm, which only allows the user to specify mode bits that
: are set.
:
: If flags are preceded by a dash (``-''), this primary evaluates
: to true if at least all of the bits in <flags> and none of the bits
: in <notflags> are set in the file's flags bits. If flags are pre-
: ceded by a plus (``+''), this primary evaluates to true if any of
: the bits in <flags> is set in the file's flags bits, or any of the
: bits in <notflags> is not set in the file's flags bits. Otherwise,
: this primary evaluates to true if the bits in <flags> exactly match
: the file's flags bits, and none of the <flags> bits match those of
: <notflags>.
MFC after: 2 weeks
2001-09-04 16:09:01 +00:00
Ruslan Ermilov
63462b0c3a
mdoc(7) police: tighten label width.
2001-09-04 10:24:52 +00:00
Robert Drehmel
c146250ee2
Use the correct blocksize when invoked with both -h and -k
...
options.
PR: 30275
Reviewed by: jake
2001-09-04 09:43:31 +00:00
Andrey A. Chernov
005ee369ed
File positions are off_t nowdays, not long, so:
...
fseek -> fseeko
ftell -> ftello
fseek(x, 0L, 0) -> rewind(x)
NOTE: that fseek/ftell not works for >long offsets per POSIX:
[EOVERFLOW] For fseek( ), the resulting file offset would be a value which
cannot be represented correctly in an object of type long.
[EOVERFLOW] For ftell ( ), the current file offset cannot be represented
correctly in an object of type long.
2001-09-03 04:30:46 +00:00