summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/system.c (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-05-17spellingderaadt1-3/+3
1999-05-17 o Mention strlcpy and strlcatmillert1-3/+10
o strsep is not in ANSI X3.159-1989 (though it is in C9X)
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:alex16-46/+46
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
1999-05-15ethernet -> Ethernet, other repairsaaron1-3/+3
1999-05-14CBC bug reported by Juergen Nickelsen <ni@tellique.de>niklas1-2/+2
1999-05-12grammar police: do not hyphenate compound words that act as adjectives if theaaron1-3/+3
first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong
1999-05-10correct some Xr's which referred to the wrong man page sectionsaaron4-10/+10
1999-05-03Add octect sanity checkingyanick1-5/+5
1999-05-01Break up into two loops, one for the copy, another to finish traversalmillert1-13/+17
of the src string if len(src) >= size. Speeds up the common case a bit.
1999-04-28Do not provide gethostby.*_r for now, as configure scripts findniklas1-4/+4
the functions using nm(1), but then no prototypes exist and things break. d@ will contemplate over the issue and resolve it for real later :-)
1999-04-25m68k assembler version of strlcpy(3)millert1-3/+3
1999-04-24simplified version that doesn't call strlen and that is simpler to convert ↵millert1-7/+8
to assembler (both for gcc and me)
1999-03-26use stdlib; millertderaadt1-2/+2
1999-03-23Clarify realloc return valuemillert1-3/+4
1999-03-18typo; nash@mcs.netaaron2-4/+4
1999-03-17subdir Makefiles should not contain anything elsederaadt2-6/+5
1999-03-17do not break thingsderaadt2-249/+2
1999-03-16Add ssl.8 man page - configuration and issues overview.beck3-7/+247
1999-03-16Add install of reasonable default ssleay.cnf filebeck2-0/+71
1999-03-12Fix various nonsense.espie1-7/+8
- add $OpenBSD$ tag - () fork subshell... wasteful when unnecessary - chain commands using &&, not ;, so that you retrieve status
1999-03-11fix more comma splices that involve misuse of conjunctive adverbspjanzen1-2/+2
1999-03-06add examplesmillert1-1/+40
1999-03-06typomillert1-3/+3
1999-03-05better examples section wrt strncpy()millert1-3/+35
1999-03-03Added support for m88k.smurph1-1/+4
1999-03-02Provide a method to do prerequisites needed beforeniklas1-2/+4
installation of includes can happen. Do these before and not run via ${SUDO}.
1999-03-02getservbyport() takes a network byte order port #deraadt1-2/+2
1999-02-27make function names the correct casederaadt6-21/+21
1999-02-26skipjack in libc; isakmpd and such will want itderaadt2-2/+260
1999-02-03wrong ret type for write define (millert@)d1-2/+2
1999-02-01There must be a better way...pefo1-2/+6
1999-02-01malloc can't use write() if it fails very early, so use the unwrapped ↵d1-1/+10
syscall _thread_sys_write() if we are threaded
1999-01-06cleand1-35/+39
1999-01-05 Fix up for make regress. Should handle objdir now.beck4-7/+12
1999-01-04ssl lib test scripts. Need to be tested so as not to break build processbeck8-0/+187
before this libssl dir is added to the upper level Makefile.
1998-12-21md spinlockd1-74/+0
1998-12-18add md _atomic_is_locked; cleand1-2/+3
1998-12-07No need to cast to they type we already are. Also minor KNFmillert1-3/+6
1998-12-07remove bogus divide, fixes pr #656millert1-2/+2
1998-11-29create ${DESTDIR}/usr/include/ssl if it does not exist. This is needed ↵millert4-0/+4
because the mtree is done after "make includes"
1998-11-28.Xr strlcat, strlcpyespie2-4/+7
1998-11-22bad longderaadt1-2/+2
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).d13-37/+430
All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO
1998-11-18"foo.h" -> <ssl/foo.h> in ssl includes, so we do not need -I/usr/include/sslniklas2-10/+18
and we won't be bothered by nameclashes with application headers
1998-11-18check for negative numbers from strtol()deraadt1-3/+3
1998-11-17add MLINK for malloc.conf.5 man page, also add FILES section to malloc.3; fries@aaron2-2/+6
1998-11-11Fix `typo', proves that strlcpy/strlcat is a very good idea.espie1-2/+9
1998-11-10getenv() result is read-only, unless you're looking for trouble.espie1-1/+5
1998-11-06add missing const to match prototype in string.hwvdputte1-3/+3
1998-10-19Fix so to not require a make obj - Fix cleandir target to remove the headersbeck1-1/+14
Configure munges from OBJDIR.