Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-20 | Fix the bpf hook in etherip_input() by using the right address family and | Claudio Jeker | |
moving the m_adj() down to prevent so that the ethernet header is preserved. This fixes tcpdump on bridged gif(4) interfaces. OK mglocker@ | |||
2007-02-20 | for vfsconf sysctl, do not leak kernel sensors out to userland | Theo de Raadt | |
ok art thib | |||
2007-02-20 | for sensors do not leak kernel pointers when copying out to userland; | Theo de Raadt | |
spotted by art, ok dlg art | |||
2007-02-20 | No use checking malloc return when called with M_WAITOK. | Thordur I. Bjornsson | |
ok dlg@, tested by jolan@ | |||
2007-02-20 | Remove wrong length check, which is off-by-one, and | Moritz Jodeit | |
let snprintf(3) decide, if the whole string fittet into the buffer. ok ray@ | |||
2007-02-20 | Some cleanup including: | Moritz Jodeit | |
- use sig_atomic_t signal handler flag - atoi() -> strtonum() conversion - remove vararg without matching fmt string - some more lint/gcc silencing ok millert@ ray@ | |||
2007-02-20 | Move AML_OBJDEBUG into ACPI_DEBUG. | Marco Peereboom | |
KNF while in here too. | |||
2007-02-20 | usage(): add -P and tweak -X; from Igor Sobrado | Jason McIntyre | |
2007-02-20 | sort the -o options; from Igor Sobrado | Jason McIntyre | |
2007-02-20 | sort the -o options; from Igor Sobrado | Jason McIntyre | |
2007-02-20 | sort options and sync usage(); from Igor Sobrado | Jason McIntyre | |
2007-02-20 | simplify synopsis and usage(); from Igor Sobrado | Jason McIntyre | |
2007-02-20 | sort options and avoid line wrap; from Igor Sobrado | Jason McIntyre | |
2007-02-20 | sort options; from Igor Sobrado | Jason McIntyre | |
2007-02-20 | sort options and sync synopsis; from Igor Sobrado | Jason McIntyre | |
2007-02-20 | sort options; from Igor Sobrado | Jason McIntyre | |
2007-02-20 | document syslog to other programs, ok jmc | Henning Brauer | |
2007-02-20 | Put ral* at pci? onto the install media. Noted by Sunnz (sunnzy (at) | Tom Cosgrove | |
gmail (dot) com) and Stuart Henderson (stu (at) spacehopper (dot) org) on misc@. ok deraadt@ | |||
2007-02-20 | implement logging to other program's stdin. | Henning Brauer | |
if the target is like "| /path/to/program", syslogd forks and execs program and sends the selected log messages to program's stdin. uses a socketpair, grows the receive buffer on the reader side and has the socket nonblocking on syslog'd side to prevent syslogd blocking. I'm using that here to feed logsurfer from ports for automated log analysis, werks beautifully. lots of input & help mpf, ok mpf djm "no objections" millert | |||
2007-02-20 | set maximum packet and window sizes the same for multiplexed clients | Damien Miller | |
as normal connections; ok markus@ | |||
2007-02-20 | put -n in the right place; from Igor Sobrado | Jason McIntyre | |
2007-02-20 | typos; from Daniel Dickman | Jason McIntyre | |
2007-02-20 | Remove useless -h option (if you don't know the synopsis, how do you know | Chad Loder | |
-h?). OK deraadt | |||
2007-02-20 | Back out -h doc after discussion with theo | Chad Loder | |
2007-02-20 | Document -h option. | Chad Loder | |
2007-02-20 | use HOST_UP instead of an hard coded integer | Reyk Floeter | |
2007-02-20 | Change hard coded numbers to sizeof(buf). Also change some | Ray Lai | |
sizeof(buf) - 1 to sizeof(buf), since fgets takes the whole buffer size. Based on diff from Charles Longeau <chl at tuxfamily dot org> long ago. OK millert@. | |||
2007-02-20 | Change hard coded numbers to sizeof(buf). Also change some | Ray Lai | |
sizeof(buf) - 1 to sizeof(buf), since fgets takes the whole buffer size. Based on diff from Charles Longeau <chl at tuxfamily dot org> long ago. OK millert@. | |||
2007-02-20 | Change hard coded numbers to sizeof(buf). Also change some | Ray Lai | |
sizeof(buf) - 1 to sizeof(buf), since fgets takes the whole buffer size. Based on diff from Charles Longeau <chl at tuxfamily dot org> long ago. OK millert@. | |||
2007-02-20 | Change hard coded numbers to sizeof(buf). Also change some | Ray Lai | |
sizeof(buf) - 1 to sizeof(buf), since fgets takes the whole buffer size. Based on diff from Charles Longeau <chl at tuxfamily dot org> long ago. OK millert@. | |||
2007-02-20 | Change hard coded numbers to sizeof(buf). Also change some | Ray Lai | |
sizeof(buf) - 1 to sizeof(buf), since fgets takes the whole buffer size. Based on diff from Charles Longeau <chl at tuxfamily dot org> long ago. OK millert@. | |||
2007-02-20 | knf found while fixing another bug | Theo de Raadt | |
2007-02-19 | Added acpi_map_address function for mapping GAS/IO registers | Jordan Hargrave | |
ok marco@ | |||
2007-02-19 | sync | Theo de Raadt | |
2007-02-19 | sort options and sync usage(); from Igor Sobrado | Jason McIntyre | |
2007-02-19 | put -n in the right place; from Igor Sobrado | Jason McIntyre | |
2007-02-19 | tweaks from Igor Sobrado and myself; | Jason McIntyre | |
2007-02-19 | - simply synopsis and usage() | Jason McIntyre | |
- order options mostly from Igor Sobrado | |||
2007-02-19 | tidy up synopsis and usage(); reported by Igor Sobrado | Jason McIntyre | |
2007-02-19 | pthread bits for sh; help deraadt@, ok kettenis@ | Miod Vallat | |
2007-02-19 | Put warning about shared IPL interrupts under MPVERBOSE and don't talk about | Mark Kettenis | |
degraded performance. requested by deraadt@ | |||
2007-02-19 | wording fix from wiz@netbsd, -r1.11; | Jason McIntyre | |
2007-02-19 | - Check for fgets failure. | Ray Lai | |
- Pass sizeof(buf) to fgets. - Only print what was read. - Simplify error checking while printing bigrams. Inspired by diff from Charles Longeau <chl at tuxfamily dot org> long ago. OK millert@ and moritz@. | |||
2007-02-19 | from hubertf@netbsd: | Jason McIntyre | |
Try to tell what this really does. Including a BUGS section on why it doesn't. *roff code by wiz@, with some input from Slava Semushin <slava.semushin@gmail.com> ok millert | |||
2007-02-19 | do not do a curproc test for interrupt context, because it is plainly wrong. | Theo de Raadt | |
this lets these work on macppc, for instance diagnosed by kettenis, but damien is not around, so ok jsg and others | |||
2007-02-19 | only make this interface available to the kernel for now, discussed witha | Theo de Raadt | |
rt and such; tested and ok miod drahn | |||
2007-02-19 | ACPIVERBOSE should be off, like i386 | Theo de Raadt | |
2007-02-19 | unbreak by allowing clean in !objdir case to fail (no Makefile there in that | Henning Brauer | |
case), ok espie, also noticed by simon | |||
2007-02-19 | tweak; | Jason McIntyre | |
2007-02-19 | tweak; | Jason McIntyre | |