Age | Commit message (Expand) | Author |
2009-06-06 | make ripctl/ripd imsg-in-a-lib ready too. | Eric Faurot |
2009-06-06 | make ldpd imsg-in-a-lib ready too. | Pierre-Yves Ritschard |
2009-06-06 | In SIOCS80211SCAN, fail if the interface is not up *and* running. | Damien Bergamini |
2009-06-06 | mechanical rename of ``priv'' to ``file_priv'' in the one function where | Owain Ainsworth |
2009-06-06 | make dvmrpd imsg-in-a-lib ready as well. | Pierre-Yves Ritschard |
2009-06-06 | sync ospfctl/ospfd with the common imsg code, making it lib ready as well. | Eric Faurot |
2009-06-06 | use BUS_DMA_ZERO instead of alloc + bzero. | Owain Ainsworth |
2009-06-06 | correct error codes after malloc(3) failure, as 0 means RPC_SUCCESS; | Ingo Schwarze |
2009-06-06 | sync bgpd/bgpctl with the common imsg code, making it lib ready as well. | Eric Faurot |
2009-06-06 | Document show rib table foo | Claudio Jeker |
2009-06-06 | bgpctl part of allowing alternate RIBs to be shown. Had to use the | Claudio Jeker |
2009-06-06 | bring back the indians for pirofti -- handle unaligned access and put a | Theo de Raadt |
2009-06-06 | Make it possible to select the RIB that a show command should show. | Claudio Jeker |
2009-06-06 | add an interface to agp to create a bus_dma_tag over a range of the | Owain Ainsworth |
2009-06-06 | sync snmpd with the common imsg code, making it lib ready as well. | Pierre-Yves Ritschard |
2009-06-06 | It might be a good idea to commit all the diff. *sigh*. | Owain Ainsworth |
2009-06-06 | We only really need to #define SYNCHRONIZE_CACHE 0x35 once. | Kenneth R Westerback |
2009-06-06 | add sg_dma.c on i386, soon to be used. | Owain Ainsworth |
2009-06-06 | allocate the correct amount of memory | Eric Faurot |
2009-06-06 | instead of #ifndef SMALL_KERNELing the whole sg_dma.c file, just put the | Owain Ainsworth |
2009-06-06 | remove unnecessary and scary pid check in imsg_init. | Pierre-Yves Ritschard |
2009-06-06 | Sync with relayd: | Eric Faurot |
2009-06-06 | Include pcidump and acpidump output when sendbug is run as root, | Ray Lai |
2009-06-06 | Remove the last VGA_POST defines with X86EMU. Okay deraadt@. | Paul Irofti |
2009-06-06 | Sync with relayd: | Pierre-Yves Ritschard |
2009-06-06 | Nuke debug() unless DEBUG is defined. Elminates debug output from | Kenneth R Westerback |
2009-06-06 | Document some of the newer Intel cards that are now supported. Also add | Claudio Jeker |
2009-06-06 | Add uvm_objwire() and uvm_objunwire(), I need this for some of my crazy | Owain Ainsworth |
2009-06-06 | Fix RCSIds | Matthieu Herrb |
2009-06-06 | use calloc() and realloc() more; ok schwarze | Theo de Raadt |
2009-06-06 | if smtpctl is run in unsupported mode, exit with a warning instead of | Jacek Masiulaniec |
2009-06-06 | option X86EMU is how this subsystem is brought into a kernel | Theo de Raadt |
2009-06-06 | more chipsets that support IPv6 receive TCP/UDP checksum offload; from Brad | Christian Weisgerber |
2009-06-06 | Rewrite the SIOCSIFFLAGS ioctl handling code to clean it up a bit and | Christian Weisgerber |
2009-06-06 | Consolidate error handling code. Much less atrocious than before. | Bret Lambert |
2009-06-06 | Some preliminary filter magic to support multiple RIBs on the filters. | Claudio Jeker |
2009-06-06 | Only the main Loc-RIB should update the FIB for now. So introduce a | Claudio Jeker |
2009-06-06 | Only generate updates for peers that are member of the RIB that update is | Claudio Jeker |
2009-06-06 | Minor cleanup. | Claudio Jeker |
2009-06-06 | fix include paths | Theo de Raadt |
2009-06-06 | Handle our new ELF core dumps. | Mark Kettenis |
2009-06-06 | Add vga bios repost support. Fetched from the NetBSD tree mostly. | Paul Irofti |
2009-06-06 | turdshine previous | Thordur I. Bjornsson |
2009-06-06 | Matching fix for amd64. This also removes a spurious disable_intr() call | Mike Larkin |
2009-06-06 | Fix some lapic, interrupt, and clock issues on i386 ACPI S3 resume. | Mike Larkin |
2009-06-05 | didn't we just say we remove libevent from the imsg framework? | Eric Faurot |
2009-06-05 | 4 handed diff with eric: | Pierre-Yves Ritschard |
2009-06-05 | Note that f_fsid gets cleared when caller is not the superuser. OK deraadt@ | Todd C. Miller |
2009-06-05 | if path in "deliver to maildir path" is omitted, use ~/Maildir by | Jacek Masiulaniec |
2009-06-05 | correct a format string type | Theo de Raadt |