aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ip6addrctl
Commit message (Collapse)AuthorAgeFilesLines
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-1/+1
| | | | | | | | | | | | | | | | | | | 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
* Fix alignment related warnings reported by gccEitan Adler2012-10-022-29/+17
| | | | | | | | | | | | | 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
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-0/+2
| | | | Notes: svn path=/head/; revision=201390
* Cleanup of userland __P useKevin Lo2007-11-071-11/+11
| | | | Notes: svn path=/head/; revision=173412
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
| | | | Notes: svn path=/head/; revision=140368
* Assorted markup, grammar, and spelling fixes.Ruslan Ermilov2004-06-131-25/+31
| | | | Notes: svn path=/head/; revision=130420
* you have to use 'install' subcommand instead of '-c' optionHajimu UMEMOTO2003-12-261-1/+1
| | | | | | | Obtained from: KAME Notes: svn path=/head/; revision=123872
* when no source-address-selection policy is installed, not scanHajimu UMEMOTO2003-12-261-1/+5
| | | | | | | | | the sysctl MIB, as it leads to an unnecessary sysctl error. Obtained from: KAME Notes: svn path=/head/; revision=123870
* fixed a bug that 'ip6addrctl delete' command does not workSUZUKI Shinsuke2003-12-221-1/+1
| | | | | | | obtained from: KAME Notes: svn path=/head/; revision=123714
* add ip6addrctl(8) which is a command to configure addressHajimu UMEMOTO2003-10-304-0/+601
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