summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-06-07Simplify so that we can remove CLKF_BASEPRI() and spllowersoftclock()Thomas Nordin
infrastructure. ok art@ and miod@
2002-06-07Handle csecreate errors. deraadt@ and beck@Thomas Nordin
2002-06-07repairHans Insulander
2002-06-07repairHans Insulander
2002-06-07fix spelling, grammar etc.Hans Insulander
2002-06-07repairHans Insulander
2002-06-07do not respond to udp service if ip_src matches broadcast addr. theo okJun-ichiro itojun Hagino
2002-06-07repairHans Insulander
2002-06-07Vacuum cleaning of the adb code, step 1: random KNF, remove mac68kMiod Vallat
leftovers, unused variables and functions, fix some comments, etc.
2002-06-07KNFMiod Vallat
2002-06-07Move more function prototypes to <machine/conf.h> as cdev_decl(foo)Miod Vallat
for safety.
2002-06-07arlad.8 is the one to useHans Insulander
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