Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-15 | IPv6 support from Ryan McBride (mcbride@countersiege.com) | Mike Frantzen | |
2001-09-15 | reimplement dbdma such that it does memory allocations | Michael Shalayeff | |
w/ bus_dma(9) and rework drivers accordingly. make drivers use bus_dma as well, except for if_bm (later ;) . additionally, sync wdc_obio w/ netbsd. drahn@ ok, tested by miod@, pval@, brad@, mickey@ | |||
2001-09-15 | pass the dma tag to obio; drahn@ ok | Michael Shalayeff | |
2001-09-15 | implement _bus_dmamap_load_raw; drahn@ ok | Michael Shalayeff | |
2001-09-15 | Fix typo--have a cow not a monkey; bk@rt.fm | Todd C. Miller | |
2001-09-14 | add "options insecure[12]" support for /etc/resolv.conf. | Jun-ichiro itojun Hagino | |
insecure1 is necessary for IPv6 dynamic DNS server discovery, draft-ietf-ipngwg-dns-discovery-02.txt. sync with kame. ok'ed by angelos | |||
2001-09-14 | binat non icmp/udp/tcp protocols as well; ok dhartmei@ | jasoni | |
2001-09-14 | typo. Those are named 4byte/2byte, no s. | Marc Espie | |
2001-09-14 | sync | Theo de Raadt | |
2001-09-14 | command=xxx overwrites subsystems, too | Markus Friedl | |
2001-09-14 | typo | Markus Friedl | |
2001-09-14 | simplify userret | Artur Grabowski | |
2001-09-14 | Simplify what should be userret, but is inlined instead. | Artur Grabowski | |
2001-09-14 | Don't just use 'size'. Use SIZE and make it settable. | Artur Grabowski | |
2001-09-14 | Simplify userret. | Artur Grabowski | |
2001-09-14 | simplify userret | Artur Grabowski | |
2001-09-14 | Unbreak trap(), simplify userret(). | Artur Grabowski | |
2001-09-14 | Fix fallout from round_page fixes. | Artur Grabowski | |
2001-09-14 | Fix compilation errors | Artur Grabowski | |
2001-09-14 | Simplify userret. | Artur Grabowski | |
2001-09-14 | Simplify userret. | Artur Grabowski | |
2001-09-14 | Cross-tools changes: | Federico G. Schwindt | |
o Enable c++. o Add missing lib/apache/xml/include directory. o Use lorder from /usr/bin. art@, mickey@ ok. | |||
2001-09-14 | Instead of defning our own AS, define FPSPAS. | Artur Grabowski | |
Instead of cc, use CC. This allows cross-compile. | |||
2001-09-13 | Prototype changed. | Angelos D. Keromytis | |
2001-09-13 | Simplify userret. | Artur Grabowski | |
2001-09-13 | Remove a comment that just doesn't make any sense. | Artur Grabowski | |
2001-09-13 | Simplify userret, modelled after alpha. | Artur Grabowski | |
2001-09-13 | Change nsops to u_int to match prototype as discussed with millert@. | Federico G. Schwindt | |
2001-09-13 | Bind MSA port to localhost as well; noted by fgs@ | Todd C. Miller | |
2001-09-13 | In sys_semop(), change local nsops to size_t to avoid ending with a | Federico G. Schwindt | |
negative value if a sufficiently big number is used, thus passing the check. From NetBSD. | |||
2001-09-13 | The vgafb driver does not test memory, so no point mapping it during the probe. | Dale Rahn | |
Also, there is no point in mapping more than the 'visual' area for vga memory. this will save kvm space on large memory display cards. | |||
2001-09-13 | old timeout removal, code by art@. (ok by miod) | Janne Johansson | |
2001-09-13 | signed -> unsigned. From NetBSD via Todd Miller. | Janne Johansson | |
2001-09-13 | Support for arm. | Kevin Lo | |
2001-09-13 | Fix some return code checks (FreeBSD only) | brian | |
2001-09-13 | Be a bit more paranoid about CTCP traffic; FreeBSD | brian | |
2001-09-13 | Add TFTP support; FreeBSD | brian | |
2001-09-13 | Spell syslog.conf correctly; FreeBSD | brian | |
2001-09-13 | missing $OpenBSD: | Markus Friedl | |
2001-09-13 | Add descriptions for afs3-update and afs3-rmtsys; kurt@seifried.org | Todd C. Miller | |
2001-09-12 | No need to be overkill for the french keyboard layout. | Miod Vallat | |
2001-09-12 | get sc_bustag and sc_dmatag from attach. | Jason Wright | |
2001-09-12 | s/set (mtu|mru)/set \1 max/ | brian | |
2001-09-12 | An example of how to do PPPoE | brian | |
2001-09-12 | Add commented out support for Cyrus SASL | Todd C. Miller | |
2001-09-12 | don't forward agent for non third-party copies; ok markus@ | Kevin Steves | |
2001-09-12 | better mdoc style | Todd C. Miller | |
2001-09-12 | convert to mdoc | Todd C. Miller | |
2001-09-12 | check calloc() return value | Markus Friedl | |
2001-09-12 | Install localhost.cf if it is missing and sendmail.cf exists. | Todd C. Miller | |