Age | Commit message (Expand) | Author |
1998-09-07 | More man page fixes. Particularly fix uses of it's/its, affect/effect, | Aaron Campbell |
1998-09-07 | Nitpicking max filename length: add .Xr to pathconf/fpathconf. | Marc Espie |
1998-09-07 | make work on pmax | Todd C. Miller |
1998-09-06 | More man page fixes. Spelling, grammar, some typos. Lots of double-word | Aaron Campbell |
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-09-05 | missed these too. sigh | David Leonard |
1998-09-03 | libpthread tests modified for uthreads | David Leonard |
1998-08-31 | DLT_LOOP has network byte order header | Theo de Raadt |
1998-08-31 | put back a security fix downsj removed ages ago | Theo de Raadt |
1998-08-31 | Add a dummy '_kvm_pa2off()' so it can be used instead of libkvm.old. | Per Fogelstrom |
1998-08-31 | use HOSTCC to compile helper programs | Michael Shalayeff |
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-28 | somehow i missed this directory.. | David Leonard |
1998-08-27 | fix premature free() calling | Michael Shalayeff |
1998-08-27 | experimental threaded libc - kernel only | David Leonard |
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-24 | mention _PATH_KSYMS | Todd C. Miller |
1998-08-24 | mention _PATH_KSYMS | Todd C. Miller |
1998-08-24 | minor fixup to make this work. i386 still uses libkvm.old but it probably do... | Todd C. Miller |
1998-08-24 | In kvm_open, if no file is specified, try /dev/ksyms and fall back to /bsd. ... | Todd C. Miller |
1998-08-24 | In kvm_open, if no file is specified, try /dev/ksyms and fall back to /bsd | Todd C. Miller |
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 |