| #
416ba5c7
|
| 22-Jun-2015 |
Navdeep Parhar <np@FreeBSD.org> |
Catch up with HEAD (r280229-r284686).
|
| #
37a48d40
|
| 28-May-2015 |
Glen Barber <gjb@FreeBSD.org> |
MFH: r282615-r283655
Sponsored by: The FreeBSD Foundation
|
| #
98e0ffae
|
| 27-May-2015 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge sync of head
|
| #
7bc60a16
|
| 10-May-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
For half and reverse line feeds, recognize both SUSv2-style escape-digit and BSD-style escape-control-char sequences in the input stream.
Submitted by: schwarze at OpenBSD Discussed with: schwarze a
For half and reverse line feeds, recognize both SUSv2-style escape-digit and BSD-style escape-control-char sequences in the input stream.
Submitted by: schwarze at OpenBSD Discussed with: schwarze at OpenBSD Obtained from: OpenBSD
show more ...
|
| #
f23ed79b
|
| 08-May-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Fix about ten integer overflows and underflows and a handful of logic errors in line number handling.
Submitted by: ingo at OpenBSD Discussed with: ingo at OpenBSD Obtained from: OpenBSD
|
| #
2252f43b
|
| 06-May-2015 |
Glen Barber <gjb@FreeBSD.org> |
MFH: r282315-r282534
Sponsored by: The FreeBSD Foundation
|
| #
7757a1b4
|
| 03-May-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from head
|
| #
e5ea68e7
|
| 02-May-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Capsicumize col(1)
|
| #
de7df74b
|
| 01-May-2015 |
Glen Barber <gjb@FreeBSD.org> |
MFH: r281855-r282312
Sponsored by: The FreeBSD Foundation
|
| #
a9da03ef
|
| 01-May-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Use defines to improve clarity
MFC after: 2 weeks
|
| #
f6240da9
|
| 01-May-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
col: fixing 25 year old bug
Makes col(1) respect POSIX again for escape sequences as decribed in its manpage The bug was introduced in CSRG in 1990 This also reverts r280911
Differential Revision:
col: fixing 25 year old bug
Makes col(1) respect POSIX again for escape sequences as decribed in its manpage The bug was introduced in CSRG in 1990 This also reverts r280911
Differential Revision: https://reviews.freebsd.org/D2424 Reviewed by: jhb MFC after: 2 weeks
show more ...
|
| #
7263c8c0
|
| 22-Apr-2015 |
Glen Barber <gjb@FreeBSD.org> |
MFH: r280643-r281852
Sponsored by: The FreeBSD Foundation
|
| #
4bf53d0b
|
| 03-Apr-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from HEAD
|
| #
18463c77
|
| 31-Mar-2015 |
Kevin Lo <kevlo@FreeBSD.org> |
Remove bogus cast.
|
| #
8f0ea33f
|
| 13-Jan-2015 |
Glen Barber <gjb@FreeBSD.org> |
Reintegrate head revisions r273096-r277147
Sponsored by: The FreeBSD Foundation
|
| #
9268022b
|
| 19-Nov-2014 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge from head@274682
|
| #
5c9ef378
|
| 04-Nov-2014 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
Sync to HEAD@r274095.
|
| #
408ea865
|
| 21-Oct-2014 |
Neel Natu <neel@FreeBSD.org> |
IFC @r273338
|
| #
7e2c0c79
|
| 17-Oct-2014 |
John-Mark Gurney <jmg@FreeBSD.org> |
Fix to col when printing half-line feeds w/ -f option...
Message-Id on openbsd-tech: 20141017195810.GJ132@iris.usta.de Submitted by: Ingo Schwarze Obtained from: OpenBSD MFC after: 3 days
|
| #
8fa0b743
|
| 23-Jan-2012 |
Xin LI <delphij@FreeBSD.org> |
IFC @230489 (pending review).
|
| #
3ee1a36e
|
| 22-Nov-2011 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r227804
Pull in the virtio drivers from head.
|
| #
ab8d971c
|
| 06-Nov-2011 |
Ed Schouten <ed@FreeBSD.org> |
Add missing static keywords to col(1)
|
| #
da52b4ca
|
| 11-Dec-2010 |
Joel Dahl <joel@FreeBSD.org> |
Remove the advertising clause from UCB copyrighted files in usr.bin. This is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
Also add $F
Remove the advertising clause from UCB copyrighted files in usr.bin. This is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
Also add $FreeBSD$ to a few files to keep svn happy.
Discussed with: imp, rwatson
show more ...
|
| #
5eb2aa45
|
| 15-Jul-2010 |
Ed Maste <emaste@FreeBSD.org> |
Remove more extraneous ;s.
|
| #
ae66acac
|
| 18-Jul-2006 |
Stefan Farfeleder <stefanf@FreeBSD.org> |
The variables i and tot don't need to be static.
|