aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/fstab.c
Commit message (Expand)AuthorAgeFilesLines
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Replace strcpy() with strlcpy()Pedro F. Giffuni2015-02-151-1/+1
* libc: Use the new 'e' fopen() mode option to simplify fstab.c.Jilles Tjoelker2012-12-041-11/+1
* Fix my last commit. Only call strunvis after properly checking the argument isStefan Farfeleder2012-10-111-5/+7
* Decode the first two fstab fields with strunvis(3). This allows having spacesStefan Farfeleder2012-10-111-0/+5
* Apply some style. Checked with md5.Stefan Farfeleder2012-10-111-25/+26
* Make sure that fstab fd is not leaked on exec.Konstantin Belousov2012-06-141-1/+11
* Fix style. Somehow I managed to lost a space when copy&paste.Sergey Kandaurov2012-03-221-1/+1
* Prevent fs_file NULL pointer dereference in fixfsfile() uncovered after r1.5Sergey Kandaurov2012-03-221-1/+1
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* - Add setfstab() and getfstab().Matthew N. Dodd2003-04-071-2/+39
* * Remove __P and convert to ANSI prototypes.David E. O'Brien2002-02-011-10/+7
* Compensate for "Compensate for header dethreading" by backing it out.Bruce Evans2001-10-101-2/+0
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-131-2/+0
* Compensate for header dethreading.Mark Murray2001-05-011-0/+2
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-0/+2
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-6/+6
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-121-6/+8
* Fix the fixfsfile() so that it works for both block and character devicesPeter Wemm1999-12-231-1/+7
* Ignore the fs_spec entry for "/" in /etc/fstab if the device whichBruce Evans1999-01-011-0/+29
* Minor cleanup, mostly unused vars and missing #includes.Poul-Henning Kamp1995-10-221-8/+9
* Change strtok() to strsep(), using strtok() can cause memory corruptionAndrey A. Chernov1995-03-241-16/+29
* Make errors in /etc/fstab print the line numbers where they occured.Jordan K. Hubbard1994-09-081-2/+13
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+202