summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-26Copy some Open Firmware interface functions from the kernel to ofwboot.Stefan Sperling
2014-11-26Reset ifi->errors after a successful receive_packet(), rather thanKenneth R Westerback
2014-11-26remove an unreachable warning about .Sm argumentsIngo Schwarze
2014-11-26The .Sm macro accepts at most one argument;Ingo Schwarze
2014-11-26Prefer setvbuf() to setlinebuf() for portability; ok deraadt@Todd C. Miller
2014-11-26Make caretx a perl dependency, not just miniperlAndrew Fresh
2014-11-26Use perl's my_strlcat in DynaLoaderAndrew Fresh
2014-11-26garbage collect .TnIngo Schwarze
2014-11-26'ifi' is successfully calloc'd during initialization or dhclientKenneth R Westerback
2014-11-26Make option string/struct const (since it is...). I've had thisTodd C. Miller
2014-11-26The onboard ix(4) interfaces on the SPARC T5 machines don't have a valid MACMark Kettenis
2014-11-26Drop sysmerge.log ; it used to be handy for batch mode but now theAntoine Jacoutot
2014-11-26comment in Makefile, small tweak in -l testOtto Moerbeek
2014-11-26init array field in the proper place, see regress test t27;Otto Moerbeek
2014-11-26syncTheo de Raadt
2014-11-26Add 3 regression tests for "route change" dealing with -ifp, -ifa andMartin Pieuchot
2014-11-26Properly validate line ranges supplied in diff file to prevent overflows.Tobias Stoeckmann
2014-11-26Seems Sun^H^H^HOracle is doing something naughty and (deliberately) putsMark Kettenis
2014-11-26document in STANDARDS that we do not mark eols with $;Jason McIntyre
2014-11-26Add ofwbootfd to list of sparc64 release files to checksum.Stefan Sperling
2014-11-26Use ofwbootfd on sparc64 floppies. Avoids problems when ofwboot grows.Stefan Sperling
2014-11-26Hook ofwbootfd to the build.Stefan Sperling
2014-11-26Add a separate ofwboot build for the sparc64 floppies.Stefan Sperling
2014-11-26prefer memcmp to bcmp.Brent Cook
2014-11-26remove superflous gettimeofday wrapper.Brent Cook
2014-11-26memset like a normal human.Brent Cook
2014-11-26normalize set/getsockopt usage.Brent Cook
2014-11-26Linux has had IP_MTU since 2005, don't force it.Brent Cook
2014-11-26macro cleanup; from kaspars at bankovskis dot netIngo Schwarze
2014-11-26Make the code sipler and more robust by always assigning a valueIngo Schwarze
2014-11-26Rename 'got_one()' to 'packethandler()'.Kenneth R Westerback
2014-11-26dont swap the vlan tag twice on big endian archs for transmit.David Gwynne
2014-11-25evbuffer_read and evbuffer_write are wrappers around read and write,David Gwynne
2014-11-25Fix test.Daniel Dickman
2014-11-25don't fail, even if running as root.Daniel Dickman
2014-11-25zap trailing whitespace;Jason McIntyre
2014-11-25fix (disabled) build of man.cgiIngo Schwarze
2014-11-25A few reliability fixes:Miod Vallat
2014-11-25When a public symbol in a library is referenced by the main program's plt,Miod Vallat
2014-11-25Brag about what OS we are running on the LCD panel, if there is one.Miod Vallat
2014-11-25C99 says setvbuf() returns non-zero, not EOF. Also, POSIX documentsTodd C. Miller
2014-11-25rand() is a pseudo-random number generatorTodd C. Miller
2014-11-25Don't describe random() as "better".Todd C. Miller
2014-11-25Warn people to use arc4random() in DESCRIPTION so they see it usingTodd C. Miller
2014-11-25r1.118 starting using LINK_STATE_IS_UP() to check the link statusKenneth R Westerback
2014-11-25Move guts of setbuf.3 into setvbuf.3 to make it clear which oneTodd C. Miller
2014-11-25rand48(3) not drand48(3) to align with the actual man page and XrTodd C. Miller
2014-11-25Also cover other diff formats besides unified ones.Tobias Stoeckmann
2014-11-25Since in_broadcast() is now used to always iterate on all the interfacesMartin Pieuchot
2014-11-25macro and typo fixes from kaspars at bankovskis dot netIngo Schwarze