CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2015/12/15 18:39:11
Modified files:
bin/pax: pax.c
Log message:
Replace "tame" by "pledge" in a comment.
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2015/12/15 16:16:13
Modified files:
usr.sbin/smtpd : smtpd.conf.5
Log message:
less macro and lines
ok millert
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2015/12/15 13:58:22
Modified files:
sys/dev/isa: asmc.c
Log message:
ignore unlikely temperature values like -127 degC
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2015/12/15 13:34:33
Modified files:
sys/dev/isa: asmc.c
Log message:
add 2 more temperature keys found in macbook pro (10,2)
found via key dump diff, run by Bryan Vyhmeister
also remove 3 temperature ke
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org 2015/12/15 13:26:55
Modified files:
etc: unbound.conf
Log message:
add commented-out unbound.conf entries for dns64 (sitting in my tree and ok'd
some time ago by phessler and IIRC also mikeb), an
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org 2015/12/15 13:23:51
Modified files:
lib/libcrypto : cert.pem
Log message:
Remove "C=US, O=VeriSign, Inc., OU=Class 3 Public Primary Certification
Authority" (serial 3c:91:31:cb:1f:f6:d0:1b:0e:9a:b8:d0:44:bf
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2015/12/15 13:05:25
Modified files:
sys/dev/isa: asmc.c
Log message:
add more temperature keys found in newer macbook airs (6,1 and 7,2)
encountered via key dump diff, run by Bryan Vyhmeister
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org 2015/12/15 13:05:03
Modified files:
usr.sbin/unbound: Makefile.in README acx_nlnetlabs.m4
config.h.in configure configure.ac
usr.sbin/unbound/daemon: unbound.c worker.c
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2015/12/15 12:46:14
Modified files:
sys/dev/isa: asmc.c
Log message:
make sure the read fan description is always nul terminated
hint from kettenis
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2015/12/15 11:25:28
Modified files:
sbin/mountd: exports.5
Log message:
Include RFC number in reference. While here, improve formatting of another
reference.
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2015/12/15 10:36:19
Modified files:
usr.bin/mandoc : main.c mandocdb.c
Log message:
pledge(2) style:
Make sure to always use the idiom 'if (pledge("'
such that it can easily be searched for.
No funct
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2015/12/15 11:39:50
Modified files:
games/atc : update.c
Log message:
Replace 'arc4random() % range' by 'arc4random_uniform(range)'.
Do this by introducing atcrandom_uniform(range) which returns
determi
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2015/12/15 11:40:55
Modified files:
games/atc : include.h
Log message:
Cleanup: pwd.h is no longer needed.
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2015/12/15 11:17:34
Modified files:
sbin/mountd: mountd.c
Log message:
When (re)reading /etc/exports, handle the case where the mount point of an
export is not also the mount point of a local filesystem.
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2015/12/15 11:24:18
Modified files:
sbin/mountd: mountd.8
Log message:
Document /var/db/mountdtab
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2015/12/15 10:48:16
Modified files:
usr.bin/fmt: fmt.1
Log message:
missing space in previous;
CVSROOT:/cvs
Module name:src
Changes by: feine...@cvs.openbsd.org2015/12/15 10:01:44
Modified files:
sys/sys: videoio.h
Removed files:
sys/sys: v4l2-common.h v4l2-controls.h
Log message:
Revert the previous commit; the licencing needs to b
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2015/12/15 09:37:58
Modified files:
etc/skel : dot.login
Log message:
automatic HOSTALIASES setup is a bad idea
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2015/12/15 09:26:17
Modified files:
usr.bin/fmt: fmt.1 fmt.c
Log message:
UTF-8 support; does not yet handle the -c option.
No longer expand tabs up front in get_line(), their width depends on th
CVSROOT:/cvs
Module name:src
Changes by: feine...@cvs.openbsd.org2015/12/15 09:23:31
Modified files:
sys/sys: videoio.h
Added files:
sys/sys: v4l2-common.h v4l2-controls.h
Log message:
Sync V4L2 header files with recent Linux kernel.
This
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2015/12/15 07:32:56
Modified files:
usr.bin/tmux : cmd-find.c
Log message:
Copy state directly rather than dereferencing wl (which could be NULL).
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2015/12/15 06:43:07
Modified files:
usr.bin/tmux : cmd-attach-session.c hooks.c server-client.c
tmux.h
Log message:
Some hooks API changes to fire a hook while waiting another cmd
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/12/15 06:08:50
Modified files:
sys/net: rtable.c
Log message:
Do not panic when trying to delete an non-existing route with ART.
Reported by bluhm@, ok jmatthew@
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2015/12/15 03:36:59
Modified files:
usr.sbin/relayd: relay_http.c
Log message:
PATCH is like PUT, data is expected.
>From mxb at alumni chalmers se
24 matches
Mail list logo