Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-01-13 | mbuf **, not mbuf * you twit... | Angelos D. Keromytis | |
2000-01-13 | We do need netinet/ip_ip4.h after all... | Angelos D. Keromytis | |
2000-01-13 | Fix compilation error introduced recently; thanks mickey. | Federico G. Schwindt | |
2000-01-13 | Print number of ingress flows in /kern/ipsec | Angelos D. Keromytis | |
2000-01-13 | Update to establish ingress flows as well. | Angelos D. Keromytis | |
2000-01-13 | Mention ingress flows. | Angelos D. Keromytis | |
2000-01-13 | Align. | Angelos D. Keromytis | |
2000-01-13 | Add an ip4_input6() for use with IPv6 (just a wrapper for | Angelos D. Keromytis | |
ip4_input()), add prototype, ifdef include files. | |||
2000-01-13 | Introduce ip4_input6() with the correct prototype... | Angelos D. Keromytis | |
2000-01-13 | IPXDEBUG -> SPXDEBUG. | Federico G. Schwindt | |
2000-01-13 | Minor beautification. | Angelos D. Keromytis | |
2000-01-13 | Add -ingress flag | Angelos D. Keromytis | |
2000-01-13 | rearrange includes. | Federico G. Schwindt | |
2000-01-13 | some KNF. | Federico G. Schwindt | |
2000-01-13 | more KNF. remove unneeded and ancient debug code. | Federico G. Schwindt | |
2000-01-13 | Add include file fixing non-gif inet6 kernels. | Angelos D. Keromytis | |
2000-01-13 | sync | Theo de Raadt | |
2000-01-13 | Ingress flow support. | Angelos D. Keromytis | |
2000-01-13 | put_flow(), find_flow(), and delete_flow() get a third argument (for | Angelos D. Keromytis | |
ingress or egress flow) | |||
2000-01-12 | config path change | Jun-ichiro itojun Hagino | |
From: eric jackson <shinobi@monkey.org> | |||
2000-01-12 | Major style cleanup for pfkeyv2.c | Angelos D. Keromytis | |
2000-01-12 | evaluate getopt() against != -1.. no >= 0. | Eric Jackson | |
2000-01-12 | repair printf format strings in echo; espie@ | Michael Shalayeff | |
2000-01-12 | Use a proper abstract interface for file accesses, so that we can record | Marc Espie | |
the file name and line number. This yields more meaningful error messages, and the possibility for yet more. | |||
2000-01-12 | For reasons beyond my comprehension, touching the sdh register too much | Constantine Sapuntzakis | |
during probe causes the devices pain. So, I don't do that any more. :-) Also, try ATAPI_IDENTIFY_DEVICE a couple times. Seems to help with an old NEC drive. | |||
2000-01-12 | Hack to detect termcap/terminfo files that just contain a usage string. | Todd C. Miller | |
This is needed because, until 5 minutes ago, tic prints its usage() to stdout and not stderr so the zero-length termcap check doesn't help us here. This hack should be removed after OpenBSD 2.7 is released. | |||
2000-01-12 | usage() should go to stderr, not stdout. | Todd C. Miller | |
2000-01-12 | ifdef SUN4M, ok art@ | David Leonard | |
2000-01-12 | Use MAXHOSTNAMELEN; millert@ ok | Aaron Campbell | |
2000-01-12 | kill pcb_upaddrs, one more fpreg (for fpemu) | Michael Shalayeff | |
2000-01-12 | Remove gif_input() -- not needed anymore. | Angelos D. Keromytis | |
2000-01-12 | Use netinet/ip_ip4.c routines. | Angelos D. Keromytis | |
2000-01-12 | spstrcopy: store copied size by dereffing 5th arg, not into it's place on stack | Michael Shalayeff | |
2000-01-12 | choose right map for a fault, better pcq advancement technique | Michael Shalayeff | |
2000-01-12 | fix {f,s}uword address check, align end of setrunqueue | Michael Shalayeff | |
2000-01-12 | clarify | Eric Jackson | |
2000-01-12 | Better. | Aaron Campbell | |
2000-01-12 | indent the source right | Theo de Raadt | |
2000-01-12 | note about broken gas and align, some tabs vs spaces too | Michael Shalayeff | |
2000-01-12 | ugly workaround for an .align parse bug in current binutils | Michael Shalayeff | |
2000-01-11 | Reverse order of ^lib and '/' checks since ^lib is cheaper; espie@ | Todd C. Miller | |
2000-01-11 | Fix the logic that determines whether or not a dlopen()'d name should | Todd C. Miller | |
be looked for in the libary search path. If a name has a '/' in it, treat it as a pathname, even if it starts with "lib"; gsar@ActiveState.com | |||
2000-01-11 | clean two minor screwups | Michael Shalayeff | |
2000-01-11 | separate spmath build | Michael Shalayeff | |
2000-01-11 | Rearrange includes and remove unnecessary ones. | Federico G. Schwindt | |
2000-01-11 | Call ipx_output_type20 for type 20 (netbios) packets. | Federico G. Schwindt | |
2000-01-11 | Add ipx_output_type20 prototype. | Federico G. Schwindt | |
2000-01-11 | Add output routine to broadcast type 20 (Netbios) packets; from FreeBSD. | Federico G. Schwindt | |
2000-01-11 | include fpu emulation dispatcher on fpemu | Michael Shalayeff | |
2000-01-11 | Remove unnecessary variables and debug code. Use ipxs_total and | Federico G. Schwindt | |
ipx_delivered. Treat packets broadcasted to the net where it was received as ours. |