| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Reduce overlinking
|
|
|
|
|
|
|
|
|
|
| |
proper way to ensure that the command line compile works the way we intend.
Add explicity DPADD statemens on LIBMD and LIBPTHREAD depending on which
options are used in the build.
Reviewed by: andrew
MFC after: 2 weeks
|
|
|
|
|
|
|
|
|
| |
+POS1, -POS2 to -kPOS1,POS2, so that sort +0n gets translated to sort -k1,1n
as it is expected
PR: 193994
Submitted by: rodrigo
MFC after: 3 days
|
|
|
|
|
| |
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
|
|
|
|
| |
from the latter.
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
| |
MFC after: 3 days
|
| |
|
|
|
|
|
|
|
| |
SORT_THREADS is defined, so make the whole function conditional, instead
of just the pthread calls in it.
MFC after: 3 days
|
|
|
|
|
|
| |
This was ready about the same time as r251862 so just make one final cleanup
Submitted by: dt71@gmx.com
|
|
|
|
|
|
| |
Submitted by: <dt71@gmx.com>
MFC after: 3 days
X-MFC with: r251848
|
|
|
|
| |
Requested by: Oleg Moskalenko <mom040267@gmail.com>
|
|
|
|
|
| |
Submitted by: Christoph Mallon <christoph.mallon@gmx.de>
Reviewed by: Oleg Moskalenko <oleg.moskalenko@citrix.com>
|
|
|
|
|
| |
Submitted by: Christoph Mallon <christoph.mallon@gmx.de>
Reviewed by: Oleg Moskalenko <oleg.moskalenko@citrix.com>
|
|
|
|
|
| |
Submitted by: Oleg Moskalenko <oleg.moskalenko@citrix.com>
Prodded by: kib
|
|
|
|
|
|
|
| |
sparc64 performance problems.
Submitted by: Oleg Moskalenko <oleg.moskalenko@citrix.com>
Tested by: trasz
|
|
|
|
|
|
| |
- Allow larger sort memory on 64-bit platforms
Submitted by: Oleg Moskalenko <oleg.moskalenko@citrix.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In addition to adding `static' where possible:
- bin/date: Move `retval' into extern.h to make it visible to date.c.
- bin/ed: Move globally used variables into ed.h.
- sbin/camcontrol: Move `verbose' into camcontrol.h and fix shadow warnings.
- usr.bin/calendar: Remove unneeded variables.
- usr.bin/chat: Make `line' local instead of global.
- usr.bin/elfdump: Comment out unneeded function.
- usr.bin/rlogin: Use _Noreturn instead of __dead2.
- usr.bin/tset: Pull `Ospeed' into extern.h.
- usr.sbin/mfiutil: Put global variables in mfiutil.h.
- usr.sbin/pkg: Remove unused `os_corres'.
- usr.sbin/quotaon, usr.sbin/repquota: Remove unused `qfname'.
|
|
|
|
| |
WARNS=6 is already implied at this point.
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Change default sort method to mergesort, which has a better worst case
performance than qsort
Submitted by: Oleg Moskalenko <oleg.moskalenko@citrix.com>
|
|
|
|
|
|
|
|
|
| |
"gnusort". Most of the BSD sort development work was done by
Oleg Moskalenko <oleg.moskalenko@citrix.com>.
- GNU grep can be set to default by setting WITH_GNU_GREP. It will cause
BSD sort to be installed as "bsdsort".
Portbuild tested by: linimon
|
|
|
|
| |
- Fix typo in the NLS support
|
|
|
|
|
| |
Reviewed by: dim
MFC after: 3 days
|
|
|
|
|
|
|
| |
arguments, which does not trigger self-assignment warnings in certain
circumstances (for example, using clang with ccache).
MFC after: 3 days
|
| |
|
|
|
|
|
|
|
|
| |
- Do not use mmap() by default; it can be enabled by --mmap
- Add some minor optimizations for -u
- Update manual page according to the changes
Submitted by: Oleg Moskalenko <oleg.moskalenko@citrix.com>
|
|
|
|
| |
Submitted by: Oleg Moskalenko <oleg.moskalenko@citrix.com>
|
|
|
|
|
|
| |
required to optimize these so it may result in larger binary size.
Pointed out by: kib
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
with the major functionality and optimizations by Oleg Moskalenko.
It is compatible with the latest version of POSIX and the current GNU sort
version that we have in base. Beside this, it implements all the
functionality introduced in later versions of GNU sort. For now, it will
be installed as "bsdsort", keeping GNU sort as the default sort
implementation.
|
| |
|
| |
|
| |
|
|
|
|
| |
Forgotten by: des
|
|
|
|
|
| |
to avoid bringing the sources off the vendor branch just to #ifdef out
the RCS and SCCS IDs.
|
| |
|
|
|
|
| |
Reviewed by: Mike DeGraw-Bertsch <mbertsch@radioactivedata.org>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(linear sorting still assumed, no collating support yet).
|
| |
|
| |
|
| |
|
|
|
|
| |
for some locales
|