summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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@
2002-08-29cleanup all fbtab, various okTheo de Raadt
2002-08-29spelling; niklas@ suggested those, but i forgot and now this is from ↵Michael Shalayeff
six@stalphonsos.com
2002-08-29shrink initial privilege bracket for setuid case; ok markus@Kevin Steves
2002-08-29formatting fixes from dfa@Michael Shalayeff
2002-08-29enable ro src for texinfo/; ok espie@Todd T. Fries
2002-08-29more on UsePrivilegedPort and setuid root; ok markus@Kevin Steves
2002-08-29deprecate -P as UsePrivilegedPort defaults to no now; ok markus@Kevin Steves
2002-08-29pass addrlen with sockaddr *; from Hajimu UMEMOTO <ume@FreeBSD.org>Kevin Steves
NOTE: there are also p-specific parts to this patch. ok markus@
2002-08-29need CPI_xx declsJun-ichiro itojun Hagino