summaryrefslogtreecommitdiff
path: root/lib/libc/string/strmode.c
Commit message (Collapse)AuthorAgeFilesLines
* There is no way for strmode(3) to append '+' if the file has ACL,Edward Tomasz Napierala2009-04-141-1/+1
| | | | | | | | because there is no way to figure that out based on the file mode itself. Make the manual page match reality. Notes: svn path=/head/; revision=191055
* Fix the functions to match prototypes. The K&R definitions differWarner Losh2009-02-031-1/+1
| | | | | | | from the ANSI-C prototype due to the 'int promotion' rule. Notes: svn path=/head/; revision=188098
* - ANSIfy function definitionsDaniel Gerzo2009-02-031-3/+1
| | | | | | | | | - use nul when we are looking for a terminating character where appropriate Approved by: imp Notes: svn path=/head/; revision=188080
* 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
* Remove 'register' keyword.David E. O'Brien2002-03-211-2/+2
| | | | Notes: svn path=/head/; revision=92889
* rcsid[]->__FBSDIDDavid E. O'Brien2001-11-071-4/+2
| | | | Notes: svn path=/head/; revision=86170
* Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files.David E. O'Brien2001-05-241-0/+4
| | | | | | | Do the same for the non-wcs*/wmem* files while I'm here. Notes: svn path=/head/; revision=77117
* Import CSRG 4.4BSD-Lite2 lib/libc onto vendor branchPeter Wemm1997-03-111-0/+152
Notes: svn path=/vendor/CSRG/dist/; revision=23658