Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-15 | delint wrt return values, including some missing BN return | Otto Moerbeek | |
values checks. | |||
2006-01-15 | cope with the int vs long changes to size_t | Theo de Raadt | |
2006-01-15 | correction from deraadt | Jason McIntyre | |
2006-01-15 | - add descriptions for 'pzidle' and 'kmapent' fields in vmstat display. | Niall O'Higgins | |
ok jmc@ | |||
2006-01-15 | back out previous - imaxabs is already listed; | Jason McIntyre | |
2006-01-15 | If the log file is invalid/incompatible, try to rename the bad log file | Can Erkin Acar | |
and continue with a new name instead of suspending. ok mcbride@ | |||
2006-01-15 | Print cache instructions correctly. | Miod Vallat | |
2006-01-15 | sync | Theo de Raadt | |
2006-01-15 | Comment alipm (and spell out power management for piixpm while I'm there). | Mark Kettenis | |
2006-01-15 | Simplify SYNOPSIS. | Mark Kettenis | |
2006-01-15 | wbenv(4) | Mark Kettenis | |
2006-01-15 | wbenv(4), a driver for the Winbond W83L784R/5R/5TS-L hardware monitor. | Mark Kettenis | |
2006-01-15 | Fix typo. | Mark Kettenis | |
2006-01-15 | fix dma mapping of tx ring. | Damien Bergamini | |
2006-01-15 | In iic_exec don't fail immediately if bus is already busy. It might be | Alexander Yurchenko | |
running a BIOS' transfer so wait a bit and try again. | |||
2006-01-15 | Sync with piixpm: allow driver to continue to work in polling mode | Alexander Yurchenko | |
if it failed to install interrupt handler. | |||
2006-01-15 | Simplify interrupt handler installing code. | Alexander Yurchenko | |
2006-01-15 | regen | Jonathan Gray | |
2006-01-15 | The RCJ part of 88E1111-RCJ is the package the ic comes in which | Jonathan Gray | |
may not be always correct for the id so don't mention it. | |||
2006-01-15 | sync | Theo de Raadt | |
2006-01-15 | Add comments to show which printf/scanf formats match which types | Todd C. Miller | |
2006-01-15 | Update {PRN,SCN}*PTR defines to match types changes | Todd C. Miller | |
2006-01-15 | Do not put HZ in the kernel configuration file anymore, and let the kernel | Miod Vallat | |
decide by itself: Quadra-style machines with A/UX style interrupts and clock at level 6 will use 100Hz now, while other machines will remain at 60Hz. | |||
2006-01-15 | Fix reading of volume ID | Pedro Martelletto | |
2006-01-15 | typo | Pedro Martelletto | |
2006-01-14 | Move udf_disklabelspoof() to udf_subr.c, no functional change | Pedro Martelletto | |
2006-01-14 | Small step in supporting the Adj-RIB-In additionaly to the Local-RIB. | Claudio Jeker | |
First step is to define two flags F_LOCAL and F_ORIGINAL. These flags are used to distinguish prefix in the Local-RIB and those in the Adj- RIB-In. Adapt prefix API and add additional checks so that no Adj-RIB- In prefixes get mistakenly selected. Currently no F_ORIGINAL prefixes are created but this may change soon. Looks good Henning. | |||
2006-01-14 | Detect more Winbond chips. | Mark Kettenis | |
"Of course!" deraadt@ | |||
2006-01-14 | Xr imaxabs() | Todd C. Miller | |
2006-01-14 | Give UDF a chance of working on big-endian architectures, okay miod@ | Pedro Martelletto | |
2006-01-14 | Properly handle failure binding to a local interface (using the -b | Otto Moerbeek | |
option). Problem found by David Hill <dhill at mindcry dot org>; ok millert@ | |||
2006-01-14 | Add a -q flag to reduce output a la newfs, and print the raw device we are | Miod Vallat | |
operating on instead of ``growfs'' (a la newfs as well). ok millert@ pedro@ | |||
2006-01-14 | Move isa-specific members of struct lm_softc into lm_isa.c. | Mark Kettenis | |
2006-01-14 | Better UDF name extraction code, which will not forget to report errors in | Miod Vallat | |
some cases; also silence a few udf messages unless option DIAGNOSTIC. Tests and tweaks and ok pedro@ | |||
2006-01-14 | Rename nslm7x.c into lm78.c and nslm7xvar.h into lm78var.h, and clean up | Mark Kettenis | |
lm78var.h. Now that I've completely rewritten the driver, replace copyright with my own. suggested by deraadt@ | |||
2006-01-14 | sync | Theo de Raadt | |
2006-01-14 | Add a comment. | Alexander Yurchenko | |
2006-01-14 | Fix INTX_MIN limits; the minus sign got dropped by accident when | Todd C. Miller | |
I was converting the values frm decimal to hex. | |||
2006-01-14 | fix the .Fn line; ok millert | Jason McIntyre | |
2006-01-14 | Some improvements: | Alexander Yurchenko | |
- use gpio_pin_caps() while configuring pins - try to deal not only with open-drain outputs | |||
2006-01-14 | - give rate to rx radiotap | Damien Bergamini | |
- read TSF high 32bit word before low 32bit word to avoid wraparounds | |||
2006-01-14 | - give rate to rx radiotap | Damien Bergamini | |
- swap rssi/rate fields in ural_rx_desc | |||
2006-01-14 | Add gpio_pin_caps() method to provide pin capabilities. | Alexander Yurchenko | |
2006-01-14 | tweaks; | Jason McIntyre | |
2006-01-14 | Add gpioiic(4). | Alexander Yurchenko | |
2006-01-14 | Add gpioiic(4) man page. | Alexander Yurchenko | |
2006-01-14 | Revert 1.12 and go back to 32K MAXPHYS; 64k MAXPHYS exposes subtle bugs | Miod Vallat | |
and is not reliable enough. | |||
2006-01-14 | - the allmulti target initially enables all multicast mode so don't bother | Brad Smith | |
checking the IFF_ALLMULTI flag. - clean up vr_encap() a bit. From: Andrey Matveev <evol at online dot ptt dot ru> | |||
2006-01-14 | document why we avoid: set -- `getopt optstring $*` | Jason McIntyre | |
2006-01-14 | update the example and synopsis so that we are checking the | Jason McIntyre | |
exit value of getopt itself, not `set'; example merged from current freebsd page; problem reported by nordin; ok millert |