Age | Commit message (Expand) | Author |
2011-07-03 | garbage collect unused parameter to PFLOG_PACKET | Henning Brauer |
2011-07-03 | endodoify UVM_CNT too. | Owain Ainsworth |
2011-07-03 | Rip out and burn support for UVM_HIST. | Owain Ainsworth |
2011-07-03 | Do as all other direct archs do and map contig memory through the direct | Owain Ainsworth |
2011-07-03 | correctify NULL 0 confusion | Ted Unangst |
2011-07-03 | wsdisplay should use wsdisplaypoll not ttpoll. | Nicholas Marriott |
2011-07-03 | Fix return values of wsdisplaykqfilter and move some code so it matches | Nicholas Marriott |
2011-07-03 | Cleanup vnd(4) a bit now that it only has one mode of operation and | Matthew Dempsky |
2011-07-03 | Refactor the fragment handling in pf_setup_pdesc() so that AF_INET | Claudio Jeker |
2011-07-03 | avoid void * pointer arithmetic | David Hill |
2011-07-03 | The UVM_STRAT defines have been unused since pmemrange was commited. | Owain Ainsworth |
2011-07-03 | Fix vnd(4) support for read-only files. We can't clear sc_flags | Matthew Dempsky |
2011-07-03 | LINK_STATE_IS_UP() should consider LINK_STATE_UNKNOWN as an up state. | Claudio Jeker |
2011-07-03 | Do not use LINK_STATE_UNKNOWN for the INIT state. LINK_STATE_UNKNOWN has | Claudio Jeker |
2011-07-03 | Add a SIMPLEQ_REMOVE_NEXT() macro analogous to SLIST_REMOVE_NEXT(). | Matthew Dempsky |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2011-07-03 | Call config_detach() on the child scsibus in sr_detach(). | Matthew Dempsky |
2011-07-03 | slight knf (particularly the function decls) so i dont get too distracted | David Gwynne |
2011-07-02 | kqueue attach functions should return an errno or 0, not a plain 1. Fix | Nicholas Marriott |
2011-07-02 | Per recommandation in the the sparc docs, use unlocked reads when | Philip Guenthe |
2011-07-02 | Cleanup the softraid boot probe code. Rename the rather poorly named | Joel Sing |
2011-07-02 | Use getvnode() instead of implementing our own file descriptor handling | Joel Sing |
2011-07-02 | Getting a disklabel to extract d_secsize to initialize a variable that is then | Kenneth R Westerback |
2011-07-02 | rename VFSDEBUG to VFLCKDEBUG; | Thordur I. Bjornsson |
2011-07-02 | gc in_interfaces. doesnt seem to do anything except get incremented. | David Gwynne |
2011-07-01 | msi interrupts working on mfi(4) | Theo de Raadt |
2011-07-01 | The pf_headers union may also contain a mld_hdr or nd_neighbor_solicit | Alexander Bluhm |
2011-06-30 | ansi, no binary change | Jonathan Gray |
2011-06-30 | Refactor some common open/close/detach disk driver code into | Matthew Dempsky |
2011-06-30 | finish ansi in uvm. ok ariane oga | Ted Unangst |
2011-06-30 | Add DUID support for ext2fs mounts. | Joel Sing |
2011-06-30 | remove compat_35 files | Ted Unangst |
2011-06-30 | sync | Ted Unangst |
2011-06-30 | compat_35 has not been enabled for sometime, time to remove it | Ted Unangst |
2011-06-29 | Replace all instances of "scsibus* at hba?" with a single "scsibus* at | Matthew Dempsky |
2011-06-29 | mark S8 encoding as emulated; only S16LE and U8 are natively supported | Christian Weisgerber |
2011-06-29 | iop(4) is not a SCSI controller, so it shouldn't have the scsi | Matthew Dempsky |
2011-06-29 | dmesg@ says pss has never been seen in the wild and the manpage says it | Ted Unangst |
2011-06-29 | stop printing in apm, acpi doesn't do this. remove APM_NOPRINT option. | Ted Unangst |
2011-06-29 | notyet, notever. delete a bunch of code we won't be using. | Ted Unangst |
2011-06-29 | ansi with a little knf. ok deraadt jsg | Ted Unangst |
2011-06-29 | ansi softdep, ok deraadt | Ted Unangst |
2011-06-29 | always set sppp auth secret, as other code assumes it. | Ted Unangst |
2011-06-28 | Remove the ega driver which is not referenced by any GENERIC kernel. | Matthieu Herrb |
2011-06-28 | change two function defs with () to (void) | Ted Unangst |
2011-06-28 | Rename FMARK to FIF_MARK and FDEFER to FIF_DEFER and | Thordur I. Bjornsson |
2011-06-27 | Unbreak iopool conversion by putting the implicit yet missing important | Miod Vallat |
2011-06-27 | If an shared interrupt handler returns -1, continue running other handlers. | Theo de Raadt |
2011-06-27 | When adding interrupt handlers to a chain, install them in priority order. | Joel Sing |
2011-06-27 | Mark ARP request broadcasts with M_BCAST in the mbuf flags. | Camiel Dobbelaar |