aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/setmode.c
Commit message (Expand)AuthorAgeFilesLines
* Allow building setmode.c on Linux/macOSAlex Richardson2020-08-031-4/+5
* Clean up the vcs ID strings in libc's gen/ directory.John Baldwin2018-07-031-3/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Make sysctl_kern_proc_umask execute fast path when requested pid inBartek Rutkowski2017-11-071-1/+1
* libc: provide some bounds-checking through reallocarray(3).Pedro F. Giffuni2017-03-121-1/+1
* libc: small cleanups.Pedro F. Giffuni2017-03-121-2/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Switch libc from using _sig{procmask,action,suspend} symbols, whichKonstantin Belousov2015-08-291-2/+3
* setmode(): Use sysctl kern.proc.umask instead of umask() if possible.Jilles Tjoelker2015-03-261-9/+33
* setmode(3): Make sure that setmode sets errno on failure.Pedro F. Giffuni2015-02-221-18/+32
* tab vs spaces.Pedro F. Giffuni2015-02-201-2/+2
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Use prototypes in the function definitions.Stefan Farfeleder2005-04-081-14/+5
* More changes from NetBSD:Mike Heffner2003-02-231-9/+11
* Grab some changes from NetBSD:Mike Heffner2003-02-231-5/+6
* * Remove __P and convert to ANSI prototypes.David E. O'Brien2002-02-011-19/+17
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-3/+4
* Add unsigned char cast to isdigitAndrey A. Chernov1999-11-041-1/+1
* If `who' was not specified, set the appropriate bits as the chmod(1)Ruslan Ermilov1999-09-221-2/+6
* Minor cleanup, mostly unused vars and missing #includes.Poul-Henning Kamp1995-10-221-3/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+453