Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-27 | more errors handling cleanup; | Xavier Santolaria | |
2006-01-27 | Use letoh32 to print out configuration descriptors in debug functions. Now | Claudio Jeker | |
big endian systems will print out correct settings. | |||
2006-01-27 | cvs_mkadmin() cannot return < 0 anymore; | Xavier Santolaria | |
2006-01-27 | errors handling cleaning here too; | Xavier Santolaria | |
2006-01-27 | errors handling cleaning here too; | Xavier Santolaria | |
2006-01-27 | errors handling cleaning; | Xavier Santolaria | |
2006-01-27 | use fatal(); | Xavier Santolaria | |
2006-01-27 | regress test for local to local scp copies; ok dtucker@ | Damien Miller | |
2006-01-27 | add iwi(4). | Brad Smith | |
From: Pedro la Peu via PR 4992 | |||
2006-01-26 | Add glenv(4). | Mark Kettenis | |
tested by jmc@ | |||
2006-01-26 | Fix 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-26 | Make lm at iic detach properly, and use config_detach(9) to fully detach | Mark Kettenis | |
lm at iic if we attach lm at isa for the same chip. tested by robert@, krw@ | |||
2006-01-26 | make timecounter behave; grange@ ok | Michael Shalayeff | |
2006-01-26 | Make T1 work on the dual port version. Time slot map is different than on | Claudio 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-26 | Some fixes to make the card work on big endian systems. Still not enough | Claudio Jeker | |
though. | |||
2006-01-26 | Separate route table calculations from the SPF calculation. | Esben Norby | |
ok claudio@ | |||
2006-01-26 | set skip is no good idea on int_if in this sample rulseset that also | Henning Brauer | |
has a rdo on $int_if that stops working then. pt out by cedric | |||
2006-01-26 | fix some format strings and add a missing | Moritz Jodeit | |
argument to a log_err() call. ok ho@ | |||
2006-01-26 | strings cleanup; OK niallo@. | Xavier Santolaria | |
2006-01-26 | add 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-26 | Switch to __HAVE_DEVICE_REGISTER to find the device we're booted from. | Miod Vallat | |
Tested by aoyama@ | |||
2006-01-26 | Fix character range check in local atoi() function. krw@ "looks correct" | Aaron Campbell | |
2006-01-26 | regen | Brad Smith | |
2006-01-26 | add Promise SATA-II chipsets and fix ordering of some existing entries. | Brad Smith | |
2006-01-25 | Wow, 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-25 | Duh! If askes to halt the input dont halt the output instead. This also | Brad Smith | |
fixes the timeout on draining when closing. From reinoud NetBSD ok krw@ | |||
2006-01-25 | implement HTTP proxy authentication support, very useful in a ssh_config | Damien Miller | |
ProxyCommand; ok beck@ | |||
2006-01-25 | Fix an off-by-one in pppd(8)'s option handling. ok tedu@ | Moritz Jodeit | |
2006-01-25 | Fix problem in ioctl() handling in OSS audio emulation which caused | Brad 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-25 | Fix problem in ioctl() handling in OSS audio emulation which caused | Brad Smith | |
unintentional changes of the audio settings e.g. when running "kphone". From NetBSD ok jakemsr@ | |||
2006-01-25 | reduce stack use; pedro@ miod@ ok | Michael 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-25 | kthread_create_deferred() do the things right, no need for | Alexander Yurchenko | |
playing with cold global. ok miod@ drahn@ | |||
2006-01-25 | append without a file list should not corrupt a tar file; | Markus Friedl | |
report Rainer Giedat; ok millert@ | |||
2006-01-25 | Prevent division by zero, and make it actually update the fan sensors. | Mark Kettenis | |
2006-01-25 | Time-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-25 | Fix a memory leak that could be trigged by a read error | Todd 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-25 | this snprintf() occurence should have been removed in previous commit. | Xavier Santolaria | |
2006-01-25 | Check if the dma ring got cleared before accessing it. Fixes a panic that | Claudio Jeker | |
could be triggered in some weird cases. While there adjust a debug output because it is to verbose for level 1. | |||
2006-01-25 | use cvs_rcs_getpath() here too + some strings cleanup whilst here. | Xavier Santolaria | |
2006-01-25 | Add additional debug function to print framer error counters. | Claudio Jeker | |
2006-01-25 | strings cleanup; OK niallo@. | Xavier Santolaria | |
2006-01-25 | use cvs_rcs_getpath() instead of duplicating code. | Xavier Santolaria | |
2006-01-25 | Reset and initialize part of the device early. Makes reading the ROM more | Claudio Jeker | |
reliable because correct bus timings were set later. | |||
2006-01-25 | move subsections to full sections; | Jason McIntyre | |
2006-01-25 | move the options description up the page, and a few additional tweaks | Jason McIntyre | |
whilst in here; ok markus | |||
2006-01-25 | snprintf() cleanup; OK niallo@. | Xavier Santolaria | |
2006-01-25 | add support for `-l[lockers]'. Some (needed) cleanup will follow. | Xavier Santolaria | |
Test & OK niallo@. | |||
2006-01-25 | snprintf() cleanup; OK niallo@. | Xavier Santolaria | |