Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-10-03 | Another piece of the raid device support. Make device nodes. | Dale S. Rahn | |
2000-10-03 | More format string paranoia; deraadt@ ok | Aaron Campbell | |
2000-10-03 | public domain | David Leonard | |
2000-10-03 | constistent naming | David Leonard | |
2000-10-03 | thread switching code | David Leonard | |
2000-10-03 | Sync again. | Angelos D. Keromytis | |
2000-10-03 | Sync. | Angelos D. Keromytis | |
2000-10-02 | Don't call cgetset() on $TERMCAP if setugid. The logic has been reworked | Todd 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-02 | Don't look in ~/.terminfo if setugid. This is consistent with the | Todd C. Miller | |
behavior of checking ~/.terminfo.db and ~/.termcap.db | |||
2000-10-02 | fix missing \n. from doug@freebsd (sync with kame) | Jun-ichiro itojun Hagino | |
2000-10-02 | fix typo in routing header address validation. from francis dupont | Jun-ichiro itojun Hagino | |
2000-10-01 | dlfcn.h and link.h should be shipped as well as built. | Dale S. Rahn | |
2000-10-01 | Now that powerpc has shared libraries, make certain that link.h and dlfcn.h | Dale S. Rahn | |
are created properly. | |||
2000-10-01 | Sync the cache as specified by the powerpc manuals, didn't change anything. | Dale S. Rahn | |
but is more correct. | |||
2000-10-01 | Fix some very serious cut and paste errors in this code. | Dale S. Rahn | |
2000-10-01 | Complete raidframe support, support was incomplete before. Not known | Dale S. Rahn | |
to be working, but was starting to configure before testing was stopped. | |||
2000-09-30 | allow loglevel debug | Markus Friedl | |
2000-09-30 | Make it obvious that open(2) returns ELOOP if O_NOFOLLOW was specified | Todd C. Miller | |
and the target is a symlink. | |||
2000-09-30 | Some format string problems that were missed during initial audit; deraadt@ and | Aaron Campbell | |
millert@ ok | |||
2000-09-30 | Whoops, forgot to list the 3c555 device ID under media selection parts. | Aaron Campbell | |
2000-09-29 | Oops, time to learn how to count | Miod Vallat | |
2000-09-29 | Check N command operand value to prevent a panic with large values. | Miod Vallat | |
Problem found by Thomas Coffy <karma@bsdfr.org> | |||
2000-09-29 | fix pasto in error printf | Michael Shalayeff | |
2000-09-29 | Make sure there's enough data on the mbuf for the TCP/UDP ports (if | Angelos D. Keromytis | |
applicable) -- bug located thanks to a crashdump from HJungheim@vpnet.com | |||
2000-09-29 | Update to ipsecadm changes. | Angelos D. Keromytis | |
2000-09-29 | Update. | Angelos D. Keromytis | |
2000-09-29 | Update for no -spi use with flow | Angelos D. Keromytis | |
2000-09-29 | Update. | Angelos D. Keromytis | |
2000-09-29 | Don't use an SA payload for ADDFLOW/DELFLOW. | Angelos D. Keromytis | |
2000-09-29 | 3c555 | Aaron 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-29 | Update manpage for IPF rules on enc0 -- cedric@wireless-networks.com | Angelos D. Keromytis | |
2000-09-29 | Outgoing packets that hit IPsec will be IPF/IPNAT processed as well on | Angelos D. Keromytis | |
the enc* interface, usually enc0; cedric@wireless-networks.com | |||
2000-09-28 | Update compilation flags, make cross-compilation work. | Miod Vallat | |
2000-09-28 | there is no pseudo-device random anymore, it's hardcoded in init_main | Michael Shalayeff | |
2000-09-28 | sync | Aaron Campbell | |
2000-09-28 | There 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-28 | sync | Aaron Campbell | |
2000-09-28 | Add product ID for new CS4281 audio device found in IBM ThinkPad X20. | Aaron Campbell | |
2000-09-28 | If this is a Davicom DM9102A and we're enabling the homePNA link, force | Aaron 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-28 | debug -> debug2 cleanup | Markus Friedl | |
2000-09-28 | vrrp proto number per rfc 2338 | Michael Shalayeff | |
2000-09-28 | Make mouse support friendly with non-25line mode. Thanks mickey@ for reporting | Aaron Campbell | |
the problems. | |||
2000-09-28 | Make sure a Copybuffer has been allocated successfully before we start doing | Aaron Campbell | |
things with it. | |||
2000-09-28 | When 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-28 | according to the strlcpy man page the order of arguments | Michael 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-27 | merged with NetBSD, 20000927 and fixes PR 1421; ok millert@ | Dan Harnett | |
2000-09-27 | use key_type() | Markus Friedl | |
2000-09-27 | Remove ipsec-acl | Angelos D. Keromytis | |