Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-29 | Add a alpha_shared_intr_reset_strays() function that resets the stray | Martin 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-29 | Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls in | Brad Smith | |
an interrupt context. From NetBSD ok dlg@ | |||
2006-01-29 | prettify dmesg output a touch. from Michael Knudsen. | David Gwynne | |
ok brad@ | |||
2006-01-29 | Don't ask bus_dmamem_alloc() for zero bytes. 'bioctl -H x:y amiz' no | Kenneth R Westerback | |
longer triggers a panic. ok marco@ dlg@. | |||
2006-01-29 | index the drive labels from 0 instead of 1 to match the labels on the front | David Gwynne | |
of the machine. also helps line things up between sensors and bioctl. ok marco@ | |||
2006-01-28 | Fix hmac calculation. | Marco Pfatschbacher | |
Add some f's; do comparison in host byte order. OK mcbride@ | |||
2006-01-28 | Remove duplicate cgetstr() call introduced by accident. Andrey Matveev | Todd C. Miller | |
2006-01-28 | a little cleaning. | Brad Smith | |
2006-01-28 | zap unused function | Henning Brauer | |
From: Andrey Matveev <evol@online.ptt.ru> | |||
2006-01-28 | mention net.inet.ip.mforwarding. | Brad Smith | |
ok beck@ kettenis@ norby@ | |||
2006-01-28 | be 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-28 | Move address checks forward. Cleanup comments. | Mark Kettenis | |
2006-01-28 | add glenv(4); ok kettenis | Jason McIntyre | |
2006-01-28 | - don't segfault on rcsnum overflow. | Niall O'Higgins | |
ok joris@ | |||
2006-01-28 | Consider temperatures below -45 degC to be invalid for Winbond chips. | Mark Kettenis | |
2006-01-28 | Disable ds1624/ds1631/ds1721 probe. | Mark Kettenis | |
requested by deraadt@ | |||
2006-01-28 | Rename lm_isa.c to lm78_isa.c. Now that there isn't really any NetBSD code | Mark Kettenis | |
left, replace copyright with my own. requested by deraadt@ | |||
2006-01-28 | Rename lm_i2c.c to lm78_i2c.c. | Mark Kettenis | |
requested by deraadt@ | |||
2006-01-28 | Add glenv(4) man page. | Mark Kettenis | |
2006-01-28 | Correct date. | Mark Kettenis | |
2006-01-28 | remove 2 printf's from dc_coal() too. | Brad Smith | |
2006-01-28 | get rid of the sensors globals. theyre were only used by sysctl for | David 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-28 | add -- after options, so files with leading - work. | Ted Unangst | |
pr 4993 from jason. | |||
2006-01-28 | simplify statics, remove stupid goto, plug a leak. ok moritz | Ted Unangst | |
2006-01-28 | Make sure that HW VLAN stripping is not enabled and remove unused code | Brad Smith | |
for HW VLAN stripping. | |||
2006-01-28 | remove printf's from dc_newbuf(). | Brad Smith | |
2006-01-27 | Oops, removed too many includes in 1.34 by mistake; spotted matthieu@ | Miod Vallat | |
2006-01-27 | CVS_EX_BADROOT return code is not worth keeping; | Xavier Santolaria | |
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@ |