summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-01-27more errors handling cleanup;Xavier Santolaria
2006-01-27Use letoh32 to print out configuration descriptors in debug functions. NowClaudio Jeker
big endian systems will print out correct settings.
2006-01-27cvs_mkadmin() cannot return < 0 anymore;Xavier Santolaria
2006-01-27errors handling cleaning here too;Xavier Santolaria
2006-01-27errors handling cleaning here too;Xavier Santolaria
2006-01-27errors handling cleaning;Xavier Santolaria
2006-01-27use fatal();Xavier Santolaria
2006-01-27regress test for local to local scp copies; ok dtucker@Damien Miller
2006-01-27add iwi(4).Brad Smith
From: Pedro la Peu via PR 4992
2006-01-26Add glenv(4).Mark Kettenis
tested by jmc@
2006-01-26Fix printf.Mark Kettenis
2006-01-26`t' and `X' are now included in posix spec;Jason McIntyre
bump the revision for the latest posix spec; problem reported by jonathan glaschke; ok millert
2006-01-26Make lm at iic detach properly, and use config_detach(9) to fully detachMark Kettenis
lm at iic if we attach lm at isa for the same chip. tested by robert@, krw@
2006-01-26make timecounter behave; grange@ okMichael Shalayeff
2006-01-26Make T1 work on the dual port version. Time slot map is different than onClaudio Jeker
the single port T1 version. Most notably T1 uses now timeslots 1-24 and not 0-23 no matter what type of card.
2006-01-26Some fixes to make the card work on big endian systems. Still not enoughClaudio Jeker
though.
2006-01-26Separate route table calculations from the SPF calculation.Esben Norby
ok claudio@
2006-01-26set skip is no good idea on int_if in this sample rulseset that alsoHenning Brauer
has a rdo on $int_if that stops working then. pt out by cedric
2006-01-26fix some format strings and add a missingMoritz Jodeit
argument to a log_err() call. ok ho@
2006-01-26strings cleanup; OK niallo@.Xavier Santolaria
2006-01-26add a section on verifying host keys in dns;Jason McIntyre
written with a lot of help from jakob; feedback dtucker/markus; ok markus
2006-01-26Switch to __HAVE_DEVICE_REGISTER to find the device we're booted from.Miod Vallat
Tested by aoyama@
2006-01-26Fix character range check in local atoi() function. krw@ "looks correct"Aaron Campbell
2006-01-26regenBrad Smith
2006-01-26add Promise SATA-II chipsets and fix ordering of some existing entries.Brad Smith
2006-01-25Wow, this is clearly wrong (found in esa_set_params):Brad Smith
if (p->channels < 1 && p->channels > 2) return EINVAL; Change the 'and' to an 'or' so the check actually does something. From jmcneill NetBSD ok krw@
2006-01-25Duh! If askes to halt the input dont halt the output instead. This alsoBrad Smith
fixes the timeout on draining when closing. From reinoud NetBSD ok krw@
2006-01-25implement HTTP proxy authentication support, very useful in a ssh_configDamien Miller
ProxyCommand; ok beck@
2006-01-25Fix an off-by-one in pppd(8)'s option handling. ok tedu@Moritz Jodeit
2006-01-25Fix problem in ioctl() handling in OSS audio emulation which causedBrad Smith
unintentional changes of the audio settings e.g. when running "kphone". Adapted to the userland library from a similar change in the kernel code. ok jakemsr@
2006-01-25Fix problem in ioctl() handling in OSS audio emulation which causedBrad Smith
unintentional changes of the audio settings e.g. when running "kphone". From NetBSD ok jakemsr@
2006-01-25reduce stack use; pedro@ miod@ okMichael Shalayeff
2006-01-25- Count packets discarded by RX/TX MAC (cause of FIFO overflow, etc)Brad Smith
as input/output interface errors. - Keep values of rx/tx discards & tx collisions inside struct bge_softc. So we can keep statistic across ifconfig down/up runs (cause bringing bge up will reset chip). From oleg FreeBSD
2006-01-25kthread_create_deferred() do the things right, no need forAlexander Yurchenko
playing with cold global. ok miod@ drahn@
2006-01-25append without a file list should not corrupt a tar file;Markus Friedl
report Rainer Giedat; ok millert@
2006-01-25Prevent division by zero, and make it actually update the fan sensors.Mark Kettenis
2006-01-25Time-slot mask are u_int32_t so art_mask_tsmap() should return u_int32_t too.Claudio Jeker
While there fix a typo in a comment.
2006-01-25Fix a memory leak that could be trigged by a read errorTodd C. Miller
Update the count of currently cached pages in mpool_delete() Use CIRCLEQ_EMPTY in the loop that delets the lru cache Don't update the pageread statistic if there was a read error With aaron@, OK krw@
2006-01-25this snprintf() occurence should have been removed in previous commit.Xavier Santolaria
2006-01-25Check if the dma ring got cleared before accessing it. Fixes a panic thatClaudio Jeker
could be triggered in some weird cases. While there adjust a debug output because it is to verbose for level 1.
2006-01-25use cvs_rcs_getpath() here too + some strings cleanup whilst here.Xavier Santolaria
2006-01-25Add additional debug function to print framer error counters.Claudio Jeker
2006-01-25strings cleanup; OK niallo@.Xavier Santolaria
2006-01-25use cvs_rcs_getpath() instead of duplicating code.Xavier Santolaria
2006-01-25Reset and initialize part of the device early. Makes reading the ROM moreClaudio Jeker
reliable because correct bus timings were set later.
2006-01-25move subsections to full sections;Jason McIntyre
2006-01-25move the options description up the page, and a few additional tweaksJason McIntyre
whilst in here; ok markus
2006-01-25snprintf() cleanup; OK niallo@.Xavier Santolaria
2006-01-25add support for `-l[lockers]'. Some (needed) cleanup will follow.Xavier Santolaria
Test & OK niallo@.
2006-01-25snprintf() cleanup; OK niallo@.Xavier Santolaria