Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-03 | copyright++; | Jonathan Gray | |
2016-01-02 | make sure debug will be initialized, choose "unknown" (because pfctl | Sebastian Benoit | |
loglevel_to_string() uses "unknown" as well) ok kettenis@ florian@ | |||
2016-01-02 | garbage collect unused variable tm | Sebastian Benoit | |
ok kettenis@ florian@ | |||
2016-01-02 | remove unused variable cur. code probably c&p from print_bar_title(). | Sebastian Benoit | |
remove useless decleration of variable change. ok kettenis@ florian@ | |||
2016-01-02 | clock-mode needs CMD_PANE. | Nicholas Marriott | |
2016-01-02 | fix typo in comment, found by Michal Mazurek, thanks | Sebastian Benoit | |
2016-01-02 | garbage collect unsused variable | Sebastian Benoit | |
found by evh -AT- riseup -DOT- net, ok florian@ | |||
2016-01-02 | Sync magdir/animation with file 5.25, amongst other updates this fixes an | Stuart Henderson | |
incorrect detection of mp3 sample frequency/audio channels with non-mp3 files tracked down by Brandon Vincent. ok nicm@ | |||
2016-01-02 | fixes fuser(1) when invoking with -u: it requires "getpw" promise. | Sebastien Marie | |
problem reported by Michael Reed m.reed at mykolab dot com. ok tb@ and benno@ (which as provided near the same diff, but 5min later :p) | |||
2016-01-02 | Add dired-find-alternate-file. | Mark Lumsden | |
2016-01-02 | update currency exchange rates; | Jason McIntyre | |
2016-01-02 | tweak previous; | Jason McIntyre | |
2016-01-02 | tweak previous; | Jason McIntyre | |
2016-01-02 | Document recent videoio.h changes. | Ingo Feinerer | |
ok jmc@ | |||
2016-01-02 | Take the PHY of iec(4) out of reset before attaching the interface. | Visa Hankala | |
Otherwise the PHY goes undetected on the slave node of a dual-node Origin 200. The PHY gets enabled by diagnostic checks but only on the master node. As the attach code will now do the enabling, the checks can be disabled on reboot, making reboots faster especially on IP27. Tested on Origin 200 (IP27), Fuel (IP35 with iec), and Origin 350 (IP35 without iec). Diff from miod@, ok krw@ | |||
2016-01-02 | mmcc noticed that nd.ni_pledge was uninitialized in doopenat() for the | Theo de Raadt | |
oflags & 3 == 3 case. Therefore this depends on vn_open() blocking the operation later. Probably this meant the ni_pledge request would be too high, causing transient operation failure, rather than transient operation passage). Instead of initializing based on the oflags value use the result of FFLAGS(). I should have done this from the start. ok semarie [oflags & 3 == 3 is major dejavu for me] | |||
2016-01-01 | Improve error message for sed -i by appending strerror(errno). | tb | |
From Michael Reed, thanks! ok deraadt@ | |||
2016-01-01 | The pointer buf is a user space string which was directly passed | Alexander Bluhm | |
to tputchar() and could crash the kernel. Better use cnwrite() in sendsyslog2() for writing to console. It takes a struct uio which does the copyin() automatically. In addition cnwrite() outputs to the real console or to a redirected one, whichever is appropriate. One drawback is that the syslog priority cannot be stripped off easily. OK deraadt@ | |||
2016-01-01 | Mention that GH_* yield a default for DISTNAME | Jasper Lievisse Adriaanse | |
2016-01-01 | The "-P" option does not need to read routing table symbols so do not | Martin Pieuchot | |
check for them. ok benno@, bluhm@ | |||
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 | |