Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-01 | Tweak the installation notes regarding references to FTP. | Robert Peichaer | |
'Sure' deraadt@ | |||
2016-01-01 | don't declar main. from Michal Mazurek | Ted Unangst | |
2016-01-01 | Sync formatting and a few comments with upstream. No functional change. | Ingo Feinerer | |
2016-01-01 | Reimplement vga_put() such that it compiles on i386 as well. | Mark Kettenis | |
2016-01-01 | doas.conf lives in /etc. from Amit Kulkarni | Ted Unangst | |
2016-01-01 | Sync 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-01 | rmeove unused noprint variable | Joerg Jung | |
from Fabian Raetz via tech@ ok krw | |||
2016-01-01 | add grp.h for setgroups, not necessarily required on OpenBSD but reduces diff | Joerg Jung | |
to -portable ok gilles | |||
2016-01-01 | Don't rely on a calculation wrapping when applying message-limit, and | Nicholas Marriott | |
break out of the loop early. From Nicolas Viennot. | |||
2016-01-01 | - enable activation of MP kernel for IP27 | Robert Peichaer | |
- use IPARCH instead of sysctl again - use for-loop to copy kernels feedback, tested and OK visa@ no objections krw@ | |||
2015-12-31 | Document the -h option for chmod and chflags, rewording the chgrp(1) and | Philip Guenther | |
chown(8) manpages to be consistent and clearer about it as well. | |||
2015-12-31 | Declare yyparse() so the generated code is safe with | Philip Guenther | |
-Werror-implicit-function-declaration ok millert@ | |||
2015-12-31 | regen | Mark Kettenis | |
2015-12-31 | Add some XEON-D devices. | Mark Kettenis | |
2015-12-31 | Provide a prototype for yyparse(). Unbreaks the tree. | Mark Kettenis | |
ok millert@ | |||
2015-12-31 | Make ixgbe_start() mpsafe. This means the driver will no longer grab the | Mark 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-31 | NULL-terminate a pointer array to prevent an invalid free, and simplify | mmcc | |
the associated pointer incrementing logic. Reported by Maxim Pugachev. Looks good to tedu@ | |||
2015-12-31 | Remove an extra unzoom call which was probably a merge error. | Nicholas Marriott | |
2015-12-31 | Use saved pipe buffer offset when writing to pipe, from Nicolas Viennot. | Nicholas Marriott | |
2015-12-31 | Include only needed header files per each source file | mestre | |
This one was also OK'ed by tb@ | |||
2015-12-31 | Remove use of sysexits.h; OK espie@ | Todd C. Miller | |
2015-12-31 | Include only needed header files per each source file | mestre | |
OK tb@ | |||
2015-12-31 | Remove unused file | mestre | |
Alerted by tb@ | |||
2015-12-31 | Include only needed header files per each source file | mestre | |
OK tb@ | |||
2015-12-31 | Include only needed header files per each source file | mestre | |
OK tb@ | |||
2015-12-31 | Do not mix EX_* from sysexits.h and EXIT_* from stdlib.h, just use | Todd C. Miller | |
EXIT_*. | |||
2015-12-31 | Remove use of sysexits.h. | Todd C. Miller | |
2015-12-31 | Remove use of sysexits.h. | Todd C. Miller | |
2015-12-31 | Remove use of sysexits.h. | Todd C. Miller | |
2015-12-31 | No need for sysexits.h here. | Todd C. Miller | |
2015-12-31 | Include only needed header files per each source file | mestre | |
With help and OK from tb@ | |||
2015-12-31 | Xr pchtemp(4). Prodded by jmc@ | Mark Kettenis | |
2015-12-31 | 82544 on pcix busses needs a workaround that effectively doubles | David 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-31 | Move 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-31 | add mg to SEE ALSO. ok jmc@ | Mark Lumsden | |
2015-12-31 | Manual page for pchtemp(4). | Mark Kettenis | |
2015-12-31 | Add pchtemp(4) a driver for the thermal sensor on recent Intel PCHs. | Mark Kettenis | |
2015-12-31 | Provide a minimal implementation of the Linux vga_get/vga_put API and use it | Mark 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-31 | Unconditionally set the "switchcookie". Fixes synchronous VT switching. | Mark Kettenis | |
Matches what radeondrm(4) already did. | |||
2015-12-31 | Return FALSE on parse errors. | Sunil Nimmagadda | |
Found by and Ok lum@. | |||
2015-12-31 | Protect mips64 pmap and pvlist structs with a mutex to make pmap | Visa Hankala | |
operations MP-safe. Tested on octeon and sgi (IP27, IP30). Feedback from kettenis@ long ago | |||
2015-12-31 | fix 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-30 | Change 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-30 | unused prototype | Damien Miller | |
2015-12-30 | Remove portslocks from /etc/daily. The ports LOCKDIR was moved from /tmp | Robert Peichaer | |
to /usr/ports/pobj years ago. OK millert@, ajacoutot@ | |||
2015-12-30 | Remove use of sysexits.h. OK guenther@ | Todd C. Miller | |
2015-12-30 | Small tidy of recently committed transpose-words: unused value | Mark Lumsden | |
assignment and I missed an ABORT case. | |||
2015-12-30 | Declare usage() as __dead, and while here align a few variables to the rest of | mestre | |
the list and also ANSI one function. No functional change. OK tb@ | |||
2015-12-30 | Document that the ssl free() functions are NULL safe. OK mmcc@ | Todd C. Miller | |
2015-12-30 | Revert r1.59's over-enthusiatic MBR zero'ing in MBR_init(). It was | Kenneth 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@. |