Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-03-23 | Updates from ncurses terminfo file: | Todd C. Miller | |
+ correct typo in rxvt-basic terminfo from temporary change made while integrating 20000318. + revert part of the vt220 change (request by Todd C Miller). + add ansi-* terminfo entries from Eric's version. | |||
2000-03-23 | convert to new timeouts. | Artur Grabowski | |
2000-03-23 | Support std-dev gathering and fine interval like our regular ping. | Hugh Graham | |
2000-03-23 | Speling. | Artur Grabowski | |
2000-03-23 | Update a comment to reflect reality. | Artur Grabowski | |
2000-03-23 | Document timeout_pending and timeout_initialized. | 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 | Install links for the new timeout API. | Artur Grabowski | |
2000-03-23 | Document 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 | tidy | Hugh Graham | |
2000-03-23 | test re-entrant getpwnam_r | David Leonard | |
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-23 | Don't use the BIOS geometry by default, it causes too many problems. | Todd C. Miller | |
2000-03-22 | OpenBSD'ify this man page somewhat: | Aaron Campbell | |
- get rid of the HARDWARE section and move supported cards list up - more verbose HISTORY/AUTHORS - remove trailing whitespace, remove hard sentence breaks, other nits | |||
2000-03-22 | some more machine_stack_grows_up | Michael Shalayeff | |
2000-03-22 | Better list format; missed from a previous commit. | Aaron Campbell | |
2000-03-22 | Put BUGS section after HISTORY. | Aaron Campbell | |
2000-03-22 | Make script give correct return values; adapted from FreeBSD | Eric Jackson | |
2000-03-22 | ray(4); chopps@netbsd.org | Michael Shalayeff | |
2000-03-22 | commented out ray* | Michael Shalayeff | |
2000-03-22 | sync | Theo de Raadt | |
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 | Avoid the chdir entirely by prefixing _PATH_DEV to the tty name when | Todd C. Miller | |
doing a stat. This makes the -T and -u flags work in confunction with a file argument. | |||
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 | fix overflows, ok aaron@ | Markus Friedl | |
2000-03-22 | sync pmax. -moj | Mats O Jansson | |
2000-03-22 | remove if_withname(), which was imported during KAME merge by mistake. | Jun-ichiro itojun Hagino | |
2000-03-22 | remove unused cipher_attack_detected code | Markus Friedl | |
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 | we do not even have the x68k port, why have etc files for it then? | Niklas Hallqvist | |
2000-03-22 | correct references. | Jun-ichiro itojun Hagino | |
2000-03-22 | correct example for IPv6 scoped address. refer latest draft. | Jun-ichiro itojun Hagino | |
2000-03-22 | ch* creation on platforms which had them in conf.c but missed them in MAKEDEV | Niklas Hallqvist | |
2000-03-22 | operator should have perms to write and change tapes. ch* is still missing | Niklas Hallqvist | |
in some MAKEDEVs, will see to them in a separate commit. | |||
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 | |
2000-03-22 | raytheon/webgear ieee 802.11 FH wireless ethernet, from Christian E. Hopps, ↵ | Michael Shalayeff | |
from netbsd | |||
2000-03-22 | 802.11 stuff beginnings, from netbsd | Michael Shalayeff | |