Age | Commit message (Expand) | Author |
2012-10-12 | Cleanup false positives for uninitialized uses. | Christiano F. Haesbaert |
2012-10-12 | Add the _iscsid user, required by iscsid | David Coppa |
2012-10-12 | no need to fetch and print the fw revision | Mike Belopuhov |
2012-10-12 | major cleanup | Mike Belopuhov |
2012-10-12 | zap trailing whitespace; | Jason McIntyre |
2012-10-12 | a bit of janitoring | Mike Belopuhov |
2012-10-12 | Now that the file offset/alignment issue has been found and fixed, switch | Joel Sing |
2012-10-12 | Force 16 byte alignment in boot(8) srt0.S, since this is more likely to get | Joel Sing |
2012-10-12 | make some assumptions more explicit, after some confusion... | Marc Espie |
2012-10-12 | Add a script that checks the file offsets for boot(8)'s .text and .data | Joel Sing |
2012-10-12 | Use fdboot for amd64 floppy disk media. | Joel Sing |
2012-10-12 | Build a 'fdboot' that will be used for floppy disk media. This can be made | Joel Sing |
2012-10-12 | fix infinite loops on regexps that match the empty word, which is | Marc Espie |
2012-10-12 | Extend the "retry" field to 16 bits. The new quadratic retry formula | Eric Faurot |
2012-10-11 | fix "disable lidsuspend on shutdown": | Alexander Hall |
2012-10-11 | - if argc / argv not empty after getopt() loop, display usage | Gilles Chehade |
2012-10-11 | - no need to assign a separator to the last route flag since we're not | Gilles Chehade |
2012-10-11 | - no need to set imsg_type to IMSG_MFA_CLOSE when we're not going to answer | Gilles Chehade |
2012-10-11 | - remove dead store | Gilles Chehade |
2012-10-11 | - remove dead store | Gilles Chehade |
2012-10-11 | - map_create() takes a map_src not a map_kind | Gilles Chehade |
2012-10-11 | - char * -> unsigned char * | Gilles Chehade |
2012-10-11 | - ssize_t -> size_t | Gilles Chehade |
2012-10-11 | - replace "all" with "any" | Gilles Chehade |
2012-10-11 | - replace "from all" and "for all" with "from any" and "for any" | Gilles Chehade |
2012-10-11 | do not attempt a hardware list - it is currently out of date to the point | Jason McIntyre |
2012-10-11 | package checksums are no longer MD5, from Dawe on tech@. | Stuart Henderson |
2012-10-11 | rework the firmware interface and incorporate all the guts into | Mike Belopuhov |
2012-10-11 | kill a scary unused function | Mike Belopuhov |
2012-10-11 | better integer log2 implementation, checked with what linux is doing | Mike Belopuhov |
2012-10-11 | remove pci_set_powerstate() calls that are not needed, since the pci | Theo de Raadt |
2012-10-11 | amend bug section with some fixed stuff. | Marc Espie |
2012-10-11 | fix make's cond parser to be able to handle .if 5 < 7 directly. | Marc Espie |
2012-10-11 | Initialise the protected mode IDT after zeroing .bss - otherwise we wipe | Joel Sing |
2012-10-11 | Enable Host AP power saving support for the RT2700, RT2800 and RT3090 chipsets. | Mark Kettenis |
2012-10-11 | Fix a use-after-free when collapsing the tree in choose mode, from | Nicholas Marriott |
2012-10-11 | The RSA public keys will be found in a subdirectory of /etc/iked/ | Reyk Floeter |
2012-10-11 | Remove the new (as of r1.56) line of code which updates ifi->linkstat in | Stuart Henderson |
2012-10-10 | Oops. Need to handle the case of nfs diskless machines, where the block | Theo de Raadt |
2012-10-10 | F_BACKUP and ROUTE_BACKUP must be sync-ed for now, otherwise smtpd won't | Gilles Chehade |
2012-10-10 | teach smtpctl how to display envelopes and messages using their id. | Gilles Chehade |
2012-10-10 | io_connect() can take an optional address to bind() before connecting. | Eric Faurot |
2012-10-10 | For each alias node, mark if it has been expanded from an alias map or | Eric Faurot |
2012-10-10 | show the port number for a relay if specified. | Eric Faurot |
2012-10-10 | Revert r1.155. Routing breaks if dhclient-script flushes the | Kenneth R Westerback |
2012-10-10 | add missing break | Theo de Raadt |
2012-10-10 | Fix the hash http filter action to initialize the hash key correctly after | Reyk Floeter |
2012-10-10 | Add __BEGIN_DECLS so that programs using C++ can use functions | Stuart Henderson |
2012-10-10 | make bridge_rtflush and bridge_flushrule void functions, as they never | Henning Brauer |
2012-10-10 | Clear the powersave flag and purge queued packets when a node leaves the AP | Mark Kettenis |