summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-01-30Remove dead code; we should never see T_DNA here.Mark Kettenis
ok weingart@, miod@
2006-01-30document posixness;Jason McIntyre
fixes pr #4996, from joachim schipper;
2006-01-30strerror() -> rcs_errstr() when passing rcs_errno as argument;Xavier Santolaria
2006-01-30syncPeter Valchev
2006-01-30Clarify pkg_info -e example; ok espie@Miod Vallat
2006-01-30- make fatal() exit with code 1 instead of 255. makes us more compatibleNiall O'Higgins
with gnu on errors. ok xsa@
2006-01-30remove an incorrect sentence;Jason McIntyre
reported by roumen petrov; ok djm markus
2006-01-30fix updating of tables associated with interface groups used inHenning Brauer
pass to (ifgroup) style notation. instead of walking the list of associated dynaddrs with a pf-abstracted interface which might not be present when there is no reference to them in the rulset, and checking their pointer back to the interface for group memberships, walk the groups an interface is member of directly. even makes the code easier. tests & ok bob ryan markus + tested moritz
2006-01-30mark channel as write failed or dead instead of read failed on errorReyk Floeter
of the channel output filter. ok markus@
2006-01-30update for new ftp-proxyCamiel Dobbelaar
ok henning@
2006-01-30pretty printf, for 32bit modeMartin Reindl
ok miod@
2006-01-30Add basic radiotap support. Modelled somewhat afterJonathan Gray
ral and NetBSD wi radiotap. "looks ok" damien@
2006-01-30only flush the TX descriptors in re_start() if there are packetsBrad Smith
to be transmitted. tested by jsg@
2006-01-30reduce the timeout waiting for command completions from 5 seconds to .1David Gwynne
seconds. i think if the bus is wired up wrong the command never completes, which in turn generates a 3 minute delay during boot while we try to scan for i2c devices. problem reported by Johan Mson Lindman who is also happy with the fix.
2006-01-29remove printf on ath_cardbus_power; reyk@ ok.Federico G. Schwindt
2006-01-29regenBrad Smith
2006-01-29add VT6410 IDE PCI id.Brad Smith
2006-01-29- fix a bug where co -l would fail with "permission denied" if the workingNiall O'Higgins
file was read-only. ok joris@
2006-01-29ethernet -> EthernetJason McIntyre
2006-01-29Disable iic whenever ipmi is enabled. This fixes boxes like Sun x4200 thatMarco Peereboom
freak out when more than one device driver touch the i2c devices. Reported by: Srebrenko Sehic <ssehic at gmail dot com> ok kettenis@
2006-01-29SMC91CXX NuBus hooksMartin Reindl
from NetBSD
2006-01-29re-enable scatter and fix scanning of 802.11a channels.Damien Bergamini
2006-01-29Don't probe address 0x4f.Mark Kettenis
ok deraadt@
2006-01-29spread some fatal() here too;Xavier Santolaria
2006-01-29RCS_PARSE_FULLY needed here too, as in rlog(1);Xavier Santolaria
2006-01-29Add a alpha_shared_intr_reset_strays() function that resets the strayMartin Reindl
interrupt counter for a given shared interrupt descriptor. When an interrupt is successfully handled, reset the strays counter, thus preventing a "slow leak" from eventually shutting off the interrupt vector. from NetBSD via KUDO Takashi
2006-01-29Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls inBrad Smith
an interrupt context. From NetBSD ok dlg@
2006-01-29prettify dmesg output a touch. from Michael Knudsen.David Gwynne
ok brad@
2006-01-29Don't ask bus_dmamem_alloc() for zero bytes. 'bioctl -H x:y amiz' noKenneth R Westerback
longer triggers a panic. ok marco@ dlg@.
2006-01-29index the drive labels from 0 instead of 1 to match the labels on the frontDavid Gwynne
of the machine. also helps line things up between sensors and bioctl. ok marco@
2006-01-28Fix hmac calculation.Marco Pfatschbacher
Add some f's; do comparison in host byte order. OK mcbride@
2006-01-28Remove duplicate cgetstr() call introduced by accident. Andrey MatveevTodd C. Miller
2006-01-28a little cleaning.Brad Smith
2006-01-28zap unused functionHenning Brauer
From: Andrey Matveev <evol@online.ptt.ru>
2006-01-28mention net.inet.ip.mforwarding.Brad Smith
ok beck@ kettenis@ norby@
2006-01-28be less verbose:Nikolay Sturm
- status does not provide any information, remove it - print battery status in one line ok beck, drahn, i386 tested by bernd
2006-01-28Move address checks forward. Cleanup comments.Mark Kettenis
2006-01-28add glenv(4); ok kettenisJason McIntyre
2006-01-28- don't segfault on rcsnum overflow.Niall O'Higgins
ok joris@
2006-01-28Consider temperatures below -45 degC to be invalid for Winbond chips.Mark Kettenis
2006-01-28Disable ds1624/ds1631/ds1721 probe.Mark Kettenis
requested by deraadt@
2006-01-28Rename lm_isa.c to lm78_isa.c. Now that there isn't really any NetBSD codeMark Kettenis
left, replace copyright with my own. requested by deraadt@
2006-01-28Rename lm_i2c.c to lm78_i2c.c.Mark Kettenis
requested by deraadt@
2006-01-28Add glenv(4) man page.Mark Kettenis
2006-01-28Correct date.Mark Kettenis
2006-01-28remove 2 printf's from dc_coal() too.Brad Smith
2006-01-28get rid of the sensors globals. theyre were only used by sysctl forDavid Gwynne
locating and finding the correct sensor to spit out. instead provide a a sensor_get function that wraps up the access to the vars. theyre now safe inside kern_sensors.c. theres also a touch of whitespace tweaking ok grange@
2006-01-28add -- after options, so files with leading - work.Ted Unangst
pr 4993 from jason.
2006-01-28simplify statics, remove stupid goto, plug a leak. ok moritzTed Unangst
2006-01-28Make sure that HW VLAN stripping is not enabled and remove unused codeBrad Smith
for HW VLAN stripping.