Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-01-18 | Replace resource maps with extents. | Miod Vallat | |
This one was tricky but the light came at 3am. | |||
2002-01-18 | Replace resource maps with extents. | Miod Vallat | |
This is completely untested due to lack of access to such hardware. cvs: ---------------------------------------------------------------------- | |||
2002-01-18 | print out the ctime of a mount when verbose; millert@ ok | Michael Shalayeff | |
2002-01-18 | record ctime for the mountpoint, mount time or last mount update; art@ ok | Michael Shalayeff | |
2002-01-18 | while im here, move the ifndef _SCHED_H_ after the copyright message. | Federico G. Schwindt | |
2002-01-18 | From FreeBSD: header for POSIX 1003.1b semaphores. | Federico G. Schwindt | |
2002-01-17 | add pcap_inject back into the header file | Eric Jackson | |
2002-01-17 | when alloc'ing the ready queue, make it big enough. | Federico G. Schwindt | |
2002-01-17 | Support for sab serial ports has been added, list the entries. | Dale Rahn | |
ok jason@ | |||
2002-01-17 | evil, annoying spaces and tabs | Michael Shalayeff | |
2002-01-17 | Enable the sab82532 driver (serial console for u5/u10/u30, etc). | Jason Wright | |
2002-01-17 | Better handling of transitions between our mode and what the prom wants. | Jason Wright | |
2002-01-17 | add polled input handling and remove dead code | Jason Wright | |
Also add support for Break->DDB handling on console [Works in ddb including going back and forth to the PROM, but locks up after printing the 'swap on ...' line] | |||
2002-01-17 | update to sudo 1.6.5p1, sigh | Todd C. Miller | |
2002-01-17 | Allow nested interrupts on the mac interrupt controllers, previously | Dale Rahn | |
the external interrupt was never enabled during interrupt handling. | |||
2002-01-17 | Typo, from Måns Nilsson <mansaxel@sunet.se> | Marc Espie | |
2002-01-17 | Sync SYNOPSIS w/ usage(); Brian Poole | Todd C. Miller | |
2002-01-17 | regress for ssh-keygen | Markus Friedl | |
2002-01-17 | Add console handling (output works, input needs more work) | Jason Wright | |
[Very close to being able to enable 'se' in GENERIC...] | |||
2002-01-17 | reject SIZE request for ascii mode if file is larger than 10k. | Jun-ichiro itojun Hagino | |
2002-01-17 | I'm a tree breaker... sorry... don't include "kbd.h" | Jason Wright | |
2002-01-17 | remove duplicated Id tag; spotted by miod@. | Federico G. Schwindt | |
2002-01-17 | casts to silence enum type warnings for bugzilla bug 37; ok markus@ | Kevin Steves | |
2002-01-17 | Update. | Miod Vallat | |
2002-01-17 | Replace resource maps with extents. | Miod Vallat | |
2002-01-17 | missed one | Todd C. Miller | |
2002-01-17 | update to sudo 1.6.5 | Todd C. Miller | |
2002-01-16 | Replace resource maps with extents. 3 files left to go... | Miod Vallat | |
2002-01-16 | use queue.h macro's | Eric Jackson | |
remove register | |||
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. |