| 6d7e22ec | 14-Nov-2017 |
zrj <rimvydas.jasinskas@gmail.com> |
btools: Strip libmd dep for usr.bin/sort.
Implement SORT_RANDOM option and do not use if BOOTSTRAPPING. This option is useless for a buildworld/buildkernel.
This allows to have sort(1) that only de
btools: Strip libmd dep for usr.bin/sort.
Implement SORT_RANDOM option and do not use if BOOTSTRAPPING. This option is useless for a buildworld/buildkernel.
This allows to have sort(1) that only depends on libc.
show more ...
|
| 57b30760 | 26-Apr-2011 |
John Marino <draco@marino.st> |
sort: modifications needed for DragonFly
Minor modications are needed to get NetBSD's sort to build on DragonFly without error. The emalloc and erealloc functions are actually now supported on Drag
sort: modifications needed for DragonFly
Minor modications are needed to get NetBSD's sort to build on DragonFly without error. The emalloc and erealloc functions are actually now supported on DragonFly within libutil, but they can't be used because sort is one of the bootstrap tools. During the bootstrap, libutil is not available, so the original malloc and realloc function have been used along with err() to simulate these error-checking functions without requiring libutil.
show more ...
|