Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-11 | Nuke dead assignments and a dead function, from Michael W Bombardieri | Nicholas Marriott | |
using lint. | |||
2010-11-11 | Flag to flush all key bindings from Rob Paisley. | Nicholas Marriott | |
2010-11-11 | Declaration in header should be extern. | Nicholas Marriott | |
2010-11-11 | Replace snprintf(foo, sizeof foo, "%s", ...) with strlcpy. ok deraadt@ krw@ | Miod Vallat | |
2010-11-11 | Compute syhcnronous transfer periods with a better accuracy, to get better | Miod Vallat | |
results on the 16.5MHz clock case. ok krw@ | |||
2010-11-11 | DEC 3000/400 has a 22.5MHz TURBOchannel bus instead of the usual 25MHz; | Miod Vallat | |
correctly report this. Then, in asc@tc, compute synchronous transfer periods (involving the bus clock) with a better accuracy. ok krw@ | |||
2010-11-11 | Pass a few more M_ZERO to malloc() or its wrappers, when useful; ok krw@ | Miod Vallat | |
2010-11-11 | Remove commented out references to old kerberosIV libraries we do not | Miod Vallat | |
ship since ages. ok deraadt@ millert@ | |||
2010-11-11 | Kill unused cinit(), and skip some diagnostic printf if option | Miod Vallat | |
DIAGNOSTIC is not set. ok deraadt@ | |||
2010-11-11 | Correctly disassemble ssnop. | Miod Vallat | |
2010-11-11 | Missed that part in previous. | Antoine Jacoutot | |
from jmc@ | |||
2010-11-11 | Add libXi doc dir | Matthieu Herrb | |
2010-11-11 | Unconfuse usage. | Antoine Jacoutot | |
prodded by and ok espie@, ok jmc@ | |||
2010-11-10 | The acpibat(4) notify function should not unconditionally call both _BIF | Mark Kettenis | |
and _BST. Some machines (like the Toshiba Satellite Pro U550 18F mentioned in PR 6508) have AML that does a Notify(0x81) from the _BST method, which leads to infinite recursion. Instead call _BIF when the argument is 0x81 and call _BST when the argument is 0x80 or 0x00 (the latter indicates we're polling). Simplify the battery detection logic while there. ok mikeb@, marco@ | |||
2010-11-10 | Several updates for the Osprey (AR9380): | Damien Bergamini | |
- Add the different ROM templates for the different chips - Fix AR_PHY_65NM_CH0_TOP_XPABIASLVL definition - Apply attenuation settings from the ROM | |||
2010-11-10 | s/NWD2705/NWD2205/ | Damien Bergamini | |
2010-11-10 | pass aesni_ctr_enc an initial counter block instead of an initialization vector | Mike Belopuhov | |
2010-11-10 | Enable low latency interrupt moderation and set the LL interval | Claudio Jeker | |
to the maximum value to reduce the number of low latency interrupts hitting the card when the ring is getting full. Tested at least by deraadt@ on 99 and myself on 99 and 98 ix(4). OK mikeb@ | |||
2010-11-10 | Make sure that the initial configuration of the child is zeroed out | Claudio Jeker | |
by using calloc(). This fixes an issue where the RDE would start up as route-collector because uninitialized memory made the RDE switch to that mode. OK henning@, sthen@, phessler@ | |||
2010-11-10 | Make -dvv flags produce debug traces of decoded BER messages on stderr. | Martin Hedenfal | |
Also shows a hexdump of the input buffer if BER decoding fails. Useful when debugging protocol issues. | |||
2010-11-10 | Prefix debug logging on stderr with time and pid, like syslog. | Martin Hedenfal | |
2010-11-10 | use only libcrypto APIs that are retained with OPENSSL_NO_DEPRECATED. | Damien Miller | |
these have been around for years by this time. ok markus | |||
2010-11-09 | when setting the rdomain, use the same define as the kernel | Jonathan Gray | |
for the maximum route-id instead of a currently incorrect number ok claudio@ | |||
2010-11-09 | correct some bit tests spotted by -Wparentheses in newer gcc. | Jonathan Gray | |
ok oga@ | |||
2010-11-09 | the ZyXEL NWD2705 is a run(4) RT3070 | Damien Bergamini | |
2010-11-09 | Update for recent changes to ruby.port.mk. | Jeremy Evans | |
OK landry@ | |||
2010-11-09 | more ultra nano adapters. | Damien Bergamini | |
some, like the DWA-121 or GW-USNano2 are not yet available (they just passed wi-fi alliance certification) but it shouldn't take too long before they hit the shelves. | |||
2010-11-09 | update struct uvmexp, and fix some spacing issues while here; | Jason McIntyre | |
ok tedu | |||
2010-11-08 | tweak previous; | Jason McIntyre | |
2010-11-08 | Don't print 'Null message body; hope that's ok' in the rc output if the | Antoine Jacoutot | |
call to rc.firstime doesn't output anything to mail(1). ok deraadt@ halex@ | |||
2010-11-08 | Add %F, %g, %G, %u, %z (extended) and %Z. | Jasper Lievisse Adriaanse | |
This is mostly a sync with NetBSD. tested in a bulk build by landry@ ok millert@ | |||
2010-11-08 | neither systat(1) nor slstats(8) understands `-M core' and `-N system'; | Igor Sobrado | |
while here, sort these options. ok jmc@, millert@ | |||
2010-11-08 | getdirentries(2) should be avoided outside of libc so use scandir(3) | Todd C. Miller | |
instead. This makes slurpdir() just a thin wrapper around scandir(3). OK schwarze@ | |||
2010-11-08 | No need to differentiate newly installed files versus automatically | Antoine Jacoutot | |
updated files in the output, this is confusing. ok sthen@ | |||
2010-11-08 | clear ERL register on secondary processors | Takuya ASADA | |
2010-11-08 | fixup number rounding; ok reyk | Mike Belopuhov | |
2010-11-08 | use a well established define instead of rolling our own; no binary change | Mike Belopuhov | |
2010-11-07 | sync | Theo de Raadt | |
2010-11-07 | there is no library function called sched_prio(), so this manual page | Theo de Raadt | |
was incorrectly named. there should be no sched_prio(3) page; it is misleading. | |||
2010-11-07 | do not list MLINKed man pages multiple times in SEE ALSO; | Jason McIntyre | |
2010-11-07 | tweak previous; | Jason McIntyre | |
2010-11-07 | fix a test in ar5008_rx_free() | Damien Bergamini | |
2010-11-07 | regen | Mark Kettenis | |
2010-11-07 | A few more NVIDIA devices found on the latest 13" MacBook Pro (MacBookPro7,1). | Mark Kettenis | |
2010-11-07 | Add sched_get_priority_{min,max}. tested in a bulk by landry@. | Federico G. Schwindt | |
input and ok from phessler@ and guenther@ | |||
2010-11-07 | regen | Mark Kettenis | |
2010-11-07 | NVIDIA GeForce 320M as found on the latest 13" MacBook Pro (MacBookPro7,1). | Mark Kettenis | |
2010-11-07 | more EXIT STATUS bits; from Daniel Dickman | Jason McIntyre | |
2010-11-06 | Move raid1 and crypto io to a workq. This is to avoid a potential VOP_ | Marco Peereboom | |
call while in interrupt context. Contains an additional spl dance as found by thib. Tested by many opn various arches. Note that raid 0/4/5/6 have not been moved over yet. | |||
2010-11-06 | tweak previous; | Jason McIntyre | |