Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Cast uid and gid to the correct type for display to solve segfault in ls(1) o... | allanjude | 2015-07-24 | 1 | -2/+2 | |
* | Remove an excess space accidently introduced in the output in ls(1) by r285734 | allanjude | 2015-07-22 | 1 | -1/+1 | |
* | Fix some issues with the application of libxo to ls(1) | allanjude | 2015-07-21 | 3 | -11/+45 | |
* | Mention the dd-like recoverdisk(1) to help folks find this great BSD command. | obrien | 2015-07-16 | 1 | -0/+1 | |
* | mdoc: minor Xr fixes | joel | 2015-07-14 | 1 | -2/+2 | |
* | Prevent potential integer overflow | bapt | 2015-07-13 | 1 | -2/+5 | |
* | Prevent potential integer overflow | bapt | 2015-07-13 | 1 | -2/+6 | |
* | Since r284198, ls(1) just always depends libxo(3), not only in case of | marius | 2015-07-12 | 1 | -2/+2 | |
* | sh(1): libedit has supported multibyte encodings for a while. | jilles | 2015-07-11 | 1 | -4/+2 | |
* | mv: Improve message when moving two or more files to non-directory. | jilles | 2015-06-28 | 1 | -1/+1 | |
* | sh: Fix some arithmetic undefined behaviour. | jilles | 2015-06-24 | 2 | -4/+3 | |
* | Continue ubreaking ``env LANG=ru_RU.KOI8-R ls -l''. | kan | 2015-06-17 | 1 | -2/+2 | |
* | Unbreak ``env LANG=ru_RU.KOI8-R ls -l''. | marcel | 2015-06-17 | 1 | -1/+1 | |
* | new depends | sjg | 2015-06-16 | 2 | -1/+2 | |
* | removed extra keyword | sjg | 2015-06-13 | 1 | -1/+0 | |
* | Add META_MODE support. | sjg | 2015-06-13 | 39 | -0/+1032 | |
|\ | ||||||
| * | dirdeps.mk now sets DEP_RELDIR | sjg | 2015-06-08 | 39 | -78/+1 | |
| * | Merge sync of head | sjg | 2015-05-27 | 94 | -713/+925 | |
| |\ | ||||||
| * | | Updated/new dependencies | sjg | 2014-11-19 | 1 | -0/+1 | |
| * | | Merge from head@274682 | sjg | 2014-11-19 | 73 | -624/+1156 | |
| |\ \ | ||||||
| * \ \ | Merge head from 7/28 | sjg | 2014-08-19 | 38 | -125/+205 | |
| |\ \ \ | ||||||
| * | | | | Updated dependencies | sjg | 2014-05-16 | 38 | -37/+1 | |
| * | | | | Updated dependencies | sjg | 2014-05-10 | 37 | -0/+75 | |
| * | | | | Merge from head | sjg | 2014-05-08 | 22 | -56/+164 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge head | sjg | 2014-04-28 | 501 | -411/+9021 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | New/updated dependencies | sjg | 2013-10-17 | 1 | -0/+12 | |
| * | | | | | | Merge head@256284 | sjg | 2013-10-13 | 6 | -4/+274 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | Updated dependencies | sjg | 2013-10-13 | 2 | -106/+0 | |
| * | | | | | | | Merge from head | sjg | 2013-09-05 | 56 | -1152/+583 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | sync from head | sjg | 2013-04-12 | 30 | -116/+444 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Updated dependencies | sjg | 2013-03-11 | 38 | -0/+38 | |
| * | | | | | | | | | Updated dependencies | sjg | 2013-02-16 | 38 | -76/+2 | |
| * | | | | | | | | | Sync with HEAD. | obrien | 2013-02-08 | 44 | -434/+617 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Updated/new Makefile.depend | sjg | 2012-11-08 | 1 | -0/+1 | |
| | | | | | | | | | | | ||||||
| | \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ | ||||||
| *-----. \ \ \ \ \ \ \ \ \ | Sync from head | sjg | 2012-11-04 | 55 | -306/+504 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 38 | -0/+1158 | |
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | r284198 seems to have left a null format string printf that gcc does *not* | sbruno | 2015-06-11 | 1 | -1/+0 | |
* | | | | | | | | | | | | | | Convert ls(1) to use libxo(3). | marcel | 2015-06-10 | 6 | -104/+190 | |
* | | | | | | | | | | | | | | Cleanup some style(9) issues. | bdrewery | 2015-06-08 | 2 | -42/+52 | |
* | | | | | | | | | | | | | | It has been long time that when doing 'ls -G /path/to/a/symlink', instead of | delphij | 2015-06-08 | 1 | -2/+7 | |
* | | | | | | | | | | | | | | Implement '-s' to copy as symlink, similar to the current -l link(2) handling. | bdrewery | 2015-06-07 | 4 | -28/+46 | |
* | | | | | | | | | | | | | | Cleanup some indentation issues. | bdrewery | 2015-06-07 | 1 | -9/+8 | |
* | | | | | | | | | | | | | | Change directory permissions in pre-order. | pluknet | 2015-06-04 | 1 | -2/+4 | |
* | | | | | | | | | | | | | | Remove unused variable, this variable fmtstr was introduced at revision r225868 | araujo | 2015-06-01 | 1 | -6/+1 | |
* | | | | | | | | | | | | | | Document recent p_flag2 additions. | pluknet | 2015-05-27 | 1 | -1/+4 | |
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Convert to use libxo. Document use of libxo as well. | marcel | 2015-05-22 | 6 | -166/+253 | |
* | | | | | | | | | | | | | Eliminate unneeded includes. | delphij | 2015-05-21 | 12 | -17/+1 | |
* | | | | | | | | | | | | | date(1): Make -r behave like GNU's version when the option can not be | delphij | 2015-05-07 | 2 | -4/+13 | |
* | | | | | | | | | | | | | cp: Remove fts sorting. | jilles | 2015-05-05 | 1 | -28/+1 | |
* | | | | | | | | | | | | | Standardise chmod, chflags, chown and chgrp recursive symlink processing | smh | 2015-04-29 | 4 | -80/+90 |