summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-06-07spellfix; Kevin Steves <kevin@atomicgears.com>Hans Insulander
2002-06-07missing bzero! - now linklocal tcp works correctlyJun-ichiro itojun Hagino
2002-06-07own sadb_protocol struct for EXT_PROTOCOLHakan Olsson
2002-06-07use IF_INPUT macro for us as well.Federico G. Schwindt
2002-06-07typo - I am a luser and a moron.Bob Beck
2002-06-07Sync with arla-current: after doing chroot(), do chdir("/").Hans Insulander
(Reported by a handful of people.)
2002-06-07FLOW_TYPE in ADD/UPDATE.Angelos D. Keromytis
2002-06-07-ldesHans Insulander
2002-06-07Send a flow type.Angelos D. Keromytis
2002-06-07Merge in some progname changes, and a couple of bugfixes from arla.Hans Insulander
2002-06-07Buildsystem for arla-0.35.7Hans Insulander
2002-06-07Pregenerated files for arla-0.35.7Hans Insulander
2002-06-07This should solve PR#2729.Hakan Olsson
2002-06-07New buildsystem reordered a bit, so these go away; bye byeHans Insulander
2002-06-07mergeHans Insulander
2002-06-07Add flow type arg to import_flow()Hakan Olsson
2002-06-07mergeHans Insulander
2002-06-07mergeHans Insulander
2002-06-07mergeHans Insulander
2002-06-07whitespace sync w/kameJun-ichiro itojun Hagino
2002-06-07Bye byeHans Insulander
2002-06-07mergeHans Insulander
2002-06-07whitespace sync w/kameJun-ichiro itojun Hagino
2002-06-07Import of arla-0.35.7Hans Insulander
2002-06-07'fall through' is not a valid LINT keyword.Jun-ichiro itojun Hagino
2002-06-07remove support for deprecated ioctls (EINVAL). sync w/kameJun-ichiro itojun Hagino
2002-06-07mergeHans Insulander
2002-06-07Merge OpenSSL 0.9.7-stable-20020605,Bob Beck
correctly autogenerate obj_mac.h
2002-06-07Import of xfs from arla-0.35.7Hans Insulander
2002-06-07support scoped IPv6 address.Jun-ichiro itojun Hagino
no visible API change, old config files work just fine. now you can use expressions like "ALL: [fe80::%lo0/64]". theo ok
2002-06-07Backout previous change. Since it requires people to upgrade gcc, we wantMiod Vallat
to give them a larger timeslot to do that. Requested by deraadt@ and various people on icb or vocally.
2002-06-07set_progname/get_progname cleanupHans Insulander
2002-06-07cope with ndi->maxmtu == 0 case. sync w/kameJun-ichiro itojun Hagino
2002-06-07zap.Artur Grabowski
2002-06-07move load_offs out of the link_map area.Artur Grabowski
2002-06-07split link.h into three parts. The MI parts are left in link.hArtur Grabowski
a.out stuff in link_aout.h and ELF stuff in link_elf.h. Switch sparc64 back to MI link.h. drahn@ ok (powerpc will switch soon).
2002-06-07cope with cases where maxmtu == 0 (shouldn't happen)Jun-ichiro itojun Hagino
2002-06-07Simplify gdt entryNiklas Hallqvist
2002-06-07Use issetugid() instead of the wrapper called issuid() in libroken.Hans Insulander
2002-06-07Sync supported controller listNiklas Hallqvist
2002-06-07Use issetugid() instead of the wrapper called issuid() in libroken.Hans Insulander
2002-06-07Don't free an uninitialized pointer. art@ okThomas Nordin
2002-06-07While src is rarely NULL, ssrc might be. Fixes PR#2721.Hakan Olsson
2002-06-07tyopAaron Campbell
2002-06-07Add initialization of pglist, now attaches fine, butNiklas Hallqvist
bugs exist still in bounce buffering
2002-06-07fix indentJun-ichiro itojun Hagino
2002-06-07Before detaching, log output should go to stderr, not syslog.Hakan Olsson
2002-06-07Switch mvmeppc to the current powerpc pmap scheme.Miod Vallat
Only compile-tested so far, since the VME rack is not in the room yet.
2002-06-07Fix the cache invalidation routines, per macppc cpu.h rev 1.3.Miod Vallat
Initially from pefo@
2002-06-07avoid fd_set overrun. sync w/kameJun-ichiro itojun Hagino