Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-09-02 | Amiga joystick driver. Stylistic comments by Niklas. | Marc Espie | |
Missing documentation yet. | |||
2000-09-01 | A start at fixing this man page up, but I must go out now, so I'll finish it | Aaron Campbell | |
a bit later. | |||
2000-09-01 | fix cast; mouring@pconline.com | Markus Friedl | |
2000-09-01 | portability fixes | Markus Friedl | |
2000-09-01 | sync | Theo de Raadt | |
2000-09-01 | sync | Theo de Raadt | |
2000-09-01 | cleanup and fix -S support; stevesk@sweden.hp.com | Theo de Raadt | |
2000-09-01 | More -Wall anmd KNF, from op2@tomahawk.SQUiSH.org | Todd C. Miller | |
2000-09-01 | sync | Theo de Raadt | |
2000-09-01 | repairs | Theo de Raadt | |
2000-09-01 | Rename pmax/dc.0 to pmax/dz.0. -moj | Mats O Jansson | |
2000-09-01 | Rename dc.4 to dz.4. -moj | Mats O Jansson | |
2000-09-01 | Initialization script stuff for moused. | Aaron Campbell | |
2000-09-01 | sync | Theo de Raadt | |
2000-09-01 | a comment | Theo de Raadt | |
2000-09-01 | Userland mouse daemon for new PCVT mouse features. The daemon must be started | Aaron Campbell | |
for the mouse to work. A common usage for a PS/2 mouse might be: /usr/sbin/moused -p /dev/psm0 -M2=3 -m IntelliMouse This sets the mouse port to /dev/psm0, maps the right mouse button to paste (by default, the right mouse button is for "extending" selections and the middle button pastes), and the -m flag sets the specific model, in this example for a Microsoft IntelliMouse, which enables the wheel scrollback functionality. Note that for wheel mice you also need "option INTELLIMOUSE" compiled into the kernel. This daemon comes from FreeBSD and was ported to OpenBSD by Jean-Baptiste Marchand. | |||
2000-09-01 | New "pcvtctl" device used by moused to communicate with PCVT in the kernel. | Aaron Campbell | |
2000-09-01 | Kernel support for new PCVT console mouse features. | Aaron Campbell | |
- Basic cut/paste functionality. - Wheel mouse support (wheel rolls page-by-page through scrollback buffer). - Copybuffer ownership. i.e., if User X logs in the console and selects text, when User Y logs in later the buffer cannot be pasted. Big thanks to Jean-Baptiste Marchand, Julien Montagne, and Jerome Verdon for implementing this. | |||
2000-09-01 | re | Michael Shalayeff | |
2000-09-01 | 3ware escalade | Michael Shalayeff | |
2000-09-01 | repair a routine to grab interface MTU information. | Jun-ichiro itojun Hagino | |
2000-09-01 | sync | Theo de Raadt | |
2000-09-01 | newish stuff, based on various trawling | Theo de Raadt | |
2000-08-31 | add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions | Markus Friedl | |
2000-08-31 | Wall | Markus Friedl | |
2000-08-31 | sync | Markus Friedl | |
2000-08-31 | implement a SFTP server. interops with sftp2, scp2 and the windows | Markus Friedl | |
client from ssh.com | |||
2000-08-31 | Correct version number. | Hans Insulander | |
2000-08-31 | Don't use librokens implementation of strtok_r; it's not broken in OpenBSD... | Hans Insulander | |
2000-08-31 | Minor tweaks, and a note about missing OTP support. | Hans Insulander | |
2000-08-31 | Correct version number. | Hans Insulander | |
OTP is not supported. | |||
2000-08-31 | Reintroduce the build target, which is very useful (at least for me). | Hans Insulander | |
2000-08-31 | How on earth could it go six months without anyone noting that I didn't | Hans Insulander | |
include the pagsh subdir in this file? Reported by jj@dynarc.se, thanks! | |||
2000-08-31 | sync. -moj | Mats O Jansson | |
2000-08-31 | on /etc/hosts lookup, set "official host name" (the leftmost hostname) | Jun-ichiro itojun Hagino | |
into ai_canonname. this is to synchronize with practice in gethostby*. comment from ume@mahoroba.org. sync with kame. | |||
2000-08-31 | fix _PATH_DEFPATH; sigh@kuzirabekon.econ.nagasaki-u.ac.jp | Theo de Raadt | |
2000-08-31 | re-org ecoff headers. move some declarations from exec_ecoff.c to exec_ecoff.h | Eric Jackson | |
so they can be used for osf1 emul. | |||
2000-08-31 | Put the CAVEATS section explaining format string issues in this man page too. | Aaron Campbell | |
2000-08-31 | add missing \n to log(). sync with kame. | Jun-ichiro itojun Hagino | |
2000-08-31 | Use arc4random() instead of random() | brian | |
Suggested by: Theo | |||
2000-08-30 | OpenSSH_2.2.0 | Markus Friedl | |
2000-08-30 | Don't treat two or more whitespace followed by a comment as | brian | |
an empty argument | |||
2000-08-30 | Complain about invalid arguments passed to ``set ifaddr'' | brian | |
2000-08-30 | regen. | Federico G. Schwindt | |
2000-08-30 | Remove entry added during the ne break. Should work fine now. | Federico G. Schwindt | |
2000-08-30 | - Finally fix the problem introduced after the ax88190 support; the MAC | Federico G. Schwindt | |
should be read correctly in all cards. - Disable support for AX88190 till I get some card for testing. Thanks to palante@subterrain.net for testing. | |||
2000-08-30 | mdoc'd awk(1) man page; thanks d@. | Aaron Campbell | |
2000-08-30 | remove duplicate inclusion of sys/ioctl.h | Brad Smith | |
2000-08-30 | additional range checking; From: NetBSD | Brad Smith | |
2000-08-30 | prevent core dumps when stderror() is called before reslab is initialized | Michael Shalayeff | |