Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-13 | in bus_dmamap_load_mbuf(), segments start at zero, not one (merge error) | Jason Wright | |
2001-05-13 | Remove an unused label. | Aaron Campbell | |
2001-05-13 | Fix the problem that single-step tracing of a trap instruction | Todd C. Miller | |
drops the system into kernel debugger; itohy@netbsd.org Other m68k ports require similar changes | |||
2001-05-13 | Make sure the branch target of the delay loop is aligned to a cache | Todd C. Miller | |
half-line (8-byte) boundary; thorpej@netbsd.org | |||
2001-05-13 | copyrights and $OpenBSD$ tags | Jason Wright | |
2001-05-13 | sync | Theo de Raadt | |
2001-05-13 | hmm, these should not need entries... | Theo de Raadt | |
2001-05-13 | bail out better from tsleep failure | Theo de Raadt | |
2001-05-13 | use criov_copydata for grabbing iv for next packet | Jason Wright | |
2001-05-13 | missing else | Jason Wright | |
2001-05-13 | initial cut at /dev/crypto support. takes original mbuf "try, and discard | Theo de Raadt | |
if we fail" semantics and extends to two varients of data movement: mbuf, or an iovec style block. | |||
2001-05-13 | left tag uninitted in the good case in the last commit; jason@ pointed it out | Michael Shalayeff | |
2001-05-13 | Add pad argument for p{read,write}v? to the syscall args comment for | Todd C. Miller | |
consistency with syscallargs.h as well as sys_lseek. | |||
2001-05-13 | PAGE_MASK is (PAGE_SIZE - 1), *not* (PAGE_SHIFT - 1) | Todd C. Miller | |
2001-05-13 | Initial support for Broadcom 5820, which is very much like the 5805 except | Jason Wright | |
that the packet context structure for ipsec has changed (added two fields and, annoyingly, rearranged several of them). The MCR2 operations (only RNG is used at this point) are supported, too. | |||
2001-05-13 | PAGE_SIZE is a constant now. I should know that, I'm guilty as | Miod Vallat | |
far as this port is concerned. | |||
2001-05-13 | Honor the ddb.console sysctl. | Miod Vallat | |
2001-05-12 | Do not use curproc before it gets initialized. | Miod Vallat | |
From niklas@. | |||
2001-05-12 | A number of buggy BIOS implementations leave the router | Michael Shalayeff | |
entry as 000:00:0, which is typically not the correct device/function. If the router device address is set to this value, and the compatible router entry is undefined (zero is the correct value to indicate undefined), then we work on the basis it is most likely an error, and search the entire device-space of bus 0 (but obviously starting with 000:00:0, in case that really is the right one). from Dave Sainty <dave@dtsp.co.nz> | |||
2001-05-12 | always print the icu we've found | Michael Shalayeff | |
2001-05-12 | Less verbose; angelos@ ok | Aaron Campbell | |
2001-05-12 | Move bzero() after test for correct allocation (jj@wabbitt.org) | Angelos D. Keromytis | |
2001-05-12 | sync | Theo de Raadt | |
2001-05-12 | more cyrix devs | Theo de Raadt | |
2001-05-11 | Kill remaining vm_offset_t and vm_size_t; NetBSD used as a guide | Todd C. Miller | |
2001-05-11 | sync | Nathan Binkert | |
2001-05-11 | New National Semiconductor gigabit phy | Nathan Binkert | |
2001-05-11 | Check m_pullup() and m_pullup2() return for NULL, not 0; itojun@ ok | Aaron Campbell | |
2001-05-11 | I think this will match and work on a hifn 7951 | Theo de Raadt | |
2001-05-11 | sync | Theo de Raadt | |
2001-05-11 | some more | Theo de Raadt | |
2001-05-11 | MAP_COPY -> MAP_PRIVATE | Artur Grabowski | |
2001-05-11 | Bye bye. | Artur Grabowski | |
2001-05-11 | Use genassym.cf | Artur Grabowski | |
2001-05-11 | Add a genassym.cf that uses the standard scripts. | Artur Grabowski | |
We loose the dependencies and all strange bugs that appear because genassym.c is a user program with _KERNEL defined. | |||
2001-05-11 | more rd merge (headcolds suck) | Theo de Raadt | |
2001-05-11 | Don't ask C for more syntactic sugar than it can provide. | Miod Vallat | |
2001-05-11 | Revert previous untested change, until a fix is ready. | Miod Vallat | |
2001-05-11 | unify rd(4) even more | Theo de Raadt | |
2001-05-11 | oh, i forgot to put this in ;-) | Theo de Raadt | |
2001-05-11 | unify | Theo de Raadt | |
2001-05-11 | kmemstats, nselcoll, forkstat, and nchstats structures through | Angelos D. Keromytis | |
sysctl. deraadt@ ok | |||
2001-05-11 | sysctl entries for kmemstats, nselcoll, nchstats, and forkstat. | Angelos D. Keromytis | |
2001-05-11 | check for 'fastroute' condition (like ip_input) in bridge_filter() and | Jason Wright | |
deal with it. | |||
2001-05-10 | Simplify probe routine. | Aaron Campbell | |
2001-05-10 | Provide PAGE_{MASK,SHIFT,SIZE} constants. | Miod Vallat | |
2001-05-10 | Don't play with MCR_IEN, it breaks serial console input on the 425e. | Todd C. Miller | |
If it turns out that this causes problems on other 4xx models this can be added back for the non-425e models. | |||
2001-05-10 | Nuke the DCA check. ACPI can only be console on a 425e; thorpej@netbsd.org | Todd C. Miller | |
2001-05-10 | Add missing #include <sys/resourcevar.h> so these can compile. | Todd C. Miller | |
2001-05-10 | In apciparam() in the ospeed == 0 case, actually set the cfcr to the new | Todd C. Miller | |
value; bad@netbsd.org |