summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-10-13syncTheo de Raadt
2000-10-13simplerTheo de Raadt
2000-10-13Make the arguments more compatible with wi/ancontrolChris Cappuccio
Now the interface is specified as the first argument instead of with -i
2000-10-13build a minimal CD boot image (might even work on zip, dale said)Theo de Raadt
2000-10-13prefer no compressionMarkus 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-13more info about -VMarkus Friedl
2000-10-13rijndael/aes supportMarkus Friedl
2000-10-13The -i flags was being ignored, this breaks backwards compatibilityChris Cappuccio
ok deraadt@
2000-10-13Purely mdoc fixes.Aaron Campbell
2000-10-13SEE 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-13Kludge for F-Secure Macintosh < 1.0.2; appro@fy.chalmers.seMarkus Friedl
2000-10-13Import missing USB man pages; from NetBSD.Aaron Campbell
2000-10-13Sync with FreeBSD to add more adapters to the supported list.Aaron Campbell
2000-10-13validate mbuf chain length on *_ctlinput. remote node may be able toJun-ichiro itojun Hagino
transmit a truncated icmp6 packet and panic the system. sync with kame.
2000-10-13The Netgear FA311 is supported as well as the FA312.Aaron Campbell
2000-10-13Sync with FreeBSD, mostly to note support for newer adapters.Aaron Campbell
2000-10-13Matthew 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-13Repair formatting errors introduced after 2.7.Aaron Campbell
2000-10-13lmccontrolChris Cappuccio
2000-10-13utility to control lmc(4) interfacesChris Cappuccio
2000-10-13Do 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-13Disable 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-13Missed one TM_YEAR_BASE in previous commit; pointed out by peters@telia.netPaul Janzen
in PR 1445.
2000-10-13util.h: Merge with EOM 1.8Niklas 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-13regress/b2n/Makefile: Merge with EOM 1.12Niklas 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-13sync fPIC and fpicTheo de Raadt
2000-10-13755 upgrade tooTheo de Raadt
2000-10-13Merge with EOM 1.39Niklas Hallqvist
author: ho Revert. Be strict about file mode.
2000-10-13doc cd boot, minimallyTheo de Raadt
2000-10-13eolTheo de Raadt
2000-10-13Merge with EOM 1.38Niklas Hallqvist
author: ho Warn but continue on isakmpd.conf permissions.
2000-10-13fix build on alpha with -Werror; David Leonard <david.leonard@csee.uq.edu.au>Jakob Schlyter
2000-10-13Fix Arch_MemMTime (previous change I did was bogus)Marc Espie
2000-10-13esetenv: does a setenv and bails out if error.Marc Espie
2000-10-13Clean up static constructor/destructor discovery and calling. InsteadDale 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-13Add secondary c++ shared library for testing purposes to verifyDale Rahn
that appropriate constructors in each library are called.
2000-10-13Changes to the powerpc startup files to work in a more typical ELFDale 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-13Support Kingston KNU101TX USB Ethernet; from NetBSD.Aaron Campbell
2000-10-13delays that permit more machines to work; itojunTheo de Raadt
2000-10-13syncAaron Campbell
2000-10-13Add Kingston KNU101TX USB Ethernet.Aaron Campbell
2000-10-13enable PULLDOWN_TEST, and use m_pulldown for IPv6 packet parsing.Jun-ichiro itojun Hagino
this will make it easier for IPv6 code to cope with uncontinuous packet header on the mbuf (without this, ep interface on i386 chokes during IPv6 ND process). should affect IPv6 only.
2000-10-13Remove unwanted trailing whitespace.Aaron Campbell
2000-10-13Makefile:Dale Rahn
build with ${CC} -shared like the rest of shared libraries do now, instead of using ${LD}. Other files: make output more useful so that it is possible to tell if a constructor/destructor is running the correct number of times.
2000-10-13make sure we don't share external mbuf between m and mcopy, in ip_forward().Jun-ichiro itojun Hagino
NetBSD PR 11201.
2000-10-13syncAaron Campbell
2000-10-13VIA Tech devices from millert's new boardAaron Campbell