summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-05-02Minor fixes (one from norm@sandbox.org.uk via NetBSD) and one attribution.Paul Janzen
2001-05-02Ensure caves are connected; afghan@afghanhound.org.ukPaul Janzen
2001-05-02-h overrides BLOCKSIZE; matt@anzen.comPaul Janzen
2001-05-02Sync with NetBSD. Notable changes:Todd C. Miller
o Add libwrap support to supfilesrv, conditioned by #ifdef LIBWRAP (on by default). <bouyer@netbsd.org> o Renamed '-l' (the 'live' mode) to '-d' and '-l' is now used to enable logging of successfull connections. <bouyer@netbsd.org> o Don't botch varargs: the are not always an array of void * in the stack... Write a separate function to convert a list of function parameters to explain why execv failed. <christos@netbsd.org> o When in compress mode, don't overwrite the destination file directly, write a temp file and use rename when it is done. (From James Mathiesen <james@deshaw.com>) o Rename errno variable to error to avoid collision with errno.h and remove explicit extern of errno (we get it from errno.h) <mycroft@netbsd.org> o Cleanup unsigned char vs. char o Add -u flag, that prevents sup from attempting to restore a and m times on the received files. o Replace the provided read_line function with calls to the fparseln function in libutil. Maintain compatibility on machines without fparseln through the NEED_READ_LINE define. o Rename login() to suplogin() to avoid name collition in util.h o If rmdir() fails, chmod the path to have r/w/x perms and run "rm -rf" o avoid last.temp filename collision by using rel-suffix o When creating directories, make sure you remove previous non-directories before doing so, otherwise sup fails. o Add -q flag to supscan for quiet operation.
2001-05-02T doesnt take an argEric Jackson
2001-05-02Correctly number the items in the ``installing via HTTP'' instructions;Miod Vallat
from Mike Pechkin <mpech@prosoft.org.lv>
2001-05-02register save/restore fix from art via Chuck CranorMarco S Hyman
OK deraadt@ and art@
2001-05-02pack all NVGA*s into one vga.h, lot's of spaces vs tabsMichael Shalayeff
2001-05-02allow switching vts w/ right alt/ctrl/fn; from Mike Glamm <glam0006@umn.edu>Michael Shalayeff
2001-05-02fix prompt for ssh-add.Markus Friedl
2001-05-02-b i dunno, and it's hard to get auth .su liquer here to figure it outMichael Shalayeff
2001-05-02document boot options, i dunno what -b does so i just do not mention it anymoreMichael Shalayeff
2001-05-02plural for power management devicesMichael Shalayeff
2001-05-02- somewhat better use of bus_dma interfaceJason Wright
- use constants for bzero'n allocated memory instead of retrieving mapped size
2001-05-02prevent overflow in sbreserve; from wollman@freebsd via netbsdNiels Provos
2001-05-02implement "deletetunnel" (removes tunnel outer IP address pair)Jun-ichiro itojun Hagino
rename "giftunnel" intto "tunnel", to reduce diffs with netbsd. (giftunnel is still usable for backward compat) markus and niels ok'ed.
2001-05-02Move powerpc interrupt enablement into the interrupt controller, not afterDale Rahn
config runs. openpic already had this change. Cleans up config operations for other changes.
2001-05-02Use correct M_CACHE type; art@ ok.Federico G. Schwindt
2001-05-02wsmoused support; missed 2.9 -- bad aaron; heko@saitti.netTheo de Raadt
2001-05-02Put the 'const' back into ssh_askpass() function. Pointed outmouring
by Mark Miller <markm@swoon.net>. OK Markus
2001-05-02Remove some unused entries, add some new ones. ok art@ itojun@Angelos D. Keromytis
2001-05-01sync closer to GENERIC, make compile againTodd T. Fries
2001-05-01note another release time thingyTheo de Raadt
2001-05-01Revert stupid buggy optimisation.Marc Espie
Another Murphy's law: complicated code always works right the first time. Stupid dumb details, on the other hand. Of course we can't share both arrays, as we don't know how they will grow, duh !
2001-05-01Remove PCVT cruft.Aaron Campbell
2001-05-01this is what i'm running these daysMichael Shalayeff
2001-05-01Use pread() to avoid lseek() abuse, from art's todo list. Tested withAaron Campbell
config(8) UKC; millert@ ok
2001-05-01Sort SEE ALSO entries; mpech@prosoft.org.lvAaron Campbell
2001-05-01Fix tcp_signature_tdb_input decl; kernel compiles again if TCP_SIGNATUREFederico G. Schwindt
option is used. Note that this does not work.
2001-05-01Update; mpech@prosoft.org.lvAaron Campbell
2001-05-01kill dtom, also fixes malloc bugs; fgsch@ okMichael Shalayeff
2001-05-01Remove completely redundant introductory sentences in ENVIRONMENT sections.Aaron Campbell
2001-05-01Correct PCVT references.Aaron Campbell
2001-05-01Remove PCVT file references.Aaron Campbell
2001-05-01The old (pcvt) moused is gone in favor of the new (wscons) wsmoused.Aaron Campbell
2001-05-01Remove PCVT cruft.Aaron Campbell
2001-05-01convert to new timeoutsTodd C. Miller
2001-05-01Use opendir/readdir instead of open/read when making a file list.Artur Grabowski
This makes filename tab-completion work and takes dired a step further.
2001-05-01raise the file name and buffer name sizesArtur Grabowski
2001-05-01Convert to new timeouts. (art@ ok)Hakan Olsson
2001-05-01get rid of dtom(), okay itojun@ angelos@ mickey@ millert@Niels Provos
2001-05-01avodi null pointer dereference. sync with kameJun-ichiro itojun Hagino
2001-05-01Reformat EXAMPLES section.Aaron Campbell
2001-05-01trailing spacesMichael Shalayeff
2001-05-01Simpler explanation of exit values.Aaron Campbell
2001-05-01trailing spacesMichael Shalayeff
2001-05-01Add a 250ms wait in attach if ATAPI drives present on channel. SomeConstantine Sapuntzakis
ATAPI devices need a while to boot their firmware, esp. if there is a CD in the drive. Sending them commands early causes them to wedge or abort those commands.
2001-05-01splhigh -> splttyAaron Campbell
2001-05-01constify some arraysMichael Shalayeff
2001-05-01restore socket base addr and bus number on resume; from netbsdMichael Shalayeff