Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-05-03 | Add octect sanity checking | yanick | |
1999-05-01 | Break up into two loops, one for the copy, another to finish traversal | Todd C. Miller | |
of the src string if len(src) >= size. Speeds up the common case a bit. | |||
1999-05-01 | It is faster to split this into separate length and copy operations | Todd C. Miller | |
1999-04-30 | don't use a2 | Todd C. Miller | |
1999-04-30 | fix register usage (program logic is unchanged) | Todd C. Miller | |
1999-04-28 | no such errno EOPNOSUPPORT, make it EOPNOTSUPP as it ought to be | Aaron Campbell | |
1999-04-28 | Do not provide gethostby.*_r for now, as configure scripts find | Niklas 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-27 | use assembler here | Michael Shalayeff | |
1999-04-26 | Only proto xgets() if stdio has been included | Jason Downs | |
1999-04-25 | missing parts from last commit | Todd C. Miller | |
1999-04-25 | m68k assembler version of strlcpy(3) | Todd C. Miller | |
1999-04-24 | simplified version that doesn't call strlen and that is simpler to convert ↵ | Todd C. Miller | |
to assembler (both for gcc and me) | |||
1999-04-23 | mac68k uses libkvm now | Jason Downs | |
1999-04-22 | spelling | Marc Espie | |
1999-04-21 | sucessful -> successful | Aaron Campbell | |
1999-04-21 | This is OpenBSD. | Alex Feldman | |
1999-04-21 | First cut at powerpc support for uthread. Not complete. | Dale S. Rahn | |
1999-04-21 | Fix the _THREAD_SAFE path through the cerror code for powerpc. | Dale S. Rahn | |
libc_r was never completed for the powerpc arch. | |||
1999-04-20 | issetuid -> issetugid; deraadt@ | Aaron Campbell | |
1999-04-20 | .Fn -> .Ft in SYNOPSIS for localtime() return type | Aaron Campbell | |
1999-04-18 | Fixup of formatting in the example source code | Wim Vandeputte | |
1999-04-18 | Add Xrefs. | Marc Espie | |
1999-04-18 | o Opening a zero-length hash file should not be an error | Todd 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 lines | Aaron Campbell | |
1999-03-29 | initgroups(3) should not spew to stderr; giles@nemeton.com.au | Todd C. Miller | |
Also document the NGROUPS limit. | |||
1999-03-28 | ncurses-4.2-990327; just man page fixes | Todd C. Miller | |
1999-03-26 | use stdlib; millert | Theo de Raadt | |
1999-03-24 | allow make depend to work | David Leonard | |
1999-03-24 | actually make use of the new manual pages | David Leonard | |
1999-03-24 | revert to -pthread | David Leonard | |
1999-03-23 | Clarify realloc return value | Todd C. Miller | |
1999-03-22 | better, nicer, neater documentation | David Leonard | |
1999-03-22 | minor fixes | David Leonard | |
1999-03-22 | new documentation | David Leonard | |
1999-03-18 | ncurses-4.2-990318 | Todd C. Miller | |
1999-03-18 | typo; nash@mcs.net | Aaron Campbell | |
1999-03-17 | subdir Makefiles should not contain anything else | Theo de Raadt | |
1999-03-17 | do not break things | Theo de Raadt | |
1999-03-16 | Add ssl.8 man page - configuration and issues overview. | Bob Beck | |
1999-03-16 | ncurses-4.2-990316 | Todd C. Miller | |
1999-03-16 | Add install of reasonable default ssleay.cnf file | Bob Beck | |
1999-03-16 | Get the pid right if a stale lock file exists. | brian | |
Submitted by: Lawrence D. Lopez <lopez@cisco.com> | |||
1999-03-15 | ncurses-4.2-990314 | Todd C. Miller | |
1999-03-14 | ncurses-4.2-990313 | Todd C. Miller | |
1999-03-14 | ncurses-4.2-990313 | Todd C. Miller | |
1999-03-13 | Fix loading of constant into upper portion off register, prevously | Dale S. Rahn | |
if the register being loaded into was not value zero would end up with wrong value. Only affected profiling executables. | |||
1999-03-12 | Fix various nonsense. | Marc Espie | |
- add $OpenBSD$ tag - () fork subshell... wasteful when unnecessary - chain commands using &&, not ;, so that you retrieve status | |||
1999-03-12 | Fixes 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-12 | these somehow got missed in the earlier curses commit | Todd C. Miller | |
1999-03-12 | formatting | Paul Janzen | |