| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
substitution expressions in the form `s,[fooexp],[barexp],;...' treated
as invalid when the third `,' is (_POSIX2_LINE_MAX * N)-th character in
the line.
MFC after: 2 weeks
|
| |
|
|
|
|
| |
Asked by: ru
|
|
|
|
|
|
|
| |
test if failsafe memory allocation fails, it can't. perror -> warn. Use
failsafe memory allocation provided.
Use .Pa and .Ar. Uppercase (first letter) programname after dot.
|
|
|
|
|
| |
Use `.Nm Ns .' instead of `.Nm .' Add FBSDID. Do not put spaces inside []
in usage string.
|
|
|
|
|
| |
to silent lint. fprintf -> err conversion. Add some FALLTHROUGH and NOTREACHED
comment to silent lint.
|
|
|
|
|
| |
return code. Correct and update C example in man page. Uppercase program name
(.Nm) after a dot.
|
|
|
|
|
| |
its broken Makefile. The breakage is now fatal after the
bsd.prog.mk,v 1.109 change.
|
|
|
|
|
| |
Obtained from: KAME
MFC after: 2 weeks
|
|
|
|
|
|
|
|
|
|
| |
breakage with ioctl.c. The .depend file should track dependencies
just fine, and the worst we can have is to miss new ioctls.
But I still think it's a good idea to have -DNOCLEAN build produce
the same ioctl.c as it would without -DNOCLEAN.
Prodded for a long time by: bde
|
|
|
|
|
|
|
| |
PR: 36602
Submitted by: Joshua Goodall <joshua@roughtrade.net>
No objections from: ru
MFC after: 2 days
|
|
|
|
|
|
|
| |
o Remove duplicated prio check, donice() makes it for us.
Spotted by: David Schultz <dschultz@uclink.Berkeley.EDU>
MFC after: 1 week
|
|
|
|
|
|
|
| |
PR: bin/34076, bin/35929
Reviewed by: bde
Obtained from: NetBSD
MFC after: 1 week
|
|
|
|
|
| |
Reviewed by: bde
MFC after: 1 week
|
| |
|
| |
|
|
|
|
|
| |
PR: 36453
No objections from: ru
|
|
|
|
|
|
|
| |
and document in share/examples/etc/make.conf
Submitted by: Aleksandar Simic <asimic@dsl.pipex.com>
MFC after: 1 week
|
| |
|
| |
|
|
|
|
|
| |
Tidy up CLEANFILES.
Use built-in rules for building "maketab".
|
|
|
|
| |
Pointed out by: jeff
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
make sense to me) and change the printf argument from %8ld to %20llu to
accompany the printing of the totals.
Realigned the header printed above it as well.
PR: 32342
Submitted by: ryan beasley <ryanb@goddamnbastard.org>
Reviewed by: jeff, Tim J Robbins
|
|
|
|
| |
statement.
|
|
|
|
|
|
|
|
| |
not have setprogname(3) and getprogname(3), and we need to build
lint(1) as a cross-tool to bootstrap. Versions from lib/libc/gen
can't be compiled either.
PR: bin/36747
|
|
|
|
|
| |
as -CC. It makes no difference to gcc in the tree, but this change is
necessary for gcc-3.1 to work.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
specified, and then the first part of the pattern space is deleted, when
there are two or more input lines, as this results in subtraction of one from
an unsigned integral value of '0'. That bogus value is used in one case
for a loop (that will run far too many times in this case) and a function to
search for a value within a specified range of memory, however now the range
of memory is obscenely large and a segmentation fault will occur. This is
fixed by checking for and appropriately handling a nil pattern space as if
the specified search in memory failed, as indeed it obviously will with nil
pattern space.
Submitted by: Tim J. Robbins <tim@robbins.dropbear.id.au>
PR: bin/34813
Reviewed by: mike
MFC after: 1 day
|
| |
|
| |
|
|
|
|
| |
Forgotten by: des
|
|
|
|
| |
Sponsored by: DARPA, NAI Labs
|
|
|
|
|
| |
to avoid bringing the sources off the vendor branch just to #ifdef out
the RCS and SCCS IDs.
|
| |
|
|
|
|
|
|
|
| |
dependencies in the machine/* headers to make it explode when -U__GNUC__
is specified by lint. Not to mention that lint is passing undocumented
(illegal?) args to cpp and that seems to upset gcc-3.1 now.
Specifically, -Wp,-CC. -Wp,-C is documented and legal though.
|
| |
|
|
|
|
| |
Reviewed by: Mike DeGraw-Bertsch <mbertsch@radioactivedata.org>
|
|
|
|
|
|
|
|
|
|
| |
contains a \n.
PR: misc/26153
Submitted by: ashp
Reviewed by: mike
Obtained from: NetBSD
MFC after: 2 days
|
|
|
|
| |
warnx() already does this for us.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Use strlen() rather than magic number.
Use _PATH_TMP.
Obtained from: OpenBSD rev 1.13 (sig race) & rev 1.9 (strlen)
|
|
|
|
| |
the diffs to Open/NetBSD.
|
| |
|
| |
|
|
|
|
| |
Obtained from: OpenBSD
|
| |
|