| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r274898: | Dimitry Andric | 2014-11-25 | 1 | -2/+8 |
| * | MFC r235873: | Warren Block | 2012-06-20 | 1 | -1/+1 |
| * | MFC r222732,222771,222820,222824,222972,223752,224006,224144,224148,225519,22568 | Hiroki Sato | 2012-02-16 | 25 | -2196/+4698 |
| * | MFC r219184: | Bjoern A. Zeeb | 2011-04-09 | 1 | -4/+6 |
| * | MFC r216675: | Xin LI | 2011-02-08 | 3 | -19/+47 |
| * | MFC r208028,214491: Sync manpages to -CURRENT | Ulrich Spörlein | 2010-11-04 | 2 | -3/+3 |
| * | MFC r214447: | Bjoern A. Zeeb | 2010-10-31 | 1 | -1/+1 |
| * | Properly convert bit value to a bit field. Before we were storing | Warner Losh | 2009-02-19 | 1 | -2/+2 |
| * | - rename the RETURN VALUES section to EXIT STATUS [1] | Daniel Gerzo | 2009-01-07 | 1 | -4/+2 |
| * | Change 2 arc4random modulo operations to arc4random_uniform() as | Andrey A. Chernov | 2008-07-26 | 1 | -2/+2 |
| * | Cleanup of userland __P use | Kevin Lo | 2007-11-07 | 13 | -89/+89 |
| * | o Remove duplicate includes. | Maxim Konovalov | 2007-01-20 | 1 | -1/+0 |
| * | These IPv6-only tools have no explicit dependency on the INET6 macro. | Yaroslav Tykhiy | 2006-07-27 | 1 | -1/+1 |
| * | avoid heap overrun | SUZUKI Shinsuke | 2006-03-23 | 1 | -1/+1 |
| * | fixed a typo in comment | SUZUKI Shinsuke | 2005-11-17 | 1 | -1/+1 |
| * | changed syslog level to more appropriate ones | SUZUKI Shinsuke | 2005-10-19 | 1 | -3/+3 |
| * | source link-layer address option should be marked to be checked later, | SUZUKI Shinsuke | 2005-10-19 | 1 | -1/+1 |
| * | added an ioctl option in kernel so that ndp/rtadvd can change some NDP-relate... | SUZUKI Shinsuke | 2005-10-19 | 1 | -0/+30 |
| * | fix typo. | Hajimu UMEMOTO | 2005-08-10 | 1 | -3/+3 |
| * | Fixed the misplaced $FreeBSD$. | Ruslan Ermilov | 2005-02-09 | 2 | -2/+4 |
| * | removed compilation warning | SUZUKI Shinsuke | 2004-10-22 | 2 | -0/+2 |
| * | Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived software | Warner Losh | 2004-08-07 | 1 | -4/+0 |
| * | Fixed SEE ALSO references. | Ruslan Ermilov | 2004-07-02 | 1 | -13/+13 |
| * | libcompat doesn't seem to be necessary any more. | Poul-Henning Kamp | 2004-06-21 | 1 | -3/+0 |
| * | Fixed a misspelling of 0 as NULL. | Bruce Evans | 2004-03-10 | 1 | -1/+1 |
| * | fixed memory leak. | SUZUKI Shinsuke | 2003-09-20 | 1 | -1/+4 |
| * | Get rid of duplicates. | Ruslan Ermilov | 2003-09-14 | 1 | -1/+1 |
| * | - supported a string notation for xxflags. | Hajimu UMEMOTO | 2003-08-15 | 9 | -409/+531 |
| * | use arc4random. | Hajimu UMEMOTO | 2003-08-15 | 2 | -1/+7 |
| * | variable shared with signal handler needs to be "volatile sig_atomic_t". | Hajimu UMEMOTO | 2003-08-15 | 1 | -2/+2 |
| * | set LOG_PERROR for openlog() when running foreground. | Hajimu UMEMOTO | 2003-08-15 | 1 | -3/+7 |
| * | dump the content of route information options | Hajimu UMEMOTO | 2003-08-15 | 1 | -1/+19 |
| * | logged the fact to dump the status. | Hajimu UMEMOTO | 2003-08-15 | 1 | -0/+3 |
| * | daemon() has to be called prior to file descriptor setups | Hajimu UMEMOTO | 2003-08-14 | 1 | -2/+2 |
| * | support poll(2). | Hajimu UMEMOTO | 2003-08-14 | 2 | -2/+37 |
| * | - rename some variables. | Hajimu UMEMOTO | 2003-08-14 | 1 | -27/+14 |
| * | signal handler must take "int" arg. | Hajimu UMEMOTO | 2003-08-14 | 1 | -4/+5 |
| * | avoid fd_set overrun. | Hajimu UMEMOTO | 2003-08-14 | 1 | -9/+21 |
| * | malloc() may return NULL. | Hajimu UMEMOTO | 2003-08-12 | 1 | -0/+5 |
| * | reduce #ifdef. | Hajimu UMEMOTO | 2003-08-11 | 6 | -33/+4 |
| * | use strlcpy() and snprintf(). | Hajimu UMEMOTO | 2003-08-11 | 3 | -7/+7 |
| * | use int64_t instead of long long. | Hajimu UMEMOTO | 2003-08-11 | 3 | -7/+7 |
| * | Drop MIP6 code. We don't support MIP6 yet. | Hajimu UMEMOTO | 2003-08-08 | 4 | -142/+4 |
| * | KNF, correct typos and cleanup spaces. | Hajimu UMEMOTO | 2003-08-08 | 9 | -78/+66 |
| * | stop use of register. | Hajimu UMEMOTO | 2003-08-08 | 1 | -14/+14 |
| * | __FUNCTION__ --> __func__ | Hajimu UMEMOTO | 2003-08-08 | 7 | -164/+164 |
| * | fixed wrong parameter descriptions | SUZUKI Shinsuke | 2003-07-30 | 1 | -3/+9 |
| * | - fixed byte order of route lifetimes in route info opptions. | SUZUKI Shinsuke | 2003-04-10 | 1 | -2/+2 |
| * | Use assignment, not equivalence test. | Nate Lawson | 2003-04-05 | 1 | -1/+1 |
| * | style.Makefile(5) | David E. O'Brien | 2003-04-04 | 1 | -1/+1 |