Age | Commit message (Expand) | Author |
1998-09-05 | more man page repairs; aaron@ug.cs.dal.ca | Theo de Raadt |
1998-09-05 | Add support for nlisting against a gzipped kernel, #ifdef'd out since | Todd C. Miller |
1998-08-31 | put back a security fix downsj removed ages ago | Theo de Raadt |
1998-08-30 | Fix UA cases in a MI way | Niklas Hallqvist |
1998-08-30 | v?asnprintf was never ocmmitted because it make stdio guts too gross. Remove... | Todd C. Miller |
1998-08-29 | man page repairs; aaron@ug.cs.dal.ca | Theo de Raadt |
1998-08-29 | change pmap_set() protocol to u_int, similar to solaris; ref: casper | Theo de Raadt |
1998-08-28 | some libc parts; memmove.S to written | Michael Shalayeff |
1998-08-28 | define hppa as an ieee | Michael Shalayeff |
1998-08-28 | do not toss memory dribble into the output files (small performance loss) | Theo de Raadt |
1998-08-28 | hppa is ieee fp too | Michael Shalayeff |
1998-08-28 | links to asnprintf and such | Theo de Raadt |
1998-08-27 | re-initialize the tty buffer with "/dev/" everytime through; spotted by d | Theo de Raadt |
1998-08-26 | s/NetBSD/OpenBSD | kstailey |
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 | commas | Paul Janzen |
1998-08-17 | typo | Todd C. Miller |
1998-08-17 | Xr poll | Theo de Raadt |
1998-08-15 | document the common misuse of realloc | Theo de Raadt |
1998-08-15 | fix realloc patch | Theo de Raadt |
1998-08-14 | realloc repair | Theo de Raadt |
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 | 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 | 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-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 | 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 | Use a single character buffer for the size==0 case. Stdio internals do not d... | Todd C. Miller |
1998-07-24 | fix spelling of separate | Theo de Raadt |
1998-07-24 | Man pages Xrefs. | Marc Espie |
1998-07-23 | build mpool(3) | Theo de Raadt |
1998-07-21 | s/u8/u_int8_t/, s/u32/u_int32_t, put castsb.h into cast.c and include | Niels Provos |
1998-07-21 | crank minor because of cast | Niels Provos |