summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-03-20a few recent cpu devs form puffinsMichael Shalayeff
2001-03-20change interpretation of net.inet6.icmp6.nodeinfo from true/fale to bitmap.Jun-ichiro itojun Hagino
2001-03-20Fix mdoc botch.Aaron Campbell
2001-03-20accept hier changes; m@procyon.comTheo de Raadt
2001-03-20avoid zombies on abnormal disconnections. sync with kameJun-ichiro itojun Hagino
2001-03-19m_freem not m_free if we're dropping the packet because we're not inJason Wright
the forwarding stp state
2001-03-19DELAY(1) is nicer than DELAY(10), multiply loop counter by 10 due to that.Niklas Hallqvist
2001-03-19Sniffed glue. Reinstate Mickey's time-bound loops but fixNiklas 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-19version 2.5.2Markus Friedl
2001-03-19undo /etc/shell and proto 2,1 change for openssh-2.5.2Markus Friedl
2001-03-19set gl_pathv to NULL after we free it; christos@netbsd.orgTodd C. Miller
2001-03-19document PreferredAuthentications options; ok markus@Damien Miller
2001-03-19Document permitopen authorized_keys option; ok markus@Damien Miller
2001-03-19Report ssh connection closing correctly; ok deraadt@Damien Miller
2001-03-19examples. suggested by deraadt. sync with kameJun-ichiro itojun Hagino
2001-03-19USB support works on alpha. (At least UHCI works fine)Nathan Binkert
Reorganize usb devices to be like i386/GENERIC
2001-03-19Placeholder for a tga_scrollback function, although this will probablyAaron 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-18specifically version match on ssh scanners. do not log scan informationTheo 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-18for "make cleandir" clean out the doc stuff tooTodd C. Miller
2001-03-18bad angelosAaron Campbell
2001-03-18Cosmetic.Aaron Campbell
2001-03-18Deal with history_filename() returning NULL. Missing part if last commit.Todd C. Miller
2001-03-18If $HOME is not set do *not* use '.' for the history file.Todd C. Miller
2001-03-18Local 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-18Build gnu/lib/libreadline and use it instead of the one currentlyTodd C. Miller
in the binutils dir.
2001-03-18Add BSD Makefiles, shlib_version and a pre-generated config.h forTodd C. Miller
standard OpenBSD library building. Also remove generated doc files and texinfo bits we have in the tree.
2001-03-18GNU readline-4.1Todd C. Miller
2001-03-18use GLOB_LIMITTheo de Raadt
2001-03-18GLOB_LIMIT changes from christosTheo de Raadt
2001-03-18Pretty.Angelos D. Keromytis
2001-03-18Add a wsmux deviceNathan Binkert
2001-03-18ignore permitopen="host:port" if AllowTcpForwarding==noMarkus Friedl
2001-03-18Fix lots of register masks.Brandon Creighton
2001-03-18enable pmtu by defaultNiels Provos
2001-03-18Enable rasops and wsfonts for alpha so TGA can use themNathan Binkert
2001-03-18New 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-18Add rasopsNathan Binkert
2001-03-18Import rasops from NetBSD. This gives improved performance for rasterNathan Binkert
operations.
2001-03-18Importing wsfont stuff from NetBSD.Nathan Binkert
2001-03-18Initialize 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-18Remove badwordaddr() prototype, cleanup, #if -> #ifdef police.Miod Vallat
2001-03-18Correct prototype for guarded_access().Miod Vallat
2001-03-17sync vaxHugh Graham
2001-03-17Handle 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-17mickey has been sniffing glueTheo de Raadt
2001-03-17check /etc/shells, tooMarkus Friedl
2001-03-16Add 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-16implement "permitopen" key option, restricts -L style forwarding toMarkus Friedl
to specified host:port pairs. based on work by harlan@genua.de
2001-03-160x9f == BSDI, ok millert@Markus Friedl
2001-03-16Now that pmap_growkernel is implemented set NKMEMCLUSTERS to 32m again.Artur Grabowski
millert@ ok.