summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Sparsely number enumerations 'pmc_cputype' and 'pmc_event' in order tojkoshy2008-10-092-464/+399
* This is the roumored ATA modulerisation works, and it needs a little explanat...sos2008-10-0962-6838/+8673
* Rework pmc-dependent flag handling.jkoshy2008-10-091-14/+22
* Only voltage bits should be zero in send_op_cond argument to ignore busy.mav2008-10-081-2/+4
* Generic SD Host Controller driver going to be named sdhci.mav2008-10-081-1/+1
* Fix bit offset in mmc_sd_switch().mav2008-10-081-2/+2
* Set of mmc layer improvements:mav2008-10-086-35/+557
* Quirks for SDS-infrared.com "Hotfind-D" camera.phk2008-10-082-0/+5
* If the ABI-overriden interpreter was not loaded, do not setkib2008-10-081-1/+2
* Add ability to generate egress netflow instead or in addition to ingress.mav2008-10-083-20/+116
* Add a note about a bug in how sio manages its softc. This wasimp2008-10-081-0/+15
* Remove stale comment (and XXX saying so) about why we zero the filerwatson2008-10-081-6/+0
* Differentiate pr_usrreqs for stream and datagram UNIX domain sockets, andrwatson2008-10-081-4/+25
* Pass bus_get_dma_tag() into the first argument of bus_dma_create_tag()imp2008-10-072-2/+2
* In soreceive_dgram, when a 0-length buffer is passed into recv(2) andrwatson2008-10-071-1/+2
* the 3945 firmware license does not require acknowledging the EULA,sam2008-10-071-1/+0
* More diff reductions against ixp425/boot2/boot2.c. This time, weimp2008-10-071-0/+87
* Diff reduction with boot/arm/at91/boot2/boot2.c: indent this statementimp2008-10-071-1/+1
* Use bus_get_dma_tag() instead of NULL here. Not really needed for atmelimp2008-10-074-17/+18
* don't hardcode ccsam2008-10-071-3/+3
* Use CPUID to see if the current CPU supports long mode when attemping tojhb2008-10-071-1/+47
* Remove temporary debugging KASSERT's introduced to detect protocolsrwatson2008-10-071-12/+0
* Rewrite sbreserve_locked()'s comment on NULL thread pointers, eliminatingrwatson2008-10-071-4/+5
* Don't pass curthread to sbreserve_locked() in tcp_do_segment(), as therwatson2008-10-071-1/+1
* Lock receive socket buffer in soo_stat() rather than commenting that werwatson2008-10-071-5/+4
* Limit DMA memory to lower addressable 4GB, without this patch, wedelphij2008-10-061-4/+4
* Add a boot loader for ixp425 based boards like the Gateworks Avilajhay2008-10-067-0/+1473
* Now that portalfs doesn't directly invoke uipc_connect2(), make it arwatson2008-10-062-8/+4
* Use soconnect2() rather than directly invoking uipc_connect2() torwatson2008-10-061-1/+1
* Correct a typo.jkoshy2008-10-061-1/+1
* Bring in the trivial differences between this code and John Hay's newimp2008-10-051-17/+26
* Remove XMODEM_DL support. It never was complete and only serves toimp2008-10-053-14/+0
* Indent with 8-space tabs. This reduces the diffs to the newer ixp425imp2008-10-051-165/+169
* Disable ATAPI DMA as it's once again broken in that it causes datamarius2008-10-051-1/+1
* If the current thread has the trap bit set (i.e. a debugger haddavidxu2008-10-052-0/+16
* dynamically allocate the task structure in firmware_mountroot: whensam2008-10-041-4/+10
* Current linux_fooaffinity() emulation fails, as the FreeBSD affinitykib2008-10-041-4/+9
* Style changes: compare pointer to NULL and move a }.bz2008-10-041-3/+2
* Remove an INP_RUNLOCK() missed in SVN r183606, cvs rev. 1.195 raw_ip.cbz2008-10-041-1/+0
* Cache so_cred as inp_cred in the inpcb.bz2008-10-049-55/+43
* Don't explicitly bzer driver softcrnoland2008-10-048-16/+0
* Use M_WAITOK when allocating driver memoryrnoland2008-10-048-8/+24
* Change drm_order() to use ffsl()rnoland2008-10-041-3/+4
* Change the linprocfs <pid>/maps and procfs <pid>/map handlers to usekib2008-10-042-58/+12
* Minor style(9) fixes for U-Boot API glue.raj2008-10-044-25/+23
* U-Boot API glue improvements:raj2008-10-044-42/+45
* - Add ae(4) to loader.conf.stas2008-10-041-0/+1
* - Spell cam correctly (scbus), this makes it possible to compile hptiopantoine2008-10-042-3/+3
* Fix a typo.jkoshy2008-10-041-1/+1
* sc->ndis_txidx should be cycle between 0 and sc->ndis_maxpkts, notweongyo2008-10-042-3/+3
OpenPOWER on IntegriCloud