Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-21 | put -G in the right place; from Igor Sobrado | Jason McIntyre | |
2007-02-21 | order options; from Igor Sobrado | Jason McIntyre | |
2007-02-21 | sort options; sync synopsis and usage() | Jason McIntyre | |
from Igor Sobrado | |||
2007-02-21 | Sync with reality. Initial diff by Ingo Schwarze additional help by jmc@ | Claudio Jeker | |
2007-02-21 | Make the firmware load on big endian systems and while there make sure that | Claudio Jeker | |
the right value is printed in case of an error. OK mglocker@ | |||
2007-02-21 | For TUNSIFMODE protect the if_flags similar to the TUNSIFINFO case. | Claudio Jeker | |
Don't allow the userland to fiddle with flags reserved by the driver. Noticed by Ingo Schwarze. | |||
2007-02-21 | sync | Theo de Raadt | |
2007-02-21 | put structs after copyright notice; ok dlg | Theo de Raadt | |
2007-02-21 | hand-cruft an isprint() for deciding which characters to echo to the | Theo de Raadt | |
console; ignore all others. based on idea by didickman@gmail.com, ok tom | |||
2007-02-21 | regen for inclusion of the structs used in pcidevs_data.h | David Gwynne | |
2007-02-21 | put the structs defining the content of pcidevs_data.h into that header | David Gwynne | |
file, rather than in pci_subr.c before theyre used. this allows the header to be used elsewhere without needing to copy a chunk out of pci_subr.c. ok miod@ deraadt@ | |||
2007-02-21 | remove part of buf abuse and store errcnt in softc (instead of b_errcnt); ↵ | Michael Shalayeff | |
more work can be done to lower buf abuse even more; miod@ testing and ok | |||
2007-02-21 | Clear alarm() before restarting sshd on SIGHUP. Without this, if there's | Darren Tucker | |
a SIGALRM pending (for SSH1 key regeneration) when sshd is SIGHUP'ed, the newly exec'ed sshd will get the SIGALRM and not have a handler for it, and the default action will terminate the listening sshd. Analysis and patch from andrew at gaul.org. | |||
2007-02-21 | simplify synopsis and usage(); from Igor Sobrado | Jason McIntyre | |
2007-02-21 | from brad: | Jason McIntyre | |
Hardware VLAN stripping was removed by Camiel before 3.8. ok camiel | |||
2007-02-21 | net.inet.esp.udpencap is enabled by default; | Jason McIntyre | |
from jared rr spiegel: documentation/5385 | |||
2007-02-21 | add Option GlobeTrotter 3G+ to the list of devices supported by ubsa(4) | Felix Kronlage | |
2007-02-21 | let the Globetrotter 3G+ attach to ubsa, from Victor Meghesan through bugs@ | Felix Kronlage | |
2007-02-21 | regen | Felix Kronlage | |
2007-02-21 | usb device id for Globetrotter 3G+ from Victor Meghesan through bugs@ | Felix Kronlage | |
2007-02-21 | Fix a few memory leaks. | Marco Peereboom | |
ok jordan@ | |||
2007-02-21 | Simplify cvs_buf_differ(). Also cvs_buf_differ(), a comparison | Ray Lai | |
function, should not do any resource freeing. OK joris@. | |||
2007-02-21 | KNF | Marco Peereboom | |
2007-02-21 | Replace a manual xrealloc with rcsnum_setsize. | Ray Lai | |
From Charles Longeau <chl at tuxfamily dot org>. OK joris@. | |||
2007-02-21 | Some Sony VAIOs use the wrong eventing type. Work around that by honering it. | Marco Peereboom | |
Found by giovanni <qgiovanni @ gmail . com> ok jordan | |||
2007-02-21 | - Pass full buffer size to fgets. | Ray Lai | |
- No need to initialize buffer. - Spacing. Based on diff from Charles Longeau <chl at tuxfamily dot org> long ago. OK moritz@. | |||
2007-02-21 | Fixed deref for storing to local after CondRef op | Jordan Hargrave | |
ok marco@ | |||
2007-02-21 | Don't unconditionally spin up SDEV_UMASS devices. They almost | Kenneth R Westerback | |
certainly don't need it, or are capable of reporting themselves in need of a spin up. Feedback from various agreeing it is unlikely such devices exist. Fixes devices found by Markus Bergkvist and Johan M:son Lindman. ok dlg@ | |||
2007-02-20 | It helps to enable hpet... This fixes bnx not working on amd64. | Marco Peereboom | |
2007-02-20 | rename ccb_id to ccb_slot so its more clear what its used for. stash a | David Gwynne | |
pointer to the port and the ata_xfer in there too. | |||
2007-02-20 | oops, missed one in the cmd list entry | David Gwynne | |
2007-02-20 | KNF while here. | Marco Peereboom | |
2007-02-20 | fill some macros for ahci structures. fix a spello while there. | David Gwynne | |
2007-02-20 | clarify that -f is not optional; ok otto | Jason McIntyre | |
2007-02-20 | KNF while in here. | Marco Peereboom | |
2007-02-20 | Fix a memory leak in acx_load_radio_firmware() -- free the ucode after use. | Claudio Jeker | |
OK mglocker@ | |||
2007-02-20 | ~1052 lines of new PHY radio initialization code and no end in sight. | Marcus Glocker | |
2007-02-20 | sync | Theo de Raadt | |
2007-02-20 | Revert PAE pmap for now, until the strange bug is found. This stops | Tom Cosgrove | |
the freezes many of us are seeing (especially on amd64 machines running OpenBSD/i386). Much testing by nick@ (as always - thanks!), hugh@, ian@, kettenis@ and Sam Smith (s (at) msmith (dot) net). Requested by, input from, and ok deraadt@ ok art@, kettenis@, miod@ | |||
2007-02-20 | Remove duplicate entry. | Tom Cosgrove | |
ok miod@ | |||
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 | |