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