aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/setmode.3
Commit message (Collapse)AuthorAgeFilesLines
* Document that setmode(3) is not thread safe.Brooks Davis2019-07-181-1/+8
| | | | | | | | | | | | | In some circumstances, setmode(3) may call umask(2) twice to retrieve the current mode and then restore it. Between calls, the process will have a umask of 0. Reviewed by: markj Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D20982 Notes: svn path=/head/; revision=350116
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
| | | | | | | | | | | | Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point. Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96 Notes: svn path=/head/; revision=314436
* setmode(3): Make sure that setmode sets errno on failure.Pedro F. Giffuni2015-02-221-2/+15
| | | | | | | | | | | | | Our man page already documented this partially but now we have some consistent behavior. PR: 136669 Obtained from: NetBSD (CVS rev. 1.31, 1.33) Relnotes: yes MFC after: 3 weeks Notes: svn path=/head/; revision=279186
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
| | | | | | | | | clause. # If I've done so improperly on a file, please let me know. Notes: svn path=/head/; revision=165903
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-1/+1
| | | | Notes: svn path=/head/; revision=84306
* Whitespace only change: trim trailing whitespace.Jeroen Ruigrok van der Werven2000-10-301-8/+8
| | | | Notes: svn path=/head/; revision=67967
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-211-0/+2
| | | | | | | More libraries manpages updates following. Notes: svn path=/head/; revision=59460
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48794
* Add reminder to return memory allocated by this call.Warner Losh1998-12-161-1/+10
| | | | | | | Obtained from: OpenBSD Notes: svn path=/head/; revision=41841
* Merge from Lite2: man page updatesPeter Wemm1997-03-111-2/+2
| | | | Notes: svn path=/head/; revision=23667
* Correctly use .Fn instead of .Nm to reference function namesMike Pritchard1996-08-221-1/+2
| | | | | | | | | | | in a bunch of man pages. Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros instead of explicitly specifying the version in the text in a bunch of man pages. Notes: svn path=/head/; revision=17782
* Add missing header referenceAndrey A. Chernov1995-04-091-0/+1
| | | | Notes: svn path=/head/; revision=7690
* The man page setmode(3) declares `void setmode' when it should beJoerg Wunsch1995-04-051-1/+1
| | | | | | | | | declared `void *setmode'. Submitted by: kargl@troutmask.apl.washington.edu Notes: svn path=/head/; revision=7638
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+104
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573