Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-20 | a few recent cpu devs form puffins | Michael Shalayeff | |
2001-03-20 | change interpretation of net.inet6.icmp6.nodeinfo from true/fale to bitmap. | Jun-ichiro itojun Hagino | |
2001-03-20 | Fix mdoc botch. | Aaron Campbell | |
2001-03-20 | accept hier changes; m@procyon.com | Theo de Raadt | |
2001-03-20 | avoid zombies on abnormal disconnections. sync with kame | Jun-ichiro itojun Hagino | |
2001-03-19 | m_freem not m_free if we're dropping the packet because we're not in | Jason Wright | |
the forwarding stp state | |||
2001-03-19 | DELAY(1) is nicer than DELAY(10), multiply loop counter by 10 due to that. | Niklas Hallqvist | |
2001-03-19 | Sniffed glue. Reinstate Mickey's time-bound loops but fix | Niklas Hallqvist | |
the race in wi_inquire that made them stall machines for up to 500ms. Also lower the maximum wait-time for commands to 50ms, and check for actually timed out commands in wi_inquire. | |||
2001-03-19 | version 2.5.2 | Markus Friedl | |
2001-03-19 | undo /etc/shell and proto 2,1 change for openssh-2.5.2 | Markus Friedl | |
2001-03-19 | set gl_pathv to NULL after we free it; christos@netbsd.org | Todd C. Miller | |
2001-03-19 | document PreferredAuthentications options; ok markus@ | Damien Miller | |
2001-03-19 | Document permitopen authorized_keys option; ok markus@ | Damien Miller | |
2001-03-19 | Report ssh connection closing correctly; ok deraadt@ | Damien Miller | |
2001-03-19 | examples. suggested by deraadt. sync with kame | Jun-ichiro itojun Hagino | |
2001-03-19 | USB support works on alpha. (At least UHCI works fine) | Nathan Binkert | |
Reorganize usb devices to be like i386/GENERIC | |||
2001-03-19 | Placeholder for a tga_scrollback function, although this will probably | Aaron Campbell | |
never exist (at some point we'll want a more device-independent way to do scrollback, possibly even with the already-existing msgbuf facilities?) | |||
2001-03-18 | specifically version match on ssh scanners. do not log scan information | Theo de Raadt | |
to the console, because clueless users freak out when people do completely legal probes. instead, generate a detailed log file entry and use british humour to relax their sphincters a little bit. | |||
2001-03-18 | for "make cleandir" clean out the doc stuff too | Todd C. Miller | |
2001-03-18 | bad angelos | Aaron Campbell | |
2001-03-18 | Cosmetic. | Aaron Campbell | |
2001-03-18 | Deal with history_filename() returning NULL. Missing part if last commit. | Todd C. Miller | |
2001-03-18 | If $HOME is not set do *not* use '.' for the history file. | Todd C. Miller | |
2001-03-18 | Local patches: | Todd C. Miller | |
remove bogus savestring prototype that conflicts with gdb (and is not used) fix a typo in sgtty code (not that we use it but...) treat empty environment variables as unset | |||
2001-03-18 | Build gnu/lib/libreadline and use it instead of the one currently | Todd C. Miller | |
in the binutils dir. | |||
2001-03-18 | Add BSD Makefiles, shlib_version and a pre-generated config.h for | Todd C. Miller | |
standard OpenBSD library building. Also remove generated doc files and texinfo bits we have in the tree. | |||
2001-03-18 | GNU readline-4.1 | Todd C. Miller | |
2001-03-18 | use GLOB_LIMIT | Theo de Raadt | |
2001-03-18 | GLOB_LIMIT changes from christos | Theo de Raadt | |
2001-03-18 | Pretty. | Angelos D. Keromytis | |
2001-03-18 | Add a wsmux device | Nathan Binkert | |
2001-03-18 | ignore permitopen="host:port" if AllowTcpForwarding==no | Markus Friedl | |
2001-03-18 | Fix lots of register masks. | Brandon Creighton | |
2001-03-18 | enable pmtu by default | Niels Provos | |
2001-03-18 | Enable rasops and wsfonts for alpha so TGA can use them | Nathan Binkert | |
2001-03-18 | New TGA driver for alpha. Takes advantage of rasops code. | Nathan Binkert | |
This now gives a working console on alpha when using TGA. Code from NetBSD. | |||
2001-03-18 | Add rasops | Nathan Binkert | |
2001-03-18 | Import rasops from NetBSD. This gives improved performance for raster | Nathan Binkert | |
operations. | |||
2001-03-18 | Importing wsfont stuff from NetBSD. | Nathan Binkert | |
2001-03-18 | Initialize all the cpu_sets array, not just the first max_cpus entries. | Miod Vallat | |
This fixes the "ff1(users) == 21" panic when re-pmap_enter()ing the kernel_map, if option DIAGNOSTIC is set, and your kernel is configured for more cpus that you have on your board. | |||
2001-03-18 | Remove badwordaddr() prototype, cleanup, #if -> #ifdef police. | Miod Vallat | |
2001-03-18 | Correct prototype for guarded_access(). | Miod Vallat | |
2001-03-17 | sync vax | Hugh Graham | |
2001-03-17 | Handle ftp services that don't ask for a password, only a username. | Bob Beck | |
This appears to be allowed by RFC and is apparently used by some banks in the netherlands (shudder). Patch courtesy Ramses de Beer <rbdebeer@yahoo.com>. | |||
2001-03-17 | mickey has been sniffing glue | Theo de Raadt | |
2001-03-17 | check /etc/shells, too | Markus Friedl | |
2001-03-16 | Add some more model subtypes from Antonio Carlini. | Hugh Graham | |
Won't try to match VAX_STYP_692 until we can find a 4000 70x and learn more about this model. | |||
2001-03-16 | implement "permitopen" key option, restricts -L style forwarding to | Markus Friedl | |
to specified host:port pairs. based on work by harlan@genua.de | |||
2001-03-16 | 0x9f == BSDI, ok millert@ | Markus Friedl | |
2001-03-16 | Now that pmap_growkernel is implemented set NKMEMCLUSTERS to 32m again. | Artur Grabowski | |
millert@ ok. |