CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2016/09/25 00:06:52
Modified files:
distrib/miniroot: install.sub
Log message:
Tweak addel(), rmel() and bsort() to not emit a leading/trailing blank.
OK tb krw
CVSROOT:/cvs
Module name:src
Changes by: patr...@cvs.openbsd.org 2016/09/24 15:02:31
Modified files:
sys/arch/arm/arm: cpuswitch7.S genassym.cf
sys/arch/arm/include: pcb.h proc.h tcb.h
Log message:
Stick the thread control block pointer into a CPU register on ARM
CVSROOT:/cvs
Module name:src
Changes by: afre...@cvs.openbsd.org 2016/09/24 13:47:37
Modified files:
gnu/usr.bin/perl: configpm installperl
Log message:
Build install Config_heavy.pl during build not install
Needed for noperm builds
OK natano@
CVSROOT:/cvs
Module name:src
Changes by: phess...@cvs.openbsd.org2016/09/24 13:36:49
Modified files:
sbin/route : route.c
Log message:
print a BFD route message.
protected with #ifdef BFD while we still figure out some of the
mechanisms.
OK mpi@
CVSROOT:/cvs
Module name:src
Changes by: phess...@cvs.openbsd.org2016/09/24 13:29:55
Modified files:
sys/net: bfd.c
Log message:
a route message for BFD, so we can notify userland about the status.
currently used on state-transitions.
OK mpi@
CVSROOT:/cvs
Module name:src
Changes by: phess...@cvs.openbsd.org2016/09/24 13:27:10
Modified files:
sys/net: route.h rtsock.c
Log message:
a route message for BFD, so we can notify userland about the status.
currently used on state-transitions.
OK mpi@
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2016/09/24 13:20:37
Modified files:
regress/sys/kern/noexec: testfly.S
Log message:
On sparc64 we need "retl" not "ret" to do an immediate return.
ok deraadt@, tedu@
CVSROOT:/cvs
Module name:xenocara
Changes by: matth...@cvs.openbsd.org2016/09/24 13:09:33
Modified files:
. : 3RDPARTY
Log message:
update
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2016/09/24 13:13:03
Modified files:
sys/arch/alpha/conf: Makefile.alpha
sys/arch/amd64/conf: Makefile.amd64
sys/arch/armv7/conf: Makefile.armv7
sys/arch/hppa/conf: Makefile.h
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2016/09/24 12:59:04
Modified files:
share/man/man9 : hashinit.9
Log message:
jmc noticed a chunk failed to apply. actually document hashfree.
from natano via Mathieu -
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2016/09/24 12:40:29
Modified files:
sys/uvm: uvm_aobj.c
Log message:
use hashfree for aobj hashes. from Mathieu -
ok guenther
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2016/09/24 12:39:48
Modified files:
sys/netinet: ip_mroute.c
Log message:
use hashfree. from Mathieu -
ok guenther
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2016/09/24 12:39:17
Modified files:
sys/kern : kern_descrip.c kern_event.c
sys/sys: event.h
Log message:
move knhash size to event.h, use it for hashfree. from Mathieu -
ok guenther
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2016/09/24 12:38:23
Modified files:
sys/ntfs : ntfs_ihash.c
sys/isofs/udf : udf_vfsops.c
Log message:
use hashfree in fs code. from Mathieu -
ok guenther
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2016/09/24 12:35:52
Modified files:
share/man/man9 : hashinit.9
sys/kern : kern_subr.c
sys/sys: systm.h
Log message:
introduce hashfree() function to free hash tables, with si
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2016/09/24 12:32:18
Modified files:
sys/dev/i2c: iatp.c
Log message:
Don't compare array against null pointer; found by clang.
ok jca@, jcs@
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2016/09/24 11:03:37
Modified files:
sys/dev/pci/drm/i915: intel_i2c.c
Log message:
Assert that bus->force_bit >= 0 instead of force_bit. Found by clang.
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2016/09/24 09:24:48
Modified files:
usr.sbin/acme-client: http.c
Log message:
The file descriptor needs to be closed in both the TLS and non-TLS case,
so make it a common/shared code path.
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2016/09/24 09:19:33
Modified files:
usr.sbin/acme-client: http.c
Log message:
Both tls_free() and tls_config_free() are safe to call with NULL.
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2016/09/24 09:18:10
Modified files:
usr.sbin/acme-client: http.c
Log message:
Remove more backwards compat for unsupported OpenBSD releases.
CVSROOT:/cvs
Module name:src
Changes by: na...@cvs.openbsd.org 2016/09/24 08:51:37
Modified files:
sys/netinet: ip_ecn.c ip_ether.c ip_ipcomp.c tcp_subr.c
tcp_timer.c tcp_usrreq.c
Log message:
ANSIfy netinet/; from David Hill
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2016/09/24 07:43:25
Modified files:
sys/arch/arm/arm: locore.S
sys/arch/arm/include: machdep.h
sys/arch/armv7/armv7: armv7_machdep.c armv7_start.S
Log message:
If the value of r0 up
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2016/09/24 07:40:12
Modified files:
sys/arch/armv7/stand/efiboot: conf.c exec.c
Log message:
Pass esym to the kernel in r0. Since u-boot passes 0 in this register, we
can easily determine that the v
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2016/09/24 07:03:47
Modified files:
sys/arch/arm/arm: cpu.c pmap7.c
sys/arch/arm/cortex: agtimer.c
Log message:
Remove a couple of unsused static inline functions. Also remove a comparis
of
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2016/09/24 06:59:42
Modified files:
sys/dev/usb/dwc2: dwc2.c dwc2var.h
Log message:
Remove unused functions.
ok jmatthew@, visa@
CVSROOT:/cvs
Module name:src
Changes by: mill...@cvs.openbsd.org 2016/09/24 06:43:37
Modified files:
lib/libc/gen : getnetgrent.c
Log message:
Fix matching when all of user, host and domain are specified.
OK guenther@
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2016/09/24 06:32:30
Modified files:
sys/arch/arm/conf: files.arm
Added files:
sys/lib/libkern/arch/arm: __aeabi_ldivmod.S __aeabi_uldivmod.S
Log message:
Add an implementation of __aeabi_ldi
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2016/09/24 05:32:25
Modified files:
usr.sbin/syslogd: syslogd.8
Log message:
sort FILES;
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2016/09/24 05:30:59
Modified files:
usr.sbin/syslogd: syslogd.8
Log message:
improve DESCRIPTION;
from bluhm and myself
CVSROOT:/cvs
Module name:www
Changes by: t...@cvs.openbsd.org2016/09/24 04:28:52
Modified files:
faq: current.html
Log message:
typo: backed -> back
CVSROOT:/cvs
Module name:www
Changes by: t...@cvs.openbsd.org2016/09/24 04:21:45
Modified files:
faq: current.html
Log message:
some markup tweaks
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org 2016/09/24 04:10:59
Modified files:
share/man/man5 : pf.conf.5
Log message:
Specify "to" addresses in one of the examples that shows use of af-to for
inet6->inet. Without this, local network traffic (includi
CVSROOT:/cvs
Module name:www
Changes by: t...@cvs.openbsd.org2016/09/24 04:07:44
Modified files:
faq: current.html
Log message:
simplify: use a * instead of $(uname -p). suggested by aja via sthen.
CVSROOT:/cvs
Module name:src
Changes by: o...@cvs.openbsd.org2016/09/24 01:26:15
Modified files:
regress/sys/kern/noexec: noexec.c
Log message:
recpect W^X, sparc64 still has a problem: non-exec mmap: execute
#1 is done, the others not. ok kettenis@ millert@
34 matches
Mail list logo