summaryrefslogtreecommitdiffstats
path: root/lib/libc (follow)
Commit message (Expand)AuthorAgeFilesLines
* An optional argument cannot start with '-', even if permutation ismillert2004-06-031-4/+5
* cross-Xref to make pathconf/sysconf easy to find.espie2004-06-033-3/+7
* In the Final function, move the context zeroing into the digest != NULLmillert2004-05-285-21/+17
* PICy stuffmickey2004-05-256-31/+86
* ansify function definitions and zap some `register'jfb2004-05-1858-642/+282
* Add .Xr's to the commands implementing the various digests. ok millert@otto2004-05-164-4/+9
* When parsing what follows [, do not allocate memory that is not used,otto2004-05-081-3/+7
* Document _SC_XOPEN_SHM, SEM_NSEMS_MAX and SEM_VALUE_MAX.millert2004-05-071-1/+9
* Implement _SC_SEM_NSEMS_MAX and _SC_SEM_VALUE_MAX.millert2004-05-071-4/+14
* Describe more accurate what word boundaries are.otto2004-05-071-2/+2
* Simpler byte order flipping. Now the only place we explicitly checkmillert2004-05-071-78/+67
* Tyop; noted by jmc@millert2004-05-061-2/+2
* improved man page, with example and error strings, suggested by deraadt@tedu2004-05-061-36/+56
* typo; sq@oganer.netderaadt2004-05-061-2/+2
* O_SYNC is valid for F_GETFL/F_SETFL toomillert2004-05-051-1/+8
* O_NOFOLLOW and O_SYNC are also valid flags to dbopen(3)millert2004-05-051-1/+3
* Make the Transform functions match the other hash types and document them.millert2004-05-052-111/+115
* Make the 2nd arg to SHA1Transform const again and unifdef SHA1HANDSOFF.millert2004-05-052-14/+7
* sort SEE ALSO;jmc2004-05-041-2/+2
* In _longjmp(), flush windows rather than attempting to backtrack manually,miod2004-05-042-59/+35
* Be smarter about signed vs. unsigned (produces better error messages).millert2004-05-031-2/+2
* Missed this in the __strerror() removal.millert2004-05-031-2/+2
* Sync some prototypes with the headersmillert2004-05-033-6/+6
* Some u_char -> u_int8_t conversion I missed earlier.millert2004-05-033-11/+11
* Use KNF indentation style and do some u_char -> u_int8_t conversionmillert2004-05-031-94/+95
* libc major number crankmillert2004-05-031-2/+2
* Use size_t as the type of the length parameter per POSIXmillert2004-05-032-4/+4
* No longer need __strerror(3) now that we use strerror_r() inside libc.millert2004-05-031-46/+0
* Add Pad and FileChunk functions for each family of hash functions.millert2004-05-0311-141/+315
* Make ndbm match POSIX. A datum consists of a void *dptr and a size_t dsize.millert2004-05-033-12/+15
* XPG specifies bsd_signal(3) so make it an alias for signal(3); OK deraadt@millert2004-05-032-12/+25
* Add _Exit(3) as per C99. Discussed with espie@ some time ago.millert2004-05-033-12/+64
* typo spotted by grangetedu2004-05-031-2/+2
* strtonum, a nicer version of strtoll, by millert and myself.tedu2004-05-033-2/+191
* Do a better job of documenting strerror_r() and add an ERRORS section.millert2004-05-031-15/+43
* build the error message in strerror_r.c directly, avoiding one copy there.espie2004-05-034-129/+112
* Rev 1.4 was bogus (committed from the wrong tree), this repairs it.millert2004-05-031-87/+65
* some minor KNFmillert2004-05-021-33/+42
* let __strerror fill precisely the part of the buffer it can.espie2004-05-011-17/+18
* Mention siginterrupt; OK deraadt@millert2004-04-301-1/+6
* Let __strerror work by fixing a number of problems. Work by tholo and I,espie2004-04-301-22/+52
* Sync with md5.c rev. 1.4millert2004-04-291-128/+83
* Changes inspired by Markus's rmd160 implementation:millert2004-04-291-128/+83
* Undo some recent prototype changes; it is legal to pass the helpermillert2004-04-295-35/+35
* The data pointer passed to the transform function may not be properlymillert2004-04-291-9/+7
* typo in SEE ALSO;jmc2004-04-291-2/+2
* more KNFmillert2004-04-291-15/+15
* Some KNFmillert2004-04-291-25/+25
* KNF: function names should be at column 0 for easier grepping.millert2004-04-281-16/+30
* Pass sizeof(*pointer) not sizeof(point) to memset. Karsten Desler.millert2004-04-282-6/+6