]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
When returning EIO from DEVFSIO_RADD ioctl, drop the exclusive rule
[FreeBSD/FreeBSD.git] / sys /
2006-01-03 rwatsonWhen returning EIO from DEVFSIO_RADD ioctl, drop the...
2006-01-03 yongari- Tx side bus_dmamap_load_mbuf_sg(9) support. This...
2006-01-03 impUse the child to allocate the resource rather than...
2006-01-03 impMinor style(9) hacking, plus use a macro in place of...
2006-01-02 thompsaFix a brain-o in the last commit, the conditional was...
2006-01-02 thompsaReorganise bridge_rtupdate slightly to reduce duplication.
2006-01-02 thompsaReset the route expiry time on each update rather than...
2006-01-02 thompsaIt is better to use time_uptime here since it is monotonic.
2006-01-02 samenable "aggressive mode" only when operating in ap...
2006-01-02 samupdate erp information element in the beacon frame...
2006-01-02 thompsaMinor whitespace cleanup.
2006-01-02 thompsaRead time_second directly rather than calling getmicrot...
2006-01-01 scottlUse the correct units when handling the hw.physmem...
2006-01-01 impUse __HAVE_ACPI and __PCI_REROUTE_INTERRUPT as appropri...
2006-01-01 impDefine __HAVE_ACPI and/or __PCI_REROUTE_INTERRUPT,...
2006-01-01 impRemove left-over #ifdef alpha routines. They aren...
2006-01-01 ariffFix another xruns counting logic, this time, for recording.
2006-01-01 impRemove stray debug from p4 integration.
2006-01-01 netchildUnbreak kernel build.
2005-12-31 impRemove extra debugging that crept in with the integrati...
2005-12-31 impRemove K&R vestige. It is no longer necessary to conca...
2005-12-31 impIt is next year in Asia already, so jump the gun a...
2005-12-31 netchildMI changes:
2005-12-31 trhodesBump FreeBSD_Version for tv_sec change.
2005-12-31 csjpIntroduce a new sysctl variable:
2005-12-31 muxAdd a new vendor ID for Personal Cummunication Systems...
2005-12-31 muxAdd support for the Wacom Graphire 3 4x5. Like the...
2005-12-31 muxAdd support for Xbox 360 gamepads. They are HID-capabl...
2005-12-31 ariffFix LOR #174.
2005-12-31 avatarFixing build bustage.
2005-12-30 sosAdd hotplug support for Marvell chips.
2005-12-30 impMake RID2BAR actually return a number that can be plugg...
2005-12-30 impRemove now-obsolete printf warning.
2005-12-30 impRemove debug now that I've looped back the big changes...
2005-12-30 impExpose pci_add_resources to the outside world, add...
2005-12-30 impMove all of the resource allocation into the pci layer...
2005-12-30 impThe RID2BAR macro returns a number, not a bitmask....
2005-12-30 ruRemove duplicate options (originals in sys/conf/NOTES).
2005-12-30 guidoAdd mcopywrap prototype to ip_compat.h
2005-12-30 pjdImprove memguard a bit:
2005-12-30 guidoThis commit was generated by cvs2svn to compensate...
2005-12-30 guidoResolve conflicts
2005-12-30 glebius- Retire BARBIT in favor of new PCI_RID2BAR.
2005-12-30 guidoThis commit was generated by cvs2svn to compensate...
2005-12-30 guidoImport IP Filter version 4.1.10
2005-12-30 ariffDisable frantic DMA update within few SNDCTL_DSP_*...
2005-12-30 ariffUnderruns counting logic should be based on bufhard...
2005-12-30 impAdd a bunch of ipod entries, one as suggested by Bryan...
2005-12-30 ariffFew codec such as Conexant CX20468-21 does have this...
2005-12-30 samcorrect checking for turbo channels: rev 1.24 fixed...
2005-12-29 impRetire BARBIT in favor of new PCI_RID2BAR.
2005-12-29 impAdd a macro to map from BAR to rid # (inverse of PCIR_B...
2005-12-29 impSimplify the opening of the resources for cardbus cards...
2005-12-29 pjdPrint a warning when we miss vinactive() call, because...
2005-12-29 cracauerThis is the style-fix for my previous commit. Sorry...
2005-12-29 jhbpatch(1) and I aren't friends today. Axe a duplicate...
2005-12-29 jhbAdd a new function msleep_spin() which is a slightly...
2005-12-29 jhbTeach WITNESS_SAVE() and WITNESS_RESTORE() to work...
2005-12-29 jhbFix a deadlock I introduced with the recently added...
2005-12-29 samcorrect (reversed) ms<->tu macros
2005-12-29 netchildSync the type (and size, compare mousestatus_t in ...
2005-12-29 netchildAdd support for the HP 8200C/8250C/8290C scanners.
2005-12-29 netchildAdd support for the Canon CanoSvan LIDE 25.
2005-12-29 netchildFix some kind of "off by one"-error: the min or max...
2005-12-29 jhbIncrement kobj_lookup_misses on a miss rather than...
2005-12-29 netchildMerge NetBSD rev. 1.61:
2005-12-29 netchildAdd support for Epson 2480 scanner.
2005-12-29 netchildEmit USB_EVENT_DRIVER_DETACH on detach.
2005-12-29 davidxuRemove pcb_switchout, it has not been used for a long...
2005-12-29 davidxuAdd code to report zombie state.
2005-12-29 glebiusHelp Warner with merge from p4.
2005-12-29 thompsaWhen pfil(9) is enabled the bridge only considers ETHER...
2005-12-29 dougbThis commit was generated by cvs2svn to compensate...
2005-12-29 grehanAdd user-space profiling support. Kernel profiling...
2005-12-29 jkoshyRefer readers to the hwpmc(4) manual page where the...
2005-12-29 impImplement /dev/cardbus%d.cis, same thing as /dev/pccard...
2005-12-28 scottlInitialize the event tailq.
2005-12-28 glebiusAdd missing parens.
2005-12-28 netchildFix the order of the stereo channels (left <-> right).
2005-12-28 kanTrim trailing whitespace.
2005-12-28 maximo Fix typos in the comments.
2005-12-28 glebiusCheck for IFF_DRV_RUNNING in the interrupt loop.
2005-12-28 glebiusIn ng_netflow_disconnect() check whether we are working...
2005-12-28 sosFurther updates to the Marvell support code.
2005-12-28 glebius When in rev. 1.47 cardbus_alloc_resources() function...
2005-12-28 delphijCorrect a typo
2005-12-28 glebiusA style nit.
2005-12-28 glebiusTidy up em_resume():
2005-12-28 scottlCache the tx producer index instead of reading it every...
2005-12-28 scottlFix a serious regression from the busdma conversion...
2005-12-28 trhodesCast tv_sec to intmax_t and print with %jd in some...
2005-12-28 impAdd some sanity checking to the pccard insertion case...
2005-12-28 yongariUncomment ti(4) as it's now working.
2005-12-28 yongariBring big-endian architecture support for ti(4).
2005-12-28 pjdIn realloc(9), determine size of the original block...
2005-12-27 flzAdd a hid blacklist quirk.
2005-12-27 pjdFix watch address truncation. The address was truncated...
2005-12-27 wollmanThis commit was generated by cvs2svn to compensate...
2005-12-27 impEnsure that we're aligned at leas tto the size of the...
2005-12-27 impnits
next