summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* This signal handling code is worse than a no-op. If abrian2006-01-031-6/+1
* When returning EIO from DEVFSIO_RADD ioctl, drop the exclusive rulerwatson2006-01-031-2/+4
* - Tx side bus_dmamap_load_mbuf_sg(9) support. This reduces bookkeepingyongari2006-01-032-168/+157
* Use the child to allocate the resource rather than bridge, since we'reimp2006-01-031-41/+6
* Minor style(9) hacking, plus use a macro in place of (struct resource *)~0ULimp2006-01-031-6/+7
* Fix a brain-o in the last commit, the conditional was always false.thompsa2006-01-021-1/+1
* Reorganise bridge_rtupdate slightly to reduce duplication.thompsa2006-01-021-3/+2
* Reset the route expiry time on each update rather than always letting them getthompsa2006-01-021-4/+3
* It is better to use time_uptime here since it is monotonic.thompsa2006-01-021-5/+5
* enable "aggressive mode" only when operating in ap or station mode; insam2006-01-021-1/+1
* update erp information element in the beacon frame to reflectsam2006-01-024-4/+21
* Minor whitespace cleanup.thompsa2006-01-022-19/+18
* Read time_second directly rather than calling getmicrotime().thompsa2006-01-021-13/+5
* Use the correct units when handling the hw.physmem tunable.scottl2006-01-011-0/+1
* Use __HAVE_ACPI and __PCI_REROUTE_INTERRUPT as appropriate rather thanimp2006-01-011-4/+2
* Define __HAVE_ACPI and/or __PCI_REROUTE_INTERRUPT, as appropriate forimp2006-01-016-0/+13
* Remove left-over #ifdef alpha routines. They aren't used by any ofimp2006-01-011-5/+0
* Fix another xruns counting logic, this time, for recording.ariff2006-01-011-6/+8
* Remove stray debug from p4 integration.imp2006-01-011-5/+1
* Unbreak kernel build.netchild2006-01-011-3/+3
* Remove extra debugging that crept in with the integration from p4.imp2005-12-311-1/+1
* Remove K&R vestige. It is no longer necessary to concatenate stringsimp2005-12-311-2/+2
* It is next year in Asia already, so jump the gun a little and commitimp2005-12-311-3/+3
* MI changes:netchild2005-12-3119-159/+762
* Bump FreeBSD_Version for tv_sec change.trhodes2005-12-311-1/+1
* Introduce a new sysctl variable:csjp2005-12-311-1/+6
* Add a new vendor ID for Personal Cummunication Systems. They make a nicemux2005-12-311-0/+1
* Add support for the Wacom Graphire 3 4x5. Like the Graphire 3, it has amux2005-12-314-9/+107
* Add support for Xbox 360 gamepads. They are HID-capable devices, butmux2005-12-313-4/+149
* Fix LOR #174.ariff2005-12-311-3/+10
* Fixing build bustage.avatar2005-12-311-1/+1
* Add hotplug support for Marvell chips.sos2005-12-301-15/+42
* Make RID2BAR actually return a number that can be plugged into PCIR_BAR()imp2005-12-301-1/+1
* Remove now-obsolete printf warning.imp2005-12-301-7/+2
* Remove debug now that I've looped back the big changes into my p4 tree.imp2005-12-301-4/+0
* Expose pci_add_resources to the outside world, add a 'force' flag toimp2005-12-302-29/+63
* Move all of the resource allocation into the pci layer. The resourceimp2005-12-301-321/+15
* The RID2BAR macro returns a number, not a bitmask. Fix this.imp2005-12-301-4/+6
* Remove duplicate options (originals in sys/conf/NOTES).ru2005-12-301-2/+0
* Add mcopywrap prototype to ip_compat.hguido2005-12-302-1/+1
* Improve memguard a bit:pjd2005-12-304-13/+112
* Resolve conflictsguido2005-12-3021-509/+916
* - Retire BARBIT in favor of new PCI_RID2BAR.glebius2005-12-301-5/+5
* This commit was generated by cvs2svn to compensate for changes in r153872,guido2005-12-3013-64/+41
|\
| * Import IP Filter version 4.1.10guido2005-12-3035-651/+1053
* | Disable frantic DMA update within few SNDCTL_DSP_* ioctl.ariff2005-12-301-4/+4
* | Underruns counting logic should be based on bufhard free spaceariff2005-12-301-22/+6
* | Add a bunch of ipod entries, one as suggested by Bryan Liesner. Weimp2005-12-302-0/+14
* | Few codec such as Conexant CX20468-21 does have this controlariff2005-12-301-0/+7
* | correct checking for turbo channels: rev 1.24 fixed static turbo channelssam2005-12-301-4/+4
OpenPOWER on IntegriCloud