Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-06 | Rewrite the SIOCSIFFLAGS ioctl handling code to clean it up a bit and | Christian Weisgerber | |
make it consistent with other drivers. No functional change. From Brad. | |||
2009-06-06 | Consolidate error handling code. Much less atrocious than before. | Bret Lambert | |
"get it in" thib@ | |||
2009-06-06 | Some preliminary filter magic to support multiple RIBs on the filters. | Claudio Jeker | |
It is ugly but does the trick for now. Filters will be rewritten anyway. The rib specifier only makes sense on from rules. e.g. deny rib OMG from any | |||
2009-06-06 | Only the main Loc-RIB should update the FIB for now. So introduce a | Claudio Jeker | |
F_RIB_NOFIB flag and apply it on all RIBs that are not F_RIB_NOEVALUATE. | |||
2009-06-06 | Only generate updates for peers that are member of the RIB that update is | Claudio Jeker | |
comming from. | |||
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 | |
Tested on multiple i386 and it works, amd64 works also with a few exceptions that will get fixed. The initial effort of importing was done by oga@, thanks! Lots of testing and debugging by mlarkin@ and me. Okay deraadt@, oga@, mlarkin@. | |||
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 | |
that wasn't needed. ok pirofti@ | |||
2009-06-06 | Fix some lapic, interrupt, and clock issues on i386 ACPI S3 resume. | Mike Larkin | |
(Allows time to flow forward after resume) ok pirofti@ | |||
2009-06-05 | didn't we just say we remove libevent from the imsg framework? | Eric Faurot | |
ok pyr@ | |||
2009-06-05 | 4 handed diff with eric: | Pierre-Yves Ritschard | |
Stop pushing event handling in the imsg framework. Instead, provide a small glue layer on top of both imsg and libevent. This finally clearly separates event handling and imsg construction. Sidetrack bonus: remove the mega-ugly hack of having a dummy imsg_event_add stub in relayctl. This will make bgpd (and thus henning) happy. Next up are smtpd and ospfd. ok eric@ | |||
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 | |
default; from gilles@ | |||
2009-06-05 | correct a format string type | Theo de Raadt | |
2009-06-05 | init rtm_hdrlen | Chris Cappuccio | |
ok claudio@, henning@ | |||
2009-06-05 | T | Theo de Raadt | |
ariane's new allocator gave iwi dirty memory, and made a real bug fall out. The kva was being stored in a structure hidden by a cast, but passing the "structure" corrupts subsequent arguments to bus_dmamap_load(). group effort with ariane, kettenis, and oga. | |||
2009-06-05 | rtm->rtm_hdrlen conversion | Chris Cappuccio | |
ok claudio@, henning@ | |||
2009-06-05 | Correctly send notification messages when errors occur. | Michele Marchetto | |
ok claudio@ laurent@ | |||
2009-06-05 | Remove unneeded function that prepends mail with "From " marker. | Jacek Masiulaniec | |
mail.local(8) does it for us in mbox case, maildir doesn't need this, and in ext. mda case we delegate it to the external program. committing on gilles@'s behalf | |||
2009-06-05 | bring back rev1.70 | Thordur I. Bjornsson | |
2009-06-05 | forgot to commit the ospfctl bits, this unbreaks the tree. | Pierre-Yves Ritschard | |
noticed by michele@ | |||
2009-06-05 | bring buf_write here as well. | Pierre-Yves Ritschard | |
2009-06-05 | bring buf_write which is going to be needed for bgpd. | Pierre-Yves Ritschard | |
2009-06-05 | Don't call the main RIB DEFAULT but Loc-RIB. Makes more sense. | Claudio Jeker | |
2009-06-05 | make smtpd's imsg lib ready, just like relayd and ospfd. | Pierre-Yves Ritschard | |
ok gilles@, jacekm@ | |||
2009-06-05 | Adjust print_config to all the stuff added in the last days. | Claudio Jeker | |
2009-06-05 | use calloc() to provide size * nitems safety | Theo de Raadt | |
2009-06-05 | use calloc() to provide size * nitems safety; ok millert | Theo de Raadt | |
2009-06-05 | catch up NetBSD kern/41048. | Yojiro Uo | |
check for a non-NULL configuration descriptor before dereferencing. ok deraadt@ | |||
2009-06-05 | revert to 1.67 to unbreak NFS writes; ok beck@ thib@ | Christian Weisgerber | |
2009-06-05 | Make it possible to bind peers to a specified RIB. Now only filters and | Claudio Jeker | |
bgpctl are missing to have full support of multiple RIBs. | |||
2009-06-05 | Add an unused data field, to allow smtpd and ypldap to work, all lib | Pierre-Yves Ritschard | |
ready daemons have NULL diffs now for the imsg files. This field should eventually die a honorable death as it was a design screwup. | |||
2009-06-05 | bump MAX_IMSGSIZE here as well | Pierre-Yves Ritschard | |
2009-06-05 | The yp_bind(3) return code now distinguishes "YP not active" from "an error | Ingo Schwarze | |
occurred". Based on this, decide to either bail or use the record as is. Prevents getgrnam(3) and friends from silently skipping YP records on system errors, for example when out of memory. Also, calling yp_get_default_domain once is enough. The first two switch cases are unchanged, just reindented. ok millert@ | |||
2009-06-05 | bump MAX_IMSGSIZE to 16384, this will make smtpd happy later on. | Pierre-Yves Ritschard | |
2009-06-05 | - make this a lot more readable; no binary change | Jasper Lievisse Adriaanse | |
ok thib@ | |||
2009-06-05 | make ospfd's imsg lib ready as well. | Pierre-Yves Ritschard | |
ok claudio@ | |||
2009-06-05 | - remove an over-obvious header | Jasper Lievisse Adriaanse | |
prompted by deraadt@ "nuke nuke nuke" thib@ | |||
2009-06-05 | Add support to fxp(4) for the 82552 MAC found in some variation of | Christian Weisgerber | |
the ICH7 chipset. Untested, but can't break anything that already works. From Brad; ok sthen@ | |||
2009-06-05 | Save some more state such that we recover from X changing depth on us. | Mark Kettenis | |
2009-06-05 | Allow pcidump -xxv to work (show all the info) | Theo de Raadt | |
ok phessler | |||
2009-06-05 | Clear screen to clean up after X. | Mark Kettenis | |
2009-06-05 | Remove redundant assignment. | Mark Kettenis | |
2009-06-05 | swap function order to bring into scope | Theo de Raadt | |
2009-06-05 | emacs handles the undo of a region kill (C-w) differently than a line kill | Kjell Wooding | |
(C-k) with respect to cursor position. The former leaves the cursor at the end, the latter at the beginning of the region. emacs is wacky. Make mg undo do the same. ok deraadt | |||
2009-06-05 | Clear screen to clean up after X. | Mark Kettenis | |
2009-06-05 | Change the way we do mrt dumps in the rde (from the retarded only one dump | Claudio Jeker | |
possible to as many as you like). The mrt dumps are now done with the same tree walking code as the control messages. Makes the RDE respond a bit faster and use less memory while dumping. |