Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-13 | Change maxsize to type off_t. | David Hill | |
Add a cast for portability's sake. "Right..." @deraadt | |||
2005-11-30 | another unused variable found by lint | Theo de Raadt | |
2005-11-29 | kill unused var found by lint. ok deraadt@ | Otto Moerbeek | |
2005-11-25 | do not exit from ls_main() but return; spotted by lint | Theo de Raadt | |
2005-06-15 | remove whiteout support | Todd C. Miller | |
2005-03-10 | use fts_path if fts_name is not available, tweak and ok millert | Jared Yanovich | |
2004-04-02 | Unbreak alignment of fields when using -lh. | Otto Moerbeek | |
ok deraadt@ | |||
2003-08-06 | -h, human readable sizes. from a jonathon gray mail to tech@ | Ted Unangst | |
ok ian@ millert@ | |||
2003-06-11 | ansification, art ok | Theo de Raadt | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-04-02 | strlcpy; millert ok | Theo de Raadt | |
2002-03-12 | o Remove local prototypes for group_from_gid() and user_from_uid() | Todd C. Miller | |
since they are prototyped in grp.h and pwd.h. o Increase size of 'buf' to 21 since we store the string representation of a u_quad_t in it (max 20 chars + the NUL). o Minor KNF wrt pointers in boolean context. From Denis Afonin | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-07-09 | -Wall | Theo de Raadt | |
2000-07-19 | new strtofflags/fflagstostr | Michael Shalayeff | |
1999-05-01 | defer conversion of unprintable filenames till final display, permitting | Theo de Raadt | |
badly named symbolic links to be handled; bug noted by dm@ fixed by d@ | |||
1999-02-24 | save cpu cycles by being more sensible about how we check conditionals | Aaron Campbell | |
1999-02-23 | Break out main to an own file so we can include ls in ftpd. | Artur Grabowski | |
1999-02-20 | add -x, -p, and -m options, based on netbsd work | Theo de Raadt | |
1998-08-07 | fix exit code; problem reported by jsh@sun470.rd.qms.com; fix from freebsd | Theo de Raadt | |
1997-09-18 | make ls -d still sort files in the regular order; reported by | Theo de Raadt | |
roberte@MEP.Ruhr-Uni-Bochum.de, fixed by sef@Kithrup.COM | |||
1997-04-01 | option 'n' was unused, so let's come up with a feature to use it!!! YEAH!! | Theo de Raadt | |
add -n (numeric uid/gid), fix some man page errors; tv@pobox.com | |||
1997-01-03 | From NetBSD: | Todd C. Miller | |
- Correct sorting behaviour. - Do multicolumn output in a way that's a more likely to line up evenly. From D'Arcy J.M. Cain <darcy@druid.com>, NetBSD PR #2965. | |||
1996-12-14 | -Wall'ing. | Michael Shalayeff | |
1996-08-02 | zap getopt() case of -?, come on, it is the default! | Theo de Raadt | |
1996-06-23 | update rcsid | Theo de Raadt | |
1996-02-17 | From netbsd: | Niklas Hallqvist | |
Changed so that COLUMNS environment variable will override the value obtained via the TIOCGWINSIZ ioctl. This is required by POSIX.2, see section 4.39.5.3. | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |