summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-01-04Adjust timeout values. This was determined by using beck's ibm e325.Marco Peereboom
ok jordan
2006-01-04Make bitfields readable. ok jordan@Marco Peereboom
2006-01-04Switch to the C version of random() on m68k platforms. It is almost as fastMiod 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-04Return from interrupt handler after chip init(reset).Brad Smith
From petrov NetBSD ok miod@
2006-01-04esm_cmd has to wait for two registers to change state for every commandDavid 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-04Remove unused structures and ioctl declarations.Miod Vallat
2006-01-04People doing time comparisons without using the time{r,spec}cmp macros areMiod Vallat
doomed to do them incorrectly; ok krw@ millert@ tedu@
2006-01-04mac68k here too nowMiod Vallat
2006-01-04RegenMiod Vallat
2006-01-04Import NetBSD's direct adb code on mac68k, switching to real keyboard and mouseMiod 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-04More accurate sc_minsync computation on 16.5MHz ESPs; ok martin@Miod Vallat
2006-01-04Crank MAXPHYS to 64KB again and remove bogus comment.Miod Vallat
2006-01-04Initialize virtual_end to a decent value, so that VM_MAX_KERNEL_ADDRESS isMiod Vallat
meaningful before pmap_bootstrap() is invoked; gets us valid buffer numbers computation.
2006-01-04Cut buffers pressure down to 35% of kvm max, since (for now) kvm isMiod Vallat
scaringly scarce on mips64. While there, no need to zero memory in allocsys().
2006-01-04Stop 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-04Do not return zero in bus_space_map() on failure (sigh).Miod Vallat
2006-01-04Use symbolic constants for the MACE ISA address range in mace_space_unmap()Miod Vallat
too!
2006-01-04Better rounding logic when registering memory regions in uvm; we would loseMiod Vallat
a page per region by mistake.
2006-01-04-.Xr gzip 1 ,Jason McIntyre
2006-01-04Cleanup struct pthread and stack after thread exits. This version doesOtto Moerbeek
not use a separate reaper thread. ok tedu@ marc@
2006-01-04+.Xr ssh-keyscan 1 ,Jason McIntyre
2006-01-04remove .Xr's to rsh(1) and telnet(1): they are hardly needed;Jason McIntyre
2006-01-04chop out some duplication in the .{r,s}hosts/{h,sh}osts.equiv FILESJason McIntyre
entries; ok markus
2006-01-04detect lm96000Theo de Raadt
2006-01-04Make sure we unmap io space if we fail to attach.Mark Kettenis
"makes sense" deraadt@
2006-01-04split out I2C_DEBUG into I2C_VERBOSE. VERBOSE is on. Turn on DEBUG toTheo de Raadt
show more information to i2c developers. thanks.
2006-01-04Move bpf_mtap_hdr() after trunk_*_input() so that we hopefully see only oneBrad Smith
copy of the packet with bpf. From mcbride@ some testing by todd@, ok reyk@
2006-01-04syncTheo de Raadt
2006-01-04add an EXAMPLES section adapted from freebsd's page,Jason McIntyre
courtesy of ray lai;
2006-01-04Fix a mem leak of the unusual kind. In some cases a new aspath was addedClaudio 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-04add an EXAMPLES section adapted from freebsd's page,Jason McIntyre
courtesy of ray lai;
2006-01-04add sysctl machdep.console_device supportMartin Reindl
2006-01-04missing full stop; from ray laiJason McIntyre
2006-01-04make cvs_sendresp() return type void; ok joris@.Xavier Santolaria
2006-01-04nviic in SEE ALSO too.Jason McIntyre
2006-01-04Simplify shutdown function and sprinkle some rde_quit checks into functionsClaudio Jeker
that don't need to run if the RDE is quitting e.g. the decision process.
2006-01-04If the decision process is turned of but a prefix is still active decrease theClaudio Jeker
active prefix counter.
2006-01-04Use new BGP attribute counter.Claudio Jeker
2006-01-04Correctly count the number of allocated BGP attributes. Needs a own counter.Claudio Jeker
2006-01-04Document "show rib mem" with jmc@'s helpClaudio Jeker
2006-01-04syncAlexander Yurchenko
2006-01-04Add via kt880 agp; from Mike Belopuhov <mkb@crypt.org.ru>Alexander Yurchenko
2006-01-04missing zeroMartin Reindl
from KUDO Takashi
2006-01-04allow threads to be created in a detached stateMarco S Hyman
do not allow a join to a detached thread "it looks good" otto@
2006-01-04Remove redundant calls to bpfdetach.Can Erkin Acar
ok brad@
2006-01-04regenBrad Smith
2006-01-04betterBrad Smith
2006-01-04regenBrad Smith
2006-01-04- add 2 SiS PCI to PCI bridgesBrad 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, sudoersDavid Krause