summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* knf + new interface: hid_start() is non-exit non-stderr spewing version of hid_init(); ok matthieu millertderaadt2004-06-048-102/+142
* 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
* do not need sh_func_adrs w/ gcc3 no moremickey2004-06-011-3/+2
* Remove redundant errno declaration. ok deraadt@otto2004-05-311-3/+2
* ansideraadt2004-05-291-4/+3
* In the Final function, move the context zeroing into the digest != NULLmillert2004-05-285-21/+17
* knf; otto okderaadt2004-05-2814-117/+77
* better code for calling ctorsmickey2004-05-261-5/+3
* PICy stuffmickey2004-05-256-31/+86
* evil pastomickey2004-05-221-2/+2
* add DLT_PPP_ETHER supportbrad2004-05-211-1/+11
* 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
* fix va -> pa decode. 'by all means' deraadt@marc2004-05-051-5/+5
* 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-032-4/+4
* 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
* Do not define NOTE_EOF in CFLAGS. ok millert@miod2004-05-021-3/+2
* bump minor for new functions. Reminder from brad@marc2004-05-021-1/+1
* pthead_supsend_all_np and pthread_resume_all_np from freebsd viamarc2004-05-017-129/+255