summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ip6addrctl
Commit message (Collapse)AuthorAgeFilesLines
* Add META_MODE support.sjg2015-06-131-0/+18
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Merge sync of headsjg2015-05-271-1/+0
| |\ | |/ |/|
| * Updated dependenciessjg2014-05-161-1/+0
| |
| * Updated dependenciessjg2014-05-101-0/+2
| |
| * Updated dependenciessjg2013-03-111-0/+1
| |
| * Updated dependenciessjg2013-02-161-2/+0
| |
| *-. Sync from headsjg2012-11-042-30/+18
| |\ \
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+19
| | |/ | |/| | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | Stop including if_var.h from userland.glebius2015-04-061-1/+0
| |/ |/| | | | | Sponsored by: Nginx, Inc.
* | More -Wmissing-variable-declarations fixes.ed2012-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'.
* | Fix alignment related warnings reported by gcceadler2012-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
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-0/+2
|
* Cleanup of userland __P usekevlo2007-11-071-11/+11
|
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
|
* Assorted markup, grammar, and spelling fixes.ru2004-06-131-25/+31
|
* you have to use 'install' subcommand instead of '-c' optionume2003-12-261-1/+1
| | | | Obtained from: KAME
* when no source-address-selection policy is installed, not scanume2003-12-261-1/+5
| | | | | | the sysctl MIB, as it leads to an unnecessary sysctl error. Obtained from: KAME
* fixed a bug that 'ip6addrctl delete' command does not worksuz2003-12-221-1/+1
| | | | obtained from: KAME
* add ip6addrctl(8) which is a command to configure addressume2003-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
OpenPOWER on IntegriCloud