Module Name:src
Committed By: knakahara
Date: Wed Jan 4 04:43:08 UTC 2017
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
fix typo. pointed out by msaitoh@n.o.
To generate a diff of this commit:
cvs rdiff -u -r1.460 -r1.461 src/sys/dev/pci/if_wm.c
Please note tha
Module Name:src
Committed By: roy
Date: Wed Jan 4 03:51:29 UTC 2017
Modified Files:
src/lib/libcurses: curses.h
Log Message:
White space police
To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 src/lib/libcurses/curses.h
Please note that diffs are not pub
Module Name:src
Committed By: nonaka
Date: Wed Jan 4 03:05:24 UTC 2017
Modified Files:
src/sys/dev/pci: if_iwm.c if_iwn.c
src/sys/net80211: ieee80211_output.c ieee80211_proto.h
Log Message:
Export some 802.11 IE manipulate functions.
To generate a diff of this c
Module Name:src
Committed By: roy
Date: Wed Jan 4 02:05:23 UTC 2017
Modified Files:
src/lib/libcurses: curses.h
Log Message:
Allow C++ to link with all curses parts.
To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 src/lib/libcurses/curses.h
Please note
Module Name:src
Committed By: pgoyette
Date: Wed Jan 4 01:52:13 UTC 2017
Modified Files:
src/sys/sys: kernhist.h
Log Message:
Per suggestion from christos@, make both timestamp fields 64-bits wide.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/sy
Module Name:src
Committed By: pgoyette
Date: Wed Jan 4 01:29:18 UTC 2017
Modified Files:
src/usr.bin/vmstat: vmstat.c
Log Message:
Fix error handling confusion between error and errno
To generate a diff of this commit:
cvs rdiff -u -r1.213 -r1.214 src/usr.bin/vmstat/vms
Module Name:src
Committed By: pgoyette
Date: Wed Jan 4 01:06:26 UTC 2017
Modified Files:
src/usr.bin/vmstat: vmstat.c
Log Message:
Adapt to new version of the sysctl export structure
To generate a diff of this commit:
cvs rdiff -u -r1.212 -r1.213 src/usr.bin/vmstat/vmst
Module Name:src
Committed By: pgoyette
Date: Wed Jan 4 01:05:58 UTC 2017
Modified Files:
src/sys/kern: kern_history.c
src/sys/sys: kernhist.h
Log Message:
Rearrange the sysctl export structure for better alignment.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: christos
Date: Tue Jan 3 20:59:32 UTC 2017
Modified Files:
src/sys/netinet: tcp_output.c
Log Message:
use symbolic constants; no functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.191 -r1.192 src/sys/netinet/tcp_output.c
Module Name:src
Committed By: christos
Date: Tue Jan 3 18:43:13 UTC 2017
Modified Files:
src/distrib/sets/lists/comp: mi
Log Message:
Add more curses functions (Hi Roy!)
To generate a diff of this commit:
cvs rdiff -u -r1.2093 -r1.2094 src/distrib/sets/lists/comp/mi
Pl
Module Name:src
Committed By: abhinav
Date: Tue Jan 3 16:01:05 UTC 2017
Modified Files:
src/bin/date: date.1
Log Message:
The range of the SS field is [0,60]
>From the POSIX time.h man page:
"The formal definition of UTC does not permit double leap seconds, so all
menti
Module Name:src
Committed By: christos
Date: Tue Jan 3 15:14:31 UTC 2017
Modified Files:
src/sys/netinet6: in6.c
Log Message:
simplify, and call the hooks after the address has been deleted like we did
for the ipv4 case.
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: abhinav
Date: Tue Jan 3 15:12:25 UTC 2017
Modified Files:
src/doc: 3RDPARTY
Log Message:
Sqlite 3.16.0 is out.
To generate a diff of this commit:
cvs rdiff -u -r1.1389 -r1.1390 src/doc/3RDPARTY
Please note that diffs are not public domain;
Module Name:src
Committed By: christos
Date: Tue Jan 3 15:07:59 UTC 2017
Modified Files:
src/sys/netinet: tcp_output.c
Log Message:
put it the way we had it before; since we check for the resulting size after
we added the extra space we can be equal to the size of the buf
Module Name:src
Committed By: roy
Date: Tue Jan 3 13:21:40 UTC 2017
Modified Files:
src/lib/libcurses: Makefile
Log Message:
Add missing man pages for wsyncup.3 and wcursyncup.3
To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 src/lib/libcurses/Makefile
Pl
Module Name:src
Committed By: christos
Date: Tue Jan 3 13:09:33 UTC 2017
Modified Files:
src/sys/netinet: tcp_output.c
Log Message:
fix off-by-one
To generate a diff of this commit:
cvs rdiff -u -r1.189 -r1.190 src/sys/netinet/tcp_output.c
Please note that diffs are no
Module Name:src
Committed By: skrll
Date: Tue Jan 3 12:50:51 UTC 2017
Modified Files:
src/sys/dev/usb [nick-nhusb]: usb.c usb.h usb_subr.c usbdivar.h xhci.c
Log Message:
Improve handling of roothub device and free up a bus address for LS/FS/HS
controllers.
To generate a
Module Name:src
Committed By: roy
Date: Tue Jan 3 12:42:06 UTC 2017
Modified Files:
src/lib/libcurses: curses_private.h
Log Message:
Support 256 colour terms.
From: rofl0r
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/lib/libcurses/curses_private.h
Module Name:src
Committed By: roy
Date: Tue Jan 3 12:39:44 UTC 2017
Modified Files:
src/lib/libcurses: color.c
Log Message:
Now that we have the initialize_color capability,
init_color can be made to work.
From: rofl0r
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: skrll
Date: Tue Jan 3 12:37:08 UTC 2017
Modified Files:
src/sys/arch/arm/nvidia: tegra_xusb.c
Log Message:
Do some more error checking.
PR/51551
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/nvidia/tegra_xusb
Module Name:src
Committed By: abhinav
Date: Tue Jan 3 11:34:41 UTC 2017
Modified Files:
src/external/bsd/file/dist/doc: file.1
Log Message:
Correct a sentence in the HISTORY section.
Remove a mention of "1989" at the end of the 4th paragraph in HISTORY section,
probably l
Module Name:src
Committed By: maya
Date: Tue Jan 3 09:17:19 UTC 2017
Removed Files:
src/share/man/man4/man4.i386: npx.4
Log Message:
Remove npx.4 for real now
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r0 src/share/man/man4/man4.i386/npx.4
Please note that
Module Name:src
Committed By: maya
Date: Tue Jan 3 08:49:04 UTC 2017
Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man4: acpi.4
src/share/man/man4/man4.i386: Makefile intro.4 pnpbios.4
Log Message:
remove npx(4) and references to it. bump da
23 matches
Mail list logo