Age | Commit message (Expand) | Author |
2010-06-04 | move code around, so that commands can be used as modules. | Marc Espie |
2010-06-04 | Missed this file in previous commit; previous commit message was: | Bret Lambert |
2010-06-04 | Use correct imsg type in error reply. | Jacek Masiulaniec |
2010-06-04 | rt_timer_queue_destroy() did not actually destroy, leading to a potential | Bret Lambert |
2010-06-04 | It is actually possible to dump IPv6 tables with "dump table" and not | Claudio Jeker |
2010-06-04 | Fix NAT-T detection to enable UDP encapsulation. It was done before, | Reyk Floeter |
2010-06-04 | Merge interface flags and xflags before printing them. So it is possible to | Claudio Jeker |
2010-06-04 | when attaching files to play or record to the device, check that | Alexandre Ratchov |
2010-06-04 | midi control aproc structure is can be destroyed before any stream | Alexandre Ratchov |
2010-06-04 | gc unused variable | David Gwynne |
2010-06-04 | Allow the audio device to be opened only while it's actually used. | Alexandre Ratchov |
2010-06-03 | manpage tweaks | Reyk Floeter |
2010-06-03 | Stop requiring the 'inet6' keyword when the 'autoconfprivacy' option is used. | Stefan Sperling |
2010-06-03 | Instead of doing a poor mans offsetof() implementation change the code | Claudio Jeker |
2010-06-03 | sync | Theo de Raadt |
2010-06-03 | add _iked | Reyk Floeter |
2010-06-03 | Add a new _iked user with uid 101 instead of (ab)using the _isakmpd user. | Reyk Floeter |
2010-06-03 | enable async fifo for >=AR9287 1.3 only. | Damien Bergamini |
2010-06-03 | new iwn-firmware-5.4 package that includes the firmware image | Damien Bergamini |
2010-06-03 | enable ldapd and ldapctl in the build | Martin Hedenfal |
2010-06-03 | take care of some half-baked CPU temperature readings seen in wild | Theo de Raadt |
2010-06-03 | Fix compilation on gcc2. Check a return value from malloc while at it. | Martin Hedenfal |
2010-06-03 | Open database files before chrooting, and use an absolute path to | Martin Hedenfal |
2010-06-03 | remove my BINDIR override, pointed out by deraadt@ | Reyk Floeter |
2010-06-03 | update the manpages for isakmpd(8) and ipsec.conf(5) to point to iked(8) | Reyk Floeter |
2010-06-03 | Import iked, a new implementation of the IKEv2 protocol. | Reyk Floeter |
2010-06-03 | Import iked, a new implementation of the IKEv2 protocol. | Reyk Floeter |
2010-06-03 | typo in a comment | Theo de Raadt |
2010-06-03 | Add support for 802.1ad-style QinQ nested VLANs. | Christian Weisgerber |
2010-06-03 | Don't hardcode /bin/ksh in the example, but use "loginShell" instead. | Antoine Jacoutot |
2010-06-03 | Rename ci_spinup_stack to ci_stack and use it as the stack for both CPU | Joel Sing |
2010-06-03 | Add missing function prototypes for MP kernels. | Joel Sing |
2010-06-03 | massage the code to avoid races in ami_mgmt. | David Gwynne |
2010-06-03 | cut cd(4) over to use xshandlers. based on the sd(4) diff and includes the | David Gwynne |
2010-06-03 | Always initialize the ccb provided by the scsi layer into the proper | Kenneth R Westerback |
2010-06-03 | tweak previous; ok deraadt | Jason McIntyre |
2010-06-03 | The is no md5 authentication in OSPFv3. Remove some leftovers from | Alexander Bluhm |
2010-06-03 | HTTP/1.1 requests must send a "Connection: close" header. Fixes the issue where | Alexander Hall |
2010-06-03 | When attempting to resume a download, against an HTTP server that | Peter Hessler |
2010-06-03 | get rid of the kthread. it is unused and just bloats the kernel. | David Gwynne |
2010-06-03 | replace TAILQs with SLISTs for managing the ccb free list. theyre smaller. | David Gwynne |
2010-06-03 | useless abstraction is, by definition, useless. | David Gwynne |
2010-06-02 | fix potential use of uninitialized value, and remove unused variables. | Charles Longeau |
2010-06-02 | Update to sudo 1.7.2p7 | Todd C. Miller |
2010-06-02 | check event_dispatch() return value | Charles Longeau |
2010-06-02 | MPLSCTL_ENABLE is gone, no need to check for it. There is also no real | Claudio Jeker |
2010-06-02 | Kill the mpls enable sysctl knob. Since MPLS needs to be enabled explicitly | Claudio Jeker |
2010-06-02 | fix rcs prefix | Theo de Raadt |
2010-06-02 | has GENERIC.MP | Theo de Raadt |
2010-06-02 | Add back -fno-omit-frame-pointer, which was accidentally deleted by | Mark Kettenis |