Xin LI
821df508e8
Revert most part of 200420 as requested, as more review and polish is
...
needed.
2009-12-13 03:14:06 +00:00
Xin LI
6f2d322192
Remove unneeded header includes from usr.bin/ except contributed code.
...
Tested with: make universe
2009-12-11 23:35:38 +00:00
Dag-Erling Smørgrav
e562f8fb28
Use a larger field for the size in blocks; the current width (4 digits)
...
is only good for 5 MB.
2004-01-20 09:27:03 +00:00
Mark Murray
ef646f18aa
Fix all WARNS. Checked with "make WARNS=9". Remove unused file.
2003-06-14 13:00:21 +00:00
Robert Drehmel
6863982a02
- Use MAXLOGNAME - 1 rather than UT_NAMESIZE.
...
- Remove the inclusion of <utmp.h>.
2002-07-22 11:36:25 +00:00
David E. O'Brien
5e28140a6b
Fix to WARNS=2 level.
...
Tested by: AXP gcc 3.1
2002-04-15 19:27:41 +00:00
David E. O'Brien
3077469e0c
Fix SCM IDs.
2002-04-01 22:56:56 +00:00
Mark Murray
a6565444bd
For the sake of consistency, remove an include that is included in
...
a previous include. All other files in this app do this.
2002-03-20 10:35:51 +00:00
Mark Murray
ecca1f1c0a
Remove __P().
2002-03-20 10:32:05 +00:00
Warner Losh
576541a9e6
Fixed divots that I created when I moved prototypes of group_from_gid
...
and user_from_uid to grp.h and pwd.h. Update the man pages.
Submitted by: David Malone
Pointy hat to: imp
2002-02-19 00:05:59 +00:00
Poul-Henning Kamp
ea92232a82
They add the following commands:
...
-anewer
-cnewer
-mnewer
-okdir
-newer[acm][acmt]
With it, you can form queries like
find . -newerct '1 minute ago' -print
As an extra bonus, the program is ANSI-fied - the original version
relies on some obscure features of K&R C.
(This PR was submitted in 1999, and the submittor has kept the patch
updated ever since, hats off for him guys, and how about you close a PR ??)
PR: 9374
Submitted by: Martin Birgmeier <Martin.Birgmeier@aon.at>
2001-05-03 18:05:35 +00:00
Andrey A. Chernov
fa2b491527
Don't attempt to parse %c, use nl_langinfo instead
2001-03-21 15:51:50 +00:00
Warner Losh
470b24b584
MAXPATHLEN already accounts for the trailing NUL, so no need to add one in.
...
In addition, since we pass readlink MAXPATHLEN - 1, we would have never have
used that extra byte anyway.
2001-03-01 05:49:36 +00:00
Ollivier Robert
c76bc8f3bf
This patch adds the -mindepth and -maxdepth options to find(1), which
...
behave as in GNU find (and of course as described in the manual page
diff included). I think these options would be useful for some people.
Some missing $FreeBSD$ tags are also added.
The patch was slightly modified (send-pr mangling of TABS).
PR: bin/18941
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
2000-06-12 11:12:41 +00:00
Bruce Evans
22694ebad5
Fixed printf format errors.
1998-07-06 21:01:54 +00:00
Warner Losh
c788c9b224
Make sure we pass the length - 1 to readlink, since it adds its own
...
NUL at the end of the path.
Inspired by: OpenBSD's changes in this area by theo de raadt
1998-06-09 04:10:08 +00:00
Andrey A. Chernov
bf4fce1a35
Localize it
1996-08-12 11:39:24 +00:00
Garrett Wollman
656dcd4316
Delete bogus referneces to timezone code internal header file `tzfile.h',
...
which is no longer bogusly installed in /usr/include.
1995-08-07 19:17:46 +00:00
Rodney W. Grimes
9b50d90275
BSD 4.4 Lite Usr.bin Sources
1994-05-27 12:33:43 +00:00