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
/
lib
/
libc
/
gen
/
fstab.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libc: Use the new 'e' fopen() mode option to simplify fstab.c.
jilles
2012-12-04
1
-11
/
+1
*
Fix my last commit. Only call strunvis after properly checking the argument is
stefanf
2012-10-11
1
-5
/
+7
*
Decode the first two fstab fields with strunvis(3). This allows having spaces
stefanf
2012-10-11
1
-0
/
+5
*
Apply some style. Checked with md5.
stefanf
2012-10-11
1
-25
/
+26
*
Make sure that fstab fd is not leaked on exec.
kib
2012-06-14
1
-1
/
+11
*
Fix style. Somehow I managed to lost a space when copy&paste.
pluknet
2012-03-22
1
-1
/
+1
*
Prevent fs_file NULL pointer dereference in fixfsfile() uncovered after r1.5
pluknet
2012-03-22
1
-1
/
+1
*
Per Regents of the University of Calfornia letter, remove advertising
imp
2007-01-09
1
-4
/
+0
*
- Add setfstab() and getfstab().
mdodd
2003-04-07
1
-2
/
+39
*
* Remove __P and convert to ANSI prototypes.
obrien
2002-02-01
1
-10
/
+7
*
Compensate for "Compensate for header dethreading" by backing it out.
bde
2001-10-10
1
-2
/
+0
*
Removed duplicate VCS ID tags, as per style(9).
ru
2001-08-13
1
-2
/
+0
*
Compensate for header dethreading.
markm
2001-05-01
1
-0
/
+2
*
Remove _THREAD_SAFE and make libc thread-safe by default by
deischen
2001-01-24
1
-0
/
+2
*
Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),
jasone
2000-01-27
1
-6
/
+6
*
Add three-tier symbol naming in support of POSIX thread cancellation
jasone
2000-01-12
1
-6
/
+8
*
Fix the fixfsfile() so that it works for both block and character devices
peter
1999-12-23
1
-1
/
+7
*
Ignore the fs_spec entry for "/" in /etc/fstab if the device which
bde
1999-01-01
1
-0
/
+29
*
Minor cleanup, mostly unused vars and missing #includes.
phk
1995-10-22
1
-8
/
+9
*
Change strtok() to strsep(), using strtok() can cause memory corruption
ache
1995-03-24
1
-16
/
+29
*
Make errors in /etc/fstab print the line numbers where they occured.
jkh
1994-09-08
1
-2
/
+13
*
BSD 4.4 Lite Lib Sources
rgrimes
1994-05-27
1
-0
/
+202