summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-11Hoist fill() up, it's AF independent; no obj change.Florian Obser
Diff between ping and ping6 is easier to read if all identical or as close as possible to being identical functions are in one place.
2016-09-11whitespaceFlorian Obser
2016-09-11Pass from around as struct sockaddr.Florian Obser
2016-09-11Get rid of check_icmph(), it's just a convoluted way of saying: IsFlorian Obser
this an ICMP echo reply. But we want to print things if it's not an echo reply!
2016-09-11WhitespaceFlorian Obser
2016-09-11Move smsghdr initialization into main, another step towards AFFlorian Obser
independent pinger().
2016-09-11Remove useless comment.Florian Obser
2016-09-11Switch to sendmsg like ping6(8).Florian Obser
2016-09-11sync to ping(8), no functional changeFlorian Obser
2016-09-11pinger() is no longer called in a sighandler since some time, justFlorian Obser
printf(3).
2016-09-11Switch sparc64 boot code to libsa MI softraid.Joel Sing
2016-09-11Shuffle pinger() initialization around to reduce diff to ping(8).Florian Obser
2016-09-11Switch i386 boot code to libsa MI softraid.Joel Sing
2016-09-11Switch amd64 to libsa MI softraid.Joel Sing
2016-09-11Remove destination IP from mac, it's not helping anything.Florian Obser
Next step in making these functions AF independent. Note that before rev 1.147 of ping6(8) it did not put the destination IP into the mac, only ping(8) did.
2016-09-11Provide initial libsa softraid - this is currently just the data structuresJoel Sing
and softraid crypto key handling code.
2016-09-11Update header guards.Joel Sing
2016-09-11Rename softraid boot files, which are currently in an MD location. ThisJoel Sing
will allow us to bring in a MI softraid.{c,h} in lib/libsa.
2016-09-11Install mg tutorial with correct permissions. ok deraadtMartin Natano
2016-09-11Install sqlite3 header files with correct ownership. "Morituri teMartin Natano
salutant." ok deraadt
2016-09-11Files in /etc/ssl belong to root. ok deraadtMartin Natano
2016-09-11Callers of time(3) should #include <time.h>.Theo Buehler
ok deraadt
2016-09-11Install binaries, scripts and documentation with the usual owner/group/mode.Martin Natano
ok deraadt
2016-09-11Add a few directories missed in the pastMatthieu Herrb
2016-09-11Remove #ifdef's for architectures of the past around SIZEOF_BPF_HDRTheo de Raadt
This is still a mess. Why don't we just clean this up?
2016-09-11Set the usual owner for /usr/bin/skeyprune. ok deraadtMartin Natano
2016-09-11ramdisk ftp(1) client never probes for ftp & ftp-data services, becauseTheo de Raadt
only http is used.
2016-09-11ramdisk does not need a passwd entry for uucp.Theo de Raadt
2016-09-11First compute the variables, then set them readonly. So that we can catchAntoine Jacoutot
errors (e.g. mktemp(1) failing).
2016-09-11Indent cleanup.Antoine Jacoutot
Fix apply_patches return code while here.
2016-09-11normalize seq handling in pinger; little step to make this AFFlorian Obser
independent
2016-09-11Correctly initialize source address for multicast pings. This gotFlorian Obser
broken 9 months ago in 1.136, sorry about that!
2016-09-11remove useless comment; reduces diff to ping; no obj changeFlorian Obser
2016-09-11safeputc is unused ever since we nuked RFC 4620 supportFlorian Obser
2016-09-11remove documentation for filters, we'll document when it's readyGilles Chehade
2016-09-11Remove #ifdef'ed out clock setting code, as we handle setting the clock usingMark Kettenis
the gneric clock API.
2016-09-11Get SDIO reset working.Marcus Glocker
Tested and ok kettenis
2016-09-11KNF: Break an overlong line. No binary change.Theo Buehler
2016-09-11Install programs with ${INSTALL_STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}Philip Guenther
Install info and data files with -o ${DOCOWN} -g ${DOCGRP} -m ${NONBINMODE} Prompted by natano@ Tweaks and oks deraadt@ natano@
2016-09-11Symlinks to binaries should belong to root:bin.Martin Natano
tweaks and ok guenther
2016-09-11The /etc/{localtime,rmt}, /var/tmp and /sys symlinks and the etc tarballMartin Natano
should be owned by root. ok deraadt
2016-09-11Install the /usr/share/calendar/$lang directories with root as owner.Martin Natano
This will be important as soon as we start building release sets without root privileges. ok deraadt guenther
2016-09-11even though zsig.c is knocked out, it should be in this Makefile toTheo de Raadt
match the one up top
2016-09-11a lonely little spaceTheo de Raadt
2016-09-11Remove trailing whitespacePhilip Guenther
noted by jasper's emacs
2016-09-11syncTheo de Raadt
2016-09-11extra spacesTheo de Raadt
2016-09-10Skip printing a debug message when an external interrupt is receivedMike Larkin
2016-09-10Advertise high-speed support.Mark Kettenis
2016-09-10Use PLL6 as a parent clock for the SDx clocks for frequencies > 400 kHz.Mark Kettenis
This makes sximmc(4) much faster since we can actually provide the appropriate clock rates for the modern SD cards. This uncovered a bug in the code that calculated the PLL6 output frequencies, which this commit also fixes.