summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/fstab.c
Commit message (Expand)AuthorAgeFilesLines
* Replace strcpy() with strlcpy()pfg2015-02-151-1/+1
* libc: Use the new 'e' fopen() mode option to simplify fstab.c.jilles2012-12-041-11/+1
* Fix my last commit. Only call strunvis after properly checking the argument isstefanf2012-10-111-5/+7
* Decode the first two fstab fields with strunvis(3). This allows having spacesstefanf2012-10-111-0/+5
* Apply some style. Checked with md5.stefanf2012-10-111-25/+26
* Make sure that fstab fd is not leaked on exec.kib2012-06-141-1/+11
* Fix style. Somehow I managed to lost a space when copy&paste.pluknet2012-03-221-1/+1
* Prevent fs_file NULL pointer dereference in fixfsfile() uncovered after r1.5pluknet2012-03-221-1/+1
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
* - Add setfstab() and getfstab().mdodd2003-04-071-2/+39
* * Remove __P and convert to ANSI prototypes.obrien2002-02-011-10/+7
* Compensate for "Compensate for header dethreading" by backing it out.bde2001-10-101-2/+0
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-131-2/+0
* Compensate for header dethreading.markm2001-05-011-0/+2
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-0/+2
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-271-6/+6
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-121-6/+8
* Fix the fixfsfile() so that it works for both block and character devicespeter1999-12-231-1/+7
* Ignore the fs_spec entry for "/" in /etc/fstab if the device whichbde1999-01-011-0/+29
* Minor cleanup, mostly unused vars and missing #includes.phk1995-10-221-8/+9
* Change strtok() to strsep(), using strtok() can cause memory corruptionache1995-03-241-16/+29
* Make errors in /etc/fstab print the line numbers where they occured.jkh1994-09-081-2/+13
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+202
OpenPOWER on IntegriCloud