summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-09-02Amiga joystick driver. Stylistic comments by Niklas.Marc Espie
Missing documentation yet.
2000-09-01A start at fixing this man page up, but I must go out now, so I'll finish itAaron Campbell
a bit later.
2000-09-01fix cast; mouring@pconline.comMarkus Friedl
2000-09-01portability fixesMarkus Friedl
2000-09-01syncTheo de Raadt
2000-09-01syncTheo de Raadt
2000-09-01cleanup and fix -S support; stevesk@sweden.hp.comTheo de Raadt
2000-09-01More -Wall anmd KNF, from op2@tomahawk.SQUiSH.orgTodd C. Miller
2000-09-01syncTheo de Raadt
2000-09-01repairsTheo de Raadt
2000-09-01Rename pmax/dc.0 to pmax/dz.0. -mojMats O Jansson
2000-09-01Rename dc.4 to dz.4. -mojMats O Jansson
2000-09-01Initialization script stuff for moused.Aaron Campbell
2000-09-01syncTheo de Raadt
2000-09-01a commentTheo de Raadt
2000-09-01Userland mouse daemon for new PCVT mouse features. The daemon must be startedAaron 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-01New "pcvtctl" device used by moused to communicate with PCVT in the kernel.Aaron Campbell
2000-09-01Kernel 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-01reMichael Shalayeff
2000-09-013ware escaladeMichael Shalayeff
2000-09-01repair a routine to grab interface MTU information.Jun-ichiro itojun Hagino
2000-09-01syncTheo de Raadt
2000-09-01newish stuff, based on various trawlingTheo de Raadt
2000-08-31add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensionsMarkus Friedl
2000-08-31WallMarkus Friedl
2000-08-31syncMarkus Friedl
2000-08-31implement a SFTP server. interops with sftp2, scp2 and the windowsMarkus Friedl
client from ssh.com
2000-08-31Correct version number.Hans Insulander
2000-08-31Don't use librokens implementation of strtok_r; it's not broken in OpenBSD...Hans Insulander
2000-08-31Minor tweaks, and a note about missing OTP support.Hans Insulander
2000-08-31Correct version number.Hans Insulander
OTP is not supported.
2000-08-31Reintroduce the build target, which is very useful (at least for me).Hans Insulander
2000-08-31How on earth could it go six months without anyone noting that I didn'tHans Insulander
include the pagsh subdir in this file? Reported by jj@dynarc.se, thanks!
2000-08-31sync. -mojMats O Jansson
2000-08-31on /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-31fix _PATH_DEFPATH; sigh@kuzirabekon.econ.nagasaki-u.ac.jpTheo de Raadt
2000-08-31re-org ecoff headers. move some declarations from exec_ecoff.c to exec_ecoff.hEric Jackson
so they can be used for osf1 emul.
2000-08-31Put the CAVEATS section explaining format string issues in this man page too.Aaron Campbell
2000-08-31add missing \n to log(). sync with kame.Jun-ichiro itojun Hagino
2000-08-31Use arc4random() instead of random()brian
Suggested by: Theo
2000-08-30OpenSSH_2.2.0Markus Friedl
2000-08-30Don't treat two or more whitespace followed by a comment asbrian
an empty argument
2000-08-30Complain about invalid arguments passed to ``set ifaddr''brian
2000-08-30regen.Federico G. Schwindt
2000-08-30Remove 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 MACFederico 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-30mdoc'd awk(1) man page; thanks d@.Aaron Campbell
2000-08-30remove duplicate inclusion of sys/ioctl.hBrad Smith
2000-08-30additional range checking; From: NetBSDBrad Smith
2000-08-30prevent core dumps when stderror() is called before reslab is initializedMichael Shalayeff