Age | Commit message (Expand) | Author |
1998-08-23 | Strip leading '_' from symbol to lookup if symbols in file lack leading '_'. | Todd C. Miller |
1998-08-22 | doc UA faulting code | Theo de Raadt |
1998-08-21 | for new functions, fix BE & UA cases. LE UA case is still busted | Theo de Raadt |
1998-08-21 | I committed the wrong version before, here is the correct one | Todd C. Miller |
1998-08-21 | For a.out use read, not mmap, to get the string table so this works on | Todd C. Miller |
1998-08-21 | mention that madvise() is not yet implemented | Todd C. Miller |
1998-08-21 | document MAP_COPY | Todd C. Miller |
1998-08-20 | clear IMAXBEL bit; msaitoh | Theo de Raadt |
1998-08-19 | Don't print 'unknown dbopen() error' when kvm_bsd.db doesn't exist | Todd C. Miller |
1998-08-19 | don't print 'unknown dbopen() error' when kvm_bsd.db doesn't exist | Todd C. Miller |
1998-08-19 | commas | Paul Janzen |
1998-08-17 | typo | Todd C. Miller |
1998-08-17 | Xr poll | Theo de Raadt |
1998-08-16 | deal with realloc/malloc failure and don't trash old pointer if realloc fails | Todd C. Miller |
1998-08-16 | If $TERMINFO is set, use that in preference to the system terminfo file, but ... | Todd C. Miller |
1998-08-15 | document the common misuse of realloc | Theo de Raadt |
1998-08-15 | simplify a few things wrt realloc | Todd C. Miller |
1998-08-15 | fix broken realloc fix from yesterday | Todd C. Miller |
1998-08-15 | fix realloc patch | Theo de Raadt |
1998-08-14 | don't define HAVE_* since it conflicts with other configure scripts | Todd C. Miller |
1998-08-14 | realloc repair | Theo de Raadt |
1998-08-14 | realloc repair | Theo de Raadt |
1998-08-14 | fix realloc usage | Todd C. Miller |
1998-08-12 | Make code ANSI/ISO C conformant. Formerly undefined constructs were used | Niklas Hallqvist |
1998-08-11 | Temporary fix for a GCC aliasing bug/misfeature that hits here | Niklas Hallqvist |
1998-08-10 | crank minor | Niels Provos |
1998-08-10 | add ECB and CBC encryption for octet streams | Niels Provos |
1998-08-10 | fix base64 encoding, this problem was reported by | Niels Provos |
1998-08-08 | zlib 1.1.3 | Todd C. Miller |
1998-08-08 | add russian messages support | Oleg Safiullin |
1998-08-07 | Xr netintro | Theo de Raadt |
1998-08-07 | Add correct handling of more systemcalls. either not implemented before | Dale S. Rahn |
1998-08-06 | there is no <sys/kinfo*.h> and s/KINFO_PROC/KERN_PROC/ | kstailey |
1998-08-06 | there is no <sys/kinfo.h> | kstailey |
1998-08-06 | there is no <sys/kinfo.h> | kstailey |
1998-08-06 | Don't enumerate every arch in the #if since all OpenBSD platforms use the sam... | Todd C. Miller |
1998-08-05 | IOV_MAX, not UIO_MAXIOV | Todd C. Miller |
1998-08-03 | Use UID_MAX, not UINT_MAX. Rename remove_trailing_space() to trim_whitespace... | Todd C. Miller |
1998-08-03 | update to ncurses-4.2-980801 | Todd C. Miller |
1998-07-30 | unctrl.c is generated at depend time | Todd C. Miller |
1998-07-28 | rename getent/getstr to gtgetent/gtgetstr so they don't | Marco S Hyman |
1998-07-28 | For read, write, send, sendto, recv, recvfrom return EINVAL is size arg > SSI... | Todd C. Miller |
1998-07-28 | document EINVAL due to overflow | Todd C. Miller |
1998-07-28 | Don't talk about the sum of the iov_len being negative since iov_len is unsig... | Todd C. Miller |
1998-07-27 | _OCURSES_H_, not _CURSES_H_ | Todd C. Miller |
1998-07-27 | bad Theo, changed a variable name ;-) | Todd C. Miller |
1998-07-27 | include sys/param.h to pull in MAXPATHLEN | Todd C. Miller |
1998-07-27 | clone mkstemp() setup in ../btree | Theo de Raadt |
1998-07-27 | update to ncurses-4.2-980725 | Todd C. Miller |
1998-07-27 | Use a single character buffer for the size==0 case. Stdio internals do not d... | Todd C. Miller |