| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In addition to adding `static' where possible:
- bin/date: Move `retval' into extern.h to make it visible to date.c.
- bin/ed: Move globally used variables into ed.h.
- sbin/camcontrol: Move `verbose' into camcontrol.h and fix shadow warnings.
- usr.bin/calendar: Remove unneeded variables.
- usr.bin/chat: Make `line' local instead of global.
- usr.bin/elfdump: Comment out unneeded function.
- usr.bin/rlogin: Use _Noreturn instead of __dead2.
- usr.bin/tset: Pull `Ospeed' into extern.h.
- usr.sbin/mfiutil: Put global variables in mfiutil.h.
- usr.sbin/pkg: Remove unused `os_corres'.
- usr.sbin/quotaon, usr.sbin/repquota: Remove unused `qfname'.
Notes:
svn path=/head/; revision=241737
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Switch from old style arguments to modern C
remove WARNS as a result
tested with "make universe"
Approved by: cperciva
MFC after: 1 week
Notes:
svn path=/head/; revision=241134
|
|
|
|
| |
Notes:
svn path=/head/; revision=201390
|
|
|
|
| |
Notes:
svn path=/head/; revision=173412
|
|
|
|
| |
Notes:
svn path=/head/; revision=140368
|
|
|
|
| |
Notes:
svn path=/head/; revision=130420
|
|
|
|
|
|
|
| |
Obtained from: KAME
Notes:
svn path=/head/; revision=123872
|
|
|
|
|
|
|
|
|
| |
the sysctl MIB, as it leads to an unnecessary sysctl error.
Obtained from: KAME
Notes:
svn path=/head/; revision=123870
|
|
|
|
|
|
|
| |
obtained from: KAME
Notes:
svn path=/head/; revision=123714
|
|
selection policy for IPv6 and IPv4 described in RFC3484.
source address selection part of RFC3484 is not merged
from KAME, yet.
Obtained from: KAME
Notes:
svn path=/head/; revision=121748
|