index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
/
mkdir
/
mkdir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adhere to POSIX: the -m option only applies to the newly created
ru
2006-10-10
1
-13
/
+21
*
Sync program's usage() with manpage's SYNOPSIS.
ru
2005-02-09
1
-1
/
+2
*
- The first argument of getmode() is a void *
ssouhlal
2005-01-25
1
-1
/
+2
*
/*- or .\"- or #- to begin license clauses.
imp
2005-01-10
1
-1
/
+1
*
Don't read the byte at *argv[strlen(*argv) + 1].
das
2004-09-24
1
-1
/
+1
*
Remove clause 3 from the UCB licenses.
markm
2004-04-06
1
-4
/
+0
*
Quiet warnings about copyright[].
obrien
2003-05-01
1
-2
/
+2
*
Consistently use __FBSDID
obrien
2002-06-30
1
-2
/
+2
*
Fix a bug introduced in rev.1.23 - for some reason mkdir("/", ...) system
sobomax
2002-02-25
1
-1
/
+1
*
Fix warnings inspired by lint, a commercial lint and WARNS=4.
markm
2002-02-22
1
-4
/
+4
*
Fix the race between the stat() and the mkdir().
zarzycki
2002-02-05
1
-16
/
+19
*
o __P has been reoved
imp
2002-02-02
1
-10
/
+5
*
Silence WARNS=2 and BDECFLAGS except for stupid mode_t warnings.
kris
2001-05-20
1
-0
/
+1
*
Special case the error reporting when errno is ENOTDIR or ENOENT.
alfred
2001-01-14
1
-1
/
+5
*
brucify and add comment about -v being non-standard to manpage
mharo
1999-09-04
1
-4
/
+5
*
add verbose flag
mharo
1999-08-28
1
-5
/
+14
*
$Id$ -> $FreeBSD$
peter
1999-08-27
1
-1
/
+1
*
Free memory obtained from setmode.
imp
1998-12-16
1
-1
/
+2
*
Fix behaviour for 'mkdir -m 777 / /tmp/foo'. Play "guess the style bug"
msmith
1998-10-23
1
-6
/
+8
*
Honour the spirit rather than the implementation of the previous changes;
msmith
1998-10-22
1
-19
/
+10
*
Make this compile, and honour the spirit of the original design while
msmith
1998-10-20
1
-8
/
+10
*
- mkdir -m should call chmod because the high-order bits get ignored
msmith
1998-10-20
1
-1
/
+19
*
correct use of .Nm. Add rcsid.
charnier
1998-05-15
1
-3
/
+5
*
Fix several problems with mkdir:
mpp
1997-04-01
1
-29
/
+38
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-28
1
-2
/
+2
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Cleanup man page and -Wall cleaning.
steve
1996-12-14
1
-3
/
+3
*
Added $Id$
dg
1994-09-24
1
-0
/
+2
*
Remove bogus cast that was introduced in the previous commit.
bde
1994-09-21
1
-1
/
+1
*
Applied patch to make -Wall and -Dlint shut up.
phk
1994-09-20
1
-3
/
+4
*
[ From Dave Tweten ]
jkh
1994-09-08
1
-2
/
+4
*
BSD 4.4 Lite bin Sources
rgrimes
1994-05-26
1
-0
/
+169