Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-19 | no cd{REV}.fs here yet | Jason Wright | |
2001-09-19 | isplayer -> is_player gets out of <ctype.h> namespace; jsm28@cam.ac.uk | Paul Janzen | |
2001-09-19 | ugly ugly hack for compiling sha1.c with -O0 | Jason Wright | |
2001-09-19 | starttls man page for sebdmail over TLS from Jose Nazario and mdoc'd | Todd C. Miller | |
with minor content changes by me. | |||
2001-09-19 | aculog should be writable by group dialer for tip/cu users | Todd C. Miller | |
2001-09-19 | Unify elf32 and elf64 code with macros. This forced a renaming | Artur Grabowski | |
of a few functions from elf32. | |||
2001-09-19 | key_read() now returns -1 on type mismatch, too | Markus Friedl | |
2001-09-19 | inline some very common putback/chrsave. Worth roughly 10% | Marc Espie | |
2001-09-19 | Patch from Ryan McBride. Compile without INET6, remove unnecessary | Daniel Hartmeier | |
rewrite++. | |||
2001-09-19 | comment; sockopt # 57-59 are also reserved | Jun-ichiro itojun Hagino | |
2001-09-19 | occured->occurred | Mike Pechkin | |
idea from deraadt@ via NetBSD millert@ ok p.s. Next commit will fix a typo in the sys/ | |||
2001-09-19 | mdocify and clean up | Paul Janzen | |
2001-09-19 | occured->occurred; from NetBSD via Mike Pechkin <mpech@prosoft.org.lv>. | Paul Janzen | |
One of these was even in a string that got printed out. | |||
2001-09-19 | command=xxx applies to subsystem now, too | Markus Friedl | |
2001-09-19 | Define ENTIRE_LINE to be -1 instead of 0 because we may want to copy 0 ↵ | Peter Valchev | |
characters, and use ENTIRE_LINE instead of hardcoding 0 in a few places. Fixes a bug when dw on an empty line would delete only the empty line, but copy the next line too. From NetBSD, ok millert | |||
2001-09-19 | Fix a bug where ^@ wouldn't behave as expected when reading an ex | Peter Valchev | |
command from vi. From NetBSD, ok millert | |||
2001-09-19 | from stone age to the stars in one afternoon, not bad! (go, jason@) | Todd T. Fries | |
2001-09-19 | Fix typo: succesfully -> successfully | Kenneth R Westerback | |
2001-09-18 | make this better for sparc64 | Jason Wright | |
2001-09-18 | bring sparc64 OUT of the stone age... MAXPARTITIONS 16 | Jason Wright | |
2001-09-18 | forgot to add -t handling. | Marc Espie | |
2001-09-18 | as reported by jason@, sparc64 is in the stone age of 8 partitions | Todd T. Fries | |
2001-09-18 | allow a little more time for reset and match TCM5098 (from NetBSD pr's | Jason Wright | |
13947 and 13948). | |||
2001-09-18 | sync | Jason Wright | |
2001-09-18 | another 3com EISA board (from NetBSD pr 13948) | Jason Wright | |
2001-09-18 | Remove rdsetroot from here and use the one in distrib/common (elf version) | Dale Rahn | |
2001-09-18 | cleanups and endianness fixes. Mostly from NetBSD | Artur Grabowski | |
2001-09-18 | remove elfrdsetroot from here and use the one in distrib/common | Jason Wright | |
2001-09-18 | make sure mountroot_hook list is initialized | Jason Wright | |
2001-09-18 | understand sparc64 | Theo de Raadt | |
2001-09-18 | check strdup() rval | Todd C. Miller | |
2001-09-18 | better end-condition, fix tracing of dnl. | Marc Espie | |
2001-09-18 | use elfrdsetroot | Jason Wright | |
2001-09-18 | sparc64 is 64 bit too | Jason Wright | |
2001-09-18 | Avoid memory leak when disabling PMTU, rt_timer_queue_destroy() expects the | Aaron Campbell | |
caller to free the structure. | |||
2001-09-18 | copy the alpha/elfrdsetroot to common (for more general use: macppc, ↵ | Jason Wright | |
sparc64, etc) | |||
2001-09-18 | uvmexp not uwmexp, these changes should be tested... | Dale Rahn | |
2001-09-18 | Tracing facilities. Same style as gnu-m4, because it's mostly used for | Marc Espie | |
autoconf right now. | |||
2001-09-18 | handle ipv6; mcbride@countersiege.com | Jakob Schlyter | |
2001-09-18 | instrumentation for tracing mode: macro expansion | Marc Espie | |
2001-09-18 | recurse into sparc64 | Jason Wright | |
2001-09-18 | initial cut at building ramdisk... will no doubt need tweaking | Jason Wright | |
2001-09-18 | better gnu m4 emulation for dumpdef | Marc Espie | |
2001-09-18 | let dumpdef go thru dump_one_def for each def. | Marc Espie | |
2001-09-18 | let defn(builtin) work enough so that | Marc Espie | |
define(`newmacro', defn(builtin)) will work, as it should. | |||
2001-09-18 | Changing the way the pmap code works again. | Dale Rahn | |
Changes to the pmap_enter code so that the pmap_kenter/pmap_kremove has a method to create mappings without adding them to the _pv lists (part of the point of pmap_k* functions). Also adds an interface so that device mappings can be created with cacheable attributes. So that devices such as display memory can be mapped writethru greatly increasing their speed. | |||
2001-09-18 | One single point for all macros/builtin expansion. | Marc Espie | |
2001-09-18 | 8 bit clean look-ahead. | Marc Espie | |
2001-09-18 | Fix regexp substitution. | Marc Espie | |
- `vi rule' needs a pointer, because we must distinguish matches as the string position changes. - ^ should match only at beginning of line. - ^ should match at all beginnings of line. | |||
2001-09-18 | slightly buggy macros | Marc Espie | |