aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* In soreceive_dgram, when a 0-length buffer is passed into recv(2) andRobert Watson2008-10-071-1/+2
* the 3945 firmware license does not require acknowledging the EULA,Sam Leffler2008-10-071-1/+0
* More diff reductions against ixp425/boot2/boot2.c. This time, weWarner Losh2008-10-071-0/+87
* Diff reduction with boot/arm/at91/boot2/boot2.c: indent this statementWarner Losh2008-10-071-1/+1
* Use bus_get_dma_tag() instead of NULL here. Not really needed for atmelWarner Losh2008-10-074-17/+18
* don't hardcode ccSam Leffler2008-10-071-3/+3
* Use CPUID to see if the current CPU supports long mode when attemping toJohn Baldwin2008-10-071-1/+47
* Remove temporary debugging KASSERT's introduced to detect protocolsRobert Watson2008-10-071-12/+0
* Rewrite sbreserve_locked()'s comment on NULL thread pointers, eliminatingRobert Watson2008-10-071-4/+5
* Don't pass curthread to sbreserve_locked() in tcp_do_segment(), as theRobert Watson2008-10-071-1/+1
* Lock receive socket buffer in soo_stat() rather than commenting that weRobert Watson2008-10-071-5/+4
* Limit DMA memory to lower addressable 4GB, without this patch, weXin LI2008-10-061-4/+4
* Add a boot loader for ixp425 based boards like the Gateworks AvilaJohn Hay2008-10-067-0/+1473
* Now that portalfs doesn't directly invoke uipc_connect2(), make it aRobert Watson2008-10-062-8/+4
* Use soconnect2() rather than directly invoking uipc_connect2() toRobert Watson2008-10-061-1/+1
* Correct a typo.Joseph Koshy2008-10-061-1/+1
* Bring in the trivial differences between this code and John Hay's newWarner Losh2008-10-051-17/+26
* Remove XMODEM_DL support. It never was complete and only serves toWarner Losh2008-10-053-14/+0
* Indent with 8-space tabs. This reduces the diffs to the newer ixp425Warner Losh2008-10-051-165/+169
* Disable ATAPI DMA as it's once again broken in that it causes dataMarius Strobl2008-10-051-1/+1
* If the current thread has the trap bit set (i.e. a debugger hadDavid Xu2008-10-052-0/+16
* dynamically allocate the task structure in firmware_mountroot: whenSam Leffler2008-10-041-4/+10
* Current linux_fooaffinity() emulation fails, as the FreeBSD affinityKonstantin Belousov2008-10-041-4/+9
* Style changes: compare pointer to NULL and move a }.Bjoern A. Zeeb2008-10-041-3/+2
* Remove an INP_RUNLOCK() missed in SVN r183606, cvs rev. 1.195 raw_ip.cBjoern A. Zeeb2008-10-041-1/+0
* Cache so_cred as inp_cred in the inpcb.Bjoern A. Zeeb2008-10-049-55/+43
* Don't explicitly bzer driver softcRobert Noland2008-10-048-16/+0
* Use M_WAITOK when allocating driver memoryRobert Noland2008-10-048-8/+24
* Change drm_order() to use ffsl()Robert Noland2008-10-041-3/+4
* Change the linprocfs <pid>/maps and procfs <pid>/map handlers to useKonstantin Belousov2008-10-042-58/+12
* Minor style(9) fixes for U-Boot API glue.Rafal Jaworowski2008-10-044-25/+23
* U-Boot API glue improvements:Rafal Jaworowski2008-10-044-42/+45
* - Add ae(4) to loader.conf.Stanislav Sedov2008-10-041-0/+1
* - Spell cam correctly (scbus), this makes it possible to compile hptiopAntoine Brodin2008-10-042-3/+3
* Fix a typo.Joseph Koshy2008-10-041-1/+1
* sc->ndis_txidx should be cycle between 0 and sc->ndis_maxpkts, notWeongyo Jeong2008-10-042-3/+3
* Fix Vflags abuse in fdescfs. There should be no functional changes.Edward Tomasz Napierala2008-10-031-3/+1
* Fix Vflags abuse in cd9660. There should be no functional changes.Edward Tomasz Napierala2008-10-031-7/+7
* Abort transfers on all pipes before closing them. This fixes the crashMaksim Yevmenkin2008-10-031-0/+5
* Oops, missed updating a place with with 's/lock1/plock/' when addingJohn Baldwin2008-10-031-3/+4
* resync to git masterRobert Noland2008-10-0333-1611/+1838
* Further minor cleanups to UNIX domain sockets:Robert Watson2008-10-032-34/+17
* Implement IPv4 source address selection for unbound sockets.Bjoern A. Zeeb2008-10-031-43/+205
* - Add driver for Attansic L2 FastEthernet controller found onStanislav Sedov2008-10-0311-0/+2834
* Backout svn r183528.Bjoern A. Zeeb2008-10-031-1/+1
* Remove or update several stale comments.Robert Watson2008-10-031-16/+16
* Update ng_tty for MPSAFE TTY.Andrew Thompson2008-10-032-454/+282
* Add hardware MAC statistics support. Register information wasPyun YongHyeon2008-10-033-25/+287
* Fix bug in LRO on T304 whereby a packet could be sent to the wrong interface'...Kip Macy2008-10-031-1/+13
* Return BUS_PROBE_GENERIC rather BUS_PROBE_DEFAULT for generic CBB we match.Warner Losh2008-10-021-1/+1