summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-03-15implimented -> implementedTodd T. Fries
2000-03-15Support FAT32 partitions >4GB (up to 128GB, in fact); d@ ok, from NetBSD.Aaron Campbell
2000-03-15Repair mdoc botch.Aaron Campbell
2000-03-14repair errors; reported by amh@pobox.comTheo de Raadt
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
2000-03-14Better mdoc formatting.Aaron Campbell
2000-03-14support DESTDIR include fetching; dmTheo de Raadt
2000-03-14sloppy smurph, leaving debug garbage behind...Theo de Raadt
2000-03-14Disable suffix removal for now, as it's buggy.Marc Espie
*If* refcounting is to be useful, the actual erasure of suffixes data should occur when stuff is moved from the suffList to the cleanList, and it's not at all clear whether all the extra baggage is actually any use. How many suffixes are we talking about anyway ? This lets gnupg build correctly without gnu-make.
2000-03-14Go back to using the "new" vt220 entry but use:Todd C. Miller
rmacs=\E(B, smacs=\E(0 instead of: rmacs=^O, smacs=^N Though it really seems like pcvt should work with the latter as well.
2000-03-14Fix `blink' and `underline' attribute handling for new PC display mode.Aaron Campbell
2000-03-14Finish off cleanup usr.bin/ man pages.Aaron Campbell
2000-03-14Back out a change from the last ncurses termtype merge. The new vt220Todd C. Miller
causes the console to switch into graphics mode with pcvt.
2000-03-13update to ncurses-5.0-20000311Todd C. Miller
2000-03-13Import of Darren Reed's IPFilter 3.3.11. See sbin/ipf/HISTORY for detailedKjell Wooding
changelog. Documentation changes are now way behind. Volunteers?
2000-03-13Add support for more 3com cards. William Yodlowsky ↵Mats O Jansson
<wyodlows@route1.nj.devry.edu> and me. -moj
2000-03-13sync. -mojMats O Jansson
2000-03-13Add some ethernet cards. William Yodlowsky <wyodlows@route1.nj.devry.edu> ↵Mats O Jansson
and me. -moj
2000-03-13various cleanupsArtur Grabowski
2000-03-13zap #if 0 codeArtur Grabowski
2000-03-13and he said 'this must die, Die, DIEcvs -d cvs.openbsd.org:/cvs diff ↵Michael Shalayeff
com_gsc.ccvs -d cvs.openbsd.org:/cvs diff com_gsc.c' and it died
2000-03-13vm_size_t -> vsize_tArtur Grabowski
2000-03-13Put a lot more behind ifndef UVM.Artur Grabowski
2000-03-13Some vm_offset_t -> vaddr_t (&co) and some ifndef uvm.Artur Grabowski
2000-03-13typoArtur Grabowski
2000-03-13fix error handling in yp case.Jun-ichiro itojun Hagino
2000-03-13syncjasoni
2000-03-13Implement rt_sigaction, rt_sigprocmask, rt_sigpending & rt_sigsuspend.jasoni
2000-03-13at least 2 people report problems with the K6 MTRR support, disable itMatthieu Herrb
until the problem is solved.
2000-03-13bring in latest rtadvd source from kame.Jun-ichiro itojun Hagino
this fixes unclosed file descriptor in router renumbering case.
2000-03-13Get rid of leading NULs in /kern/msgbuf. If the msgbuf modified in betweenTodd C. Miller
reads at just the right time is is possible to get duplicate output but in practice this is extremely rare. Joint effort with Theo.
2000-03-13avoid unused variable by #ifdefJun-ichiro itojun Hagino
2000-03-13don't process NI_NOFQDN, since the currently coded behavior is not specwiseJun-ichiro itojun Hagino
correct.
2000-03-12add khome/kend to xterm-r6 since our xterm supports these correctly. The ↵Todd C. Miller
old non-xfree86 r6 xterm sends \E[^@ for these keys which is wrong but enabling khome/kend shouldn't really cause any harm there.
2000-03-12Get mainbus working with gcc 2.95.x. -mojMats O Jansson
2000-03-12Update clock code to work until 2001-12-31. -mojMats O Jansson
2000-03-12improve SECURITY section. sync with kame.Jun-ichiro itojun Hagino
2000-03-12undo interface address addition, if in_ifinit fails.Jun-ichiro itojun Hagino
2000-03-12undo interface address addition if in6_ifinit fails.Jun-ichiro itojun Hagino
2000-03-12disallow packets to malicious 6to4 prefix, based onJun-ichiro itojun Hagino
http://playground.iijlab.net/i-d/draft-itojun-ipv6-transition-abuse-00.txt
2000-03-12correct use of perror(). improve src addr selection. (sync with kame)Jun-ichiro itojun Hagino
2000-03-12remove redundant check against ifa_dstaddr.Jun-ichiro itojun Hagino
2000-03-12grammarTheo de Raadt
2000-03-12don't touch root radix node on RTM_*. this can panic system fromJun-ichiro itojun Hagino
non-root userland process, under certain routing table setup. http://orange.kame.net/dev/query-pr.cgi?pr=217
2000-03-12If no 'begin' key on keypad, use 'home' instead since PC keyboardsTodd C. Miller
have 'home', not 'begin'.
2000-03-11Various cleanups and standardizations.Aaron Campbell
2000-03-11Add a few builtins for greater compatibility with gnu-m4, and extendedMarc Espie
functionality. * regular expressions, * line-number reporting * `meta'-macros, builtin and indir. Reviewed by pjanzen@, tested by fries@ and a few others.
2000-03-11work around /kern/msgbuf NUL behaviour; pjanzenTheo de Raadt
2000-03-10A more normal way of building kerberos, faster, and it works with SUDONiklas Hallqvist
2000-03-10A more normal way of building kerberos, faster, and it works with SUDONiklas Hallqvist