summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-09-02Add pmap.9 and some links; ok art@Wilbern Cobb
2002-09-02Document the pmap interface.Wilbern Cobb
art@ "it's work in progress" ok
2002-09-01Make sure that the symbol return value is always initialized beforeDale Rahn
the address of it is passed to dl_find_symbol(). fixes xpdf lazy binding problem. ok art@
2002-09-01more appropriate comments about UserDir.Henning Brauer
Partitially from Sam Smith.
2002-09-01e_os.h is longer installedMarkus Friedl
2002-09-01Oppsie. Remove my debugging code.Artur Grabowski
noted by tdeval@
2002-08-31a combined non-exec test set.Michael Shalayeff
allows reusing same testing code for: - text & mprotect (not finished, not enabled); - data, data & mprotect; - bss, bss & mprotect; - heap, heap & mprotect; - stack, stack & mprotect. also a test for mmaping pages in those areas and see how it allows execution (suggested by art@), not enabled yet. all tested on i386 and hppa.
2002-08-31Unbreak. We have situations where last space in the line is required.Mike Pechkin
From dfa@openbsd.ru
2002-08-31Always setup the RAMDAC (even if we're not the console) so when the displayJason Wright
is cleared, it's cleared to a known color (white instead of whatever is put in the ramdac by the prom, usually cyan).
2002-08-31a simple nxheap test hacked out of nxstack and nxheap-mprotect; tested on ↵Michael Shalayeff
i386 and hppa
2002-08-31argh, include prototype for dl_fdprintf(), missed by myself and reviewers.Dale Rahn
2002-08-31Driver for the Vigra VS10 and VS12 SBus framebuffers, and possibly more fromMiod Vallat
this series. Thanks to Andrey Smagin (andrey at smagin dot com) for providing a VS10 card.
2002-08-31Install /etc/wsconsctl.conf on sparc.Miod Vallat
2002-08-31regen, bad gluk@Michael Shalayeff
2002-08-31a strange aironet and a couple of ti bridgesMichael Shalayeff
2002-08-31Add the ability to output to file descriptors besides stderr.Dale Rahn
This allows ldd outptut go to stdout like it should. ok deraadt@
2002-08-31ssl headers are already installed for libsslMarkus Friedl
2002-08-31don't install e_os.h (it's private)Markus Friedl
remove duplicate headers, trailing whitespace
2002-08-31don't install private headersMarkus Friedl
remove trailing whitespace
2002-08-31warn if multiple addresses are returned from DNS; suggestedKevin Steves
by and ok itojun@
2002-08-30okay, I'll bite. s/sports/supports/ can go in; it's clearer.Jason Peel
from Tomoyuki Sahara <tshr@oak.dti.ne.jp>; nick@ says this looks better, too
2002-08-30protect <openssl/krb5_asn.h> with OPENSSL_NO_KRB5Markus Friedl
2002-08-30domains -> domain'sHugh Graham
2002-08-30allow # in system call name. remove trailing white space.Jun-ichiro itojun Hagino
from provos
2002-08-30Support for PDC20271 and PDC20276.Grigoriy Orlov
Enable UDMA6 for Ultra133 chips (PDC20269, PDC20271 and PDC20276). PDC20271 and PDC20276 not tested, but Free/NetBSD's source code claims that they works the same as the PDC20269. from Alexander Yurchenko <grange@rt.mipt.ru> csapuntz@ ok.
2002-08-30make clean should not depend on prereq; ok fries@Markus Friedl
2002-08-30do not modify input files, allows ro source builds; tested by fries@Markus Friedl
2002-08-30o) start new sentence on a new line;Mike Pechkin
o) close .Bl; avsm@ ok
2002-08-30Promise Ultra133 TX2v2 aka FastTrak TX2000 EIDE controller.Grigoriy Orlov
from Alexander Yurchenko <grange@rt.mipt.ru>
2002-08-30remove generated files and generated symlinks (in make clean)Markus Friedl
2002-08-30__FUNCTION__ -> __func__ that I forgot to commit.Marc Espie
2002-08-30Add pnozz and wsdisplay at pnozz for Tadpole users. Spotted by millert@Miod Vallat
2002-08-30put sentinel back in. Thx miod@Marc Espie
2002-08-30Put sentinel back in.Marc Espie
2002-08-30plug mbuf leak.Federico G. Schwindt
2002-08-30only do copyout() if wi_get_debug() returned 0.Federico G. Schwindt
2002-08-30re-enable function pointer table protection, this time make sure thatDaniel Hartmeier
malloc.c gets the first mmap() call (since it depends on that, for its sbrk(0) use). ok deraadt@
2002-08-30have -I option, which causes traceroute6 to use ICMPv6 echo request for probingJun-ichiro itojun Hagino
(instead of udp).
2002-08-30add some history regarding use of UDP probe packets vs. ICMP.Kevin Steves
from: http://www.kohala.com/start/papers.others/vanj.99feb08.txt ok deraadt@
2002-08-29more tweaks insisted on by miodTheo de Raadt
2002-08-29syncTodd T. Fries
2002-08-29add tty[DEF]{[0-9a-f],cfg} for sparc and sparc64 for wsconsTodd T. Fries
2002-08-29even closer to the truth; miod, matthieu, toddTheo de Raadt
2002-08-29remove extra word; armihu@utu.fiTheo de Raadt
2002-08-29state XAuthLocation is a full pathnameKevin Steves
2002-08-29remove extra arg; jmegq@post.harvard.eduTheo de Raadt
2002-08-29clean; gwyllion@ace.ulyssis.orgTheo de Raadt
2002-08-29fix a little display bug when editing a file with binary characters, columnsVincent Labrecque
weren't calculated correctly. ok deraadt@
2002-08-29Produce the same escape codes as SunOS with the L function keys in console.Miod Vallat
(tested against Solaris 2.5)
2002-08-29Define new wscons symbols for the L function keys found on Sun keyboards,Miod Vallat
and let the sun layout tables produce them. ok mickey@