Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-08-01 | close fd for pw_lck on exec, okay deraadt@ | Niels Provos | |
2000-08-01 | Traditional NDBM supports dbm_open(foo, O_WRONLY) but dbopen() does | Todd 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-01 | unused variable | Jun-ichiro itojun Hagino | |
2000-08-01 | be 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-01 | rename aux.c to util.c to help with cygwin port | Niels Provos | |
2000-08-01 | for datagram services, support IPv6. | Jun-ichiro itojun Hagino | |
2000-08-01 | many fixes from pepper@mail.reppep.com | Theo de Raadt | |
2000-08-01 | forgot these in alpha/wscons upgrade; pointed out by Erik Verbruggen ↵ | Michael Shalayeff | |
<ejv@cs.kun.nl> | |||
2000-08-01 | no cn_bell yet; bad mickey, try #2 | Michael Shalayeff | |
2000-08-01 | no cn_bell yet; bad mickey | Michael Shalayeff | |
2000-08-01 | remove duplicate Xr | Jakob Schlyter | |
2000-08-01 | Only install man pages once. Previously, they would be installed | Todd C. Miller | |
during the lib install stage too. | |||
2000-08-01 | update wscons, nothing serious, mostly api fixes for us; from netbsd through ↵ | Michael Shalayeff | |
aaron@ | |||
2000-08-01 | Add Symbios 53C895A support; armin@wolfermann.org | Todd C. Miller | |
2000-08-01 | regen | Todd C. Miller | |
2000-08-01 | Add Symbios 53C895A; armin@wolfermann.org | Todd C. Miller | |
2000-08-01 | Fix sanity check, sendmail is started from rc, not netstart. | Todd C. Miller | |
From brad@comstyle.com. | |||
2000-08-01 | Add PCI attachment for i82365-compatible PCMCIA controllers. Needed for | Aaron 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-01 | fix netmask notation; pr1343 | Hugh Graham | |
2000-08-01 | Make 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-31 | Fix PR 1341 - | Chris Cappuccio | |
Don't enable UDMA modes on VIA "82C586" with revision under 6 | |||
2000-07-31 | reinsert corrected history section, based on jdolecek@netbsd | Paul Janzen | |
2000-07-31 | use noauto on /cdrom in the example | Paul Janzen | |
2000-07-31 | since byte order bugs are gone, interrupts work ok | Theo de Raadt | |
2000-07-31 | POSIX rules: pass variables set on the command line to submakes through | Marc Espie | |
MAKEFLAGS | |||
2000-07-31 | Don't try to pass GNUCFLAGS over to submakes, wrecks havok with POSIX make | Marc Espie | |
rules. | |||
2000-07-31 | Remove unneeded SUBDIR override. | Marc Espie | |
2000-07-31 | Add defines for ULLONG_MAX, LLONG_MAX, and LLONG_MIN in terms of | Todd C. Miller | |
UQUAD_MAX, QUAD_MAX, and QUAD_MIN respectively. | |||
2000-07-31 | sync | Theo de Raadt | |
2000-07-31 | more | Theo de Raadt | |
2000-07-31 | make -h option work again, it was left out on the getopt string | Eric Jackson | |
2000-07-31 | before, 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-31 | KNF | Theo de Raadt | |
2000-07-31 | modernize 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-31 | pretty | Jason Wright | |
2000-07-31 | Correction 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-31 | Correct usage string | Paul Janzen | |
2000-07-31 | comma splice | Paul Janzen | |
2000-07-31 | remove incorrect space, as enami@netbsd.org | Paul Janzen | |
2000-07-30 | avoid buffer overrun on too-long reply for NIS hostname lookup. | Jun-ichiro itojun Hagino | |
2000-07-29 | remove the (unused) sc_intrmask, and be more careful about initializing | Jason 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-29 | Don't set the source IP address if doing multicast; this is a quick | Angelos D. Keromytis | |
fix -- the logic has to be reworked to allow for multicast-over-IPsec. Patch from gene@lucky.net. | |||
2000-07-29 | Note 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-28 | Use the correct bits for determining which session to delete. Some style fixes. | Jason Wright | |
2000-07-28 | First cut at supporting older bandit based machines | Dale S. Rahn | |
Adds mesh scsi, changes to interrupt controller to allow preconfiguration of interrupts. Mesh work by Andy. | |||
2000-07-28 | Config changes to be closer to supporting older bandit based systems. | Dale S. Rahn | |
Openfirmware does not have entries for the interrupt controller. | |||
2000-07-28 | Dont force htab size to be fixed size, allow system to define size. | Dale S. Rahn | |
2000-07-28 | Allow 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-28 | size htab according to system memory size, not constant in header file. | Dale S. Rahn | |
2000-07-27 | do not print anything before console has been set | Michael Shalayeff | |