Module Name:src
Committed By: maya
Date: Sun Oct 2 09:06:35 UTC 2016
Modified Files:
src/sys/arch/mips/mips: mipsX_subr.S
Log Message:
Simplify. LOONGSON2 and MIPSNNR2 not possible.
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 src/sys/arch/mips/mips/mip
Module Name:src
Committed By: skrll
Date: Sun Oct 2 10:39:29 UTC 2016
Modified Files:
src/sys/dev/usb [nick-nhusb]: if_smsc.c
Log Message:
Use our if_percpupq... driver works again on rpi2
To generate a diff of this commit:
cvs rdiff -u -r1.22.2.13 -r1.22.2.14 src/sys/d
Module Name:src
Committed By: kamil
Date: Sun Oct 2 13:09:24 UTC 2016
Modified Files:
src/distrib/sets/lists/comp: mi
src/include: Makefile
Added Files:
src/include: stdnoreturn.h
Log Message:
Import
This header conforms to the C11 standard
Reference: IS
Module Name:src
Committed By: christos
Date: Sun Oct 2 14:16:03 UTC 2016
Modified Files:
src/sys/dev: kttcp.c
src/sys/dev/ic: elink3.c hme.c lance.c mtd803.c rrunner.c
src/sys/dev/isa: if_iy.c
src/sys/dev/ofw: ofnet.c
src/sys/dev/pci/cxgb: c
Module Name:src
Committed By: christos
Date: Sun Oct 2 14:17:07 UTC 2016
Modified Files:
src/sys/net: if_gre.c if_ppp.c if_sl.c if_strip.c if_tap.c if_tun.c
ppp_tty.c
Log Message:
MFREE -> m_free
To generate a diff of this commit:
cvs rdiff -u -r1.170 -r1.17
Module Name:src
Committed By: christos
Date: Sun Oct 2 14:25:27 UTC 2016
Modified Files:
src/sys/arch/arm/imx: if_enet.c
src/sys/arch/emips/ebus: if_le_ebus.c
src/sys/arch/mac68k/dev: if_mc.c
src/sys/arch/macppc/dev: am79c950.c if_bm.c
Log Message:
Module Name:src
Committed By: jdolecek
Date: Sun Oct 2 14:38:46 UTC 2016
Modified Files:
src/sys/kern: vfs_wapbl.c
Log Message:
wapbl_write_revocations(): fix use-after-free when writing more then one
block worth of revocations, introduced in previous commit; discovered b
Module Name:src
Committed By: kre
Date: Sun Oct 2 15:27:32 UTC 2016
Modified Files:
src/tests/net/net: t_ipv6_lifetime.sh
Log Message:
This test works fine on real hardware, but due to PR kern/43997 (qemu
timing problems) fails when run under qemu. Attempt to compensate
Module Name:src
Committed By: jdolecek
Date: Sun Oct 2 16:44:02 UTC 2016
Modified Files:
src/sys/kern: vfs_wapbl.c
Log Message:
fix off-by-one in wapbl_write_revocations() - when exiting the write loop,
wd gets set to next unwritten record, not last written one as code as
Module Name:src
Committed By: jdolecek
Date: Sun Oct 2 16:52:27 UTC 2016
Modified Files:
src/sys/kern: vfs_wapbl.c
Log Message:
drop wl_mtx mutex during call to pool_get() with PR_WAITOK
pointed out by riastradh
To generate a diff of this commit:
cvs rdiff -u -r1.83 -r
Module Name:src
Committed By: kamil
Date: Sun Oct 2 17:19:00 UTC 2016
Modified Files:
src/distrib/sets/lists/comp: mi
src/include: Makefile
Added Files:
src/include: stdalign.h
Log Message:
Import
This header conforms to the C11 standard
Reference: ISO/I
Module Name:src
Committed By: kamil
Date: Sun Oct 2 17:28:57 UTC 2016
Modified Files:
src/doc: CHANGES
Log Message:
libc: Add and .
These headers conform C1x (ISO/IEC 9899:201x).
To generate a diff of this commit:
cvs rdiff -u -r1.2187 -r1.2188 src/doc/CHANGES
Please
Module Name:src
Committed By: christos
Date: Sun Oct 2 19:02:57 UTC 2016
Modified Files:
src/sys/ufs/ffs: ffs_wapbl.c
Log Message:
use __func__ and print the filesystem we are printing the message for.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sy
Module Name:src
Committed By: christos
Date: Sun Oct 2 19:26:46 UTC 2016
Modified Files:
src/sys/kern: uipc_socket.c uipc_socket2.c
Log Message:
more MFREE -> m_free
To generate a diff of this commit:
cvs rdiff -u -r1.248 -r1.249 src/sys/kern/uipc_socket.c
cvs rdiff -u
Module Name:src
Committed By: jdolecek
Date: Sun Oct 2 19:40:35 UTC 2016
Modified Files:
src/sys/dev/scsipi: scsipi_base.c
Log Message:
change scsipi_execute_xs() to default to simple tags for !XS_CTL_URGENT
if not specified by caller; this is mostly for documentation pur
Module Name:src
Committed By: abhinav
Date: Sun Oct 2 21:00:54 UTC 2016
Modified Files:
src/bin/kill: kill.1
Log Message:
kill(1) is a utility, not a function.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/bin/kill/kill.1
Please note that diffs are
Module Name:src
Committed By: abhinav
Date: Sun Oct 2 21:06:18 UTC 2016
Modified Files:
src/usr.bin/column: column.1
src/usr.bin/id: whoami.1
Log Message:
Move information about exit values from DESCRIPTION to EXIT STATUS section.
ok wiz@
To generate a diff of t
Module Name:src
Committed By: jdolecek
Date: Sun Oct 2 22:44:30 UTC 2016
Modified Files:
src/share/man/man4: Makefile
Log Message:
make symlink ahci.4 -> ahcisata.4
To generate a diff of this commit:
cvs rdiff -u -r1.629 -r1.630 src/share/man/man4/Makefile
Please note
Module Name:src
Committed By: jdolecek
Date: Sun Oct 2 23:14:19 UTC 2016
Modified Files:
src/distrib/sets/lists/man: mi
Log Message:
add ahci(4) to list
To generate a diff of this commit:
cvs rdiff -u -r1.1534 -r1.1535 src/distrib/sets/lists/man/mi
Please note that dif
Module Name:src
Committed By: dholland
Date: Mon Oct 3 00:32:37 UTC 2016
Modified Files:
src/sys/dev/usb: ehci.c
Log Message:
Improve diagnostic print seen in PR 51524.
To generate a diff of this commit:
cvs rdiff -u -r1.253 -r1.254 src/sys/dev/usb/ehci.c
Please note t
Module Name:src
Committed By: kamil
Date: Mon Oct 3 01:00:27 UTC 2016
Modified Files:
src/distrib/sets/lists/comp: mi
src/usr.bin: Makefile
Added Files:
src/usr.bin/c11: Makefile c11.1 c11.sh
Log Message:
Import c11(1) - a cc -std=c11 wrapper
This script
Module Name:src
Committed By: kamil
Date: Mon Oct 3 01:04:36 UTC 2016
Modified Files:
src/doc: CHANGES
Log Message:
c11: Import cc(1) wrapper for C11
To generate a diff of this commit:
cvs rdiff -u -r1.2188 -r1.2189 src/doc/CHANGES
Please note that diffs are not public
Module Name:src
Committed By: ozaki-r
Date: Mon Oct 3 01:23:55 UTC 2016
Modified Files:
src/sys/arch/macppc/dev: if_bm.c
Log Message:
Fix typo
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/sys/arch/macppc/dev/if_bm.c
Please note that diffs are not p
23 matches
Mail list logo