Module Name:src
Committed By: ozaki-r
Date: Wed Feb 24 08:01:09 UTC 2016
Modified Files:
src/usr.sbin/arp: arp.c
Log Message:
Kill confusable use of SIN_PROXY
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/usr.sbin/arp/arp.c
Please note that diffs are
Module Name:src
Committed By: skrll
Date: Wed Feb 24 09:00:59 UTC 2016
Modified Files:
src/sys/dev/usb [nick-nhusb]: ohci.c
Log Message:
Debug improvements
To generate a diff of this commit:
cvs rdiff -u -r1.254.2.46 -r1.254.2.47 src/sys/dev/usb/ohci.c
Please note that
Module Name:src
Committed By: skrll
Date: Wed Feb 24 09:06:04 UTC 2016
Modified Files:
src/sys/dev/usb [nick-nhusb]: ohci.c
Log Message:
Move a comment to its own line.
To generate a diff of this commit:
cvs rdiff -u -r1.254.2.47 -r1.254.2.48 src/sys/dev/usb/ohci.c
Plea
Module Name:src
Committed By: roy
Date: Wed Feb 24 12:01:44 UTC 2016
Modified Files:
src/usr.bin/tic: tic.c
Log Message:
White space police.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/usr.bin/tic/tic.c
Please note that diffs are not public domain;
Module Name:src
Committed By: roy
Date: Wed Feb 24 13:31:54 UTC 2016
Modified Files:
src/usr.bin/infocmp: infocmp.c
Log Message:
White space police.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.bin/infocmp/infocmp.c
Please note that diffs are not
Module Name:src
Committed By: christos
Date: Wed Feb 24 14:25:38 UTC 2016
Modified Files:
src/lib/libedit: Makefile chared.c chartype.c common.c eln.c keymacro.c
read.c search.c
Log Message:
Get split el_getc and el_wgetc completely and call el_wgetc internally
Module Name:src
Committed By: christos
Date: Wed Feb 24 14:29:21 UTC 2016
Modified Files:
src/lib/libedit: chared.c
Log Message:
A very simple, non-intrusive patch to fix a segfault (and a
functional error) in c_gets(), file chared.c.
Run any program using libedit in the
Module Name:src
Committed By: christos
Date: Wed Feb 24 14:35:51 UTC 2016
Modified Files:
src/bin/sh: sh.1
Log Message:
Make sh.1 catch up with reality. Document -h (such as it is...)
and also added doc for some other stuff that was missing.
Take the opportunity to clean
Module Name:src
Committed By: christos
Date: Wed Feb 24 14:38:40 UTC 2016
Modified Files:
src/bin/sh: options.c
Log Message:
If we don't have shared address space vfork fail back to using fork since
we are depending on the shared address space feature (from kre)
To gener
Module Name:src
Committed By: christos
Date: Wed Feb 24 14:42:06 UTC 2016
Modified Files:
src/tests/bin/sh: t_exit.sh t_wait.sh
Log Message:
Test improvements from kre
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/bin/sh/t_exit.sh \
src/tests/
Module Name:src
Committed By: christos
Date: Wed Feb 24 14:42:50 UTC 2016
Modified Files:
src/tests/bin/sh: t_wait.sh
Log Message:
uncomment clean up
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/bin/sh/t_wait.sh
Please note that diffs are not pu
Module Name:src
Committed By: christos
Date: Wed Feb 24 14:51:21 UTC 2016
Added Files:
src/bin/sh: mknodenames.sh
Log Message:
Simple script to create node names for debugging
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/bin/sh/mknodenames.sh
Please not
Module Name:src
Committed By: christos
Date: Wed Feb 24 14:57:12 UTC 2016
Modified Files:
src/bin/sh: eval.c
Log Message:
PR/46327: David Mandelberg: Fix exit codes of background jobs (from kre)
To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 src/bin/sh/e
Module Name:src
Committed By: wiz
Date: Wed Feb 24 15:28:36 UTC 2016
Modified Files:
src/bin/sh: sh.1
Log Message:
file system police.
To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 src/bin/sh/sh.1
Please note that diffs are not public domain; they are
Module Name:src
Committed By: wiz
Date: Wed Feb 24 16:06:20 UTC 2016
Modified Files:
src/doc: 3RDPARTY
Log Message:
gdb-7.11 is out.
To generate a diff of this commit:
cvs rdiff -u -r1.1307 -r1.1308 src/doc/3RDPARTY
Please note that diffs are not public domain; they are
Module Name:src
Committed By: christos
Date: Wed Feb 24 17:13:22 UTC 2016
Modified Files:
src/lib/libedit: chartype.c chartype.h el.c el.h eln.c read.c read.h
readline.c
Log Message:
Make the read_char function always take a wchar_t * argument (Ingo Schwarze)
Module Name:src
Committed By: ginsbach
Date: Wed Feb 24 17:13:48 UTC 2016
Modified Files:
src/usr.bin/indent: indent.1
Log Message:
Add the [n]ei and [n]eei options to the synopsis; already documented in
description.
To generate a diff of this commit:
cvs rdiff -u -r1.23
Module Name:src
Committed By: christos
Date: Wed Feb 24 17:20:01 UTC 2016
Modified Files:
src/lib/libedit: chartype.c chartype.h read.c
Log Message:
Tuck in mbstate_t to the wide char version only to avoid exposing the zeroing
hack and doing it in the narrow case.
To gen
Module Name:src
Committed By: ginsbach
Date: Wed Feb 24 17:38:15 UTC 2016
Modified Files:
src/usr.bin/indent: indent.1
Log Message:
Remove double space before [.,:] in macro arguments.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/usr.bin/indent/inden
Module Name:src
Committed By: christos
Date: Wed Feb 24 18:28:54 UTC 2016
Modified Files:
src/lib/libedit: editline.3
Log Message:
Fixes from OpenBSD via Ingo Schwarze:
1) Missing comma after tok_str in NAME.
OpenBSD rev. 1.38 Sep 10, 2015 (schwarze)
2) Style: void in a
Module Name:src
Committed By: christos
Date: Wed Feb 24 19:45:48 UTC 2016
Modified Files:
src/lib/libedit: editline.3
Log Message:
Fix el_{w,}getc documentation (Ingo Schwarze)
To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/lib/libedit/editline.3
Plea
Module Name:src
Committed By: joerg
Date: Wed Feb 24 21:11:35 UTC 2016
Modified Files:
src/external/cddl/osnet/dist/lib/libdtrace/common: dt_open.c
Log Message:
Make the default CPP path a list and check if they are access(2)able.
If no match is found, fallback to looking
Module Name:src
Committed By: skrll
Date: Wed Feb 24 22:04:15 UTC 2016
Modified Files:
src/sys/conf: files
src/sys/external/bsd/drm2/drm: files.drmkms
src/sys/external/bsd/drm2/linux: files.drmkms_linux
src/sys/modules/drmkms_linux: Makefile
Added Fi
Module Name:src
Committed By: skrll
Date: Wed Feb 24 22:09:09 UTC 2016
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
Trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/external/bsd/dwc2/dwc2.c
Please note that dif
Module Name:src
Committed By: skrll
Date: Wed Feb 24 22:14:39 UTC 2016
Modified Files:
src/sys/external/bsd/dwc2/dist: dwc2_core.c dwc2_hcdddma.c
Log Message:
Trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/external/bsd/dwc2/dist
Module Name:src
Committed By: skrll
Date: Wed Feb 24 22:17:54 UTC 2016
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c dwc2.h
src/sys/external/bsd/dwc2/conf: files.dwc2
src/sys/external/bsd/dwc2/dist: dwc2_core.c dwc2_core.h dwc2_coreintr.c
dwc
Module Name:src
Committed By: ozaki-r
Date: Thu Feb 25 03:23:15 UTC 2016
Modified Files:
src/tests/net/arp: t_arp.sh
Log Message:
Add basic tests for Proxy ARP
The tests don't much enough and need more realitic tests, for example
tests for a setup using ppp found in PR 44
Module Name:xsrc
Committed By: riastradh
Date: Thu Feb 25 04:48:24 UTC 2016
Modified Files:
xsrc/external/mit/libdrm/dist: xf86atomic.h
Log Message:
Use unsigned int, not int, for LIBDRM_ATOMIC_TYPE.
Otherwise we pass int * to atomic_..._uint operations that expect
unsign
Module Name:xsrc
Committed By: riastradh
Date: Thu Feb 25 05:01:21 UTC 2016
Modified Files:
xsrc/external/mit/libdrm/dist: xf86atomic.h
Log Message:
The unsigned int object must be volatile-qualified too.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 xsrc/e
Module Name:src
Committed By: ozaki-r
Date: Thu Feb 25 06:00:01 UTC 2016
Modified Files:
src/sys/netinet: in.c
Log Message:
Use callout_halt instead of callout_stop
To generate a diff of this commit:
cvs rdiff -u -r1.163 -r1.164 src/sys/netinet/in.c
Please note that dif
30 matches
Mail list logo