Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-20 | remove obsolete comment | Jun-ichiro itojun Hagino | |
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 | add dcphy | Jason Wright | |
2002-03-20 | lpt_attach_common() prints the newline for us | Jason Wright | |
2002-03-20 | a few good typos | Michael Shalayeff | |
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 | locking in the kenter/kremove and uncache io space (in the future) | Michael Shalayeff | |
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 | empty is uncached by definition | Michael Shalayeff | |
2002-03-19 | remove __P | Todd C. Miller | |
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 | 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 | sync | Nathan Binkert | |
2002-03-19 | Altima vendor id and altima gigabit ethernet | Nathan Binkert | |
From FreeBSD | |||
2002-03-19 | revert to older ahc driver until the new one's bugs are fixed | Todd C. Miller | |
2002-03-19 | From NetBSD: | Jason Wright | |
Recognize the MK48T18 as well (differs from the MK48T08 only in packaging options and voltages). | |||
2002-03-19 | check sa_len/family strictly | Jun-ichiro itojun Hagino | |
2002-03-19 | no need for reg.h in the frame.h | Michael Shalayeff | |
2002-03-19 | htlb defs from the book | Michael Shalayeff | |
2002-03-19 | do things uncached for now | Michael Shalayeff | |
2002-03-18 | kill debugging printf | Michael Shalayeff | |
2002-03-18 | pedantic assembly opcodes, to please new gas/new gcc. | Marc Espie | |
okay mickey@ | |||
2002-03-18 | filter ipv6 on the bridge. | jasoni | |
- ok jason@ | |||
2002-03-18 | These are macro inlines on vax, so check if they're defined before | Hugh Graham | |
trying to prototype them. millert@ ok. | |||
2002-03-18 | $OpenBSD$ | Hugh Graham | |
2002-03-18 | no keyboard -- no cry | Michael Shalayeff | |
2002-03-17 | In PT_{GET,SET}REGS there is no reason to not get/set %l* and %i*. | Artur Grabowski | |
This change will break debuggers, so if you have any, rebuild. | |||
2002-03-17 | Don't set LK_RETRY to vn_lock with LK_RECURSEFAIL. | Artur Grabowski | |
2002-03-17 | Add a DIAGNOSTIC check for when both LK_CANRECURSE and | Artur Grabowski | |
LK_RECURSEFAIL are set. | |||
2002-03-17 | Since LK_RECURSEFAIL and LK_CANRECURSE contradict each other | Artur Grabowski | |
(although they are not opposites), avoid setting LK_CANRECURSE if LK_RECURSEFAIL is set in the caller. | |||
2002-03-16 | Use wdc_setdrive | Constantine Sapuntzakis | |
2002-03-16 | skip absent screens; from leonardo@cefetpr.br | Michael Shalayeff | |
2002-03-16 | no need to include sys/conf.h w/ machine/conf.h; from David Krause | Michael Shalayeff | |
2002-03-16 | Log extra info for ATAPI devices | Constantine Sapuntzakis | |
2002-03-16 | The new code logs the control signals on the IDE bus. You can extract the log | Constantine Sapuntzakis | |
using atactl <device> dump. The log will help us support more devices. Send logs to csapuntz@ | |||
2002-03-16 | PTRACE fallout. | Artur Grabowski | |
2002-03-16 | and in the files | Michael Shalayeff | |
2002-03-16 | separate out interrupt handling stuff | Michael Shalayeff | |
2002-03-16 | move cdev_decl out and kill some ugly print and some spaces | Michael Shalayeff | |
2002-03-15 | and this is how it will look for the gecko boy | Michael Shalayeff | |
2002-03-15 | here will be a wscons-garden | Michael Shalayeff | |
2002-03-15 | Missing splx | Artur Grabowski | |
2002-03-15 | proper file deps | Michael Shalayeff | |