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
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