Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-26 | array of counters indexed by reason codes | Theo de Raadt | |
2001-06-26 | bad smart | Niels Provos | |
2001-06-26 | Initial import of mvmeppc. | Steve Murphree | |
2001-06-26 | use pci_bus_maxdevs instead of nasty i386 specific goop (It's nice to | Jason Wright | |
be able to bug art@ and matthieu@ in person =) | |||
2001-06-26 | Add err.h for errx() | smart | |
2001-06-26 | some warnx, and exit instead of return | Niels Provos | |
2001-06-26 | Recurse in mvme88k/ | Miod Vallat | |
2001-06-26 | Recurse in vax/ during make obj | Miod Vallat | |
2001-06-26 | Add pciide support to ramdisk. | Dale Rahn | |
2001-06-26 | trivial ether_input_mbuf() conversions. | Federico G. Schwindt | |
2001-06-26 | Initial import of mvmeppc. | Steve Murphree | |
2001-06-26 | be weary of atoi(). | Eric Jackson | |
suggested by theo.. also do range checking on ports | |||
2001-06-26 | define opcodes and a macro for generating the instructions | Jason Wright | |
also, be sure to mask off the reserved bits in the length space... 6500 seems to use them for something | |||
2001-06-26 | rules have numbers now, use them. add two spl locks. | Daniel Hartmeier | |
2001-06-26 | s/USER_PCICONFIG/USER_PCICONF | Jason Wright | |
2001-06-26 | Only one non-UVM arch left, not for long. | Miod Vallat | |
2001-06-26 | A 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-26 | add cyberflex_inq_class() | Jim Rees | |
2001-06-26 | Add 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-26 | Support for Motorola Raven | Steve Murphree | |
2001-06-26 | dont set the source address to 127.0.0.1 if a local port is specified | Eric Jackson | |
but no source address reported by jakob@ | |||
2001-06-26 | add USER_PCICONF in GENERIC | Matthieu Herrb | |
2001-06-26 | More chipset info needed by X. | Artur Grabowski | |
2001-06-26 | crank minor version | Dug Song | |
2001-06-26 | configure sa_family on mask too. to preserve older practice | Jun-ichiro itojun Hagino | |
2001-06-26 | support wd & atapiscsi on regular pciide; i found what Dale missed, so i ↵ | Theo de Raadt | |
_deserve_ the commit | |||
2001-06-26 | clean up copyright | Niels Provos | |
2001-06-26 | rule nr is in rule now | Niels Provos | |
2001-06-26 | rewrite telnet negotiation | Eric Jackson | |
2001-06-26 | add rule nr for Niels | Daniel Hartmeier | |
2001-06-26 | Provide chipset configuration to sysctls. | Artur Grabowski | |
2001-06-26 | -DKRB5 makes this work much better... | Hans Insulander | |
2001-06-26 | allow -addr src/prefixlen dst/prefixlen. discussed with angelos. | Jun-ichiro itojun Hagino | |
XXX usage() needs to be made more cute | |||
2001-06-26 | openbsd tag | Jason Wright | |
2001-06-26 | Provide some chipset information to usreland through sysctl. | Artur Grabowski | |
The chipset support is not here yet, but the skeleton works. | |||
2001-06-26 | USER_PCICONF | Artur Grabowski | |
2001-06-26 | KerberosV | Hans Insulander | |
2001-06-26 | Support for changing kerberos 5 passwords. | Hans Insulander | |
2001-06-26 | Adapt for our use | Hans Insulander | |
2001-06-26 | Import password changing program from heimdal-0.3f | Hans Insulander | |
2001-06-26 | add smartcard support to the client, too (now you can use both | Markus Friedl | |
the agent and the client). | |||
2001-06-26 | regen | Dug Song | |
2001-06-26 | pass rule to logging for state matches | Niels Provos | |
2001-06-26 | size fixes. Some KNF. | Niklas Hallqvist | |
2001-06-26 | crank minor number, for new getpeereid() syscall | Dug Song | |
2001-06-26 | modify m_pkthdr.len computation to work with both 4.4BSD M_COPY_PKTHDR | Jun-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-26 | ifdef out some currently unused code | Angelos D. Keromytis | |
2001-06-26 | implement djb's getpeereid(2), to allow local-domain servers to determine ↵ | Dug Song | |
client credentials. mostly from superscript.com. deraadt@ ok | |||
2001-06-26 | log-all causes state matches to log packets to pflog | Niels Provos | |
2001-06-26 | Rewrite ipsp_clear_acquire() to be more readable, after all the KNF'ing | Angelos D. Keromytis | |