summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-01Tweak the installation notes regarding references to FTP.Robert Peichaer
'Sure' deraadt@
2016-01-01don't declar main. from Michal MazurekTed Unangst
2016-01-01Sync formatting and a few comments with upstream. No functional change.Ingo Feinerer
2016-01-01Reimplement vga_put() such that it compiles on i386 as well.Mark Kettenis
2016-01-01doas.conf lives in /etc. from Amit KulkarniTed Unangst
2016-01-01Sync V4L2 header file with upstream (i.e., recent Linux kernel) headers.Ingo Feinerer
This syncs our videoio.h with upstream videodev2.h and inlines their v4l2-controls.h (which was split off from videodev2.h). Another header, v4l2-common.h, is currently not imported as it is GPL2 licensed. There will be a second commit just addressing whitespace and formatting. The current version has only real changes whereas the second commit will bring videoio.h in line with videodev2.h formatting so that potential syncs in the future are easier to implement. Bulk build by ajacoutot@; ok robert@; "you should go for it" deraadt@
2016-01-01rmeove unused noprint variableJoerg Jung
from Fabian Raetz via tech@ ok krw
2016-01-01add grp.h for setgroups, not necessarily required on OpenBSD but reduces diffJoerg Jung
to -portable ok gilles
2016-01-01Don't rely on a calculation wrapping when applying message-limit, andNicholas Marriott
break out of the loop early. From Nicolas Viennot.
2016-01-01- enable activation of MP kernel for IP27Robert Peichaer
- use IPARCH instead of sysctl again - use for-loop to copy kernels feedback, tested and OK visa@ no objections krw@
2015-12-31Document the -h option for chmod and chflags, rewording the chgrp(1) andPhilip Guenther
chown(8) manpages to be consistent and clearer about it as well.
2015-12-31Declare yyparse() so the generated code is safe withPhilip Guenther
-Werror-implicit-function-declaration ok millert@
2015-12-31regenMark Kettenis
2015-12-31Add some XEON-D devices.Mark Kettenis
2015-12-31Provide a prototype for yyparse(). Unbreaks the tree.Mark Kettenis
ok millert@
2015-12-31Make ixgbe_start() mpsafe. This means the driver will no longer grab theMark Kettenis
kernel lock in the rx and tx path anymore. While there seems to be a small decrease in forwarding performance with our default network stack settings, Performance whiel receiving manymore packets than we can handle is better. And this change opens the road for future improvements in the network stack. ok dlg@, mpi@
2015-12-31NULL-terminate a pointer array to prevent an invalid free, and simplifymmcc
the associated pointer incrementing logic. Reported by Maxim Pugachev. Looks good to tedu@
2015-12-31Remove an extra unzoom call which was probably a merge error.Nicholas Marriott
2015-12-31Use saved pipe buffer offset when writing to pipe, from Nicolas Viennot.Nicholas Marriott
2015-12-31Include only needed header files per each source filemestre
This one was also OK'ed by tb@
2015-12-31Remove use of sysexits.h; OK espie@Todd C. Miller
2015-12-31Include only needed header files per each source filemestre
OK tb@
2015-12-31Remove unused filemestre
Alerted by tb@
2015-12-31Include only needed header files per each source filemestre
OK tb@
2015-12-31Include only needed header files per each source filemestre
OK tb@
2015-12-31Do not mix EX_* from sysexits.h and EXIT_* from stdlib.h, just useTodd C. Miller
EXIT_*.
2015-12-31Remove use of sysexits.h.Todd C. Miller
2015-12-31Remove use of sysexits.h.Todd C. Miller
2015-12-31Remove use of sysexits.h.Todd C. Miller
2015-12-31No need for sysexits.h here.Todd C. Miller
2015-12-31Include only needed header files per each source filemestre
With help and OK from tb@
2015-12-31Xr pchtemp(4). Prodded by jmc@Mark Kettenis
2015-12-3182544 on pcix busses needs a workaround that effectively doublesDavid Gwynne
the possible number of slots a packet can use on the tx ring. to make it easier to reserve and account for space on the ring, half the number of dma descriptors on those chips so the number of slots can stay the same. ok claudio@
2015-12-31Move tr_port_destroy down; fixes 'lacp_compose_key protection fault trap'Stuart Henderson
when removing a port from a lacp trunk. Part of a larger diff from mpi, as suggested by mikeb. ok mpi@
2015-12-31add mg to SEE ALSO. ok jmc@Mark Lumsden
2015-12-31Manual page for pchtemp(4).Mark Kettenis
2015-12-31Add pchtemp(4) a driver for the thermal sensor on recent Intel PCHs.Mark Kettenis
2015-12-31Provide a minimal implementation of the Linux vga_get/vga_put API and use itMark Kettenis
in inteldrm(4). The Intel integrated graphics device has a major design flaw where it needs legacy VGA io access to disable VGA mode completely. This only works if legacy VGA io routing is setup such that it actually reaches the IGD. This typically isn't the case if the primary VGA device is a discrete graphics device. To make sure we don't whack that device we have to temporarily route legacy VGA io access to the IGD. Fixes the "black screen" issue reported by Timo Myrra and others.
2015-12-31Unconditionally set the "switchcookie". Fixes synchronous VT switching.Mark Kettenis
Matches what radeondrm(4) already did.
2015-12-31Return FALSE on parse errors.Sunil Nimmagadda
Found by and Ok lum@.
2015-12-31Protect mips64 pmap and pvlist structs with a mutex to make pmapVisa Hankala
operations MP-safe. Tested on octeon and sgi (IP27, IP30). Feedback from kettenis@ long ago
2015-12-31fix three bugs in KRL code related to (unused) signature support:Damien Miller
verification length was being incorrectly calculated, multiple signatures were being incorrectly processed and a NULL dereference that occurred when signatures were verified. Reported by Carl Jackson
2015-12-30Change the number of binary distribution sets in NOTES to eight.Robert Peichaer
The etc and xetc sets are now inside baseXX.tgz and xbaseXX.tgz. 'looks good' deraadt@
2015-12-30unused prototypeDamien Miller
2015-12-30Remove portslocks from /etc/daily. The ports LOCKDIR was moved from /tmpRobert Peichaer
to /usr/ports/pobj years ago. OK millert@, ajacoutot@
2015-12-30Remove use of sysexits.h. OK guenther@Todd C. Miller
2015-12-30Small tidy of recently committed transpose-words: unused valueMark Lumsden
assignment and I missed an ABORT case.
2015-12-30Declare usage() as __dead, and while here align a few variables to the rest ofmestre
the list and also ANSI one function. No functional change. OK tb@
2015-12-30Document that the ssl free() functions are NULL safe. OK mmcc@Todd C. Miller
2015-12-30Revert r1.59's over-enthusiatic MBR zero'ing in MBR_init(). It wasKenneth R Westerback
killing the macppc MSDOS partition created by '-i'. Should fix the macppc install problems reported by Brian Conway on bugs@. Date of breakage found by rpe@.