summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-09-19no cd{REV}.fs here yetJason Wright
2001-09-19isplayer -> is_player gets out of <ctype.h> namespace; jsm28@cam.ac.ukPaul Janzen
2001-09-19ugly ugly hack for compiling sha1.c with -O0Jason Wright
2001-09-19starttls man page for sebdmail over TLS from Jose Nazario and mdoc'dTodd C. Miller
with minor content changes by me.
2001-09-19aculog should be writable by group dialer for tip/cu usersTodd C. Miller
2001-09-19Unify elf32 and elf64 code with macros. This forced a renamingArtur Grabowski
of a few functions from elf32.
2001-09-19key_read() now returns -1 on type mismatch, tooMarkus Friedl
2001-09-19inline some very common putback/chrsave. Worth roughly 10%Marc Espie
2001-09-19Patch from Ryan McBride. Compile without INET6, remove unnecessaryDaniel Hartmeier
rewrite++.
2001-09-19comment; sockopt # 57-59 are also reservedJun-ichiro itojun Hagino
2001-09-19occured->occurredMike Pechkin
idea from deraadt@ via NetBSD millert@ ok p.s. Next commit will fix a typo in the sys/
2001-09-19mdocify and clean upPaul Janzen
2001-09-19occured->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-19command=xxx applies to subsystem now, tooMarkus Friedl
2001-09-19Define 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-19Fix a bug where ^@ wouldn't behave as expected when reading an exPeter Valchev
command from vi. From NetBSD, ok millert
2001-09-19from stone age to the stars in one afternoon, not bad! (go, jason@)Todd T. Fries
2001-09-19Fix typo: succesfully -> successfullyKenneth R Westerback
2001-09-18make this better for sparc64Jason Wright
2001-09-18bring sparc64 OUT of the stone age... MAXPARTITIONS 16Jason Wright
2001-09-18forgot to add -t handling.Marc Espie
2001-09-18as reported by jason@, sparc64 is in the stone age of 8 partitionsTodd T. Fries
2001-09-18allow a little more time for reset and match TCM5098 (from NetBSD pr'sJason Wright
13947 and 13948).
2001-09-18syncJason Wright
2001-09-18another 3com EISA board (from NetBSD pr 13948)Jason Wright
2001-09-18Remove rdsetroot from here and use the one in distrib/common (elf version)Dale Rahn
2001-09-18cleanups and endianness fixes. Mostly from NetBSDArtur Grabowski
2001-09-18remove elfrdsetroot from here and use the one in distrib/commonJason Wright
2001-09-18make sure mountroot_hook list is initializedJason Wright
2001-09-18understand sparc64Theo de Raadt
2001-09-18check strdup() rvalTodd C. Miller
2001-09-18better end-condition, fix tracing of dnl.Marc Espie
2001-09-18use elfrdsetrootJason Wright
2001-09-18sparc64 is 64 bit tooJason Wright
2001-09-18Avoid memory leak when disabling PMTU, rt_timer_queue_destroy() expects theAaron Campbell
caller to free the structure.
2001-09-18copy the alpha/elfrdsetroot to common (for more general use: macppc, ↵Jason Wright
sparc64, etc)
2001-09-18uvmexp not uwmexp, these changes should be tested...Dale Rahn
2001-09-18Tracing facilities. Same style as gnu-m4, because it's mostly used forMarc Espie
autoconf right now.
2001-09-18handle ipv6; mcbride@countersiege.comJakob Schlyter
2001-09-18instrumentation for tracing mode: macro expansionMarc Espie
2001-09-18recurse into sparc64Jason Wright
2001-09-18initial cut at building ramdisk... will no doubt need tweakingJason Wright
2001-09-18better gnu m4 emulation for dumpdefMarc Espie
2001-09-18let dumpdef go thru dump_one_def for each def.Marc Espie
2001-09-18let defn(builtin) work enough so thatMarc Espie
define(`newmacro', defn(builtin)) will work, as it should.
2001-09-18Changing 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-18One single point for all macros/builtin expansion.Marc Espie
2001-09-188 bit clean look-ahead.Marc Espie
2001-09-18Fix 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-18slightly buggy macrosMarc Espie