summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2001-06-26add rule pointer and log option to statesDaniel Hartmeier
2001-06-26rename variable, as not to conflictEric Jackson
2001-06-26Remove space.Angelos D. Keromytis
2001-06-26get rid of another printfNiels Provos
2001-06-26Update to reflect the fact that kerberosV is now default.Hans Insulander
2001-06-26Add support for the new iBook. from netbsd. ok @drahn. -mojMats O Jansson
2001-06-26print reason sub codes.Niels Provos
2001-06-26Enable Kerberos 5Hans Insulander
2001-06-26USB is still somewhat flakey on alpha. disable by default.Nathan Binkert
2001-06-26use reasons in pull_hdr, default log if pull_hdr fails. okay deraadt@Niels Provos
2001-06-26Use pool(9) for IPsec acquires too.Angelos D. Keromytis
2001-06-26Use pool(9) for IPsec policy structures.Angelos D. Keromytis
2001-06-26Lazy binding for shared libraries.Artur Grabowski
2001-06-26Add pf.conf and nat.conf. ok theoKjell Wooding