summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-03-20list more files that we haveMichael Shalayeff
2002-03-20remove obsolete commentJun-ichiro itojun Hagino
2002-03-20some moreMichael Shalayeff
2002-03-20Since the sgmap is used in interrupts protect the extent with splvm.Artur Grabowski
nate@ ok. Should fix a bunch of random memory corruption problems on many machines. How we could live so long without it is beyond me. Now my traktor is happy.
2002-03-20fix for palm againJim Rees
get_AUT0: "-" means DFLTAUT0
2002-03-20Sendmail logs to /var/log/maillog, not /var/log/mail; Matt BingTodd C. Miller
2002-03-20strerror() on chdir() fail; ok provos@Kevin Steves
2002-03-20for unprivileged user, group do:Kevin Steves
pw=getpwnam(SSH_PRIVSEP_USER); do_setusercontext(pw). ok provos@
2002-03-20add dcphyJason Wright
2002-03-20fix memleak.Mike Pechkin
millert@ ok
2002-03-20Improve error message in makedbm. -mojMats O Jansson
from Kenneth Ingham <ingham@i-pi.com>
2002-03-20style(9)Marc Espie
2002-03-20bad NetBSD name.Marc Espie
ok mickeyski
2002-03-20lpt_attach_common() prints the newline for usJason Wright
2002-03-20Correct part number for qec+qe (John Pavlakis <JPavlakis@fortpoint.com>)Jason Wright
2002-03-20Correct part number for qec+4qeJason Wright
2002-03-20a few good typosMichael Shalayeff
2002-03-19Fix unitialized variable in non-setgid case; Gregory SteuckTodd C. Miller
2002-03-19Don't keep the last blocksize-bytes of ciphertext for use as the nextAngelos D. Keromytis
plaintext's IV, in CBC mode. Use arc4random() to acquire fresh IVs per message instead (particularly useful for IPsec). This avoids the CBC oracle attack. provos@ ok
2002-03-19o don't need a var to keep the number of commands; use a define.Federico G. Schwindt
o remove extra arg after dale commit.
2002-03-19locking in the kenter/kremove and uncache io space (in the future)Michael Shalayeff
2002-03-19Initial version of pmdb support for powerpc, traceback and registers workDale Rahn
fine, breakpoints need some assistance.
2002-03-19Do not print offset if no symbol found for address. ok art@Dale Rahn
2002-03-19track the gap in textMichael Shalayeff
2002-03-19if we are out of our bats -- map page by pageMichael Shalayeff
2002-03-19if pc is below 0x1000, stop; now trace shows up to start().Federico G. Schwindt
2002-03-19a bit of style.Federico G. Schwindt
2002-03-19empty is uncached by definitionMichael Shalayeff
2002-03-19check error before checking the magic.Federico G. Schwindt
2002-03-19prepare to support both formats simultaneously.Federico G. Schwindt
2002-03-19use SSH_SESSION_KEY_LENGTH for key lengthMarkus Friedl
2002-03-19remove __PTodd C. Miller
2002-03-19vax support.Federico G. Schwindt
2002-03-19Only accept the empty string for users with no password.Todd C. Miller
Previously, any password was accepted (that's how crypt() behaves).
2002-03-19typosMarkus Friedl
2002-03-19mtcpu seq requires a pre-sync, implement hpt init for pcxlMichael Shalayeff
2002-03-19Fix bus_space_copy_region_ macro that got messed up by unpeeing.Todd C. Miller
miod@ OK
2002-03-19md5 tests for /dev/crypto, test vectors from rfc1321Markus Friedl
2002-03-19check for NULL; from provos@Markus Friedl
2002-03-19we don't need mbstate_t, _BSD_SUSECONDS_T_ and _BSD_USECONDS_T_ typesKevin Lo
-- Ok'd by art@
2002-03-19fix the ich3 ac97 audio idMichael Shalayeff
2002-03-19regenMichael Shalayeff
2002-03-19update ich3 namesMichael Shalayeff
2002-03-19drop TCP connections to broadcast address.Jun-ichiro itojun Hagino
From: "Crist J. Clark" <cjclark@alum.mit.edu>
2002-03-19need reg.h here as well, from sharpeyed hawk David KrauseMichael Shalayeff
2002-03-19make getpwnamallow() allways call pwcopy()Markus Friedl
2002-03-19syncNathan Binkert
2002-03-19Altima vendor id and altima gigabit ethernetNathan Binkert
From FreeBSD
2002-03-19Save more dhclient configuration info during installation.Kenneth R Westerback
In particular a) save dhclient.leases so the lease obtained during installation is retained. b) create /etc/resolv.conf.tail with 'lookup file bind' so that the resolv.conf files created by dhclient have the same settings as the default resolv.conf we install. i.e. use the /etc/hosts file before trying bind. ok millert@
2002-03-19tweak gcc inliner. More weight for leaf functions. Less depth for otherMarc Espie
inlining. Speeds up compilation of heavily inlined code, such as most C++ code, and loses almost no runtime speed. ok art, miod, millert, niklas.