Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-04 | Adjust timeout values. This was determined by using beck's ibm e325. | Marco Peereboom | |
ok jordan | |||
2006-01-04 | Make bitfields readable. ok jordan@ | Marco Peereboom | |
2006-01-04 | Switch to the C version of random() on m68k platforms. It is almost as fast | Miod Vallat | |
as the assembly version on 0[234]0, but *fifteen* times faster than it on 68060 systems, since it uses a form of muls.l which has to be emulated. And since we use random() for statclock variance, this means we were gratuitously doing an average of 100 emulation traps per second. ok deraadt@ millert@ | |||
2006-01-04 | Return from interrupt handler after chip init(reset). | Brad Smith | |
From petrov NetBSD ok miod@ | |||
2006-01-04 | esm_cmd has to wait for two registers to change state for every command | David Gwynne | |
that you issue to the controller. the current code works around busy waiting on the first register by retrying it in a new tick of softclock, but the second register was still handled with a busy wait. esm_cmd now returns which register it is up to dealing with so you can resume the command at the right point in a new tick. this drops the cpu usage when doing the updates from roughly 15% time in interrupts down to barely noticable. looks reasonable deraadt@ commitsky! marco@ | |||
2006-01-04 | Remove unused structures and ioctl declarations. | Miod Vallat | |
2006-01-04 | People doing time comparisons without using the time{r,spec}cmp macros are | Miod Vallat | |
doomed to do them incorrectly; ok krw@ millert@ tedu@ | |||
2006-01-04 | mac68k here too now | Miod Vallat | |
2006-01-04 | Regen | Miod Vallat | |
2006-01-04 | Import NetBSD's direct adb code on mac68k, switching to real keyboard and mouse | Miod Vallat | |
drivers, and to wscons as the console; a few parts borrowed from OpenBSD/macppc as well. Currently only working with displays configured in 1bpp or 8bpp modes; this limitation will be worked on ASAP. Tested by claudio@ kettenis@ martin@ nick@ and I on various models. X11 changes coming soon. | |||
2006-01-04 | More accurate sc_minsync computation on 16.5MHz ESPs; ok martin@ | Miod Vallat | |
2006-01-04 | Crank MAXPHYS to 64KB again and remove bogus comment. | Miod Vallat | |
2006-01-04 | Initialize virtual_end to a decent value, so that VM_MAX_KERNEL_ADDRESS is | Miod Vallat | |
meaningful before pmap_bootstrap() is invoked; gets us valid buffer numbers computation. | |||
2006-01-04 | Cut buffers pressure down to 35% of kvm max, since (for now) kvm is | Miod Vallat | |
scaringly scarce on mips64. While there, no need to zero memory in allocsys(). | |||
2006-01-04 | Stop abusing phys_map to know if it is safe to use malloc in extent routines; | Miod Vallat | |
instead use a global flag, like some other architectures do. No functional change. | |||
2006-01-04 | Do not return zero in bus_space_map() on failure (sigh). | Miod Vallat | |
2006-01-04 | Use symbolic constants for the MACE ISA address range in mace_space_unmap() | Miod Vallat | |
too! | |||
2006-01-04 | Better rounding logic when registering memory regions in uvm; we would lose | Miod Vallat | |
a page per region by mistake. | |||
2006-01-04 | -.Xr gzip 1 , | Jason McIntyre | |
2006-01-04 | Cleanup struct pthread and stack after thread exits. This version does | Otto Moerbeek | |
not use a separate reaper thread. ok tedu@ marc@ | |||
2006-01-04 | +.Xr ssh-keyscan 1 , | Jason McIntyre | |
2006-01-04 | remove .Xr's to rsh(1) and telnet(1): they are hardly needed; | Jason McIntyre | |
2006-01-04 | chop out some duplication in the .{r,s}hosts/{h,sh}osts.equiv FILES | Jason McIntyre | |
entries; ok markus | |||
2006-01-04 | detect lm96000 | Theo de Raadt | |
2006-01-04 | Make sure we unmap io space if we fail to attach. | Mark Kettenis | |
"makes sense" deraadt@ | |||
2006-01-04 | split out I2C_DEBUG into I2C_VERBOSE. VERBOSE is on. Turn on DEBUG to | Theo de Raadt | |
show more information to i2c developers. thanks. | |||
2006-01-04 | Move bpf_mtap_hdr() after trunk_*_input() so that we hopefully see only one | Brad Smith | |
copy of the packet with bpf. From mcbride@ some testing by todd@, ok reyk@ | |||
2006-01-04 | sync | Theo de Raadt | |
2006-01-04 | add an EXAMPLES section adapted from freebsd's page, | Jason McIntyre | |
courtesy of ray lai; | |||
2006-01-04 | Fix a mem leak of the unusual kind. In some cases a new aspath was added | Claudio Jeker | |
to the RIB without checking if there was a equal path already available. Modify path_update() so that we do not link a new aspath without calling path_lookup() before to check if the aspath is not already in the RIB. Found via bgpctl show rib mem. OK henning | |||
2006-01-04 | add an EXAMPLES section adapted from freebsd's page, | Jason McIntyre | |
courtesy of ray lai; | |||
2006-01-04 | add sysctl machdep.console_device support | Martin Reindl | |
2006-01-04 | missing full stop; from ray lai | Jason McIntyre | |
2006-01-04 | make cvs_sendresp() return type void; ok joris@. | Xavier Santolaria | |
2006-01-04 | nviic in SEE ALSO too. | Jason McIntyre | |
2006-01-04 | Simplify shutdown function and sprinkle some rde_quit checks into functions | Claudio Jeker | |
that don't need to run if the RDE is quitting e.g. the decision process. | |||
2006-01-04 | If the decision process is turned of but a prefix is still active decrease the | Claudio Jeker | |
active prefix counter. | |||
2006-01-04 | Use new BGP attribute counter. | Claudio Jeker | |
2006-01-04 | Correctly count the number of allocated BGP attributes. Needs a own counter. | Claudio Jeker | |
2006-01-04 | Document "show rib mem" with jmc@'s help | Claudio Jeker | |
2006-01-04 | sync | Alexander Yurchenko | |
2006-01-04 | Add via kt880 agp; from Mike Belopuhov <mkb@crypt.org.ru> | Alexander Yurchenko | |
2006-01-04 | missing zero | Martin Reindl | |
from KUDO Takashi | |||
2006-01-04 | allow threads to be created in a detached state | Marco S Hyman | |
do not allow a join to a detached thread "it looks good" otto@ | |||
2006-01-04 | Remove redundant calls to bpfdetach. | Can Erkin Acar | |
ok brad@ | |||
2006-01-04 | regen | Brad Smith | |
2006-01-04 | better | Brad Smith | |
2006-01-04 | regen | Brad Smith | |
2006-01-04 | - add 2 SiS PCI to PCI bridges | Brad Smith | |
- add some new SiS PCI host bridges - fix names of the 96x entries, they are actually PCI-ISA bridges | |||
2006-01-04 | + hostapd.conf, ipsec.conf, sudoers | David Krause | |