Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-01-16 | keyboards are not directly accessible | Jason Wright | |
2002-01-16 | add zskbd* and enable cg3 and cg6 | Jason Wright | |
2002-01-16 | More removal of tty stuff | Jason Wright | |
add support for updating LED status add ScrollLock keysym [Committed from the console of a u1 with wsdisplay at cgsix and wskbd at zskbd =] | |||
2002-01-16 | Make our minds and do not list the same line, once commented, once not. | Miod Vallat | |
2002-01-16 | Replace resource maps with extents. | Miod Vallat | |
2002-01-16 | Don't include <sys/map.h> when you don't need what's in it. | Miod Vallat | |
2002-01-16 | compile sparc64 version of sha1.go with -O0, too. OK jason@ | Marco S Hyman | |
2002-01-16 | missed some registers, kill'em! | Mike Pechkin | |
millert@ ok | |||
2002-01-16 | A better way to escape the punctuation chars in the examples. | Marco S Hyman | |
Fix other examples. Thanks to wiz@danbala.ifoer.tuwien.ac.at | |||
2002-01-16 | update to sudo 1.6.4p2 | Todd C. Miller | |
2002-01-16 | Enable the traditional Stop-A handling | Jason Wright | |
Prepare for being able to set the LED's Clean some of the tty cruft (more of this to come) | |||
2002-01-16 | correct some commented defaults. add Ciphers default. ok markus@ | Kevin Steves | |
2002-01-16 | correct defaults for -i/IdentityFile; ok markus@ | Kevin Steves | |
2002-01-16 | The stategy now used for options in the default sshd_config shipped | Kevin Steves | |
with OpenSSH is to specify options with their default value where possible, but leave them commented. Uncommented options change a default value. Subsystem is currently the only default option changed. ok markus@ | |||
2002-01-16 | Send input to wskbd_input() instead of line discipline and make sure RIE is set. | Jason Wright | |
2002-01-16 | Initialize the rest of the wskbd_mapdata structure. | Jason Wright | |
Clean up and remove alot of debugging crap Fix the initialization state machine. [State: works as console keyboard in polled mode... interrupt mode to go...] | |||
2002-01-16 | Add a sun keyboard type | Jason Wright | |
2002-01-16 | socket()s first argument should be a protocol family rather than an | brian | |
address family. | |||
2002-01-16 | socket's first argument is an address family, not a protocol family. | brian | |
2002-01-16 | wrapper for channel_setup_fwd_listener | Markus Friedl | |
2002-01-16 | Use the volatile specifier to fix warnings about variables being | Todd C. Miller | |
clobbered by longjmp / vfork instead of the gcc "(void)&foo;" hack. | |||
2002-01-16 | Just tested a Eumitcom WL11000P in the guise of a Belkin F5D6000. | Todd C. Miller | |
2002-01-15 | minor simplification in preparation for a future change. | Artur Grabowski | |
2002-01-15 | Make vmstat -m output the same for both sysctl and kvm versions. | Artur Grabowski | |
Plus a minor simplification in preparation for a future change. | |||
2002-01-15 | o no more NOPOLL. | Federico G. Schwindt | |
o rearrange a bit. | |||
2002-01-15 | add spif* at sbus? | Jason Wright | |
2002-01-15 | allow zskbd* at zs? | Jason Wright | |
2002-01-15 | Frontend driver for keyboards attached to zs's (instead of zstty's). | Jason Wright | |
Doesn't really work yet, but it's not terribly far off. This is a work in progress.. | |||
2002-01-15 | sometimes trailing spaces are required for proper formating | Marco S Hyman | |
2002-01-15 | A fix to amap_wiperange from Chuck Cranor that has been in my tree for | Artur Grabowski | |
a while. With his words: " here is a fix for a bug in amap_wiperange (was posted on netbsd's tech-kern list). i screwed up the loop control :(" | |||
2002-01-15 | allocate sackholes with pool | Niels Provos | |
2002-01-15 | Move the enc tests into the Makefile and split them into | Artur Grabowski | |
several small tests. beck@ ok | |||
2002-01-15 | MNAMELEN is 90, not 32; peterw AT ifost.org.au | Todd C. Miller | |
2002-01-15 | change tcpcb allocation to pool | Niels Provos | |
2002-01-15 | update to sudo 1.6.4p1 | Todd C. Miller | |
2002-01-14 | Do not create sys_aliases.c for elf systems; tested at some extent | Federico G. Schwindt | |
by art@ and drahn@. | |||
2002-01-14 | volatile police. | Miod Vallat | |
2002-01-14 | knf | Niels Provos | |
2002-01-14 | knf | Niels Provos | |
2002-01-14 | knf | Niels Provos | |
2002-01-14 | typo | Niels Provos | |
2002-01-14 | If waitpid() return ECHILD that should not be a fatal error since | Todd C. Miller | |
someone else could have waited for the process or zombies could be disabled via SIG_IGN or SA_NOCLDWAIT. | |||
2002-01-14 | Use SIG_DFL to reset SIGCHLD handlers, not SIG_IGN which has a different | Todd C. Miller | |
meaning now. | |||
2002-01-14 | (c) 2002 | Markus Friedl | |
2002-01-14 | remove function pointers for events, remove chan_init*; ok provos@ | Markus Friedl | |
2002-01-14 | remove duplicated code; ok provos@ | Markus Friedl | |
2002-01-14 | correct fn names for ssh2, do not switch from closed to closed; ok provos@ | Markus Friedl | |
2002-01-14 | merge chan_[io]buf_empty[12]; ok provos@ | Markus Friedl | |
2002-01-14 | chan_send_oclose1() no longer calls chan_shutdown_write(); ok provos@ | Markus Friedl | |
2002-01-14 | update to sendmail-8.12.2 | Todd C. Miller | |