Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-09-06 | More man page fixes. Spelling, grammar, some typos. Lots of double-word | Aaron Campbell | |
occurrences squashed as well. | |||
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 | |
it requires linking with -lz. savecore will use this to operate on gzipped kernels. | |||
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. ↵ | Todd C. Miller | |
Remove references... | |||
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 | |
Needed to make nlist of /dev/ksyms work correctly on non-a.out kernels. | |||
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 | |
/dev/ksyms. mmap was only used because, at the time, free did not give memory back to the system (our malloc/free uses mmap/munmap so we are ok). | |||
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 | |
making load/store architectures (like mips&alpha) fail whn compiled with gcc -O2. | |||
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 | |
Solar Designer <solar@false.com> some time ago. | |||
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 | |
or poorly implemented. | |||
1998-08-06 | Don't enumerate every arch in the #if since all OpenBSD platforms use the ↵ | Todd C. Miller | |
same values for malloc_pageshift and malloc_minsize except for sparc | |||
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 > ↵ | Todd C. Miller | |
SSIZE_MAX. For readv, writev, sendmsg, recvmsg return EINVAL if sum of the over iov_len values overflows an ssize_t. Based on what XPG 4.2 says (though XPG is not entirely consistent here). Basically since the return value is ssize_t allowing size > SSIZE_MAX is bad since people who (incorrectly mind you) check the return value for < 0 instead of == -1 will have bad things happen to them. | |||
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 ↵ | Todd C. Miller | |
unsigned. | |||
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 ↵ | Todd C. Miller | |
deal correctly with zero size buffer and NULL pointer. torek@bsdi.com | |||
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 | |
header files from the correct path. |