| Commit message (Expand) | Author | Age | Files | Lines |
| * | For this regression test to pass, you must run ipmon in the Australia/Victoria | Darren Reed | 2002-03-19 | 1 | -4/+5 |
| * | do not include the missing ip_h323_pxy.c | Darren Reed | 2002-03-19 | 1 | -1/+0 |
| * | remove because of licence reasons | Darren Reed | 2002-03-19 | 1 | -275/+0 |
| * | both ipnat and ipfstat now use libkvm rather than their own home-rolled | Darren Reed | 2002-03-19 | 2 | -2/+5 |
| * | put an extern for ip6_protox in here where it is only used for kernel compiling | Darren Reed | 2002-03-19 | 1 | -0/+1 |
| * | put an extern for inet6sw in here and make it active only for kernel compiling | Darren Reed | 2002-03-19 | 1 | -0/+4 |
| * | Add five GEOM oriented ioctls to get basic information about a geom device. | Poul-Henning Kamp | 2002-03-19 | 4 | -11/+49 |
| * | o Remove __P | Warner Losh | 2002-03-19 | 1 | -5/+3 |
| * | #if 0 some unused variables (only in #if 0 code) | Peter Wemm | 2002-03-19 | 1 | -0/+4 |
| * | Add some break's after default: in the end of switch statements to | Peter Wemm | 2002-03-19 | 2 | -0/+4 |
| * | Move savecore build enable to MD section of Makefile, currently enabled | Peter Wemm | 2002-03-19 | 1 | -2/+6 |
| * | Add -ffreestanding to CFLAGS for ia64. This should probably be global | Peter Wemm | 2002-03-19 | 1 | -0/+2 |
| * | Quit a warning introduced by UMA. This only occurs on machines where | Jeff Roberson | 2002-03-19 | 1 | -1/+1 |
| * | fix conflicts generated by import, completing import of ipf3.4.25 | Darren Reed | 2002-03-19 | 9 | -137/+363 |
| * | This commit was generated by cvs2svn to compensate for changes in r92688, | Darren Reed | 2002-03-19 | 30 | -0/+1886 |
| |\ |
|
| | * | Import IPFilter 3.4.25 | Darren Reed | 2002-03-19 | 30 | -0/+1886 |
| * | | This commit was generated by cvs2svn to compensate for changes in r92686, | Darren Reed | 2002-03-19 | 55 | -1252/+2449 |
| |\| |
|
| | * | Import IPFilter 3.4.25 | Darren Reed | 2002-03-19 | 84 | -2261/+4892 |
| * | | fix conflicts (mostly damn rcs id's) generated by import | Darren Reed | 2002-03-19 | 20 | -854/+2055 |
| * | | This file is being removed pending the all clear on its licence by someone | Darren Reed | 2002-03-19 | 1 | -275/+0 |
| * | | This commit was generated by cvs2svn to compensate for changes in r92680, | Darren Reed | 2002-03-19 | 3 | -0/+676 |
| |\ \ |
|
| | * | | Import IPFilter 3.4.25 (last version 3.4.20) | Darren Reed | 2002-03-19 | 3 | -0/+676 |
| | * | | This commit was manufactured by cvs2svn to create branch | cvs2svn | 2001-09-12 | 1 | -0/+29 |
| | * | | Import version 3.4.20 of IPFiltervendor/ipfilter-sys/3-4-20 | Darren Reed | 2001-07-28 | 18 | -510/+862 |
| | * | | Update IP Filter kernel sourcevendor/ipfilter-sys/v3-4-16 | Darren Reed | 2001-02-04 | 22 | -119/+259 |
| | * | | Import IP filter 3.4.13 | Darren Reed | 2000-10-29 | 8 | -48/+58 |
| | * | | Import IP Filter 3.4.12 into kernel source tree | Darren Reed | 2000-10-26 | 14 | -192/+613 |
| | * | | Import IP Filter 3.4.9 bits into the kernel | Darren Reed | 2000-08-13 | 10 | -102/+367 |
| | * | | import ipfilter 3.4.8 | Darren Reed | 2000-07-19 | 13 | -112/+226 |
| | * | | Import IP Filter 3.4.4 into the kernel | Darren Reed | 2000-05-24 | 20 | -2497/+6853 |
| | * | | This commit was manufactured by cvs2svn to create branch | cvs2svn | 1999-12-06 | 0 | -0/+0 |
| | * | | This commit was manufactured by cvs2svn to create branch 'DARRENR'. | cvs2svn | 1999-12-06 | 3 | -0/+612 |
| * | | | Enabling the SKI option is a guaranteed breakage for me. Interrupts no | Peter Wemm | 2002-03-19 | 1 | -1/+4 |
| * | | | My ia64 box for some reason likes to fragment the beginning/end of memory | Peter Wemm | 2002-03-19 | 1 | -1/+1 |
| * | | | Fix some unused variables. | Peter Wemm | 2002-03-19 | 3 | -1/+5 |
| * | | | Move a couple of prototypes together instead of being incompletely | Peter Wemm | 2002-03-19 | 4 | -7/+4 |
| * | | | __func__ is a const char *, not a "string" that can be concatenated. | Peter Wemm | 2002-03-19 | 1 | -3/+3 |
| * | | | Fix a pointer/int warning | Peter Wemm | 2002-03-19 | 1 | -1/+1 |
| * | | | #ifdef SMP some variables that are only used elsewhere under #ifdef SMP | Peter Wemm | 2002-03-19 | 1 | -0/+2 |
| * | | | Work around an apparent compiler bug with gcc-3.1, although it might be | Peter Wemm | 2002-03-19 | 1 | -2/+5 |
| * | | | Believe it or not, I ran into the 32MB stack size limit using a natively | Peter Wemm | 2002-03-19 | 1 | -1/+1 |
| * | | | #if 0 out some unused code. | Peter Wemm | 2002-03-19 | 2 | -0/+5 |
| * | | | Add some #includes after things got broken with the last round of | Peter Wemm | 2002-03-19 | 2 | -0/+3 |
| * | | | Turn off the ia64 ITC timecounter when SMP is present since it has the | Peter Wemm | 2002-03-19 | 1 | -0/+10 |
| * | | | Fix a gcc-3.1+ warning. | Peter Wemm | 2002-03-19 | 7 | -0/+16 |
| * | | | Pacify gcc-3.1+, initialize two variables to avoid -Wuninitialized | Peter Wemm | 2002-03-19 | 1 | -2/+2 |
| * | | | Fix warnings on gcc-3.1+ where __func__ is a const char * instead of a | Peter Wemm | 2002-03-19 | 1 | -2/+2 |
| * | | | Regen; post SMC id's and also pick up a previously forgotten regen(?). | Peter Wemm | 2002-03-19 | 2 | -2/+49 |
| * | | | Add another SMC device ID and the hub ID that it went with. | Peter Wemm | 2002-03-19 | 1 | -0/+3 |
| * | | | Add the ia64 bus space tag for the IO ports (!). | Peter Wemm | 2002-03-19 | 2 | -0/+8 |