Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-12-24 | Be more TLB-coherency friendly in pmap_k* functions. | Miod Vallat | |
2001-12-23 | Some 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-23 | sync | Nathan Binkert | |
2001-12-23 | Add a nec USB 2.0 controller | Nathan Binkert | |
2001-12-23 | find correct line number in lval, instead of val | Theo de Raadt | |
2001-12-23 | Remove extra blank line displayed before the paragraph 'As with | Kenneth 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-23 | integrate a patch i did around 1.5 years ago that's already in | Kevin 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-22 | Compile with option DEBUG. | Miod Vallat | |
2001-12-22 | Label changes and comment corrections. | Steve Murphree | |
2001-12-22 | MVME917 documentation comment. | Steve Murphree | |
2001-12-22 | mc88110 mods. | Steve Murphree | |
2001-12-22 | Bring in PSR bit definitions. | Steve Murphree | |
2001-12-22 | Enable users to fix filesystem problems encountered by fsck in | Kenneth 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-22 | Assume xxx.usr bug in RAMDISK. | Steve Murphree | |
2001-12-22 | Make RAMDISK work. | Steve Murphree | |
2001-12-22 | vme devices 'auto vector'. | Steve Murphree | |
2001-12-22 | Correct badvaddr() usage. | Steve Murphree | |
2001-12-22 | Put miod's Makefile hack to define M88100 and M88110 back in. | Steve Murphree | |
2001-12-22 | No Virginia, there is no adduser.conf(5). | Todd C. Miller | |
2001-12-22 | GENERIC configuration now includes MVME197 and M88110 options. | Steve Murphree | |
2001-12-22 | change function names to reflect cpu type instead of board type. | Steve Murphree | |
2001-12-22 | add mc88110 definitions | Steve Murphree | |
2001-12-22 | add get_psr() inline for mc88410.h | Steve Murphree | |
2001-12-22 | New scalable implementation with constant time add and delete. ok deraadt@ | Thomas Nordin | |
2001-12-22 | Correct res count. Based on fix in NetBSD. | Hugh Graham | |
2001-12-22 | mc88110 modifications. | Steve Murphree | |
2001-12-22 | correct badvaddr() | Steve Murphree | |
2001-12-22 | correct pmap_map. mc88110 modifications. | Steve Murphree | |
2001-12-22 | Init the creds in nfs_open too. | Artur Grabowski | |
Repairs swap over nfs. Tested by hugh@ | |||
2001-12-22 | masive cmmu overhaul. function pointers now control cmmu functionality | Steve Murphree | |
instead of case statements based on cpu type. | |||
2001-12-22 | add header | Theo de Raadt | |
2001-12-22 | mc88110 support in ddb. Bring in bit definitions. | Steve Murphree | |
We can support hardware sstep for mc88110 and software sstep for mc88100. | |||
2001-12-22 | rename m882xx.h to m8820x.h | Steve Murphree | |
2001-12-22 | Support for SMC 8036TX 10/100 cardbus NICs; diffs provided by | Federico G. Schwindt | |
Chris Riley <chris@riles.ra>. | |||
2001-12-22 | fix kenter/kremove, some spl police | Michael Shalayeff | |
2001-12-21 | Let this compile for kernels where no pcc device is configured (i.e. kernels | Miod Vallat | |
with no 147 support). Problem reported by "Bob" <bharbour@emr.net> | |||
2001-12-21 | Forwarding loops no longer a problem. | Angelos D. Keromytis | |
2001-12-21 | Unbreak gm0. regression test should be done next time... | Dale Rahn | |
2001-12-21 | Finish 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-21 | increase the timeout 10x, it seems some cards cannot keep up w/ our pace | Michael Shalayeff | |
2001-12-21 | remove ifdef for USE_PIPES since fdin != fdout; ok djm@ | Markus Friedl | |
2001-12-21 | Initial 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-21 | Try all standard key files (id_rsa, id_dsa, identity) when invoked with | Damien Miller | |
no arguments; ok markus@ | |||
2001-12-21 | Avoid interruptable passphrase read; ok markus@ | Damien Miller | |
2001-12-21 | Remove default (rsa1) key type; ok markus@ | Damien Miller | |
2001-12-21 | MC88410 External Cache Controller inline for MVME197DP/SP | Steve Murphree | |
2001-12-20 | Cause 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-20 | Conformance fix: we should send failing packet sequence number when | Damien Miller | |
responding with a SSH_MSG_UNIMPLEMENTED message. Spotted by yakk@yakk.dot.net; ok markus@ | |||
2001-12-20 | Make user/system times increase monotonically. ok deraadt@ and millert@ | Thomas Nordin | |
2001-12-20 | Temporarily revert the pmap_motorola changes, as they may account for | Miod Vallat | |
some problems as well. Requested by deraadt@ |