summaryrefslogtreecommitdiff
path: root/usr.bin/mg/fileio.c
AgeCommit message (Expand)Author
2001-09-21correct fork logic and rewrite for clarity, ok todd@Peter Stromberg
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-07-06Change the filename completion code to:Artur Grabowski
2001-05-24Don't assume that map_table[0] is the fundamental map.Artur Grabowski
2001-05-24spacesMichael Shalayeff
2001-05-24use strlcpy vs cpy+len, some other fixesMichael Shalayeff
2001-05-23Get rid of unnecessary casts of NULL.Artur Grabowski
2001-05-23remove VOID. We're way beyond the point where this could build with anArtur Grabowski
2001-05-03 * Let make_file_list always append a '/' at the end of directories.Artur Grabowski
2001-05-01Use opendir/readdir instead of open/read when making a file list.Artur Grabowski
2001-01-29$OpenBSD$Niklas Hallqvist
2001-01-24Don't use rename to backup the file to a ~ file. We need to make aTodd C. Miller
2000-08-02$HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zeroTodd C. Miller
2000-04-13The start of KNF + -Wall. The code has been run through indent butTodd C. Miller
2000-02-27Remove a now-bogus commentTodd C. Miller
2000-02-27We don't have silly SYSV 14-character file name limits. Taken fromTodd C. Miller
2000-02-26Use uid_t, gid_t and mode_t where applicable.Todd C. Miller
2000-02-25further pruningTheo de Raadt
2000-02-25make it minimally compile; millertTheo de Raadt
2000-02-25initial import of mg2aTheo de Raadt