364 Commits (70439042afd270cb9bf48023c360b119974198e6)

Author SHA1 Message Date
  alex a26623b581 Cleanup xrefs under SEE ALSO. Specifically: 25 years ago
  niklas f5ec9904aa CBC bug reported by Juergen Nickelsen <ni@tellique.de> 25 years ago
  aaron 6093b939d2 correct some Xr's which referred to the wrong man page sections 25 years ago
  millert 322baa66fd Break up into two loops, one for the copy, another to finish traversal 25 years ago
  millert 32f2bc5502 m68k assembler version of strlcpy(3) 25 years ago
  millert 6412bd34bc simplified version that doesn't call strlen and that is simpler to convert to assembler (both for gcc and me) 25 years ago
  wvdputte b792344682 Fixup of formatting in the example source code 25 years ago
  deraadt 52abdb63d2 use stdlib; millert 25 years ago
  millert 34c85324ae Clarify realloc return value 25 years ago
  aaron 0921dacac0 typo; nash@mcs.net 25 years ago
  brian d4e74d83fc Get the pid right if a stale lock file exists. 25 years ago
  pjanzen 2e427ad79b fix more comma splices that involve misuse of conjunctive adverbs 25 years ago
  pjanzen d9e39666e6 fix comma splices involving 'however' 25 years ago
  millert 4b89c3f774 add examples 25 years ago
  millert ada64a730a typo 25 years ago
  millert 7a5b2ea811 better examples section wrt strncpy() 25 years ago
  deraadt 7f5df2724f make function names the correct case 25 years ago
  deraadt d63c17e8c3 skipjack in libc; isakmpd and such will want it 25 years ago
  d 1205763b91 wrong ret type for write define (millert@) 26 years ago
  d 21a64850f5 malloc can't use write() if it fails very early, so use the unwrapped syscall _thread_sys_write() if we are threaded 26 years ago
  millert 9fe2fbfc57 No need to cast to they type we already are. Also minor KNF 26 years ago
  millert 151b095049 remove bogus divide, fixes pr #656 26 years ago
  espie e28e39375b .Xr strlcat, strlcpy 26 years ago
  deraadt 901a859ab9 bad long 26 years ago
  d 31570910f0 Add thread-safety to libc, so that libc_r will build (on i386 at least). 26 years ago
  aaron 8337cf556e add MLINK for malloc.conf.5 man page, also add FILES section to malloc.3; fries@ 26 years ago
  deraadt 71c0d453e0 preserve errno; christos 26 years ago
  espie 775006271f Fix `typo', proves that strlcpy/strlcat is a very good idea. 26 years ago
  espie 87a2f09149 getenv() result is read-only, unless you're looking for trouble. 26 years ago
  wvdputte 1ad600adae add missing const to match prototype in string.h 26 years ago
  janjaap d7dbb5b7be Make RMD160Update a little less overzealous when fed small crumbs. 26 years ago
  aaron 4eb6929f93 More man page fixes. Particularly fix uses of it's/its, affect/effect, 26 years ago
  aaron ffc6ab53d2 More man page fixes. Spelling, grammar, some typos. Lots of double-word 26 years ago
  niklas 908656e734 Fix UA cases in a MI way 26 years ago
  mickey a2141fd380 define hppa as an ieee 26 years ago
  deraadt d8b311de10 doc UA faulting code 26 years ago
  deraadt 661c1a8e61 for new functions, fix BE & UA cases. LE UA case is still busted 26 years ago
  pjanzen 4049e8158f commas 26 years ago
  deraadt 88d3e4de8e document the common misuse of realloc 26 years ago
  niklas 09df05bd48 Make code ANSI/ISO C conformant. Formerly undefined constructs were used 26 years ago
  niklas 775584f322 Temporary fix for a GCC aliasing bug/misfeature that hits here 26 years ago
  provos 9124668bb4 add ECB and CBC encryption for octet streams 26 years ago
  provos b39d3aea3c fix base64 encoding, this problem was reported by 26 years ago
  millert 68f9effca8 Don't enumerate every arch in the #if since all OpenBSD platforms use the same values for malloc_pageshift and malloc_minsize except for sparc 26 years ago
  millert d854eef346 Use UID_MAX, not UINT_MAX. Rename remove_trailing_space() to trim_whitespace() since it trims from both ends, not just the rear. 26 years ago
  provos 8de558a493 s/u8/u_int8_t/, s/u32/u_int32_t, put castsb.h into cast.c and include 26 years ago
  provos f4846928f6 Add CAST encryption, implementation by Steve Reid <sreid@sea-to-sky.net>. 26 years ago
  deraadt 106cbde93f change to lite2 getenv(); getenv(NULL) now returns NULL 26 years ago
  millert 761acbad30 ftpd: sleep for an indeterminate amount for non-existant logins 26 years ago
  millert 8ca0d38fd9 Prevent luser from zero'ing out ut_host. If the new ut_line is 26 years ago