summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
1999-05-03Add octect sanity checkingyanick
1999-05-01Break up into two loops, one for the copy, another to finish traversalTodd C. Miller
of the src string if len(src) >= size. Speeds up the common case a bit.
1999-05-01It is faster to split this into separate length and copy operationsTodd C. Miller
1999-04-30don't use a2Todd C. Miller
1999-04-30fix register usage (program logic is unchanged)Todd C. Miller
1999-04-28no such errno EOPNOSUPPORT, make it EOPNOTSUPP as it ought to beAaron Campbell
1999-04-28Do not provide gethostby.*_r for now, as configure scripts findNiklas Hallqvist
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-27use assembler hereMichael Shalayeff
1999-04-26Only proto xgets() if stdio has been includedJason Downs
1999-04-25missing parts from last commitTodd C. Miller
1999-04-25m68k assembler version of strlcpy(3)Todd C. Miller
1999-04-24simplified version that doesn't call strlen and that is simpler to convert ↵Todd C. Miller
to assembler (both for gcc and me)
1999-04-23mac68k uses libkvm nowJason Downs
1999-04-22spellingMarc Espie
1999-04-21sucessful -> successfulAaron Campbell
1999-04-21This is OpenBSD.Alex Feldman
1999-04-21First cut at powerpc support for uthread. Not complete.Dale S. Rahn
1999-04-21Fix the _THREAD_SAFE path through the cerror code for powerpc.Dale S. Rahn
libc_r was never completed for the powerpc arch.
1999-04-20issetuid -> issetugid; deraadt@Aaron Campbell
1999-04-20.Fn -> .Ft in SYNOPSIS for localtime() return typeAaron Campbell
1999-04-18Fixup of formatting in the example source codeWim Vandeputte
1999-04-18Add Xrefs.Marc Espie
1999-04-18o Opening a zero-length hash file should not be an errorTodd C. Miller
o Correct odbm support o Add man links for ndbm and odbm
1999-04-02.Pp macros do not belong immiedately after .Sh section header linesAaron Campbell
1999-03-29initgroups(3) should not spew to stderr; giles@nemeton.com.auTodd C. Miller
Also document the NGROUPS limit.
1999-03-28ncurses-4.2-990327; just man page fixesTodd C. Miller
1999-03-26use stdlib; millertTheo de Raadt
1999-03-24allow make depend to workDavid Leonard
1999-03-24actually make use of the new manual pagesDavid Leonard
1999-03-24revert to -pthreadDavid Leonard
1999-03-23Clarify realloc return valueTodd C. Miller
1999-03-22better, nicer, neater documentationDavid Leonard
1999-03-22minor fixesDavid Leonard
1999-03-22new documentationDavid Leonard
1999-03-18ncurses-4.2-990318Todd C. Miller
1999-03-18typo; nash@mcs.netAaron Campbell
1999-03-17subdir Makefiles should not contain anything elseTheo de Raadt
1999-03-17do not break thingsTheo de Raadt
1999-03-16Add ssl.8 man page - configuration and issues overview.Bob Beck
1999-03-16ncurses-4.2-990316Todd C. Miller
1999-03-16Add install of reasonable default ssleay.cnf fileBob Beck
1999-03-16Get the pid right if a stale lock file exists.brian
Submitted by: Lawrence D. Lopez <lopez@cisco.com>
1999-03-15ncurses-4.2-990314Todd C. Miller
1999-03-14ncurses-4.2-990313Todd C. Miller
1999-03-14ncurses-4.2-990313Todd C. Miller
1999-03-13Fix loading of constant into upper portion off register, prevouslyDale S. Rahn
if the register being loaded into was not value zero would end up with wrong value. Only affected profiling executables.
1999-03-12Fix various nonsense.Marc Espie
- add $OpenBSD$ tag - () fork subshell... wasteful when unnecessary - chain commands using &&, not ;, so that you retrieve status
1999-03-12Fixes to the currently unused PIC support in the powerpc asm files.Dale S. Rahn
contact rahnds@openbsd.org before attempting to use this funcationality.
1999-03-12these somehow got missed in the earlier curses commitTodd C. Miller
1999-03-12formattingPaul Janzen