Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-10-14 | Cipher is for SSH-1 only | Markus Friedl | |
2000-10-14 | remove spaces from arguments; from djm@mindrot.org | Markus Friedl | |
2000-10-14 | debug3 | Markus Friedl | |
2000-10-14 | ASKPOLICY message; used by key management to inquire about policy | Angelos D. Keromytis | |
triggering an ACQUIRE. | |||
2000-10-14 | document net.inet.tcp.rstppslimit. | Jun-ichiro itojun Hagino | |
2000-10-14 | implement net.inet.tcp.rstppslimit. rate-limits outbound TCP RST traffic | Jun-ichiro itojun Hagino | |
to less than N per 1 second. | |||
2000-10-14 | tcp wrapper support for IPv6. from netbsd. | Jun-ichiro itojun Hagino | |
TODO: scoped address support may need more consideration (we are taking safer side now - rejects too much). | |||
2000-10-13 | vax support; checked by beck. | Hugh Graham | |
2000-10-13 | 2 sets of ptys; drahn | Theo de Raadt | |
2000-10-13 | sync | Theo de Raadt | |
2000-10-13 | simpler | Theo de Raadt | |
2000-10-13 | Make the arguments more compatible with wi/ancontrol | Chris Cappuccio | |
Now the interface is specified as the first argument instead of with -i | |||
2000-10-13 | build a minimal CD boot image (might even work on zip, dale said) | Theo de Raadt | |
2000-10-13 | prefer no compression | Markus Friedl | |
2000-10-13 | - Remove hard sentence breaks. | Aaron Campbell | |
- OpenBSD'ify somewhat (we don't use a .Sh OPTIONS section marker). - Remove broken reference to spppcontrol(8). - NetBSD 1.4 -> OpenBSD 2.8. | |||
2000-10-13 | more info about -V | Markus Friedl | |
2000-10-13 | rijndael/aes support | Markus Friedl | |
2000-10-13 | The -i flags was being ignored, this breaks backwards compatibility | Chris Cappuccio | |
ok deraadt@ | |||
2000-10-13 | Purely mdoc fixes. | Aaron Campbell | |
2000-10-13 | SEE ALSO lmccontrol(8) | Chris Cappuccio | |
2000-10-13 | - Add $OpenBSD$ tags. | Aaron Campbell | |
- null(4) xref zero(4), and vice versa. - Some other minor mdoc cleanup. | |||
2000-10-13 | Kludge for F-Secure Macintosh < 1.0.2; appro@fy.chalmers.se | Markus Friedl | |
2000-10-13 | Import missing USB man pages; from NetBSD. | Aaron Campbell | |
2000-10-13 | Sync with FreeBSD to add more adapters to the supported list. | Aaron Campbell | |
2000-10-13 | validate mbuf chain length on *_ctlinput. remote node may be able to | Jun-ichiro itojun Hagino | |
transmit a truncated icmp6 packet and panic the system. sync with kame. | |||
2000-10-13 | The Netgear FA311 is supported as well as the FA312. | Aaron Campbell | |
2000-10-13 | Sync with FreeBSD, mostly to note support for newer adapters. | Aaron Campbell | |
2000-10-13 | Matthew Jacob <mjacob@feral.com>: | Michael Shalayeff | |
Mickey did the right thing, but we'll have to figure out what that broke as well. | |||
2000-10-13 | Repair formatting errors introduced after 2.7. | Aaron Campbell | |
2000-10-13 | lmccontrol | Chris Cappuccio | |
2000-10-13 | utility to control lmc(4) interfaces | Chris Cappuccio | |
2000-10-13 | Do reset properly on MiniPCI adapters. | Aaron Campbell | |
2000-10-13 | - A couple of the MiniPCI adapters need the special power inversion bits. | Aaron Campbell | |
- Get rid of magic values and use meaningful names instead. - My tester claims the 3c556 does not quite work 100% yet. | |||
2000-10-13 | Disable the actual USB controllers instead of the usb attachments by default. | Aaron Campbell | |
The problem is that some systems come with a USB mouse and keyboard but their BIOS emulates a regular AT keyboard and PS/2 mouse. When the BIOS notices the uhci or ohci are being touched, it stops emulating. deraadt@ ok. | |||
2000-10-13 | Missed one TM_YEAR_BASE in previous commit; pointed out by peters@telia.net | Paul Janzen | |
in PR 1445. | |||
2000-10-13 | util.h: Merge with EOM 1.8 | Niklas Hallqvist | |
ike_auth.c: Merge with EOM 1.57 author: ho Add file permission check to private key file. Split out check function to util.c. | |||
2000-10-13 | regress/b2n/Makefile: Merge with EOM 1.12 | Niklas Hallqvist | |
regress/ec2n/Makefile: Merge with EOM 1.9 conf.c: Merge with EOM 1.40 util.c: Merge with EOM 1.17 author: ho Add file permission check to private key file. Split out check function to util.c. | |||
2000-10-13 | sync fPIC and fpic | Theo de Raadt | |
2000-10-13 | 755 upgrade too | Theo de Raadt | |
2000-10-13 | Merge with EOM 1.39 | Niklas Hallqvist | |
author: ho Revert. Be strict about file mode. | |||
2000-10-13 | doc cd boot, minimally | Theo de Raadt | |
2000-10-13 | eol | Theo de Raadt | |
2000-10-13 | Merge with EOM 1.38 | Niklas Hallqvist | |
author: ho Warn but continue on isakmpd.conf permissions. | |||
2000-10-13 | fix build on alpha with -Werror; David Leonard <david.leonard@csee.uq.edu.au> | Jakob Schlyter | |
2000-10-13 | Fix Arch_MemMTime (previous change I did was bogus) | Marc Espie | |
2000-10-13 | esetenv: does a setenv and bails out if error. | Marc Espie | |
2000-10-13 | Clean up static constructor/destructor discovery and calling. Instead | Dale Rahn | |
of relying on magic variable names, reqire that the library provide the _init/_fini functions so that the linker will find them and create the DT_INIT and DT_FINI sections of the .dynamic section of the shared library. With the shared library providing the DT_INIT function pointer, it is now possible to just check the init field and call it if defined, if not defined no constructors are needed. This cleans up the code in ld.so greatly. | |||
2000-10-13 | Add secondary c++ shared library for testing purposes to verify | Dale Rahn | |
that appropriate constructors in each library are called. | |||
2000-10-13 | Changes to the powerpc startup files to work in a more typical ELF | Dale Rahn | |
manner. the linker knows about the magic function _init and _fini and will create a .dynamic tag to point to those symbols in the executable/shared libraries. Take advantage of that fact to allow ld.so to easily find the appropriate ctors/dtors calls for shared libraries Since the crtbeginS.c now contains executable code, it must be compiled with -fPIC. Rename the __init and __fini functions to _init/_fini so the linker will locate them. | |||
2000-10-13 | Support Kingston KNU101TX USB Ethernet; from NetBSD. | Aaron Campbell | |