Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-11 | handle -1 potential case from snprintf too | Theo de Raadt | |
2005-04-11 | knf; cloder ok | Theo de Raadt | |
2005-04-11 | handle snprintf returning -1; ok henning | Theo de Raadt | |
2005-04-11 | use writev; ok henning | Theo de Raadt | |
2005-04-11 | use MD #define to choose stackgap size per-architecture. on sparc, special | Theo de Raadt | |
case sun4c/sun4 -- because address space is more constrained | |||
2005-04-11 | Check for asprintf failure. From Bruno Rohee (thank you). | Chad Loder | |
2005-04-11 | pass size of right buffer to strlcat. ok deraadt@ | Otto Moerbeek | |
2005-04-11 | getting tired of explaining this: snprintf does not return how many | Theo de Raadt | |
bytes it PUT into the buffer, but how many it WANTED to, so it can be > buflen; ok otto | |||
2005-04-11 | get rid of the lines on ehci attach that show the version and the companion | David 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-11 | tcpdump developers are uncautious retards, plain and simple; ok otto | Theo de Raadt | |
2005-04-11 | typo in filename; from rick barter; | Jason McIntyre | |
2005-04-11 | move two snprintf out so easier to audit | Theo de Raadt | |
2005-04-11 | also handle snprintf returning -1, trivial | Theo de Raadt | |
2005-04-11 | spacing | Theo de Raadt | |
2005-04-11 | spacing | Theo de Raadt | |
2005-04-11 | restore lost sprintf -> snprintf conversion | David Krause | |
ok krw@ deraadt@ jakob@ | |||
2005-04-11 | no need to include sys/timeout.h | Uwe Stuehler | |
2005-04-11 | - eliminate extra powerhook in pxalcd, inspired by ohci changes | Uwe Stuehler | |
- update file comment for zaurus_lcd.c | |||
2005-04-11 | use zapm functions to power down or restart | Uwe Stuehler | |
2005-04-11 | - generate power change and battery low events | Uwe 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 appropriate | Uwe 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-11 | Kill unused hexatoi() | Miod Vallat | |
2005-04-11 | Handle commands failure correctly. | Miod Vallat | |
2005-04-10 | do not forget to call endpwent(). ok moritz@ | Otto Moerbeek | |
2005-04-10 | Initialize len before calling accept(2). from mpech@, ok millert@ | Otto Moerbeek | |
2005-04-10 | Handle path names of exactly 100 chars correctly. Based on a diff | Otto Moerbeek | |
from espie@. ok espie@ deraadt@ | |||
2005-04-10 | reduce the set of allowed actions in the privileged part | Moritz Jodeit | |
depending on the arguments supplied to tcpdump. ok otto@, canacar@ | |||
2005-04-10 | - sort synopsis + options list | Jason McIntyre | |
- sync usage() - tidy up lists and displays - misc tweaks | |||
2005-04-10 | misc clean up; | Jason McIntyre | |
2005-04-10 | the arg to -F is not optional; | Jason McIntyre | |
tweak -f description accordingly; found by wilfried@ | |||
2005-04-10 | sort options + sync usage(); | Jason McIntyre | |
2005-04-10 | missing Xr to robots(6); | Jason McIntyre | |
2005-04-10 | caesar, not ceasar; | Jason McIntyre | |
from oliver j. morais; | |||
2005-04-10 | mostly knf while here remove the todo item regarding deferring attach of | David Gwynne | |
devices. usb probe/attach now happens before root is mounted so there is no requirement to do anything special anymore. | |||
2005-04-10 | properly handle suspend/resume of ports with devices attached. devices | David 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-10 | sync | Theo de Raadt | |
2005-04-10 | crank major -- it is CLEARLY needed; pval ok | Theo de Raadt | |
2005-04-10 | sync | Theo de Raadt | |
2005-04-10 | Support for ICH6M IDE. Tested on a Dell Latitude D810 by | Jonathan Gray | |
Raymond Lillard <rlillard at sonic.net>. ok grange@ | |||
2005-04-10 | regen | Jonathan Gray | |
2005-04-10 | ICH6M IDE | Jonathan Gray | |
2005-04-10 | Buffalo WLI-CB-B11 reported to work by robert@ | Jonathan Gray | |
2005-04-09 | spaces | Theo de Raadt | |
2005-04-09 | clarify in/out a bit, add SEE ALSO section. | Hans-Joerg Hoexer | |
2005-04-09 | Rewrite, work in progress | Hans-Joerg Hoexer | |
2005-04-09 | `an URL' -> `a URL'; | Jason McIntyre | |
2005-04-09 | add scp example; | Jason McIntyre | |
from olivier cherrier; ok espie@ | |||
2005-04-09 | document 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-09 | document resolv.conf.tail, and MLINK it to resolv.conf.5; | Jason McIntyre | |
issue spotted by rick barter, via nick; ok henning@ jaredy@ nick@ |