Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
fill up /var with bogus packets. setting net.inet6.icmp6.nd6_debug will re-enable kernel messages on invalid ND packet and other occasions. improve icmp6 stats. | |||
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 | |
Bring this man page into the current millenium, it looks like little other than cut & paste has been done to this man page since 4.3BSD. | |||
2001-02-04 | Add RETURN VALUES section | Todd C. Miller | |
Max alarm time is 100000000 seconds, not 2147483647 (as enforced by itimerfix() in kern_time.c) | |||
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 | |
This appears to be the standard way to do it. | |||
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 | |
be shared between archs. | |||
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 | |
This makes /dev/ksyms work (when that code is commited). | |||
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 | |
stored in little endian form (like MD4/MD5). So, instead of having SHA1Final copy the result buffer, we do it ourselves with a loop stolen from RFC2289, Appendix A. Closes PR1650. | |||
2001-01-26 | wording updates. typo in example (s/err1/errx/). | Jun-ichiro itojun Hagino | |
sync with latest kame. | |||
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 | |
Zap dead code. | |||
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 | |
Fixes the unaligned accesses in awk. | |||
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 ↵ | Theo de Raadt | |
from FreeBSD list | |||
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 | |
not get a SEGV; Richard Kettlewell <rjk@greenend.org.uk> | |||
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 | |
truncate, thanks to itojun@ | |||
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 | |