| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | MFC Rev 1.27 (avoid heap overrun) | SUZUKI Shinsuke | 2006-03-24 | 1 | -1/+1 |
| * | MFC Rev.1.25 | SUZUKI Shinsuke | 2005-11-05 | 1 | -3/+3 |
| * | MFC: added an ioctl option in kernel so that ndp/rtadvd can change some NDP-r... | SUZUKI Shinsuke | 2005-11-05 | 1 | -0/+30 |
| * | MFC Rev 1.24 | SUZUKI Shinsuke | 2005-11-05 | 1 | -1/+1 |
| * | MFC: a lot of manpage fixes from HEAD. | Giorgos Keramidas | 2005-09-24 | 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 | -406/+528 |
| * | 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 |
| * | fixed invalid pointer reference | SUZUKI Shinsuke | 2003-04-02 | 1 | -0/+1 |
| * | tightened check for the length of ND options. | Hajimu UMEMOTO | 2003-03-26 | 1 | -2/+25 |
| * | Use srandomdev() for FreeBSD | Andrey A. Chernov | 2003-02-11 | 1 | -0/+4 |
| * | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | Jens Schweikhardt | 2002-12-30 | 1 | -2/+2 |
| * | english(4) police. | Jens Schweikhardt | 2002-12-27 | 1 | -3/+3 |
| * | The .Nm utility | Philippe Charnier | 2002-07-14 | 1 | -3/+5 |
| * | Do not issue deprecated ioctl. | Hajimu UMEMOTO | 2002-06-15 | 1 | -0/+8 |
| * | Changed the behavior when an interface-direct prefix being advertised | Hajimu UMEMOTO | 2002-06-13 | 8 | -45/+166 |
| * | Skip duplicated prefixes in get_prefix(). | Hajimu UMEMOTO | 2002-06-01 | 3 | -14/+19 |
| * | KNF | Hajimu UMEMOTO | 2002-06-01 | 1 | -280/+258 |
| * | sprintf -> snprintf | Hajimu UMEMOTO | 2002-06-01 | 1 | -17/+25 |
| * | mdoc(7) police: utilize the new .Ex macro. | Ruslan Ermilov | 2001-08-15 | 1 | -4/+2 |
| * | mdoc(7) police: | Ruslan Ermilov | 2001-08-07 | 2 | -38/+20 |
| * | Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The | Sheldon Hearn | 2001-07-26 | 1 | -4/+5 |
