summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-03-18Add rasopsNathan Binkert
2001-03-18Import rasops from NetBSD. This gives improved performance for rasterNathan Binkert
operations.
2001-03-18Importing wsfont stuff from NetBSD.Nathan Binkert
2001-03-18Initialize all the cpu_sets array, not just the first max_cpus entries.Miod Vallat
This fixes the "ff1(users) == 21" panic when re-pmap_enter()ing the kernel_map, if option DIAGNOSTIC is set, and your kernel is configured for more cpus that you have on your board.
2001-03-18Remove badwordaddr() prototype, cleanup, #if -> #ifdef police.Miod Vallat
2001-03-18Correct prototype for guarded_access().Miod Vallat
2001-03-17sync vaxHugh Graham
2001-03-17Handle ftp services that don't ask for a password, only a username.Bob Beck
This appears to be allowed by RFC and is apparently used by some banks in the netherlands (shudder). Patch courtesy Ramses de Beer <rbdebeer@yahoo.com>.
2001-03-17mickey has been sniffing glueTheo de Raadt
2001-03-17check /etc/shells, tooMarkus Friedl
2001-03-16Add some more model subtypes from Antonio Carlini.Hugh Graham
Won't try to match VAX_STYP_692 until we can find a 4000 70x and learn more about this model.
2001-03-16implement "permitopen" key option, restricts -L style forwarding toMarkus Friedl
to specified host:port pairs. based on work by harlan@genua.de
2001-03-160x9f == BSDI, ok millert@Markus Friedl
2001-03-16Now that pmap_growkernel is implemented set NKMEMCLUSTERS to 32m again.Artur Grabowski
millert@ ok.
2001-03-16Use CIRCLEQ macros for mountlist.Artur Grabowski
2001-03-16Oops. fix thinko in last.Artur Grabowski
2001-03-16Use CIRCLEQ macros for mountlist.Artur Grabowski
2001-03-16No need to extern mountlist_slock here.Artur Grabowski
2001-03-16Initialize the mountlist_slock.Artur Grabowski
2001-03-16Use CIRCLEQ macros for mountlist.Artur Grabowski
2001-03-16Add ssh files; Phil.Pennock@globnix.orgTodd C. Miller
2001-03-16Add ~/.ssh/id_dsa and ~/.ssh/id_rsa to the "must be owned by user andTodd C. Miller
not readable by other" block. Remove ~/.ssh/random_seed as it is not used in OpenSSH. Add ~/.ssh/authorized_keys2, and ~/.ssh/known_hosts to the "must be owned by user and not writable" block.
2001-03-16Some more pmap improvements from NetBSD.Artur Grabowski
2001-03-16zero vga_config after allocMichael Shalayeff
2001-03-16discourage strcat/strcpyMarkus Friedl
2001-03-16drop packets with link-local addresses,Jun-ichiro itojun Hagino
if (internally-used) interface ID portion is already filled. sync with kame
2001-03-16fix memset and whitespaceMarkus Friedl
2001-03-16Pull in NetBSD Promise Ultra/100 supportChris Cappuccio
(Now we actually program Ultra/100 modes instead of Ultra/66 modes on the Ultra/100 controller) This also fixes interrupt handling on the PDC20265/7 controller. I suspect this new interrupt routine for the PDC20255/7 controller should also be used on the PDC20262.
2001-03-16Implement pmap_growkernel. From NetBSD.Artur Grabowski
2001-03-16Use a lockmgr lock for keeping down the vslocked memory in sysctlArtur Grabowski
instead of a home-brew equivalent.
2001-03-16Revise globbing for get/put to be more shell-like. In particular,Damien Miller
"get/put file* directory/" now works. ok markus@
2001-03-16add a _kvm_pa2off() for vaxBrandon Creighton
2001-03-16More tree syncing.Hugh Graham
2001-03-16Until such time as bloat prohibits, squeeze vi onto vax ramdisk.Hugh Graham
How decadent.
2001-03-16Add magic for vax-elf and vax-olf. At this time roughly as likely to beHugh Graham
seen in the wild as unicorns, and ultraviolet griffins, respectively.
2001-03-16Add the VAX magic number.Hugh Graham
2001-03-16deprecate USE_BZIP2 & USE_ZIPBrad Smith
2001-03-16The length fields of MOVC3 and MOVC5 have an upper limit of 65535 bytes.Brandon Creighton
This fixes bcopy, copyin/copyout, and kcopy. Much testing was done by hugh@ and me to find the fastest replacement out of half a dozen candidates. Also, correct register masks in numerous places.
2001-03-16vwaitforioConstantine Sapuntzakis
2001-03-16cleanupConstantine Sapuntzakis
2001-03-16More copyin bugs.Constantine Sapuntzakis
2001-03-16Fix copyin argument order bug. Thanks to Dawson Engler and team.Constantine Sapuntzakis
2001-03-16Locking bug on spechash. Thanks to Dawson Engler and teamConstantine Sapuntzakis
2001-03-16mislabelingTheo de Raadt
2001-03-16Cleanup, get badwordaddr() from <machine/locore.h>Miod Vallat
2001-03-16Cleanup, fix some typos.Miod Vallat
2001-03-16Remove badwordaddr().Miod Vallat
2001-03-16More function prototypes.Miod Vallat
Move badwordaddr() to a macro.
2001-03-16Update the configuration procedure, to get in sync with other ports:Miod Vallat
- support any number of partition (not a power of two) - better computation of swap and dump devices
2001-03-16KNF, warning hunting.Miod Vallat