summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/tmpnam.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* .Dt same as filenamederaadt2019-08-301-3/+3
|
* Undo changes to tmpfile.c r1.5.martijn2019-04-261-11/+2
| | | | | | | | | | | | Doing the fchown call causes pledge("tmppath") to be insufficient and the the umask dance may cause race-conditions in multithreaded applications. Also POSIX states the following nowadays: implementations may restrict the permissions, either by clearing the file mode bits or setting them to the value S_IRUSR | S_IWUSR. Encouraging words from tedu@ Standards verification and OK millert@
* Reduce usage of predefined strings in manpages.bentley2015-02-281-3/+3
| | | | | | | | | | | Predefined strings are not very portable across troff implementations, and they make the source much harder to read. Usually the intended character can be written directly. No output changes, except for two instances where the incorrect escape was used in the first place. tweaks + ok schwarze@
* remove .Tn from stdio manuals; Kaspars Bankovskis found one of theseschwarze2015-01-131-5/+3
|
* obvious .Pa fixes; found with mandocdb(8)schwarze2014-01-211-4/+4
|
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
|
* tmpname -> tempnam; from Artturi Almjmc2012-09-071-3/+3
|
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* add an ENVIRONMENT section for TMPDIR;jmc2007-01-291-1/+15
| | | | | | from freebsd pr# 108346, from Anton Yuzhaninov much tweaked by otto and myself;
* - typos, punctuation, spacing, macro, layout, etc. fixesjaredy2005-07-261-3/+3
| | | | | | - avoid first person ok jmc
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* - section reorderjmc2003-06-011-4/+5
| | | | | - kill unnecessary .Ns macros - add some man page section numbers to .Xr's
* fifo -> FIFOjmc2003-04-021-2/+2
| | | | ok millert@
* .Xr's;jmc2003-03-061-2/+2
| | | | | | typos in man page section ok deraadt@
* Typo: tempfile ==> tempnam.heko2001-09-221-2/+2
| | | | ok millert@
* Flesh out all of the stdio man pages.aaron2000-04-201-39/+19
|
* fix tmpnam() argument; kris@freebsdderaadt2000-01-091-3/+3
|
* - remove all trailing whitespaceaaron1999-07-091-3/+3
| | | | | | | | | | * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
* make function names the correct casederaadt1999-02-271-2/+2
|
* minor glitchderaadt1998-03-121-2/+2
|
* explain security considerations in some detailderaadt1998-03-121-10/+39
|
* Fix RCS idstholo1996-08-191-3/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+221