Age | Commit message (Expand) | Author |
2001-02-12 | capitalization | Aaron Campbell |
2001-02-12 | correct listener side example. from deraadt | Jun-ichiro itojun Hagino |
2001-02-11 | Some cleanup. | Aaron Campbell |
2001-02-10 | Add missing line continuation character. Fixes sparc and powerpc builds. | Todd C. Miller |
2001-02-10 | Make sure $RSH is not the empty string. | Todd C. Miller |
2001-02-10 | Insert a missing comma. | Aaron Campbell |
2001-02-09 | simplify if loops a bit; Reviewed by: beck@ | Brad Smith |
2001-02-08 | implement upper limit to icmp6 redirects (experimental, turned off) | Jun-ichiro itojun Hagino |
2001-02-07 | dd ECONNABORTED. | Jun-ichiro itojun Hagino |
2001-02-07 | by default, don't bark on inbound ND messages, as outsider may be able to | Jun-ichiro itojun Hagino |
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 |