Age | Commit message (Expand) | Author |
2001-02-05 | if a build generates the files, a clean should remove them. ok beck@ | Todd T. Fries |
2001-02-05 | please alpha | Theo de Raadt |
2001-02-04 | This is OpenBSD, not 4.2BSD | Todd C. Miller |
2001-02-04 | Add RETURN VALUES section | Todd C. Miller |
2001-02-04 | libc_r builds on alpha again | Theo de Raadt |
2001-02-03 | Remove even more dead code. | Artur Grabowski |
2001-02-03 | oops. | Artur Grabowski |
2001-02-03 | Schedule running of __fini in __init, not __start. | Artur Grabowski |
2001-02-03 | An OpenBSD tag doesn't hurt. | Artur Grabowski |
2001-02-03 | Add an OS note identifying OpenBSD binaries. | Artur Grabowski |
2001-02-03 | Decruftification. | Artur Grabowski |
2001-02-03 | Use crtbegin and crtend from common_elf. | Artur Grabowski |
2001-02-03 | Create a common_elf directory with crtbegin and crtend that can | Artur Grabowski |
2001-02-03 | Don't define ECOFF_COMPAT. We're ELF. | Artur Grabowski |
2001-02-03 | Fix the the elf nlist for cases where we can't mmap the headers. | Artur Grabowski |
2001-02-01 | MAXLOGNAME defn changed | Theo de Raadt |
2001-01-31 | remove old infrastructure which is not used anymore. Ok'd by beck@ | Brad Smith |
2001-01-31 | move utmp to large format, usernames to 32 chars; downsj | Theo de Raadt |
2001-01-31 | deconfuse include path. (XXX - this for my future hacks). | Artur Grabowski |
2001-01-27 | Stubs for vax. (build at least) | Hugh Graham |
2001-01-26 | Use correct interpreters | Niklas Hallqvist |
2001-01-26 | SHA1 is a big endian algorithm but RFC2289 mandates that results be | Todd C. Miller |
2001-01-26 | wording updates. typo in example (s/err1/errx/). | Jun-ichiro itojun Hagino |
2001-01-26 | Clarify that the proctitle is set to "progname: fmt", not "progname:fmt". | Aaron Campbell |
2001-01-25 | This is not how we'll do dynamic libraries on alpha anyway. | Artur Grabowski |
2001-01-25 | ELf-size independent nlist. | Artur Grabowski |
2001-01-24 | alignment seems like a good idea; after art@alpha | Michael Shalayeff |
2001-01-24 | Add alignment on this ugly array. | Artur Grabowski |
2001-01-22 | Missed changes in ncurses-5.2-20010114 commit | Todd C. Miller |
2001-01-22 | Update to ncurses-5.2-20010114 | Todd C. Miller |
2001-01-22 | PAGE_SHIFT can be a define, avoid double-define. | Artur Grabowski |
2001-01-22 | put more manual pages in | Theo de Raadt |
2001-01-21 | Shuffle man page sections into preferred order. | Aaron Campbell |
2001-01-20 | style(9) in example code. | Aaron Campbell |
2001-01-18 | Remove errant line (pasto). | Todd C. Miller |
2001-01-18 | Provide examples showing how to convert old code to use sigprocmask(2). | Todd C. Miller |
2001-01-17 | first cut at "what is allowed in a signal handler, based on but extended from... | Theo de Raadt |
2001-01-16 | typo in comment, change -> chance | Brad Smith |
2001-01-16 | switch stacks even when restoring a preempted thread. (credit to pefo@) | David Leonard |
2001-01-13 | Sync function comment with man page; fanf@covalent.net | Todd C. Miller |
2001-01-12 | Reverse the order of two loop invariant to make 'strlcat(0, "foo", 0)' | Todd C. Miller |
2001-01-12 | Clarify sigsetjmp vs. setjmp vs. _setjmp. | Todd C. Miller |
2001-01-12 | make sure s always has enough from for trailing \0. even though strlcpy will | Bob Beck |
2001-01-10 | put up FD_* manual pages, in section 3 | Theo de Raadt |
2001-01-08 | fix %p matching. checked by angelos. closes PR1612 | David Leonard |
2001-01-07 | libutil.h -> util.h | Christian Weisgerber |
2001-01-06 | 0xFF is not a control character in ISO 8859; ok angelos@ | Christian Weisgerber |
2001-01-05 | do not refer getnodebyname. sync with kame. | Jun-ichiro itojun Hagino |
2001-01-05 | Use ISO 8859 to determine printability. | Angelos D. Keromytis |
2001-01-04 | grammar | Todd T. Fries |