1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-11 14:10:34 +00:00
Commit Graph

10132 Commits

Author SHA1 Message Date
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