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