summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-03-21Regen with the right vnode_if.shArtur Grabowski
2001-03-21uvm_vnp_terminate expect the vnode to be locked.Artur Grabowski
Why didn't LOCKDEBUG catch this?
2001-03-21Fix typo, connnection -> connectionAaron Campbell
2001-03-21do not dereference null pointer. from kameJun-ichiro itojun Hagino
2001-03-21set rmx_mtu to L2 interface mtu, instead of 0, on mtudisc timeout.Jun-ichiro itojun Hagino
ip6_output() change is for safety. sync with kame
2001-03-21Don't use this non-standard .Nm "" thing.Aaron Campbell
2001-03-21add -B flag to usageJakob Schlyter
2001-03-21__va_list is specified differently with the powerpc ABI than it is onDale Rahn
other platforms, the list is a pointer, thus va_copy should allocate data (using alloca) for that pointer before copying the contents of the data. This allows several gnu programs to build and run correctly which insist on multiply parsing the vararg/stdarg data passed to a function.
2001-03-21alpha fixes, from simonb@wasabisystems.comMarkus Friedl
2001-03-21merge common ssh v1/2 codeMarkus Friedl
2001-03-21optimize a sanity check and put it behind ifdef DIAGNOSTIC.Artur Grabowski
2001-03-21Fix a race which could cause us to write out data belongingArtur Grabowski
to some other buffer.
2001-03-20dangling space in commentArtur Grabowski
2001-03-20dangling space in commentArtur Grabowski
2001-03-20cleaningArtur Grabowski
2001-03-20Prevent "sort -f /dev/null" from segfaulting.Todd C. Miller
2001-03-20renameMarkus Friedl
2001-03-20cleanupArtur Grabowski
2001-03-20remove unused argMarkus Friedl
2001-03-20document new interpretation for net.inet6.icmp6.nodeinfo.Jun-ichiro itojun Hagino
2001-03-20default to SSH protocol version 2Markus Friedl
2001-03-20add changes need for BSD_AUTH plus disabled BSD_AUTH codeMarkus Friedl
2001-03-20Even more cleanup. This file was a mess.Artur Grabowski
2001-03-20Make fsync a bit more reliable; From Free/NetBSD. art@ ok.Grigoriy Orlov
2001-03-20indentArtur Grabowski
2001-03-20Even more.Artur Grabowski
2001-03-2014 more NULL used as integer values.Artur Grabowski
2001-03-20NULL is not an u_longArtur Grabowski
2001-03-20NULL is not a daddr_tArtur Grabowski
2001-03-20better default screen initMichael Shalayeff
2001-03-20regenMichael Shalayeff
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