summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2001-03-15Be more cross-compiler friendly.Miod Vallat
Run mkdep on genassym.c.
2001-03-15Document timeout_triggeredConstantine Sapuntzakis
2001-03-15Fix races between timeouts and interrupts.Constantine Sapuntzakis
Cleanup atapiscsi driver a bit by moving fields out of xfer.
2001-03-15include <machine/cpu.h>, since schednetisr needs to do a splsoftnetBrandon Creighton
2001-03-15pass Session to do_child + KNFMarkus Friedl
2001-03-15Print a '*' in front of curproc in ps in ddb.Artur Grabowski
2001-03-15Put back new timeouts. This time with correct timeout for compoll.Artur Grabowski
2001-03-15wsdisplay/wskbd/wsmouse devicesBrandon Creighton
2001-03-15/ba missed in the name section, was in description thoughMichael Shalayeff
2001-03-15Move status reads to chopen- there's no need to hang up the bootmjacob
process finding out the changer parameters. Print out changer parameters only if they're changed from the last read of changer parameters. This works for the first time, and for 99.9% of all other cases will be silent ever after. The only time this will then be chatty afterwards is if you change something within the changer (add a drive, etc.).
2001-03-15bzzztTheo de Raadt
2001-03-15Add in missing prototype for comspeedcomspeed.mjacob
2001-03-15typoTheo de Raadt