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