summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-05-06sync uaudio with NetBSDNathan Binkert
2002-05-06When options.permit_empty_passwd == 0 ensure you are checking pw->passwd notmouring
password.
2002-05-06syncTheo de Raadt
2002-05-06rlogin is gone but rsh remains (though its use is discouraged).Todd C. Miller
If someone uses the 'rsh foo' form and there is no rlogin installed, use telnet instead.
2002-05-06Kill rlogind and rexecd Xr's and add Xr's for things we actually use.Todd C. Miller
2002-05-06rlogin: Lived with JoyTheo de Raadt
2002-05-06rlogind and rexecd are historyTodd C. Miller
2002-05-06Increase MAXPHYS from 63K to 64K which brings it in line with all ourTodd C. Miller
other architectures and matches NetBSD-current. hugh@ OK
2002-05-06spellingTheo de Raadt
2002-05-06basic infrastructure for handling RSA with CRT parameters. Just need toJason Wright
figure out how p, q, dp, dq, and pinv fit into the context.
2002-05-06do not install a SIGSEGV handlerTodd C. Miller
2002-05-06rlogind and rexecd go awayTheo de Raadt
2002-05-06do not install a SIGSEGV handlerTheo de Raadt
2002-05-06syslog() paranoia; never pass in a non-const buffer w/o using "%s"Todd C. Miller
2002-05-06Correct info in "-a maxcontig" section.Todd C. Miller
2002-05-06Use the default calculation of maxcontig, based on fs_bsize and MAXPHYS, soTodd C. Miller
that the cluster summary information is correct for bsize=4k and MAXPHYS=64k. From NetBSD (mycroft)
2002-05-06Try to deal with the pci shadow bus issue by disabling a specific chipNathan Binkert
revision of the CNB20HE that always seems to be involved in the shadow bus. This is definately not the right way to do things. The correct way is to try to figure out that the bus is being detected for the second time. ok deraadt
2002-05-06different fix; reported by zyrnix@users.sourceforge.netTheo de Raadt
2002-05-06drop out of any intr fixup activities if was disabled in the config flagsMichael Shalayeff
2002-05-06add url(4)Nathan Binkert
2002-05-063.2Nathan Binkert
2002-05-06changes for the radio at fms; from jumbo@ und mickey@Michael Shalayeff
2002-05-06tuner driver for the fms cards.Michael Shalayeff
attach radio at the fms(4), instead of a separate device, which would never work out fine. from Vladimir Popov <jumbo@narod.ru> rework the radio config stuff (radio at radiobus, instead of radio at radio), allowing to tag source files in the files.* files w/ radio attribute. from mickey@
2002-05-06typo in commentjasoni
2002-05-06- Only copy the significant bits of the result out (and make sure the bufferJason Wright
is long enough to handle it) and bzero the rest. - Increase key buffer sizes to 2048 bits.
2002-05-06Convert a getresp that seems to have escaped the sieve.Hugh Graham
Spotted by grange.
2002-05-06typedef for proc * for portabilityNathan Binkert
2002-05-06Make more portable with NetBSDNathan Binkert
Whitespace sync with NetBSD
2002-05-06sync with NetBSDNathan Binkert
2002-05-06Sync with NetBSDNathan Binkert
2002-05-06regen.Peter Valchev
2002-05-06Match D-Link DE-660+, tested by drewc@rift.com, ok fgsPeter Valchev
2002-05-06new conversion functions from NetBSD for uaudioNathan Binkert
2002-05-05Use correct $NetBSD$Nathan Binkert
2002-05-05whitespace sync with netbsd.Nathan Binkert
2002-05-05Instead of returning a useless kernel space pointer for the rule thatDaniel Hartmeier
created the state from DIOCGETSTATE(S), return the integer rule number, Print rule number (if existant) from pfctl -vss. Suggested by Jeff Nathan.
2002-05-05nsems must be > 0, not >= 0; Michael KnudsenTodd C. Miller
2002-05-05fix panic triggered by using a 3.0 wsmoused on a 3.1 kernel, byMatthieu Herrb
checking that wsms_dev is not NULL before dereferencing it. ok jbm@
2002-05-04Clean up the logic in install_url():Kenneth R Westerback
a) Eliminate extraneous cat invocations that are piped to grep by simply calling grep with the file name. b) Eliminate the only use of isnumeric() by using a ksh'ism left exposed in sh: '+([0-9])'. Eliminate isnumeric(). c) Test for a http/ftp list index of '0' and treat as an out of range error rather than an IP address. d) Reorganize to make smaller and more clear. Add documentation to sh(1) for ksh patterns that are available. ok millert@, miod@
2002-05-04some space and tab cleanup.Federico G. Schwindt
2002-05-04add some Netra serversBrad Smith
2002-05-04make ssh not setuid. We will solve the issues relating to it being setuid ↵Theo de Raadt
later. Groovy, ok?
2002-05-04enable privsep by default; provos okTheo de Raadt
2002-05-03disable ahc again for now, since it does not fit; ok miodPeter Valchev
2002-05-03Regen.Miod Vallat
2002-05-03Add more cards and device names, and print better looking probe messages forMiod Vallat
unknown cards.
2002-05-03Typo; from Andrey Smagin (andrey at smagin dot com), thanks!Miod Vallat
2002-05-03Fix typo.Angelos D. Keromytis
2002-05-03a few fix ups based on patch from PR 2539.Brad Smith
-- Ok'd by: millert@
2002-05-03Add Dlink DWL650 and add Spectrum24 in the NAME section; from WarnerTodd C. Miller