summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-08-01close fd for pw_lck on exec, okay deraadt@Niels Provos
2000-08-01Traditional NDBM supports dbm_open(foo, O_WRONLY) but dbopen() doesTodd C. Miller
not allow O_WRONLY (it returns EINVAL). If the users passes O_WRONLY to dbm_open, strip it and use O_RDWR instead.
2000-08-01unused variableJun-ichiro itojun Hagino
2000-08-01be more paranoid about UDP-based echo services validation. namely,Jun-ichiro itojun Hagino
reject the following sources: 0.0.0.0/8 127.0.0.0/8 240.0.0.0/4 255.0.0.0/8 ff00::/8 ::/128 ::ffff:0.0.0.0/96 and ::0.0.0.0/96 obeys IPv4 rule. reserved port, or NFS port. hint from deraadt.
2000-08-01rename aux.c to util.c to help with cygwin portNiels Provos
2000-08-01for datagram services, support IPv6.Jun-ichiro itojun Hagino
2000-08-01many fixes from pepper@mail.reppep.comTheo de Raadt
2000-08-01forgot these in alpha/wscons upgrade; pointed out by Erik Verbruggen ↵Michael Shalayeff
<ejv@cs.kun.nl>
2000-08-01no cn_bell yet; bad mickey, try #2Michael Shalayeff
2000-08-01no cn_bell yet; bad mickeyMichael Shalayeff
2000-08-01remove duplicate XrJakob Schlyter
2000-08-01Only install man pages once. Previously, they would be installedTodd C. Miller
during the lib install stage too.
2000-08-01update wscons, nothing serious, mostly api fixes for us; from netbsd through ↵Michael Shalayeff
aaron@
2000-08-01Add Symbios 53C895A support; armin@wolfermann.orgTodd C. Miller
2000-08-01regenTodd C. Miller
2000-08-01Add Symbios 53C895A; armin@wolfermann.orgTodd C. Miller
2000-08-01Fix sanity check, sendmail is started from rc, not netstart.Todd C. Miller
From brad@comstyle.com.
2000-08-01Add PCI attachment for i82365-compatible PCMCIA controllers. Needed forAaron Campbell
the Cirrus Logic CL-PD6729 controller found on some laptops, i.e., the Gateway 2000 Solo 2100. Thanks to JDempsey@iss.net for testing and initiallly prodding me to get PC Cards to work in his laptop.
2000-08-01fix netmask notation; pr1343Hugh Graham
2000-08-01Make driver attach no matter the setting of jumper S4.Niklas Hallqvist
This solves the "cannot map DPMEM" problem some people have been seeing. Still there is an ugly printout while configuring if S4 is out, I do not know how to pretty that one just yet. Howevr it is just a cosmetic thing.
2000-07-31Fix PR 1341 -Chris Cappuccio
Don't enable UDMA modes on VIA "82C586" with revision under 6
2000-07-31reinsert corrected history section, based on jdolecek@netbsdPaul Janzen
2000-07-31use noauto on /cdrom in the examplePaul Janzen
2000-07-31since byte order bugs are gone, interrupts work okTheo de Raadt
2000-07-31POSIX rules: pass variables set on the command line to submakes throughMarc Espie
MAKEFLAGS
2000-07-31Don't try to pass GNUCFLAGS over to submakes, wrecks havok with POSIX makeMarc Espie
rules.
2000-07-31Remove unneeded SUBDIR override.Marc Espie
2000-07-31Add defines for ULLONG_MAX, LLONG_MAX, and LLONG_MIN in terms ofTodd C. Miller
UQUAD_MAX, QUAD_MAX, and QUAD_MIN respectively.
2000-07-31syncTheo de Raadt
2000-07-31moreTheo de Raadt
2000-07-31make -h option work again, it was left out on the getopt stringEric Jackson
2000-07-31before, we blocked non-root from changing mappings pointed at reserved ports.Theo de Raadt
Now, block non-root from setting them up in the first place. Also, check that pm_port is not > 65536
2000-07-31KNFTheo de Raadt
2000-07-31modernize this source code including: avoiding atoi(), range checking,Theo de Raadt
KNF. while at it, add a rpcinfo -s command for setting ports from userland.
2000-07-31prettyJason Wright
2000-07-31Correction for legacy interrupt controller attachment.Dale S. Rahn
The previous change would incorrectly allow the macintr interrupt controller to configure for the openpic interrupt controller.
2000-07-31Correct usage stringPaul Janzen
2000-07-31comma splicePaul Janzen
2000-07-31remove incorrect space, as enami@netbsd.orgPaul Janzen
2000-07-30avoid buffer overrun on too-long reply for NIS hostname lookup.Jun-ichiro itojun Hagino
2000-07-29remove the (unused) sc_intrmask, and be more careful about initializingJason Wright
the BS_CTRL register... The BE32 & BE64 bits do NOT do what they imply, so leave the bits set, and add the ones we want. This allows ubsec to interop with our software implementation (at least for encryption). More work to be done in this driver though... Many thanks to Jimmy Ruane at Broadcom for the pointer about BE32 & BE64!
2000-07-29Don't set the source IP address if doing multicast; this is a quickAngelos D. Keromytis
fix -- the logic has to be reworked to allow for multicast-over-IPsec. Patch from gene@lucky.net.
2000-07-29Note that ddb must be enabled with sysctl before it can be used.Marco S Hyman
Prodding from Gregory Steuck <greg@nest.cx> who looked in the man page for that info
2000-07-28Use the correct bits for determining which session to delete. Some style fixes.Jason Wright
2000-07-28First cut at supporting older bandit based machinesDale S. Rahn
Adds mesh scsi, changes to interrupt controller to allow preconfiguration of interrupts. Mesh work by Andy.
2000-07-28Config changes to be closer to supporting older bandit based systems.Dale S. Rahn
Openfirmware does not have entries for the interrupt controller.
2000-07-28Dont force htab size to be fixed size, allow system to define size.Dale S. Rahn
2000-07-28Allow device type or name to be used for locating the pci bridge.Dale S. Rahn
Should allow configuration of bandit in older powermac machines.
2000-07-28size htab according to system memory size, not constant in header file.Dale S. Rahn
2000-07-27do not print anything before console has been setMichael Shalayeff