Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-03-25 | Fix typo causing crash if ESP was used with only authentication or | Angelos D. Keromytis | |
encryption (not both). Problem noted by jason@openbsd.org | |||
2000-03-25 | Add CRD_F_IV_PRESENT, to indicate encryption requests where an | Angelos D. Keromytis | |
explicit IV preceeds the data to be encrypted. Nice weather in Australia... | |||
2000-03-25 | Busified. | Dale S. Rahn | |
OpenBSD tag added. mii code corrected (seems to work, anyone want to verify this?) only tesed at 10baseT interrupt configuration hacked, pa_line contents not reliable, hacked for now. | |||
2000-03-24 | Make f_bsize signed. Having it unsigned causes surprising (and unwanted) | Todd C. Miller | |
type coercions. With this fixed I can back out the hack in df. | |||
2000-03-24 | sync | Theo de Raadt | |
2000-03-24 | newer qlc devices | Theo de Raadt | |
2000-03-24 | From NetBSD: | Chris Cappuccio | |
Don't reset cp->hw_ok ro 0 when cp isn't initialised in cy693_chip_map() Support for AMD 756 IDE controller | |||
2000-03-24 | Correct config mechanism for uni-north bridge. | Dale S. Rahn | |
2000-03-23 | new cpu type switch code. | Michael Shalayeff | |
initializes tlb miss handlers correspondent to probed cpu features. also btlb load routine. versions written are for pcxl and others. cpu-dep btlb loaders are missing, only generic for now. | |||
2000-03-23 | new timeout code from openbsd (; remove extraneous includes | Michael Shalayeff | |
2000-03-23 | new timeout code from netbsd; also remove trailing spaces and tabs, spaces ↵ | Michael Shalayeff | |
in tabs | |||
2000-03-23 | Iiieeek! This kludge was almost funny. | Artur Grabowski | |
Probably something from the stone age. Kill it. | |||
2000-03-23 | Do not include <sys/callout.h>, it is never needed; art@ | Aaron Campbell | |
2000-03-23 | <sys/callout.h> is no longer. | Aaron Campbell | |
2000-03-23 | Don't reinitialize the tsleep and ITIMER_REAL timers all the time. | Artur Grabowski | |
The function and the argument never change. | |||
2000-03-23 | Another typo. Noted by aaron. | Artur Grabowski | |
2000-03-23 | New timeout code. | Artur Grabowski | |
2000-03-23 | Remove code from the stone age. | Artur Grabowski | |
2000-03-23 | No need for our own declaration of lbolt. | Artur Grabowski | |
2000-03-23 | Use the new timeout facilities for ITIMER_REAL. | Artur Grabowski | |
2000-03-23 | Opps. Fix a comment from "should" to "should not". | Artur Grabowski | |
Thanks to mickey@ for pointing this out. | |||
2000-03-23 | Protect from multiple include. | Artur Grabowski | |
2000-03-23 | use the new timeout interface for tsleep. | Artur Grabowski | |
2000-03-23 | Changes to use the new timeout interface. | Artur Grabowski | |
For tsleep we add a field "p_sleep_to", for ITIMER_REAL we add "p_realit_to". I also sneak in a change for niklas for linux compat, so that we can handle all questions about broken "ps", etc. at the same time. | |||
2000-03-23 | convert to new timeouts. | Artur Grabowski | |
2000-03-23 | Speling. | Artur Grabowski | |
2000-03-23 | Update a comment to reflect reality. | Artur Grabowski | |
2000-03-23 | Provide methods to check if a timeout was initalized and if it is scheduled. | Artur Grabowski | |
2000-03-23 | Use new timeouts for pfslowtimo and pffasttimo. | Artur Grabowski | |
2000-03-23 | Preserve the FIFO order of issued timeouts. | Artur Grabowski | |
2000-03-23 | Adapt roundrobin and schedcpu to the new timeout API. | Artur Grabowski | |
2000-03-23 | New API for timeouts. Replaces the old timeout()/untimeout() API and | Artur Grabowski | |
makes it the callers responsibility to allocate resources for the timeouts. This is a KISS implementation and does _not_ solve the problems of slow handling of a large number of pending timeouts (this will be solved in future work) (although hardclock is now guarateed to take constant time for handling of timeouts). Old timeout() and untimeout() are implemented as wrappers around the new API and kept for compatibility. They will be removed as soon as all subsystems are converted to use the new API. | |||
2000-03-23 | If failure occurs on clock reading routine, make certain that the time | Dale S. Rahn | |
translation failes. | |||
2000-03-23 | add mii and if_gm ethernet. | Dale S. Rahn | |
2000-03-23 | NetBSD gm ethernet driver ported from NetBSD. compiles, but does not yet | Dale S. Rahn | |
configure. mii code is very suspect. Additional debugging will be done after configuration issues are addressed. | |||
2000-03-23 | Hack to make physmem something almost reasonable, if for some reason | Dale S. Rahn | |
the G4 decides to claim that no real memory exists in the machine, even though memory is available. Real memory size is aliased to available. Take this out if a real cause is determined. | |||
2000-03-23 | comment out bounds check, ncr card on G4 is triggering it, replaced | Dale S. Rahn | |
with a debug printf. | |||
2000-03-23 | comment out memory region debugging. | Dale S. Rahn | |
make certain that physmem is initialized. improve readablity of code. | |||
2000-03-22 | some more machine_stack_grows_up | Michael Shalayeff | |
2000-03-22 | commented out ray* | Michael Shalayeff | |
2000-03-22 | single line attach message | Theo de Raadt | |
2000-03-22 | make UVM_SWAP_ENCRYPT default, still need to enable via sysctl | Niels Provos | |
2000-03-22 | remove bogus comment | Jun-ichiro itojun Hagino | |
2000-03-22 | eissed another renamning of result_status -> result_flags | Jason Wright | |
2000-03-22 | remove if_withname(), which was imported during KAME merge by mistake. | Jun-ichiro itojun Hagino | |
2000-03-22 | Add ch to some dead ports for consistency, of course not tested. | Niklas Hallqvist | |
2000-03-22 | xe does not fit, with new ahc included | Theo de Raadt | |
2000-03-22 | correct references. | Jun-ichiro itojun Hagino | |
2000-03-22 | fix arguments to failure printf's (correct numbers and types) | Jason Wright | |
2000-03-22 | Oops... catch up with variable renaming in header file | Jason Wright | |