summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-06-26array of counters indexed by reason codesTheo de Raadt
2001-06-26bad smartNiels Provos
2001-06-26Initial import of mvmeppc.Steve Murphree
2001-06-26use pci_bus_maxdevs instead of nasty i386 specific goop (It's nice toJason Wright
be able to bug art@ and matthieu@ in person =)
2001-06-26Add err.h for errx()smart
2001-06-26some warnx, and exit instead of returnNiels Provos
2001-06-26Recurse in mvme88k/Miod Vallat
2001-06-26Recurse in vax/ during make objMiod Vallat
2001-06-26Add pciide support to ramdisk.Dale Rahn
2001-06-26trivial ether_input_mbuf() conversions.Federico G. Schwindt
2001-06-26Initial import of mvmeppc.Steve Murphree
2001-06-26be weary of atoi().Eric Jackson
suggested by theo.. also do range checking on ports
2001-06-26define opcodes and a macro for generating the instructionsJason Wright
also, be sure to mask off the reserved bits in the length space... 6500 seems to use them for something
2001-06-26rules have numbers now, use them. add two spl locks.Daniel Hartmeier
2001-06-26s/USER_PCICONFIG/USER_PCICONFJason Wright
2001-06-26Only one non-UVM arch left, not for long.Miod Vallat
2001-06-26A few changes to mvme68k:Miod Vallat
+ switch to UVM + fix the system trace problem + big cleanup of locore.s (macro for BUG calls, use more common m68k code whenever possible, and the macros in <m68k/asm.h>) + better indentation on some parts (old KNF) + call doshutdownhooks() at shutdown + use <net/netisr_dispatch.h> + upgrade pmap.c to something very close to our current hp300 pmap.c, minus support for PMAP_NEW and for HP MMU + various tidbits I forget to mention here work and tests by smurph@ and me.
2001-06-26add cyberflex_inq_class()Jim Rees
2001-06-26Add pciide support for powerpc.Dale Rahn
Yes Theo, you found my bug, but the tree broke because you referenced devices that were not enabled, yet.
2001-06-26Support for Motorola RavenSteve Murphree
2001-06-26dont set the source address to 127.0.0.1 if a local port is specifiedEric Jackson
but no source address reported by jakob@
2001-06-26add USER_PCICONF in GENERICMatthieu Herrb
2001-06-26More chipset info needed by X.Artur Grabowski
2001-06-26crank minor versionDug Song
2001-06-26configure sa_family on mask too. to preserve older practiceJun-ichiro itojun Hagino
2001-06-26support wd & atapiscsi on regular pciide; i found what Dale missed, so i ↵Theo de Raadt
_deserve_ the commit
2001-06-26clean up copyrightNiels Provos
2001-06-26rule nr is in rule nowNiels Provos
2001-06-26rewrite telnet negotiationEric Jackson
2001-06-26add rule nr for NielsDaniel Hartmeier
2001-06-26Provide chipset configuration to sysctls.Artur Grabowski
2001-06-26-DKRB5 makes this work much better...Hans Insulander
2001-06-26allow -addr src/prefixlen dst/prefixlen. discussed with angelos.Jun-ichiro itojun Hagino
XXX usage() needs to be made more cute
2001-06-26openbsd tagJason Wright
2001-06-26Provide some chipset information to usreland through sysctl.Artur Grabowski
The chipset support is not here yet, but the skeleton works.
2001-06-26USER_PCICONFArtur Grabowski
2001-06-26KerberosVHans Insulander
2001-06-26Support for changing kerberos 5 passwords.Hans Insulander
2001-06-26Adapt for our useHans Insulander
2001-06-26Import password changing program from heimdal-0.3fHans Insulander
2001-06-26add smartcard support to the client, too (now you can use bothMarkus Friedl
the agent and the client).
2001-06-26regenDug Song
2001-06-26pass rule to logging for state matchesNiels Provos
2001-06-26size fixes. Some KNF.Niklas Hallqvist
2001-06-26crank minor number, for new getpeereid() syscallDug Song
2001-06-26modify m_pkthdr.len computation to work with both 4.4BSD M_COPY_PKTHDRJun-ichiro itojun Hagino
and openbsd 2.9+ M_COPY_PKTHDR. discussed with angelos. sync with kame. XXX it is bad to change behavior of existing macro without name change... new behavior will be renamed M_MOVE_PKTHDR soon.
2001-06-26ifdef out some currently unused codeAngelos D. Keromytis
2001-06-26implement djb's getpeereid(2), to allow local-domain servers to determine ↵Dug Song
client credentials. mostly from superscript.com. deraadt@ ok
2001-06-26log-all causes state matches to log packets to pflogNiels Provos
2001-06-26Rewrite ipsp_clear_acquire() to be more readable, after all the KNF'ingAngelos D. Keromytis