Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-20 | list more files that we have | Michael Shalayeff | |
2002-03-20 | remove obsolete comment | Jun-ichiro itojun Hagino | |
2002-03-20 | some more | Michael Shalayeff | |
2002-03-20 | Since 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-20 | fix for palm again | Jim Rees | |
get_AUT0: "-" means DFLTAUT0 | |||
2002-03-20 | Sendmail logs to /var/log/maillog, not /var/log/mail; Matt Bing | Todd C. Miller | |
2002-03-20 | strerror() on chdir() fail; ok provos@ | Kevin Steves | |
2002-03-20 | for unprivileged user, group do: | Kevin Steves | |
pw=getpwnam(SSH_PRIVSEP_USER); do_setusercontext(pw). ok provos@ | |||
2002-03-20 | add dcphy | Jason Wright | |
2002-03-20 | fix memleak. | Mike Pechkin | |
millert@ ok | |||
2002-03-20 | Improve error message in makedbm. -moj | Mats O Jansson | |
from Kenneth Ingham <ingham@i-pi.com> | |||
2002-03-20 | style(9) | Marc Espie | |
2002-03-20 | bad NetBSD name. | Marc Espie | |
ok mickeyski | |||
2002-03-20 | lpt_attach_common() prints the newline for us | Jason Wright | |
2002-03-20 | Correct part number for qec+qe (John Pavlakis <JPavlakis@fortpoint.com>) | Jason Wright | |
2002-03-20 | Correct part number for qec+4qe | Jason Wright | |
2002-03-20 | a few good typos | Michael Shalayeff | |
2002-03-19 | Fix unitialized variable in non-setgid case; Gregory Steuck | Todd C. Miller | |
2002-03-19 | Don't keep the last blocksize-bytes of ciphertext for use as the next | Angelos 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-19 | o 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-19 | locking in the kenter/kremove and uncache io space (in the future) | Michael Shalayeff | |
2002-03-19 | Initial version of pmdb support for powerpc, traceback and registers work | Dale Rahn | |
fine, breakpoints need some assistance. | |||
2002-03-19 | Do not print offset if no symbol found for address. ok art@ | Dale Rahn | |
2002-03-19 | track the gap in text | Michael Shalayeff | |
2002-03-19 | if we are out of our bats -- map page by page | Michael Shalayeff | |
2002-03-19 | if pc is below 0x1000, stop; now trace shows up to start(). | Federico G. Schwindt | |
2002-03-19 | a bit of style. | Federico G. Schwindt | |
2002-03-19 | empty is uncached by definition | Michael Shalayeff | |
2002-03-19 | check error before checking the magic. | Federico G. Schwindt | |
2002-03-19 | prepare to support both formats simultaneously. | Federico G. Schwindt | |
2002-03-19 | use SSH_SESSION_KEY_LENGTH for key length | Markus Friedl | |
2002-03-19 | remove __P | Todd C. Miller | |
2002-03-19 | vax support. | Federico G. Schwindt | |
2002-03-19 | Only accept the empty string for users with no password. | Todd C. Miller | |
Previously, any password was accepted (that's how crypt() behaves). | |||
2002-03-19 | typos | Markus Friedl | |
2002-03-19 | mtcpu seq requires a pre-sync, implement hpt init for pcxl | Michael Shalayeff | |
2002-03-19 | Fix bus_space_copy_region_ macro that got messed up by unpeeing. | Todd C. Miller | |
miod@ OK | |||
2002-03-19 | md5 tests for /dev/crypto, test vectors from rfc1321 | Markus Friedl | |
2002-03-19 | check for NULL; from provos@ | Markus Friedl | |
2002-03-19 | we don't need mbstate_t, _BSD_SUSECONDS_T_ and _BSD_USECONDS_T_ types | Kevin Lo | |
-- Ok'd by art@ | |||
2002-03-19 | fix the ich3 ac97 audio id | Michael Shalayeff | |
2002-03-19 | regen | Michael Shalayeff | |
2002-03-19 | update ich3 names | Michael Shalayeff | |
2002-03-19 | drop TCP connections to broadcast address. | Jun-ichiro itojun Hagino | |
From: "Crist J. Clark" <cjclark@alum.mit.edu> | |||
2002-03-19 | need reg.h here as well, from sharpeyed hawk David Krause | Michael Shalayeff | |
2002-03-19 | make getpwnamallow() allways call pwcopy() | Markus Friedl | |
2002-03-19 | sync | Nathan Binkert | |
2002-03-19 | Altima vendor id and altima gigabit ethernet | Nathan Binkert | |
From FreeBSD | |||
2002-03-19 | Save 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-19 | tweak gcc inliner. More weight for leaf functions. Less depth for other | Marc 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. |