Eitan Adler
b4f7ea1936
Fix warning when compiling with gcc46:
...
error: variable 'ifnetfound' set but not used
Approved by: dim
MFC after: 3 days
2012-01-10 02:58:36 +00:00
Eitan Adler
fdba8122d6
Fix warning when compiling with gcc46:
...
error: variable 'verbose' set but not use
Approved by: dim
MFC after: 3 days
2012-01-10 02:58:29 +00:00
Eitan Adler
cc898a0e5c
Fix warning when compiling with gcc46:
...
error: variable 'wdone' set but not use
Approved by: dim
MFC after: 3 days
2012-01-10 02:58:20 +00:00
Eitan Adler
af9eff1f20
Fix warning when compiling with gcc46:
...
error: variable 'defname' set but not use
Approved by: dim
MFC after: 3 day
2012-01-10 02:55:43 +00:00
Eitan Adler
01155b2005
- Fix how hexdump parses escape strings
...
From the NetBSD bug:
The way how hexdump(1) parses escape sequences has some bugs.
It shows up when an escape sequence is used as the non-last character
of a format string.
PR: bin/144722
Submitted by: gcooper
Approved by: rpaulo
Obtained from: NetBSD
MFC after: 1 week
2012-01-07 23:15:21 +00:00
Guy Helmer
532b72687e
Fix a memory leak in addgroup() by ensuring the allocated memory
...
is freed if an error occurs.
PR: bin/161510
MFC after: 4 weeks
2012-01-05 23:08:11 +00:00
Ulrich Spörlein
389ae6c65d
Touch up some more small typos missed in the previous round.
...
Reported by: Ben Kaduk <minimarmot@gmail.com> et al.
2012-01-05 21:36:45 +00:00
Aleksandr Rybalko
9dea314c93
mkulzma used to create lzma compressed images, just like mkuzip do.
...
Approved by: adrian (mentor)
2012-01-04 23:45:10 +00:00
Ed Schouten
b3608ae18f
Replace index() and rindex() calls with strchr() and strrchr().
...
The index() and rindex() functions were marked LEGACY in the 2001
revision of POSIX and were subsequently removed from the 2008 revision.
The strchr() and strrchr() functions are part of the C standard.
This makes the source code a lot more consistent, as most of these C
files also call into other str*() routines. In fact, about a dozen
already perform strchr() calls.
2012-01-03 18:51:58 +00:00
Ed Schouten
75ac3edf1d
Remove hand-written version of strcspn().
...
The code searches for the first occurence of @, : or !. Upon failure, it
returns the index of \0. This is exactly what strcspn() does.
2012-01-03 11:13:07 +00:00
Jason Helfman
718e97bf96
- add myself to the calendar (jgh)
...
Approved by: crees (mentor)
2012-01-01 00:23:32 +00:00
Ulrich Spörlein
487ac9ac21
Spelling fixes for usr.bin/
2011-12-30 11:02:40 +00:00
Ulrich Spörlein
fb2ad9d3a4
Reencode files from latin1 to UTF-8.
...
This makes a tiny percentage of entries in calendars ugly for latin1
users, but fixes them for UTF-8 users.
This badly needs a solution involving locale-dependent re-encoding.
2011-12-30 10:59:15 +00:00
Marius Strobl
78dbe84377
On FreeBSD just use the MD5 implementation of libmd rather than that of
...
libcrypto so we don't need to relinquish csup when world is built without
OpenSSL.
2011-12-24 12:16:38 +00:00
Glen Barber
0f13c0f4a8
Whitespace cleanup:
...
ar/ar.1:
- Remove trailing whitespace
Reported by: igor
MFC after: 1 week
X-MFC-With: r228823
2011-12-23 00:31:26 +00:00
Glen Barber
dce762dd44
Formatting fixes:
...
hexdump/od.1:
- Enclose tabbed content in quotes [1]
ar/ar.1:
- Enclose tabbed content in quotes [1]
rctl/rctl.8:
- Enclose tabbed content in quotes [1]
- Start a sentence on a newline [2]
Reported by: manlint [1], igor [2]
MFC after: 1 week
X-MFC-after: 9.0-RELEASE
2011-12-23 00:29:01 +00:00
Martin Matuska
45d3b226a6
Use contrib sources for building libarchive, tar and cpio.
...
Make "make test" fully operational.
MFC after: 2 weeks
2011-12-22 08:42:07 +00:00
Gabor Kovesdan
7d2bb8504d
- Remove a GCC-specific compiler flag that was added before to eliminate
...
some warnings but at the moment does not seem to be necessary.
Submitted by: arundel (via private mail)
Tested by: arundel
MFC after: 1 week
2011-12-21 12:07:14 +00:00
Martin Matuska
5e95ed1f11
Sync bsdcpio with vendor branch release/2.8:
...
Revision 3770:
Merge r3768 from trunk: Fix typo in dev/ino verification for cpio formats.
Obtained from: http://code.google.com/p/libarchive
MFC after: 2 weeks
2011-12-20 20:37:17 +00:00
Martin Matuska
6c35858460
Sync bsdtar with vendor branch release/2.8:
...
Revision 3769:
Merge r3744 from trunk: Correctly return errors when reading
an archive using @archive extension.
Obtained from: http://code.google.com/p/libarchive
MFC after: 2 weeks
2011-12-20 20:36:00 +00:00
Martin Matuska
f6ccfb42a2
Update libarchive, tar and cpio to version 2.8.5
...
The following additional vendor revisions are applied:
Revision 3740:
Use archive_clear_error() to clear the error markers.
Obtained from: http://code.google.com/p/libarchive
MFC after: 2 weeks
2011-12-20 20:06:33 +00:00
Dimitry Andric
1d44b5b9f0
In usr.bin/vacation/Makefile, fix a typo in the comment about clang
...
warnings.
Spotted by: arundel
MFC after: 1 week
2011-12-19 13:38:28 +00:00
Bjoern A. Zeeb
2cce1b69c4
Unbreak the build after r228697 adding the { } block to make clear which
...
if the else belongs to.
2011-12-19 08:50:17 +00:00
Maxim Konovalov
d96ea877a7
o Convert IPv6 read-only stats sysctls to the read-write ones.
...
o Teach netstat(1) -z to reset these stats sysctls.
PR: bin/153206
Reviewed by: glebuis
Sponsored by: NGINX, Inc.
MFC after: 1 month
2011-12-19 05:50:34 +00:00
Dimitry Andric
c48f7f6814
Repair breakage after r228697: since m4 now uses pow(3), it needs -lm.
...
Pointy hat to: bapt
2011-12-18 23:54:32 +00:00
Baptiste Daroussin
4fff7a14ae
Reimplement support for the ** (exponent) gnu extension, make it available thought the -g (mimic gnu) option
...
Reviewed by: cognet
Approved by: cognet
Discussed with: espie@OpenBSD.org (upstream)
2011-12-18 22:04:55 +00:00
Jilles Tjoelker
6530d2f2d5
du: Allow multiple -HLP options, the last one wins.
...
This matches 4.4BSD tradition and other utilities with these options and is
required by POSIX (POSIX does not specify -P, only -HL).
MFC after: 2 weeks
2011-12-17 23:18:14 +00:00
Dimitry Andric
d88ccef562
Revert r228650, and work around the clang false positive with printf
...
formats in usr.bin/netstat/atalk.c by conditionally adding NO_WFORMAT to
the Makefile instead.
MFC after: 1 week
2011-12-17 22:32:00 +00:00
Dimitry Andric
be120ddea0
In usr.bin/csup/auth.c, cast time_t to intmax_t instead, and use the
...
corresponding printf length modifier.
Requested by: mdf
MFC after: 1 week
2011-12-17 22:20:46 +00:00
Dimitry Andric
b7de4fa0d3
In usr.bin/vmstat/vmstat.c, cast several printf field widths to int, and
...
use printf format specifiers from inttypes.h for uint64_t's.
MFC after: 1 week
2011-12-17 19:22:24 +00:00
Dimitry Andric
cb3b0d8fb9
Unfortunately, clang gives warnings about sendmail code that cannot be
...
turned off yet. Since this is contrib code, and we don't really care
about the warnings, just turn make them non-fatal for now.
MFC after: 1 week
2011-12-17 18:39:04 +00:00
Dimitry Andric
288fcda320
In usr.bin/netstat/atalk.c, work around a clang false positive with
...
printf format warnings and conditional operators.
MFC after: 1 week
2011-12-17 17:21:47 +00:00
Dimitry Andric
d411ccb3b2
Use NO_WCAST_ALIGN for usr.bin/ncplist, as there are many potential
...
alignment issues in it. (Though I doubt anyone still cares about
NetWare support...)
MFC after: 1 week
2011-12-17 17:04:30 +00:00
Dimitry Andric
081aa5169d
In usr.bin/mail/cmd1.c, use the correct printf length modifier for a
...
ptrdiff_t. In usr.bin/mail/main.c, cast a field width to int.
MFC after: 1 week
2011-12-17 16:30:42 +00:00
Dimitry Andric
f7c0d4c7ea
In usr.bin/indent/io.c, fix a few warnings about format strings not being literals.
...
MFC after: 1 week
2011-12-17 15:41:58 +00:00
Dimitry Andric
7818f8df2e
Correct a logic error in usr.bin/hexdump/conv.c, found by clang.
...
Whenever the conv_c() function encounters an incomplete multibyte char,
it peeks ahead. It also sets p to peekbuf, to indicate it is still
processing the incomplete character.
However, on the next retry, it compares buf against peekbuf, which
always returns false, since both buf and peekbuf are local char arrays,
whose addresses are never the same.
Fix this by comparing against p instead, which was the intention. Also
turn peekbuf into an array of u_char, to prevent conversion warnings.
MFC after: 1 week
2011-12-17 15:33:26 +00:00
Dimitry Andric
7853817de3
More fixes for correct printf length modifiers usr.bin/gprof.
...
MFC after: 1 week
2011-12-17 14:51:24 +00:00
Dimitry Andric
d16752d1ae
In usr.bin/gprof/aout.c, use the correct printf length modifier for a
...
uint32_t.
MFC after: 1 week
2011-12-17 14:37:41 +00:00
Dimitry Andric
f666b9058d
In usr.bin/csup/proto.c, use the correct printf length modifier to print
...
an off_t.
MFC after: 1 week
2011-12-17 13:52:53 +00:00
Dimitry Andric
582ad8aebf
In usr.bin/csup/auth.c, use the correct number of bytes for zeroing the
...
shared secret, and use long long format to snprintf a time_t.
MFC after: 1 week
2011-12-17 13:14:44 +00:00
Dimitry Andric
f3fbaba136
In usr.bin/mt/mt.c, the c_code member of struct commands should really
...
be an unsigned long, since it will contain values of ioctl request
codes. On 64-bit arches, these will not fit into an int.
MFC after: 1 week
2011-12-17 02:23:30 +00:00
Dimitry Andric
940695fffb
In usr.bin/tar/tree.c, if you really want to poke to NULL, you must use
...
volatile, otherwise the indirection will not be emitted.
MFC after: 1 week
2011-12-17 01:36:50 +00:00
Max Khon
94f176ebd4
Revert r228521: sometimes job output is lost
...
(see tools/regression/usr.bin/make/execution/joberr test).
openpty(fd + 0, fd + 1,...) version does not have this problem but
it sometimes enters an infinite sleep in "ttywait" state in tty_drain()
when make(1) closes slave pty.
2011-12-15 06:25:19 +00:00
Max Khon
366cd46cbe
job make: if stdout is a tty create a pty when running a command.
2011-12-15 03:13:23 +00:00
Ed Schouten
f6ab8089c6
Replace __const by const in all non-contributed source code.
...
As C1X is close to being released, there is no need to wrap around a
feature that is already part of C90. Most of these files already use
`const' in different placed as well.
2011-12-13 13:32:56 +00:00
Mikolaj Golub
cc1ff620b9
Make 64-bit procstat output ELF auxiliary vectors for 32-bit processes.
...
Reviewed by: kib
MFC after: 1 week
2011-12-12 22:01:33 +00:00
Mikolaj Golub
de21500d6a
Make procstat -l output similar to the output of limits(1).
...
Suggested by: jhb
MFC after: 1 week
2011-12-12 21:41:05 +00:00
Ed Schouten
a02c83afc5
Add more static keywords to truss(1) source code.
...
There are some tables in the source code that are only used by the
individual source files themselves. Therefore there is no need to export
them.
2011-12-10 18:27:55 +00:00
Ed Schouten
8375d51296
Add missing "static const" to long options table.
...
This table is only used in this C file and passed to getopt_long(), so
we can safely add static and const to it.
2011-12-10 18:21:03 +00:00
Ed Schouten
516c8ed9dd
Replace char copyright[] by static const char copyright[].
...
It seems the latter is used throughout the tree.
2011-12-10 18:11:06 +00:00
Glen Barber
653fa5218a
Update du(1):
...
- Sort arguments alphabetically where appropriate
- '-B blocksize' is not mutually exclusive of '-h|-k|-m'
- Mention '-t' in synopsis
- Other wording improvements
- Update usage() output to reflect the new synopsis [1]
- Other miscellaneous improvements
PR: 162438
Submitted by: arundel
Reviewed by: Benjamin Kaduk (kaduk ! mit.edu), jhb[1] (original version)
MFC after: 1 week
2011-12-09 02:30:56 +00:00
Gabor Kovesdan
6f4cbf7cb3
- Match GNU behavior of exit code
...
- Rename variable that has a different meaning now
PR: bin/162930
Submitted by: Jan Beich <jbeich@tormail.net>
MFC after: 1 week
2011-12-07 12:25:28 +00:00
Mikolaj Golub
cc43fe5b46
Don't output a warning if kern.proc.auxv sysctl has returned EPERM.
...
After r228288 this is rather a normal situation.
MFC after: 1 week
2011-12-05 19:39:15 +00:00
Konstantin Belousov
97695ad4cd
Use explicit information from the kernel to detect the traps due to
...
syscall entry and leave.
Based on submision by: Dan Nelson <dnelson allantgroup com>
MFC after: 1 month
2011-12-04 18:43:09 +00:00
Max Khon
019bd13977
- Fix segmentation fault when running "+command" when run with -jX -n due
...
to Compat_RunCommand() being called with `cmd' that is not on the node->commands
list
- Make ellipsis ("..." command) handling consistent: check for "..." command
in job make after variables expansion to match compat make behavior
- Fix empty command handling (after variables expansion and @+- modifiers
are processed): now empty commands are ignored in compat make and are not
printed in job make case
- Bump MAKE_VERSION to 5-2011-11-30-0
2011-11-30 18:07:38 +00:00
Gabor Kovesdan
68f42e1da4
- Create links to the xz and lzma versions even if BSD grep is not the
...
default. Nor GNU nor liblzma in base provides such functionality so
it may be useful.
MFC after: 3 days
2011-11-28 20:16:55 +00:00
Gabor Kovesdan
ede01be2f2
- Call warnx() instead of errx() if a directory is not readable when using
...
a recursive search. This is the expected behavior instead of aborting.
PR: bin/162907
Submitted by: Jan Beich <jbeich@tormail.net>
MFC after: 3 days
2011-11-28 20:04:26 +00:00
Gabor Kovesdan
f0c94259d6
- Fix behavior of --null to match GNU grep
...
PR: bin/162906
Submitted by: Jan Beich <jbeich@tormail.net>
MFC after: 3 days
2011-11-28 20:00:31 +00:00
Mikolaj Golub
447fdbd073
Update SYNOPSIS to include the flags added recently.
...
Spotted by: jhb
2011-11-28 19:45:47 +00:00
Baptiste Daroussin
a841e1ebe6
Synchronize with laster version of m4 from OpenBSD and NetBSD
...
This bring better compatibility with gnum4
Reviewed by: cognet
Approved by: cognet
Obtained from: OpenBSD, NetBSD
2011-11-28 13:32:39 +00:00
Mikolaj Golub
6bfefd99ce
Cast a_val on printing. This fixes build on mips.
2011-11-28 07:09:29 +00:00
Mikolaj Golub
d3c10c5235
Make proctstat -x output more readable.
...
This also fixes the issue, spotted by mdf, with values that were
printed as decimal and had hex prefixes.
Discussed with: kib, rwatson
MFC after: 2 weeks
2011-11-27 15:53:58 +00:00
Mikolaj Golub
598585e835
usr.bin/procstat
...
Add -l flag to display resource limits.
PR: bin/161257
Reviewed by: kib
MFC after: 2 weeks
2011-11-24 20:54:06 +00:00
Mikolaj Golub
7294321939
Fix build, hopefully.
...
Reviewed by: kib
2011-11-23 07:34:09 +00:00
Mikolaj Golub
e99272c732
Add new options, -e and -x, to display process environment variables
...
and ELF auxiliary vectors.
MFC after: 2 weeks
2011-11-22 20:59:52 +00:00
Warner Losh
34b7df97a3
Add helpful clarification text. While not strictly necessary, these
...
few words make this man page much easier to understand without
re-reading prior parts of the man page.
2011-11-16 22:02:59 +00:00
Eitan Adler
14517324d0
- add a missing "be" and "in"
...
- fix other errors introduced when committing r226436
- add 'function' to a sentence where it makes sense
Submitted by: delphij
Submitted by: dougb
Submitted by: jhb
Approved by: dougb
Approved by: jhb
2011-11-11 22:27:09 +00:00
Greg Lehey
415f031163
Tidy up command line processing:
...
- Add ? option to optstring.
- Sort options alphabetically.
- Vertical space.
Tidy up usage() function.
Bring man page in sync with source.
Ensure that debug code is only executed with the -d option.
Submitted by: Christiane Yeardley
2011-11-09 01:40:46 +00:00
Mikolaj Golub
729bfad6a4
Bumb date after r227317.
...
Reminded by: pluknet
2011-11-08 19:14:15 +00:00
Ed Schouten
66c5875a45
Simplify getopt switch parsing.
...
Only one of these flags can be set. Just add them together and check the
value. Also, get rid of the listall variable. The code is already filled
with direct *flag-comparisons.
Obtained from: Alexander Best (though modified)
2011-11-08 11:36:46 +00:00
Mikolaj Golub
82841ae6f8
When displaying process virtual memory mappings print superpage
...
mapping flag.
Submitted by: Mel Flynn <mel.flynn+fbsd.hackers@mailing.thruhere.net>
Reviewed by: alc, rwatson
2011-11-07 21:16:19 +00:00
Ed Schouten
0c66031ab1
Remove unneeded CFLAGS.
...
Such optimisations should not be performed in this Makefile. Also, uqs@
suggested they have no effect, because the checksum of the resulting
binary is unchanged.
Discussed with: gabor, uqs
2011-11-07 09:42:22 +00:00
Ed Schouten
a35353de88
Partially revert r227233.
...
The privs.h header is not only used by at(1), it's also used by
atrun(8). Just let the code the way it used to be (for now).
Reported by: kwm, tinderbox
Hat to: me
2011-11-06 20:30:21 +00:00
Ed Schouten
641835f465
Mark global functions and/or variables in xstr(1) static where possible.
...
This allows compilers and static analyzers to more thorough analysis.
2011-11-06 18:50:39 +00:00
Ed Schouten
e5ec905575
Mark global functions and/or variables in whois(1) static where possible.
...
This allows compilers and static analyzers to more thorough analysis.
2011-11-06 18:50:33 +00:00
Ed Schouten
94cd938578
Mark global functions and/or variables in which(1) static where possible.
...
This allows compilers and static analyzers to more thorough analysis.
2011-11-06 18:50:26 +00:00
Ed Schouten
558b00f5a1
Mark global functions and/or variables in whereis(1) static where possible.
...
This allows compilers and static analyzers to more thorough analysis.
2011-11-06 18:50:19 +00:00
Ed Schouten
48ef17602b
Mark global functions and/or variables in unifdef(1) static where possible.
...
This allows compilers and static analyzers to more thorough analysis.
2011-11-06 18:50:00 +00:00
Ed Schouten
e7b3338485
Mark global functions and/or variables in paste(1) static where possible.
...
This allows compilers and static analyzers to more thorough analysis.
2011-11-06 18:49:53 +00:00
Ed Schouten
df6dd6933d
Mark global functions and/or variables in m4(1) static where possible.
...
This allows compilers and static analyzers to more thorough analysis.
2011-11-06 18:49:48 +00:00
Ed Schouten
86350df6fe
Mark global functions and/or variables in lam(1) static where possible.
...
This allows compilers and static analyzers to more thorough analysis.
2011-11-06 18:49:41 +00:00
Ed Schouten
357050fc0e
Mark global functions and/or variables in fstat(1) static where possible.
...
This allows compilers and static analyzers to more thorough analysis.
2011-11-06 18:49:36 +00:00
Ed Schouten
cb230716e3
Mark global functions and/or variables in expand(1) static where possible.
...
This allows compilers and static analyzers to more thorough analysis.
2011-11-06 18:49:30 +00:00
Ed Schouten
43ad4b4511
Mark global functions and/or variables in enigma(1) static where possible.
...
This allows compilers and static analyzers to more thorough analysis.
2011-11-06 18:49:23 +00:00
Ed Schouten
305700d983
Mark global functions and/or variables in compress(1) static where possible.
...
This allows compilers and static analyzers to more thorough analysis.
2011-11-06 18:49:16 +00:00
Ed Schouten
8d34a0b7bc
Mark global functions and/or variables in comm(1) static where possible.
...
This allows compilers and static analyzers to more thorough analysis.
2011-11-06 18:49:10 +00:00
Ed Schouten
c24aea83fa
Mark global functions and/or variables in checknr(1) static where possible.
...
This allows compilers and static analyzers to more thorough analysis.
2011-11-06 18:49:03 +00:00
Ed Schouten
f64efe8b60
Add missing static keywords to at(1).
...
While there, tidy up the privs.h part, where at.c has to #define to
declare some globals. Also group static and non-static global variables
in at.c.
2011-11-06 17:32:29 +00:00
Ed Schouten
ac75fa8849
Mark the structure fields as const.
...
This allows us to simply place these strings as constants in the table
itself, letting the compiler decide to simply merge duplicate strings.
2011-11-06 17:20:44 +00:00
Ed Schouten
6291cd02cb
Correct the change made in r227166.
...
This function is only compiled in when building WITH_AUDIT.
2011-11-06 09:09:45 +00:00
Ed Schouten
15f9b56845
Add missing static keywords to xinstall(1)
2011-11-06 08:19:07 +00:00
Ed Schouten
8df975a218
Add missing static keywords to wc(1)
2011-11-06 08:19:00 +00:00
Ed Schouten
d7698e0766
Add missing static keywords to wall(1)
2011-11-06 08:18:55 +00:00
Ed Schouten
d11cba9c89
Add missing static keywords to w(1)
2011-11-06 08:18:47 +00:00
Ed Schouten
bb39d408b1
Add missing static keywords to vis(1)
2011-11-06 08:18:42 +00:00
Ed Schouten
4ae55b63c3
Add missing static keywords to uuencode(1)
2011-11-06 08:18:35 +00:00
Ed Schouten
69c5bce6ee
Add missing static keywords to usbhidctl(1)
2011-11-06 08:18:30 +00:00
Ed Schouten
793cdace4d
Add missing static keywords to usbhidaction(1)
2011-11-06 08:18:23 +00:00
Ed Schouten
90a29505f5
Add missing static keywords to units(1)
2011-11-06 08:18:17 +00:00
Ed Schouten
7f3cfdffbc
Add missing static keywords to uniq(1)
2011-11-06 08:18:11 +00:00
Ed Schouten
73827c1062
Add missing static keywords to unexpand(1)
2011-11-06 08:18:05 +00:00
Ed Schouten
4b7373b886
Add missing static keywords to uname(1)
2011-11-06 08:17:59 +00:00
Ed Schouten
d9079e3b3e
Add missing static keywords to ul(1)
2011-11-06 08:17:53 +00:00
Ed Schouten
4fbf47feda
Add missing static keywords to tsort(1)
2011-11-06 08:17:47 +00:00
Ed Schouten
1dca6e4e8a
Add missing static keywords to tr(1)
2011-11-06 08:17:42 +00:00
Ed Schouten
85528ab71d
Add missing static keywords to tee(1)
2011-11-06 08:17:35 +00:00
Ed Schouten
257edbd36a
Add missing static keywords to tcopy(1)
2011-11-06 08:17:29 +00:00
Ed Schouten
b8d48d6233
Add missing static keywords to talk(1)
2011-11-06 08:17:23 +00:00
Ed Schouten
c7c497f1c5
Add missing static keywords to tail(1)
2011-11-06 08:17:17 +00:00
Ed Schouten
973aa6bc58
Add missing static keywords to split(1)
2011-11-06 08:17:11 +00:00
Ed Schouten
cfbd8d469b
Add missing static keywords to seq(1)
2011-11-06 08:17:05 +00:00
Ed Schouten
af397f37ab
Add missing static keywords to rwho(1)
2011-11-06 08:16:59 +00:00
Ed Schouten
31dd0180e9
Add missing static keywords to rwall(1)
2011-11-06 08:16:53 +00:00
Ed Schouten
6ebcee2952
Add missing static keywords to rusers(1)
2011-11-06 08:16:47 +00:00
Ed Schouten
5988030025
Add missing static keywords to ruptime(1)
2011-11-06 08:16:41 +00:00
Ed Schouten
43420d1cad
Add missing static keywords to rs(1)
2011-11-06 08:16:35 +00:00
Ed Schouten
865ff60987
Add missing static keywords to quota(1)
2011-11-06 08:16:29 +00:00
Ed Schouten
4f5e9a1a57
Add missing static keywords to pr(1)
2011-11-06 08:16:24 +00:00
Ed Schouten
0e5d3f8e6c
Add missing static keywords to mt(1)
2011-11-06 08:16:18 +00:00
Ed Schouten
23f01dcfd1
Add missing static keywords to ministat(1)
2011-11-06 08:16:11 +00:00
Ed Schouten
efd6c7ccc9
Add missing static keywords to make(1)
2011-11-06 08:16:06 +00:00
Ed Schouten
76de43968b
Add missing static keywords to look(1)
2011-11-06 08:15:59 +00:00
Ed Schouten
481bce6c91
Add missing static keywords to logger(1)
2011-11-06 08:15:53 +00:00
Ed Schouten
20a9b7ee4e
Add missing static keywords to lock(1)
2011-11-06 08:15:48 +00:00
Ed Schouten
7f3271b68c
Add missing static keywords to last(1)
2011-11-06 08:15:41 +00:00
Ed Schouten
6c9f961574
Add missing static keywords to join(1)
2011-11-06 08:15:35 +00:00
Ed Schouten
f82c82df6d
Add missing static keywords to id(1)
2011-11-06 08:15:30 +00:00
Ed Schouten
385c1d290c
Add missing static keywords to fold(1)
2011-11-06 08:15:23 +00:00
Ed Schouten
d2aa301d2e
Add missing static keywords to du(1)
2011-11-06 08:15:17 +00:00
Ed Schouten
267265e0dd
Add missing static keywords to dc(1)
2011-11-06 08:14:57 +00:00
Ed Schouten
41b662c583
Add missing static keywords to cut(1)
2011-11-06 08:14:51 +00:00
Ed Schouten
b168c3c84b
Add missing static keywords to csplit(1)
2011-11-06 08:14:45 +00:00
Ed Schouten
9ff0c16a5b
Add missing static keywords to cpuset(1)
2011-11-06 08:14:40 +00:00
Ed Schouten
316b87cb40
Add missing static keywords to column(1)
2011-11-06 08:14:34 +00:00
Ed Schouten
78ea30bb9b
Add missing static keywords to colcrt(1)
2011-11-06 08:14:28 +00:00
Ed Schouten
ab8d971c3a
Add missing static keywords to col(1)
2011-11-06 08:14:22 +00:00
Ed Schouten
8ef8574d1a
Add missing static keywords to cmp(1)
2011-11-06 08:14:16 +00:00
Ed Schouten
1a5054d3fb
Add missing static keywords to catman(1)
2011-11-06 08:14:09 +00:00
Ed Schouten
f3d61b0c62
Add missing static keywords to cap_mkdb(1)
2011-11-06 08:14:03 +00:00
Ed Schouten
5227c53347
Add missing static keywords to c99(1)
2011-11-06 08:13:58 +00:00
Ed Schouten
9e43b5a097
Add missing static keywords to banner(1)
2011-11-06 08:13:51 +00:00
Jilles Tjoelker
6e678e0ce9
lint: Fix lseek() argument order.
...
Because SEEK_SET is 0, this seems to have no effect on the generated code.
PR: bin/160806
Submitted by: Henning Petersen <henning dot petersen at t-online dot de>
Obtained from: NetBSD
2011-11-05 22:25:15 +00:00
Jilles Tjoelker
4f6d8894a4
make(1): obj dirs are physical paths so write pwd -P
rather than pwd
.
...
Regular pwd may return a pathname containing symlinks, but make does not use
such pathnames.
2011-11-05 21:32:17 +00:00
Doug Barton
f97d52be64
Fix typo from r226927
...
Submitted by: scf
2011-10-30 20:55:32 +00:00
Doug Barton
2bb6453662
Add birth date for Ken Thompson
...
Add birth and death dates for Steve Jobs
Update birth and add death date for Dennis Ritchie
PR: bin/162157
Submitted by: Niclas Zeising <niclas.zeising@gmail.com>
2011-10-30 04:04:40 +00:00
Doug Barton
041a3f80fc
Add a reminder about quarterly status report due dates
...
Reviewed by: danger
2011-10-29 18:16:29 +00:00
Andrey A. Chernov
7d3c2941c4
Reword '}' description to sound more clear.
...
Submitted by: dougb
MFC after: 7 days
2011-10-29 06:13:47 +00:00
Andrey A. Chernov
c7d7f9a140
Update '}' description to reflect reality (and POSIX)
...
PR: 96236
Submitted by: "Andreas Kohn" <andreas@syndrom23.de>
MFC after: 7 days
2011-10-28 20:28:13 +00:00
Sergey Kandaurov
85714224ae
Add the XSI option -b to show date of the last reboot.
...
That required to increase the LINE field to fit the output of -b.
While here, change the row() function to take a const argument.
In collaboration with: ed
2011-10-28 12:47:37 +00:00
Ed Schouten
8e2eadb208
Print INIT_PROCESS and LOGIN_PROCESS entries as well.
...
Even though our implementation of utmpx never emits these types of
records, they are part of POSIX. Do print them when they show up in the
database files.
While there, also print the type number of unsupported records.
2011-10-27 16:20:29 +00:00