summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-04-25syncTheo de Raadt
2002-04-24kernel API does not need the userland addresses, make them go awayTheo de Raadt
2002-04-24Unbreak from pfvar.h change.Daniel Hartmeier
2002-04-24be much more picky about which RCC products are multi-bridgesTheo de Raadt
2002-04-24RAMDISK configurations for mac68k.Miod Vallat
2002-04-24The beginnings of decent mac68k installation media, as two bsd.rd images.Miod Vallat
Currently, the building of this is not enabled in "make release", however.
2002-04-24revert, sys/param.h will need fixing first.Marc Espie
2002-04-24zap /usr/include/g++/gen, it's ancient.Marc Espie
2002-04-24make oss_ioctl varargs.Marc Espie
this is not standard C, but it works on the arches we support, and osscompat is a dirty hack in the first place. ok millert@, tested naddy@
2002-04-24Perform full relocation for Rela bootstrap relocations, compatibleDale Rahn
with newer binutils this way. ok fgs, jason.
2002-04-24Make this not directly usable from userland.Marc Espie
ok millert@
2002-04-24Introduce a new file, machine/internal_types.h, to hold that specific archMarc Espie
type characteristics. internal_types.h will contain only settings invisible from standard C, e.g., in the __* or _[A-Z]* namespace, and be reused by files like limits.h. This allows us to shorten machine/limits.h greatly, as all the common defines are now in sys/limits.h, plus a small stub in internal_types.h. Tested on all arches as far as I know. Approved after discussion with art, millert, deraadt, and others.
2002-04-24whoops, missed two fields in modexp structure (kinda important ones =)Jason Wright
2002-04-24Document special rule for build dependencies. More complicated to explain,Marc Espie
simpler to use.
2002-04-24Run getty on /dev/ttyC0, not /dev/console.Matthieu Herrb
Ok deraadt@, millert@
2002-04-24Add dynamic (in-kernel) interface name -> address translation. Instead ofDaniel Hartmeier
using just the interface name instead of an address and reloading the rule set whenever the interface changes its address, the interface name can be put in parentheses, and the kernel will keep track of changes and update rules. There is no additional cost for evaluating rules (per packet), the cost occurs when an interface changes address (and the rules are traversed and updated where necessary).
2002-04-24Initialize if_addrhooks in if_attachhead() like in if_attach(), eitherDaniel Hartmeier
one may be called.
2002-04-24Update IPsec-related comments.Angelos D. Keromytis
2002-04-24Add hooks to struct ifnet that allow to register callbacks that will beDaniel Hartmeier
notified of interface address changes. ok provos@, angelos@
2002-04-23Dlink DWL520 confirmed working.Todd C. Miller
2002-04-23syncTheo de Raadt
2002-04-23fix grammar in tcpdump exampleMike Frantzen
2002-04-23Clear flags indicating whether or not wi or hostap is active asTodd C. Miller
early as possible. Also move the timeout_del() in wi_stop() to before we disable wi(4) so it doesn't fire at the wrong time. Joint effort between mickey@ and myself.
2002-04-23initial hack at a CIOCSYMFEAT ioctlTheo de Raadt
2002-04-23Improve error message; ok markus@ stevesk@Damien Miller
2002-04-23modexp context structureJason Wright
2002-04-23document the keying operationsTheo de Raadt
2002-04-23driver queueing & callback code for keying operationsTheo de Raadt
2002-04-23sync doc, export->export_info.Marc Espie
2002-04-23In mount.h, rename field export -> export_info, to avoid collision with C++.Marc Espie
Synch files that use that field. (This argument is an internal interface specific to OpenBSD, so it won't cause compatibility problems.) (No bump, not an ABI change). ok art, millert...
2002-04-23Allow explicit filtering of fragments when they are not reassembled.Daniel Hartmeier
Document fragment handling in the man page. Short version: if you're scrubbing everything (as is recommended, in general), nothing changes. If you want to deal with fragments manually, read the man page. ok frantzen.
2002-04-23send complete ticket; semerad@ss1000.ms.mff.cuni.czMarkus Friedl
2002-04-233.2.1Markus Friedl
2002-04-23More up to date.Hakan Olsson
2002-04-23Oops, unbreak; deraadt@Miod Vallat
2002-04-22KNFTheo de Raadt
2002-04-22Do not hardcode mvme88k-specific compilation flags here, especially sinceMiod Vallat
the new flags happen to be no different from those set in <sys.mk>
2002-04-22Fix a couple of typos.Miod Vallat
2002-04-22regenMatthieu Herrb
2002-04-22Add Matrox MGA G550. ok deraadt@ millert@ fgs@Matthieu Herrb
2002-04-22Fix 2 things that should be gid_t. One from Oleg Safiullin, one from me...Todd C. Miller
2002-04-22clean up attach messagesJason Wright
2002-04-22request reply (success/failure) for -R style fwd in protocol v2,Markus Friedl
depends on ordered replies. fixes http://bugzilla.mindrot.org/show_bug.cgi?id=215; ok provos@
2002-04-22Bring several stability and performance fixes from NetBSD, as well asMiod Vallat
more hardware support.
2002-04-22always print the offset, mask allowingMichael Shalayeff
2002-04-22de-tab install.md more fullyTheo de Raadt
2002-04-22fix example showing how to properly free a tree; pointed out by dugsong@Niels Provos
2002-04-22Uncommit. Since this came out of the blue, without anyone else havingTheo de Raadt
known of it; and since the commit message does not give the rest of us any feeling that this was tested by anyone, this is being removed. This is not an area where one commits because just art agrees. And that is what the commit message says.
2002-04-22do not auto-enable KerberosAuthentication; ok djm@, provos@, deraadt@Markus Friedl
2002-04-22add eapJason Wright