summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-10-03Another piece of the raid device support. Make device nodes.Dale S. Rahn
2000-10-03More format string paranoia; deraadt@ okAaron Campbell
2000-10-03public domainDavid Leonard
2000-10-03constistent namingDavid Leonard
2000-10-03thread switching codeDavid Leonard
2000-10-03Sync again.Angelos D. Keromytis
2000-10-03Sync.Angelos D. Keromytis
2000-10-02Don't call cgetset() on $TERMCAP if setugid. The logic has been reworkedTodd C. Miller
a bit to make it clear what is supposed to happen. Also fix some policy wrt setugid in code we don't actually compile for consistency's sake.
2000-10-02Don't look in ~/.terminfo if setugid. This is consistent with theTodd C. Miller
behavior of checking ~/.terminfo.db and ~/.termcap.db
2000-10-02fix missing \n. from doug@freebsd (sync with kame)Jun-ichiro itojun Hagino
2000-10-02fix typo in routing header address validation. from francis dupontJun-ichiro itojun Hagino
2000-10-01dlfcn.h and link.h should be shipped as well as built.Dale S. Rahn
2000-10-01Now that powerpc has shared libraries, make certain that link.h and dlfcn.hDale S. Rahn
are created properly.
2000-10-01Sync the cache as specified by the powerpc manuals, didn't change anything.Dale S. Rahn
but is more correct.
2000-10-01Fix some very serious cut and paste errors in this code.Dale S. Rahn
2000-10-01Complete raidframe support, support was incomplete before. Not knownDale S. Rahn
to be working, but was starting to configure before testing was stopped.
2000-09-30allow loglevel debugMarkus Friedl
2000-09-30Make it obvious that open(2) returns ELOOP if O_NOFOLLOW was specifiedTodd C. Miller
and the target is a symlink.
2000-09-30Some format string problems that were missed during initial audit; deraadt@ andAaron Campbell
millert@ ok
2000-09-30Whoops, forgot to list the 3c555 device ID under media selection parts.Aaron Campbell
2000-09-29Oops, time to learn how to countMiod Vallat
2000-09-29Check N command operand value to prevent a panic with large values.Miod Vallat
Problem found by Thomas Coffy <karma@bsdfr.org>
2000-09-29fix pasto in error printfMichael Shalayeff
2000-09-29Make sure there's enough data on the mbuf for the TCP/UDP ports (ifAngelos D. Keromytis
applicable) -- bug located thanks to a crashdump from HJungheim@vpnet.com
2000-09-29Update to ipsecadm changes.Angelos D. Keromytis
2000-09-29Update.Angelos D. Keromytis
2000-09-29Update for no -spi use with flowAngelos D. Keromytis
2000-09-29Update.Angelos D. Keromytis
2000-09-29Don't use an SA payload for ADDFLOW/DELFLOW.Angelos D. Keromytis
2000-09-293c555Aaron Campbell
2000-09-29- Add support for 3Com 3C555 MiniPCI.Aaron Campbell
- Clean up configuration flags mess. The MiniPCI adapters share some properties with the CardBus adapters.
2000-09-29Update manpage for IPF rules on enc0 -- cedric@wireless-networks.comAngelos D. Keromytis
2000-09-29Outgoing packets that hit IPsec will be IPF/IPNAT processed as well onAngelos D. Keromytis
the enc* interface, usually enc0; cedric@wireless-networks.com
2000-09-28Update compilation flags, make cross-compilation work.Miod Vallat
2000-09-28there is no pseudo-device random anymore, it's hardcoded in init_mainMichael Shalayeff
2000-09-28syncAaron Campbell
2000-09-28There is a 3c555 MiniPCI adapter, too; from NetBSD.Aaron Campbell
2000-09-28- Insert missing semicolon.Aaron Campbell
- Note support for 3c556 under xl(4) description.
2000-09-28syncAaron Campbell
2000-09-28Add product ID for new CS4281 audio device found in IBM ThinkPad X20.Aaron Campbell
2000-09-28If this is a Davicom DM9102A and we're enabling the homePNA link, forceAaron Campbell
dc_link to 1 and don't activate the tick routine. Without this, dc_start() always thinks the link is down and never transmits in homePNA mode; from FreeBSD.
2000-09-28debug -> debug2 cleanupMarkus Friedl
2000-09-28vrrp proto number per rfc 2338Michael Shalayeff
2000-09-28Make mouse support friendly with non-25line mode. Thanks mickey@ for reportingAaron Campbell
the problems.
2000-09-28Make sure a Copybuffer has been allocated successfully before we start doingAaron Campbell
things with it.
2000-09-28When allocating the unallocated file descriptors 0, 1 and 2 for suid execs,Artur Grabowski
don't do it by doing namei on /dev/null. The vnode for the executed file is locked and we had a race where other processes could lock the parent directories up to the root. When the executing process did the lookup on /dev/null it could deadlock on the root vnode while still holding the lock on the executed vnode. Also, it's really bad idea to depend on certain filesystem layout inside the kernel. Now we get the null device vnode by cdevvp(getnulldev(), ... Thanks to Matrin Portmann <map@infinitum.ch> for providing the (large) ktrace that allowed me to track this down. Fixes 1369.
2000-09-28according to the strlcpy man page the order of argumentsMichael Shalayeff
is: destination, source, size. it seems in the commit of version 1.3 a couple of maxwell daemons of the second kind exchanged second and third arguments in every call to the stlcpy, thanks gcc. at this late hour we hope they are up to their eternity-spanning poker game for hot molecules and the diff will finally get in untampered.
2000-09-27merged with NetBSD, 20000927 and fixes PR 1421; ok millert@Dan Harnett
2000-09-27use key_type()Markus Friedl
2000-09-27Remove ipsec-aclAngelos D. Keromytis