Revision tags: release/9.2.0 |
|
#
d1d01586 |
| 05-Sep-2013 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge from head
|
#
40f65a4d |
| 07-Aug-2013 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r254014
|
#
552311f4 |
| 17-Jul-2013 |
Xin LI <delphij@FreeBSD.org> |
IFC @253398
|
#
cfe30d02 |
| 19-Jun-2013 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge fresh head.
|
Revision tags: release/8.4.0 |
|
#
89c5c3aa |
| 21-May-2013 |
Eitan Adler <eadler@FreeBSD.org> |
Avoid signed overflow in error handling code.
Reviewed by: cperciva, bjk
|
#
7f418e34 |
| 10-May-2013 |
Eitan Adler <eadler@FreeBSD.org> |
Implement 'split -d' which allows a numeric suffix instead of an alphabetic one.
PR: bin/116209 Submitted by: Marcin Gryszkalis <mg@fork.pl> (adapted from) Reviewed by: will MFC after: 1 week
|
Revision tags: release/9.1.0 |
|
#
38f1b189 |
| 26-Apr-2012 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r234692
sys/amd64/include/cpufunc.h sys/amd64/include/fpu.h sys/amd64/amd64/fpu.c sys/amd64/vmm/vmm.c
- Add API to allow vmm FPU state init/save/restore.
FP stuff discussed with: kib
|
Revision tags: release/8.3.0_cvs, release/8.3.0 |
|
#
8fa0b743 |
| 23-Jan-2012 |
Xin LI <delphij@FreeBSD.org> |
IFC @230489 (pending review).
|
#
af9eff1f |
| 10-Jan-2012 |
Eitan Adler <eadler@FreeBSD.org> |
Fix warning when compiling with gcc46: error: variable 'defname' set but not use
Approved by: dim MFC after: 3 day
|
Revision tags: release/9.0.0 |
|
#
3ee1a36e |
| 22-Nov-2011 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r227804
Pull in the virtio drivers from head.
|
#
973aa6bc |
| 06-Nov-2011 |
Ed Schouten <ed@FreeBSD.org> |
Add missing static keywords to split(1)
|
Revision tags: release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0 |
|
#
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 ...
|
Revision tags: release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0 |
|
#
0e286f08 |
| 16-Mar-2008 |
David Schultz <das@FreeBSD.org> |
Add a -n option to split(1) to split files into N chunks rather than having to specify the right number of bytes.
Obtained from: NetBSD Submitted by: Jan Schaumann <jschauma@netmeister.org> PR: 113
Add a -n option to split(1) to split files into N chunks rather than having to specify the right number of bytes.
Obtained from: NetBSD Submitted by: Jan Schaumann <jschauma@netmeister.org> PR: 113175
show more ...
|
Revision tags: release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0 |
|
#
a6dd1c93 |
| 10-Aug-2006 |
Giorgos Keramidas <keramida@FreeBSD.org> |
Add support for splitting at gigabyte boundaries. [1]
Also make both lowercase and uppercase suffix letters work as byte-count suffixes, i.e. the following two commands are equivalent now:
% sp
Add support for splitting at gigabyte boundaries. [1]
Also make both lowercase and uppercase suffix letters work as byte-count suffixes, i.e. the following two commands are equivalent now:
% split -b 4m foo % split -b 4M foo
Submitted by: Roman Divacky [1] Lots of help by: cperciva Reviewed by: cperciva MFC after: 1 week
show more ...
|
#
49198c42 |
| 08-Aug-2006 |
Giorgos Keramidas <keramida@FreeBSD.org> |
Update usage & SYNOPSIS and clarify that input files are not removed. Sort getopt option handling of -p too, while here.
The changes are adapted from a patch by Ruslan Ermilov, posted as followup to
Update usage & SYNOPSIS and clarify that input files are not removed. Sort getopt option handling of -p too, while here.
The changes are adapted from a patch by Ruslan Ermilov, posted as followup to docs/33852.
PR: docs/33852 Submitted by: Gary W. Swearingen <swear@blarg.net> MFC after: 1 week
show more ...
|
Revision tags: release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0 |
|
#
bb78dba4 |
| 30-Aug-2005 |
Tim J. Robbins <tjr@FreeBSD.org> |
Remove undocumented historic support for treating "-" as an option instead of a file operand; this is not compatible with POSIX.
|
#
e93586df |
| 21-Aug-2005 |
Tim J. Robbins <tjr@FreeBSD.org> |
Remove the hack that varied the first character of the output file name if none was specified on the command line. This is not permitted by POSIX, and no longer needed now that we have the -a option.
Remove the hack that varied the first character of the output file name if none was specified on the command line. This is not permitted by POSIX, and no longer needed now that we have the -a option.
PR: 85099 Submitted by: Toby Peterson (Apple Computer)
show more ...
|
Revision tags: release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0 |
|
#
0742d4ed |
| 11-Jul-2004 |
Tim J. Robbins <tjr@FreeBSD.org> |
Respect locale settings from the environment.
|
Revision tags: release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1 |
|
#
c81180b8 |
| 15-Jul-2002 |
Tim J. Robbins <tjr@FreeBSD.org> |
Support larger files (at least 64-bit offsets) by using off_t instead of int to store offsets.
|
Revision tags: release/4.6.0_cvs |
|
#
2c69ee9b |
| 15-Jun-2002 |
Juli Mallett <jmallett@FreeBSD.org> |
Remove <sys/types> where we use <sys/param> already.
protoize.
|
#
3e4228c3 |
| 27-May-2002 |
Tim J. Robbins <tjr@FreeBSD.org> |
Allow "-" to be specified as an operand as well as an option. SUSV3 requires something like "split -- -" to work. Document the "-" operand.
|
#
3f5869d0 |
| 27-May-2002 |
Tim J. Robbins <tjr@FreeBSD.org> |
Avoid overflowing `fname' if the file name prefix given on the command line is too long.
Obtained from: OpenBSD
|
#
3f330d7d |
| 22-Mar-2002 |
Warner Losh <imp@FreeBSD.org> |
remove __P
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
41850495 |
| 01-Feb-2002 |
Mike Barcroft <mike@FreeBSD.org> |
Add -a option (SUSv3) to split(1).
Submitted by: Tim J. Robbins <tim@robbins.dropbear.id.au> MFC after: 1 month
|
#
f1d37c20 |
| 13-Dec-2001 |
Mark Murray <markm@FreeBSD.org> |
WARNS=2 fixes, use __FBSDID, remove GCC-specific flags.
|