summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-06-21fix rcs ids. ok sthen@Martynas Venckus
2009-06-21abs conforms c99 -> imaxabs conforms c99. ok millert@Martynas Venckus
2009-06-21CVE-2009-1391: Buffer overflow in the inflate function in Zlib.xsMartynas Venckus
in Compress::Raw::Zlib Perl module. initial diff & ok millert@. go for it miod@
2009-06-204.6-BETAMiod Vallat
2009-06-20Preserve more registers in sigcontext, and restore them in sigreturn. ThisMiod Vallat
makes the sigreturn regress test pass, as well as todd@'s ``run sh -c "trap exit 2 3;while :; do sleep 120; done", then press ^C'' test pass. Since userland setjmp uses sigcontext, the kernel will still support the old layout for a while (until libc is fixed and a reasonable grace period is over).
2009-06-20Remove unused global variables.Miod Vallat
2009-06-20Remove unused struct ka410_cpu, long superseded by struct vs_cpu.Miod Vallat
2009-06-20Move KREAD define to kvm_private.hTodd C. Miller
2009-06-20Split out cd9660 bits into their own .c file to avoid #define collisionsTodd C. Miller
with ufs and add also udf support. OK miod@
2009-06-20syncMiod Vallat
2009-06-20Rewrite the interface flag handling case code and update the receiveChristian Weisgerber
filter handling to take advantage of ac_multirangecnt and have correct IFF_ALLMULTI handling. From Brad.
2009-06-20use llabs instead of the home-grown version; and some comment changesMartynas Venckus
ok ian@, millert@
2009-06-20Force atapiscsi to depend upon wdc_base. This allows kernels to haveMiod Vallat
atapiscsi* at umass? without needing to have pciide or wdc attachments.
2009-06-20Repair comment ID & typo, no binary changeIan Darwin
2009-06-20Add msdosfs support now that we have the headers.Todd C. Miller
2009-06-20First stab at state transitions.Marco Peereboom
ok jsing
2009-06-20Install msdosfs includes; ok krw@Todd C. Miller
2009-06-20Decrement routing socket count in MPLS detach caseBret Lambert
While here, fix whitespace (spaces -> tabs) issue spotted by michele@ ok michele@, claudio@
2009-06-20Remove incomplete list of specific PHY models that might be associatedStuart Henderson
with this driver from DESCRIPTION (SYNOPSIS has a better list already), replacing with a list of supported NICs. From Brad.
2009-06-20Have hmestop() properly clear the RUNNING/OACTIVE flags and the interfaceStuart Henderson
watchdog timer. Copied over from MI hme(4). Tested by nick@. From Brad.
2009-06-20Allocate memory for env->sc_ssl like in smtp; ok gilles@Jacek Masiulaniec
From: Josh Elsasser <josh@elsasser.org>
2009-06-20If the user didn't specify a kernel, pass in NULL to kvm_openfiles()Todd C. Miller
so it can try /dev/ksyms. The first call to kvm_openfiles() was already correct.
2009-06-19Allow bge(4) to recognize the revisions of the 57780 ASICs. From Brad.Christian Weisgerber
2009-06-19Quiet a gcc warningTodd C. Miller
2009-06-19Make the 64 bit bootblocks compile again after the <machine/mnode.h> changes.Miod Vallat
2009-06-19When operating in liberal mode, retain labels even if they aren't learntMichele Marchetto
from current nexthop. ok laurent@
2009-06-19Some more defines for bge(4). Mainly bits for accessingChristian Weisgerber
info from the firmware. Some of it will be required for further work on both older and newer chipsets. Gleaned from the Linux tg3 driver. From Brad.
2009-06-19Tidy up allocation of transmit DMA maps and generalize it to alsoChristian Weisgerber
tidy up allocation of receive DMA maps. Previously the driver was using DMA maps off the free list without fully allocating them, in order to save two or three lines releasing them on error paths. This was causing it to reuse a map already in use when under load. From NetBSD. Revert a workaround against a NULL pointer dereference on alpha when invoking bus_dmaamp_sync. All submitted by Brad.
2009-06-19after long discussion with many...Henning Brauer
ifconfig <if> inet6 used to print all inet6 addresses, and last not least the installer relies on that behaviour. so don't. to turn inet6 on again you have to assign any inet6 address or run rtsol. nobody happy about this asymmetry, but that is the best we could come up with for now.
2009-06-19- uppercase the column headers for consistency with other viewsJasper Lievisse Adriaanse
2009-06-19They're DPME partitions, not DPMI partitions.Kenneth R Westerback
ok miod@ drahn@
2009-06-19Document the defer option for pfsync(4) interfaces. ok dlg@Stuart Henderson
2009-06-19format comment so source code fits on a 80-column display.Igor Sobrado
2009-06-19- add two new views to systat, 'nfsserver' and 'nfsclient'.Jasper Lievisse Adriaanse
output is similar to nfsstat(1), but it allows for better monitoring/debugging tricked into by and "i love this" thib@ ok canacar@
2009-06-19sync to 1.7.19: more elegant section handlingIngo Schwarze
2009-06-19Always report 0 as the minimal brightness level to wscons. This results inMark Kettenis
more reasonable brightness level reporting. In particular we won't report 0% if the lowest level supported by the hardware doesn't completely turn the backlight off. ok marco@, pirofti@
2009-06-19Either jordan or jsing left some debug prints behind. tsk tsk.Marco Peereboom
pointed out by todd.
2009-06-19Don't create bogus hosts file entries if too few parameters areKenneth R Westerback
passed to addhostent(). Noticed by sthen@ and jsing@. ok halex@ deraadt@
2009-06-19sync to 1.7.19: escape sequences of the forms \*x and \*(xx are deprecatedIngo Schwarze
2009-06-18sync to 1.7.19: comment cleanup; no functional changeIngo Schwarze
2009-06-18sync to 1.7.19: improved comment handlingIngo Schwarze
2009-06-18fix previous: start playback when at least one block of data hasJacob Meuser
been written to the device, instead of waiting for a write(2) when the buffer is or will be over the high water mark. ok ratchov@
2009-06-18complete sync to 1.7.17: garbage collect unused functionsIngo Schwarze
mdoc_msg, mdoc_pmsg, mdoc_vmsg, and mdoc_nwarn
2009-06-18sync to 1.7.16: Moved MDOC_TEXT type checks into assertions (should beIngo Schwarze
caught by parser). Added some FIXME notes in mdoc output (largely that things should be asserted, not caught).
2009-06-18sync to 1.7.16: support .Bd -offset leftIngo Schwarze
2009-06-18sync to 1.7.16: adjust centering of header lines to groff conventionsIngo Schwarze
2009-06-18Traditional header lines for the OpenBSD manual sections.Ingo Schwarze
This is a local change in OpenBSD, not to be merged upstream. ok kristaps@ some time ago
2009-06-18sync to 1.7.16: catch overflow of the right margin by the .IP macroIngo Schwarze
currently, this code is deactivated, anyway
2009-06-18sync to 1.7.16: The .Er macro may also be used in sections (3) and (9).Ingo Schwarze
2009-06-18sync to 1.7.16: use dedicated warning types for list validationIngo Schwarze
instead of hand-rolled warnings