summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-06add an interface to agp to create a bus_dma_tag over a range of theOwain Ainsworth
2009-06-06sync snmpd with the common imsg code, making it lib ready as well.Pierre-Yves Ritschard
2009-06-06It might be a good idea to commit all the diff. *sigh*.Owain Ainsworth
2009-06-06We only really need to #define SYNCHRONIZE_CACHE 0x35 once.Kenneth R Westerback
2009-06-06add sg_dma.c on i386, soon to be used.Owain Ainsworth
2009-06-06allocate the correct amount of memoryEric Faurot
2009-06-06instead of #ifndef SMALL_KERNELing the whole sg_dma.c file, just put theOwain Ainsworth
2009-06-06remove unnecessary and scary pid check in imsg_init.Pierre-Yves Ritschard
2009-06-06Sync with relayd:Eric Faurot
2009-06-06Include pcidump and acpidump output when sendbug is run as root,Ray Lai
2009-06-06Remove the last VGA_POST defines with X86EMU. Okay deraadt@.Paul Irofti
2009-06-06Sync with relayd:Pierre-Yves Ritschard
2009-06-06Nuke debug() unless DEBUG is defined. Elminates debug output fromKenneth R Westerback
2009-06-06Document some of the newer Intel cards that are now supported. Also addClaudio Jeker
2009-06-06Add uvm_objwire() and uvm_objunwire(), I need this for some of my crazyOwain Ainsworth
2009-06-06Fix RCSIdsMatthieu Herrb
2009-06-06use calloc() and realloc() more; ok schwarzeTheo de Raadt
2009-06-06if smtpctl is run in unsupported mode, exit with a warning instead ofJacek Masiulaniec
2009-06-06option X86EMU is how this subsystem is brought into a kernelTheo de Raadt
2009-06-06more chipsets that support IPv6 receive TCP/UDP checksum offload; from BradChristian Weisgerber
2009-06-06Rewrite the SIOCSIFFLAGS ioctl handling code to clean it up a bit andChristian Weisgerber
2009-06-06Consolidate error handling code. Much less atrocious than before.Bret Lambert
2009-06-06Some preliminary filter magic to support multiple RIBs on the filters.Claudio Jeker
2009-06-06Only the main Loc-RIB should update the FIB for now. So introduce aClaudio Jeker
2009-06-06Only generate updates for peers that are member of the RIB that update isClaudio Jeker
2009-06-06Minor cleanup.Claudio Jeker
2009-06-06fix include pathsTheo de Raadt
2009-06-06Handle our new ELF core dumps.Mark Kettenis
2009-06-06Add vga bios repost support. Fetched from the NetBSD tree mostly.Paul Irofti
2009-06-06turdshine previousThordur I. Bjornsson
2009-06-06Matching fix for amd64. This also removes a spurious disable_intr() callMike Larkin
2009-06-06Fix some lapic, interrupt, and clock issues on i386 ACPI S3 resume.Mike Larkin
2009-06-05didn't we just say we remove libevent from the imsg framework?Eric Faurot
2009-06-054 handed diff with eric:Pierre-Yves Ritschard
2009-06-05Note that f_fsid gets cleared when caller is not the superuser. OK deraadt@Todd C. Miller
2009-06-05if path in "deliver to maildir path" is omitted, use ~/Maildir byJacek Masiulaniec
2009-06-05correct a format string typeTheo de Raadt
2009-06-05init rtm_hdrlenChris Cappuccio
2009-06-05TTheo de Raadt
2009-06-05rtm->rtm_hdrlen conversionChris Cappuccio
2009-06-05Correctly send notification messages when errors occur.Michele Marchetto
2009-06-05Remove unneeded function that prepends mail with "From " marker.Jacek Masiulaniec
2009-06-05bring back rev1.70Thordur I. Bjornsson
2009-06-05forgot to commit the ospfctl bits, this unbreaks the tree.Pierre-Yves Ritschard
2009-06-05bring buf_write here as well.Pierre-Yves Ritschard
2009-06-05bring buf_write which is going to be needed for bgpd.Pierre-Yves Ritschard
2009-06-05Don't call the main RIB DEFAULT but Loc-RIB. Makes more sense.Claudio Jeker
2009-06-05make smtpd's imsg lib ready, just like relayd and ospfd.Pierre-Yves Ritschard
2009-06-05Adjust print_config to all the stuff added in the last days.Claudio Jeker
2009-06-05use calloc() to provide size * nitems safetyTheo de Raadt