ed
f110f8c649
Add missing static keywords to talk(1)
2011-11-06 08:17:23 +00:00
ed
ae674f5b37
Add missing static keywords to tail(1)
2011-11-06 08:17:17 +00:00
ed
0d6f43e2bd
Add missing static keywords to split(1)
2011-11-06 08:17:11 +00:00
ed
5d85b35609
Add missing static keywords to seq(1)
2011-11-06 08:17:05 +00:00
ed
d2e48ceef2
Add missing static keywords to rwho(1)
2011-11-06 08:16:59 +00:00
ed
154b755827
Add missing static keywords to rwall(1)
2011-11-06 08:16:53 +00:00
ed
75aea7ad85
Add missing static keywords to rusers(1)
2011-11-06 08:16:47 +00:00
ed
04ff92c413
Add missing static keywords to ruptime(1)
2011-11-06 08:16:41 +00:00
ed
7d71ef84d7
Add missing static keywords to rs(1)
2011-11-06 08:16:35 +00:00
ed
09dd1a0121
Add missing static keywords to quota(1)
2011-11-06 08:16:29 +00:00
ed
809f85b51a
Add missing static keywords to pr(1)
2011-11-06 08:16:24 +00:00
ed
4b5bea4fc7
Add missing static keywords to mt(1)
2011-11-06 08:16:18 +00:00
ed
ab0dc98dd4
Add missing static keywords to ministat(1)
2011-11-06 08:16:11 +00:00
ed
d194803bbc
Add missing static keywords to make(1)
2011-11-06 08:16:06 +00:00
ed
15a0ba36db
Add missing static keywords to look(1)
2011-11-06 08:15:59 +00:00
ed
b3e1c421c6
Add missing static keywords to logger(1)
2011-11-06 08:15:53 +00:00
ed
778a941742
Add missing static keywords to lock(1)
2011-11-06 08:15:48 +00:00
ed
75cb563647
Add missing static keywords to last(1)
2011-11-06 08:15:41 +00:00
ed
0016966bba
Add missing static keywords to join(1)
2011-11-06 08:15:35 +00:00
ed
4261175970
Add missing static keywords to id(1)
2011-11-06 08:15:30 +00:00
ed
8afe216b97
Add missing static keywords to fold(1)
2011-11-06 08:15:23 +00:00
ed
c9f8997dfe
Add missing static keywords to du(1)
2011-11-06 08:15:17 +00:00
ed
62515a1ff3
Add missing static keywords to dc(1)
2011-11-06 08:14:57 +00:00
ed
91ffce3875
Add missing static keywords to cut(1)
2011-11-06 08:14:51 +00:00
ed
ce4cbee6a1
Add missing static keywords to csplit(1)
2011-11-06 08:14:45 +00:00
ed
4b43e01fe9
Add missing static keywords to cpuset(1)
2011-11-06 08:14:40 +00:00
ed
88b6b62757
Add missing static keywords to column(1)
2011-11-06 08:14:34 +00:00
ed
5d1bcc94a8
Add missing static keywords to colcrt(1)
2011-11-06 08:14:28 +00:00
ed
61bd4fddd2
Add missing static keywords to col(1)
2011-11-06 08:14:22 +00:00
ed
a86a6f0c85
Add missing static keywords to cmp(1)
2011-11-06 08:14:16 +00:00
ed
d0367a1471
Add missing static keywords to catman(1)
2011-11-06 08:14:09 +00:00
ed
1f7f99bbde
Add missing static keywords to cap_mkdb(1)
2011-11-06 08:14:03 +00:00
ed
4704a8332d
Add missing static keywords to c99(1)
2011-11-06 08:13:58 +00:00
ed
c25f8d73b9
Add missing static keywords to banner(1)
2011-11-06 08:13:51 +00:00
jilles
46fb1cb984
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
eeb1159658
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
dougb
41264f106d
Fix typo from r226927
...
Submitted by: scf
2011-10-30 20:55:32 +00:00
dougb
8e54cbf4ab
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
dougb
d794f830d2
Add a reminder about quarterly status report due dates
...
Reviewed by: danger
2011-10-29 18:16:29 +00:00
ache
1a131a903e
Reword '}' description to sound more clear.
...
Submitted by: dougb
MFC after: 7 days
2011-10-29 06:13:47 +00:00
ache
a71751c33e
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
pluknet
e43df010f9
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
c59a6ed6df
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
gabor
6762a389b8
- Fix installation when WITH_BSD_GREP is set to yes
...
Submitted by: Aleksandr Rybalko <ray@ddteam.net>
2011-10-23 16:04:07 +00:00
kientzle
afbc6f6bc7
Typo from previous commit. Urgh.
2011-10-22 16:53:29 +00:00
kientzle
3c7e934d28
Bring in the --gid --gname --uid and --uname implementation
...
from libarchive.googlecode.com.
MFC after: 3 days
2011-10-22 16:52:04 +00:00
dim
99b00e570c
Upgrade our copy of llvm/clang to r142614, from upstream's release_30
...
branch. This brings us very close to the 3.0 release, which is expected
in a week or two.
MFC after: 1 week
2011-10-22 14:08:43 +00:00
des
6c6abb3ddc
It turns out that truss also used kdump's mkioctls script, and expected
...
ioctlname() to return a pointer to the name rather than print it. This did
not show up in testing because truss had its own prototype for ioctlname(),
so it would build fine and run fine as long as the program being traced did
not issue an ioctl.
Teach mkioctls to generate different versions of ioctlname() based on its
first command-line argument.
Pointed out by: Garrett Cooper <yanegomi@gmail.com>
2011-10-21 11:08:25 +00:00
des
4ebe5d8b07
Fix copy-pasto in CAPFAIL_INCREASE case.
...
Noticed by: pjd
2011-10-18 09:39:41 +00:00
des
49ff1260bc
Make ktrace(1) build cleanly at WARNS level 6 by completely rethinking the
...
way in which it handles the -C, -c, -g and -p options.
MFC after: 3 weeks
2011-10-18 08:26:12 +00:00