summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-04-11handle -1 potential case from snprintf tooTheo de Raadt
2005-04-11knf; cloder okTheo de Raadt
2005-04-11handle snprintf returning -1; ok henningTheo de Raadt
2005-04-11use writev; ok henningTheo de Raadt
2005-04-11use MD #define to choose stackgap size per-architecture. on sparc, specialTheo de Raadt
case sun4c/sun4 -- because address space is more constrained
2005-04-11Check for asprintf failure. From Bruno Rohee (thank you).Chad Loder
2005-04-11pass size of right buffer to strlcat. ok deraadt@Otto Moerbeek
2005-04-11getting tired of explaining this: snprintf does not return how manyTheo de Raadt
bytes it PUT into the buffer, but how many it WANTED to, so it can be > buflen; ok otto
2005-04-11get rid of the lines on ehci attach that show the version and the companionDavid Gwynne
controllers. remove the insane amount of support code needed just for the printing of the companion controllers while here. zap it deraadt@ sure pascoe@
2005-04-11tcpdump developers are uncautious retards, plain and simple; ok ottoTheo de Raadt
2005-04-11typo in filename; from rick barter;Jason McIntyre
2005-04-11move two snprintf out so easier to auditTheo de Raadt
2005-04-11also handle snprintf returning -1, trivialTheo de Raadt
2005-04-11spacingTheo de Raadt
2005-04-11spacingTheo de Raadt
2005-04-11restore lost sprintf -> snprintf conversionDavid Krause
ok krw@ deraadt@ jakob@
2005-04-11no need to include sys/timeout.hUwe Stuehler
2005-04-11- eliminate extra powerhook in pxalcd, inspired by ohci changesUwe Stuehler
- update file comment for zaurus_lcd.c
2005-04-11use zapm functions to power down or restartUwe Stuehler
2005-04-11- generate power change and battery low eventsUwe Stuehler
- GPIO reset moved here, because it's machine-specific - power-off by suspending and then resetting (best thing the C3000 can do) - roll our own softc instead of using tons of globals
2005-04-11- ask upper layer for events and call apm_record_event() as appropriateUwe Stuehler
- allow upper layer to detect the wake-up source which caused a resume - avoid a temporary bus space mapping - suspend on battery low events
2005-04-11Kill unused hexatoi()Miod Vallat
2005-04-11Handle commands failure correctly.Miod Vallat
2005-04-10do not forget to call endpwent(). ok moritz@Otto Moerbeek
2005-04-10Initialize len before calling accept(2). from mpech@, ok millert@Otto Moerbeek
2005-04-10Handle path names of exactly 100 chars correctly. Based on a diffOtto Moerbeek
from espie@. ok espie@ deraadt@
2005-04-10reduce the set of allowed actions in the privileged partMoritz Jodeit
depending on the arguments supplied to tcpdump. ok otto@, canacar@
2005-04-10- sort synopsis + options listJason McIntyre
- sync usage() - tidy up lists and displays - misc tweaks
2005-04-10misc clean up;Jason McIntyre
2005-04-10the arg to -F is not optional;Jason McIntyre
tweak -f description accordingly; found by wilfried@
2005-04-10sort options + sync usage();Jason McIntyre
2005-04-10missing Xr to robots(6);Jason McIntyre
2005-04-10caesar, not ceasar;Jason McIntyre
from oliver j. morais;
2005-04-10mostly knf while here remove the todo item regarding deferring attach ofDavid Gwynne
devices. usb probe/attach now happens before root is mounted so there is no requirement to do anything special anymore.
2005-04-10properly handle suspend/resume of ports with devices attached. devicesDavid Gwynne
should not detach and reattach when you resume now.
2005-04-10- Run em_local_timer() once per second instead of running it once per 2 seconds.Brad Smith
This makes gathering of error stats more precise, and netstat(1) output look right. - Modify the caller of em_encap() to detect a NULL m_head and not try to queue the mbuf if that happens. From FreeBSD ok krw@ beck@
2005-04-10syncTheo de Raadt
2005-04-10crank major -- it is CLEARLY needed; pval okTheo de Raadt
2005-04-10syncTheo de Raadt
2005-04-10Support for ICH6M IDE. Tested on a Dell Latitude D810 byJonathan Gray
Raymond Lillard <rlillard at sonic.net>. ok grange@
2005-04-10regenJonathan Gray
2005-04-10ICH6M IDEJonathan Gray
2005-04-10Buffalo WLI-CB-B11 reported to work by robert@Jonathan Gray
2005-04-09spacesTheo de Raadt
2005-04-09clarify in/out a bit, add SEE ALSO section.Hans-Joerg Hoexer
2005-04-09Rewrite, work in progressHans-Joerg Hoexer
2005-04-09`an URL' -> `a URL';Jason McIntyre
2005-04-09add scp example;Jason McIntyre
from olivier cherrier; ok espie@
2005-04-09document that dhclient-script overwrites resolv.conf,Jason McIntyre
and use of resolv.conf.tail; issue spotted by rick barter via nick; ok henning@ jaredy@ nick@
2005-04-09document resolv.conf.tail, and MLINK it to resolv.conf.5;Jason McIntyre
issue spotted by rick barter, via nick; ok henning@ jaredy@ nick@