summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-12-24Be more TLB-coherency friendly in pmap_k* functions.Miod Vallat
2001-12-23Some minor typographical adjustments:Kenneth R Westerback
a) Indent encode_for_url() in install.sub with tabs not spaces b) delete a couple of extra blank lines c) delete a few unnecessary ';'s at the end of lines d) delete a few unnecessary '"'s around values assigned to resp (e.g. 'resp="X"' to 'resp=X'
2001-12-23syncNathan Binkert
2001-12-23Add a nec USB 2.0 controllerNathan Binkert
2001-12-23find correct line number in lval, instead of valTheo de Raadt
2001-12-23Remove extra blank line displayed before the paragraph 'As withKenneth R Westerback
anything ...' during install and/or upgrade on some archs. On sparc, sparc64, sun3 and vax fix a typo ('echo Welcome' -> 'Welcome') in here-document displayed in md_welcome_banner().
2001-12-23integrate a patch i did around 1.5 years ago that's already inKevin Steves
tcpdump.org and netbsd. if verbose and TCP RST segment with payload, print the payload string. Mentat derived stacks may put text strings in RST segments. ok jakob@
2001-12-22Compile with option DEBUG.Miod Vallat
2001-12-22Label changes and comment corrections.Steve Murphree
2001-12-22MVME917 documentation comment.Steve Murphree
2001-12-22mc88110 mods.Steve Murphree
2001-12-22Bring in PSR bit definitions.Steve Murphree
2001-12-22Enable users to fix filesystem problems encountered by fsck inKenneth R Westerback
check_fs() and unmount_fs() by restricting i/o redirection to the reading of fstab. Fix a typo ('succes' -> 'success'). Indent lines inside check_fs() and unmount_fs() functions. Eliminate an unused variable _mps in check_fs(). ok millert@
2001-12-22Assume xxx.usr bug in RAMDISK.Steve Murphree
2001-12-22Make RAMDISK work.Steve Murphree
2001-12-22vme devices 'auto vector'.Steve Murphree
2001-12-22Correct badvaddr() usage.Steve Murphree
2001-12-22Put miod's Makefile hack to define M88100 and M88110 back in.Steve Murphree
2001-12-22No Virginia, there is no adduser.conf(5).Todd C. Miller
2001-12-22GENERIC configuration now includes MVME197 and M88110 options.Steve Murphree
2001-12-22change function names to reflect cpu type instead of board type.Steve Murphree
2001-12-22add mc88110 definitionsSteve Murphree
2001-12-22add get_psr() inline for mc88410.hSteve Murphree
2001-12-22New scalable implementation with constant time add and delete. ok deraadt@Thomas Nordin
2001-12-22Correct res count. Based on fix in NetBSD.Hugh Graham
2001-12-22mc88110 modifications.Steve Murphree
2001-12-22correct badvaddr()Steve Murphree
2001-12-22correct pmap_map. mc88110 modifications.Steve Murphree
2001-12-22Init the creds in nfs_open too.Artur Grabowski
Repairs swap over nfs. Tested by hugh@
2001-12-22masive cmmu overhaul. function pointers now control cmmu functionalitySteve Murphree
instead of case statements based on cpu type.
2001-12-22add headerTheo de Raadt
2001-12-22mc88110 support in ddb. Bring in bit definitions.Steve Murphree
We can support hardware sstep for mc88110 and software sstep for mc88100.
2001-12-22rename m882xx.h to m8820x.hSteve Murphree
2001-12-22Support for SMC 8036TX 10/100 cardbus NICs; diffs provided byFederico G. Schwindt
Chris Riley <chris@riles.ra>.
2001-12-22fix kenter/kremove, some spl policeMichael Shalayeff
2001-12-21Let this compile for kernels where no pcc device is configured (i.e. kernelsMiod Vallat
with no 147 support). Problem reported by "Bob" <bharbour@emr.net>
2001-12-21Forwarding loops no longer a problem.Angelos D. Keromytis
2001-12-21Unbreak gm0. regression test should be done next time...Dale Rahn
2001-12-21Finish mdoc convert (while i'm here):Mike Pechkin
o) add arch name do .Dt tag; o) sort arguments in .SYNOPSIS and .DESCRIPTION; o) sort SEE ALSO; o) .BR -> .Em; o) .br -> .Pp; o) our email format is: .An ... Aq <...>; o) minor mdoc changes; millert@ ok;
2001-12-21increase the timeout 10x, it seems some cards cannot keep up w/ our paceMichael Shalayeff
2001-12-21remove ifdef for USE_PIPES since fdin != fdout; ok djm@Markus Friedl
2001-12-21Initial patch for a new mdoc issue.Mike Pechkin
Powered by @mantoya: o) kill extra line in the end of file; o) kill extra space in the end of line; o) replace blank lines with .Pp; millert@ ok
2001-12-21Try all standard key files (id_rsa, id_dsa, identity) when invoked withDamien Miller
no arguments; ok markus@
2001-12-21Avoid interruptable passphrase read; ok markus@Damien Miller
2001-12-21Remove default (rsa1) key type; ok markus@Damien Miller
2001-12-21MC88410 External Cache Controller inline for MVME197DP/SPSteve Murphree
2001-12-20Cause crontab to send SIGUSR1 when a user's crontab file has changed.Todd C. Miller
In cron, this interrupts the sleep() in cron_sleep() and causes cron to check to see what signal woke it up and act appropriately. This makes crontab changes take effect more or immediately.
2001-12-20Conformance fix: we should send failing packet sequence number whenDamien Miller
responding with a SSH_MSG_UNIMPLEMENTED message. Spotted by yakk@yakk.dot.net; ok markus@
2001-12-20Make user/system times increase monotonically. ok deraadt@ and millert@Thomas Nordin
2001-12-20Temporarily revert the pmap_motorola changes, as they may account forMiod Vallat
some problems as well. Requested by deraadt@