summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-01-10comment amdpmTheo de Raadt
2006-01-10use ${INSTALL_STRIP} ok miodTheo de Raadt
2006-01-10Use localeconv() to get the locale-specific radix char like printf does.Todd C. Miller
2006-01-10Nan and Infinity can be negativeTodd C. Miller
Decimal point was missing for some exponential output Only divide sign by 10 once per loop Add a missing NUL terminator for one case If there is no whole number portion, print a leading zero (e.g. 0.1 not .1)
2006-01-10The __CONCAT macro here collides with the one in cdefs.h pulled in viaMartin Reindl
errno.h. Don't include errno.h and export EFAULT therefore. looks good miod@
2006-01-10Use strlcpy(), not strncpy(); OK deraadt@Todd C. Miller
2006-01-10Remove duplicate _C_LABEL define. OK miod@Todd C. Miller
2006-01-09Fix last change; we need machine/reg.h for struct sigcontext toTodd C. Miller
be fully defined.
2006-01-09no more ancontrol (i knew jsg would miss some)Theo de Raadt
2006-01-09damn, left a lockTheo de Raadt
2006-01-09Delay a bit after sending a reset command if the chip is an 53C94 or a 53C96;Miod Vallat
ok deraadt@ krw@
2006-01-09NCRDMA_SETUP() should be called before NCR_SET_COUNT() and NCRCMD_DMA commandBrad Smith
in ncr53c9x_select(). From tsutsui NetBSD ok miod@
2006-01-09Spank the clock: remove relics of old GPROF code, compute tickfix forMiod Vallat
better clock adjustment, consider clocks past year 2010 as possible, and do not display the PRAM clock if it consistent.
2006-01-09some minor types house cleaning, ok ottoTheo de Raadt
2006-01-09Remove debug message.Mark Kettenis
ok deraadt@
2006-01-09syncTheo de Raadt
2006-01-09Introduce a wsdisplay type for mac68k frame buffers; we might need to becomeMiod Vallat
less generic in the future, though.
2006-01-09No more ancontrol.Jonathan Gray
2006-01-09Remove references to an/awi/ancontrol that should not have beenJonathan Gray
here in the first place.
2006-01-09Remove reference to ancontrol, reminded by deraadt@Jonathan Gray
2006-01-09Disable an(4) on BE archs until it works.Jonathan Gray
2006-01-09Don't enter ancontrol. Reminded by deraadt@Jonathan Gray
2006-01-09Move ancontrol to the attic, no longer needed.Jonathan Gray
2006-01-09Move an(4) to a driver based on the NetBSD one.Jonathan Gray
This brings net80211 support and support for newer hardware. In addition ancontrol is no longer needed. This driver does not yet work on big endian archs like the previous one did. "do it" deraadt@
2006-01-09Remove clock tick adjustment computation inherited from luna68k where someMiod Vallat
models run with hz=60.
2006-01-09Remove completely obsolete comment from the pre-wscons sparc days inMiod Vallat
zs_getc().
2006-01-09Ditch the grf frame buffer abstraction, and directly attach macfb toMiod Vallat
either obio or nubus. No functional change, shaves a few more KB...
2006-01-09Remove duplicate defines with if_ether.hMiod Vallat
2006-01-09Reorganize, paying attention to the small differences between Winbond chips.Mark Kettenis
ok deraadt@
2006-01-09syncTheo de Raadt
2006-01-09- add preliminary support for Ralink Technology RT2561, RT2561S and RT2661Damien Bergamini
chipsets in ral(4). - restructure the code a bit; split ic/ral.c into ic/rt2560.c and ic/rt2661.c - import the 8051 microcode files required by these chipsets. - more to come; there is currently no automatic rate control and some features are untested (hostap and ibss modes for instance). most of the pre-802.11n capabilities of the RT2661 chipset are not supported (like frame aggregation, piggy-back). MIMO should work though the performance/range gain has not been measured.
2006-01-09amdpm also exists as a 2nd iic bus on amd8111 machinesTheo de Raadt
2006-01-09with an offset tweak, this can also support the nvidia nforce smbusTheo de Raadt
same unit is found on amd756 and amd8111. try to support the RNG as well. from gklok@cogeco.ca
2006-01-09variables now unusedTheo de Raadt
2006-01-09Restore console bell functionnality lost in the wscons merge.Miod Vallat
2006-01-09add a list of machines supported by each audio driver;Xavier Santolaria
ok drahn@ jmc@.
2006-01-09trust i2c_scan for telling us if this is a lm75 or lm77, instead ofTheo de Raadt
stupidly relying on some power-up default register which a BIOS could change; ok grange
2006-01-09do a lot more careful register checking for echos and roll-around andTheo de Raadt
nonsense values in the lm75 probe. while there, make it look for a significant difference the lm77 has, ok grange
2006-01-09Make sure the vnode being read is a file, okay dlg@ deraadt@Pedro Martelletto
2006-01-09Use protected version of register_t in struct sigcontext for theTodd C. Miller
case where _XOPEN_SOURCE was defined but BSD-specific types are not visible.
2006-01-09Ups. Inverse logic.Claudio Jeker
2006-01-09Put vprint() under DIAGNOSTIC, as to save space in generated ramdisks.Pedro Martelletto
Inspiration from miod@, okay deraadt@. Tested on i386, macppc and amd64.
2006-01-09avoid anything that isn't a library in warning for SHARED_LIBS.Marc Espie
Turn warning into a fatal error.
2006-01-09double word fix; from joe snikerisJason McIntyre
2006-01-09Enable hotplug(4); Tested by Michael Knudsen and me;Robert Nagy
ok brad@ deraadt@
2006-01-09Add cmpmsf(). Use it to eliminate repeated code. No functional change.Kenneth R Westerback
2006-01-09Bring in toc2msf() from NetBSD's cdplay. Use it to eliminate repeatedKenneth R Westerback
code. No functional change.
2006-01-09skip the darn cereal devices, which i think are just markers for the host ↵Theo de Raadt
chip i think
2006-01-09fix a panic in the locking stuff that was caused by a pasto. found byDavid Gwynne
Johan M:son Lindman.
2006-01-09Bring in addmsf() from NetBSD's cdplay. Use it to eliminate repeatedKenneth R Westerback
manual calculation. No functional change.