Opened 19 years ago
Last modified 18 years ago
#94 assigned task
findutils 4.2.27
Reported by: | ktk | Owned by: | bird |
---|---|---|---|
Priority: | low | Milestone: | kNIX Bootstrap |
Component: | baselayout | Version: | |
Severity: | normal | Keywords: | |
Cc: |
Description
port of gnu findutils 4.2.27
homepage: http://www.gnu.org/software/findutils/
latest source: ftp://ftp.gnu.org/pub/gnu/findutils/findutils-4.2.27.tar.gz
dependencies: none
Note:
See TracTickets
for help on using tickets.
Just realized once again that dirfd doesn't work and this is why the gnu fts.c never works. find and oldfind works. locate probably works too. updatedb probably doesn't.
xargs suffers from _SC_ARG_MAX (1024 bytes) being smaller than my environment (big) and bails out. great. I'm too lazy to look into _SC_ARG_MAX now, so I've skipped the sysconf call and made it use ARG_MAX which is 32kb or so.