OpenBSD release(s):
1.14 (79 78 77 76 75 74 73 72 71 70 69 68 67 66 65 64 63 62 61 60 59 58 57 56 55 54 53),
1.13 (52 51 50 49),
1.12 (48 47),
1.11 (46 45 44 43 42 41 40 39 38),
1.10 (37 36 35),
1.9 (34),
1.8 (33 32 31),
1.6 (30),
1.5 (29 28 27 26),
1.3 (25 24 23 22),
1.1.1.1 (21 20),
Tags:
1.1.1.1 (netbsd_1_1),
revision 1.14/
(Download) -
annotate -
Wed, 05 Dec 2012 23:19:57 UTC by deraadt
OpenBSD release(s): 79 78 77 76 75 74 73 72 71 70 69 68 67 66 65 64 63 62 61 60 59 58 57 56 55 54 53
Changes since 1.13:
+1 -3
(diff)
Remove excessive sys/cdefs.h inclusion
ok guenther millert kettenis
revision 1.13/
(Download) -
annotate -
Fri, 24 Sep 2010 13:56:32 UTC by millert
OpenBSD release(s): 52 51 50 49
Changes since 1.12:
+5 -3
(diff)
Bump fts_level from short to int and add a spare short so things
line up nicely. OK deraadt@
revision 1.12/
(Download) -
annotate -
Thu, 27 Aug 2009 16:19:27 UTC by millert
OpenBSD release(s): 48 47
Changes since 1.11:
+2 -1
(diff)
Don't stop traversing a directory hierarchy if we reach SHRT_MAX,
just stop updating fts_level so we don't overflow it. This allows
rm, find, etc to operate on very deep hierarchies. Consumers of
fts(3) do need to be aware that the actual level may be larger
than fts_level. During the next libc major bump we will make
fts_level an int instead of a short. OK deraadt@
revision 1.11/
(Download) -
annotate -
Fri, 17 Jun 2005 20:36:55 UTC by millert
OpenBSD release(s): 46 45 44 43 42 41 40 39 38
Changes since 1.10:
+1 -4
(diff)
bye bye whiteouts
revision 1.10/
(Download) -
annotate -
Thu, 22 Jan 2004 21:48:02 UTC by espie
OpenBSD release(s): 37 36 35
Changes since 1.9:
+4 -4
(diff)
Remove unnecessary typedef usage.
u_char -> unsigned char
u_short -> unsigned short
u_long -> unsigned long
u_int -> unsigned int
okay millert@
revision 1.9/
(Download) -
annotate -
Mon, 02 Jun 2003 19:34:12 UTC by millert
OpenBSD release(s): 34
Changes since 1.8:
+2 -6
(diff)
Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.
revision 1.8/
(Download) -
annotate -
Sun, 17 Feb 2002 19:42:21 UTC by millert
OpenBSD release(s): 33 32 31
Changes since 1.7:
+3 -3
(diff)
Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)
revision 1.7/
(Download) -
annotate -
Sat, 16 Feb 2002 21:27:17 UTC by millert
Changes since 1.6:
+5 -5
(diff)
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
revision 1.6/
(Download) -
annotate -
Tue, 15 May 2001 21:14:37 UTC by millert
OpenBSD release(s): 30
Changes since 1.5:
+5 -6
(diff)
Make path length variables size_t. This fixes the problem where
things like rm can't remove files with ridiculously long path names
that were created by some script kiddie trying in vain to exploit
something. Previously, the length was effectively constrained to
USHRT_MAX due to one of the internal structs. Also, nuke FTS_CHDIRROOT
since it never worked correctly and hasn't been documented for a
long time.
revision 1.5/
(Download) -
annotate -
Sun, 03 Oct 1999 20:39:52 UTC by millert
OpenBSD release(s): 29 28 27 26
Changes since 1.4:
+2 -1
(diff)
put back FTS_CHDIRROOT until next library major number crank
revision 1.4/
(Download) -
annotate -
Sun, 03 Oct 1999 19:22:22 UTC by millert
Changes since 1.3:
+2 -3
(diff)
kill FTS_CHDIRROOT flag, it is broken beyond repair and no longer used
revision 1.3/
(Download) -
annotate -
Sun, 21 Sep 1997 10:45:34 UTC by niklas
OpenBSD release(s): 25 24 23 22
Changes since 1.2:
+1 -0
(diff)
Well, as we are heading for a release people are encouraged to rebuild their
entire trees for testing anyway, I might as well do this intrusive touching
of include files now. Added openBSD tags.
revision 1.2/
(Download) -
annotate -
Mon, 01 Sep 1997 02:44:16 UTC by millert
Changes since 1.1:
+12 -11
(diff)
Fix problem with ``find -execdir'' not having the correct initial cwd.
Adds a new flag to fts(3).
revision 1.1/
(Download) -
annotate -
Wed, 18 Oct 1995 08:41:12 UTC by deraadt
Branch point for:
1.1.1.1
Initial revision
revision 1.1.1.1/
(Download) -
annotate -
Wed, 18 Oct 1995 08:41:12 UTC by deraadt
OpenBSD release(s): 21 20
Tags: netbsd_1_1
Changes since 1.1:
None
initial import of NetBSD tree