Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-03-15 | implimented -> implemented | Todd T. Fries | |
2000-03-15 | Support FAT32 partitions >4GB (up to 128GB, in fact); d@ ok, from NetBSD. | Aaron Campbell | |
2000-03-15 | Repair mdoc botch. | Aaron Campbell | |
2000-03-14 | repair errors; reported by amh@pobox.com | Theo de Raadt | |
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell | |
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). | |||
2000-03-14 | Better mdoc formatting. | Aaron Campbell | |
2000-03-14 | support DESTDIR include fetching; dm | Theo de Raadt | |
2000-03-14 | sloppy smurph, leaving debug garbage behind... | Theo de Raadt | |
2000-03-14 | Disable 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-14 | Go 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-14 | Fix `blink' and `underline' attribute handling for new PC display mode. | Aaron Campbell | |
2000-03-14 | Finish off cleanup usr.bin/ man pages. | Aaron Campbell | |
2000-03-14 | Back out a change from the last ncurses termtype merge. The new vt220 | Todd C. Miller | |
causes the console to switch into graphics mode with pcvt. | |||
2000-03-13 | update to ncurses-5.0-20000311 | Todd C. Miller | |
2000-03-13 | Import of Darren Reed's IPFilter 3.3.11. See sbin/ipf/HISTORY for detailed | Kjell Wooding | |
changelog. Documentation changes are now way behind. Volunteers? | |||
2000-03-13 | Add support for more 3com cards. William Yodlowsky ↵ | Mats O Jansson | |
<wyodlows@route1.nj.devry.edu> and me. -moj | |||
2000-03-13 | sync. -moj | Mats O Jansson | |
2000-03-13 | Add some ethernet cards. William Yodlowsky <wyodlows@route1.nj.devry.edu> ↵ | Mats O Jansson | |
and me. -moj | |||
2000-03-13 | various cleanups | Artur Grabowski | |
2000-03-13 | zap #if 0 code | Artur Grabowski | |
2000-03-13 | and 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-13 | vm_size_t -> vsize_t | Artur Grabowski | |
2000-03-13 | Put a lot more behind ifndef UVM. | Artur Grabowski | |
2000-03-13 | Some vm_offset_t -> vaddr_t (&co) and some ifndef uvm. | Artur Grabowski | |
2000-03-13 | typo | Artur Grabowski | |
2000-03-13 | fix error handling in yp case. | Jun-ichiro itojun Hagino | |
2000-03-13 | sync | jasoni | |
2000-03-13 | Implement rt_sigaction, rt_sigprocmask, rt_sigpending & rt_sigsuspend. | jasoni | |
2000-03-13 | at least 2 people report problems with the K6 MTRR support, disable it | Matthieu Herrb | |
until the problem is solved. | |||
2000-03-13 | bring in latest rtadvd source from kame. | Jun-ichiro itojun Hagino | |
this fixes unclosed file descriptor in router renumbering case. | |||
2000-03-13 | Get rid of leading NULs in /kern/msgbuf. If the msgbuf modified in between | Todd 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-13 | avoid unused variable by #ifdef | Jun-ichiro itojun Hagino | |
2000-03-13 | don't process NI_NOFQDN, since the currently coded behavior is not specwise | Jun-ichiro itojun Hagino | |
correct. | |||
2000-03-12 | add 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-12 | Get mainbus working with gcc 2.95.x. -moj | Mats O Jansson | |
2000-03-12 | Update clock code to work until 2001-12-31. -moj | Mats O Jansson | |
2000-03-12 | improve SECURITY section. sync with kame. | Jun-ichiro itojun Hagino | |
2000-03-12 | undo interface address addition, if in_ifinit fails. | Jun-ichiro itojun Hagino | |
2000-03-12 | undo interface address addition if in6_ifinit fails. | Jun-ichiro itojun Hagino | |
2000-03-12 | disallow packets to malicious 6to4 prefix, based on | Jun-ichiro itojun Hagino | |
http://playground.iijlab.net/i-d/draft-itojun-ipv6-transition-abuse-00.txt | |||
2000-03-12 | correct use of perror(). improve src addr selection. (sync with kame) | Jun-ichiro itojun Hagino | |
2000-03-12 | remove redundant check against ifa_dstaddr. | Jun-ichiro itojun Hagino | |
2000-03-12 | grammar | Theo de Raadt | |
2000-03-12 | don't touch root radix node on RTM_*. this can panic system from | Jun-ichiro itojun Hagino | |
non-root userland process, under certain routing table setup. http://orange.kame.net/dev/query-pr.cgi?pr=217 | |||
2000-03-12 | If no 'begin' key on keypad, use 'home' instead since PC keyboards | Todd C. Miller | |
have 'home', not 'begin'. | |||
2000-03-11 | Various cleanups and standardizations. | Aaron Campbell | |
2000-03-11 | Add a few builtins for greater compatibility with gnu-m4, and extended | Marc Espie | |
functionality. * regular expressions, * line-number reporting * `meta'-macros, builtin and indir. Reviewed by pjanzen@, tested by fries@ and a few others. | |||
2000-03-11 | work around /kern/msgbuf NUL behaviour; pjanzen | Theo de Raadt | |
2000-03-10 | A more normal way of building kerberos, faster, and it works with SUDO | Niklas Hallqvist | |
2000-03-10 | A more normal way of building kerberos, faster, and it works with SUDO | Niklas Hallqvist | |