summaryrefslogtreecommitdiff
path: root/lib/libc/gen/fstab.c
AgeCommit message (Expand)Author
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-03-27libc: Use secure_getenv(3) where appropriateMark Johnston
2018-07-03Clean up the vcs ID strings in libc's gen/ directory.John Baldwin
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2015-02-15Replace strcpy() with strlcpy()Pedro F. Giffuni
2012-12-04libc: Use the new 'e' fopen() mode option to simplify fstab.c.Jilles Tjoelker
2012-10-11Fix my last commit. Only call strunvis after properly checking the argument isStefan Farfeleder
2012-10-11Decode the first two fstab fields with strunvis(3). This allows having spacesStefan Farfeleder
2012-10-11Apply some style. Checked with md5.Stefan Farfeleder
2012-06-14Make sure that fstab fd is not leaked on exec.Konstantin Belousov
2012-03-22Fix style. Somehow I managed to lost a space when copy&paste.Sergey Kandaurov
2012-03-22Prevent fs_file NULL pointer dereference in fixfsfile() uncovered after r1.5Sergey Kandaurov
2007-01-09Per Regents of the University of Calfornia letter, remove advertisingWarner Losh
2003-04-07- Add setfstab() and getfstab().Matthew N. Dodd
2002-02-01* Remove __P and convert to ANSI prototypes.David E. O'Brien
2001-10-10Compensate for "Compensate for header dethreading" by backing it out.Bruce Evans
2001-08-13Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov
2001-05-01Compensate for header dethreading.Mark Murray
2001-01-24Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen
2000-01-27Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans
2000-01-12Add three-tier symbol naming in support of POSIX thread cancellationJason Evans
1999-12-23Fix the fixfsfile() so that it works for both block and character devicesPeter Wemm
1999-01-01Ignore the fs_spec entry for "/" in /etc/fstab if the device whichBruce Evans
1995-10-22Minor cleanup, mostly unused vars and missing #includes.Poul-Henning Kamp
1995-03-24Change strtok() to strsep(), using strtok() can cause memory corruptionAndrey A. Chernov
1994-09-08Make errors in /etc/fstab print the line numbers where they occured.Jordan K. Hubbard
1994-05-27BSD 4.4 Lite Lib SourcesRodney W. Grimes