Fix 'type qualifiers ignored on function return type' warnings.
[dragonfly.git] / sys /
2007-09-15 Sascha WildnerFix 'type qualifiers ignored on function return type...
2007-09-15 Sascha WildnerFix 'value computed is not used' warnings.
2007-09-15 Sascha WildnerFix some kprintf format warnings.
2007-09-15 Sascha WildnerSilence gcc 4.1's "packed attribute ignored..." warnings.
2007-09-15 Sepherosa ZiehauMake sure that the received frame contains at least...
2007-09-15 Sepherosa ZiehauConvert RSSI into signal strength (relative to noise...
2007-09-15 Sepherosa ZiehauShut up GCC41 warning: different pointer signedness
2007-09-15 Sepherosa ZiehauBug found by GCC41 warning:
2007-09-14 Sascha WildnerFix typo.
2007-09-12 Sepherosa ZiehauPrepare to support polling(4) on multiple cpus:
2007-09-12 Hasso TepperUpdate the agp(4) code to the latest one from FreeBSD...
2007-09-12 Hasso TepperAdd bus_alloc_resources() and bus_release_resources...
2007-09-10 Matthew Dillonkern_access() had the same bug kern_stat() had with...
2007-09-10 Sepherosa Ziehau- Add interrupt moderation support by only using TIMER...
2007-09-09 Sepherosa Ziehau- Make fwe(4) aware of IFF_POLLING setting in its if_in...
2007-09-09 Sepherosa ZiehauCorrect DEVICE_POLLING support in vr_init()
2007-09-09 Sepherosa ZiehauNULL should never be passed to ether_poll_deregister...
2007-09-09 Sepherosa Ziehau- Fix comment.
2007-09-09 Sepherosa ZiehauNuke the hack in vr(4) that polling(4) will be turned...
2007-09-08 Sepherosa ZiehauIt does not make sense to call interface's initializati...
2007-09-08 Sepherosa ZiehauKill token ring remainder.
2007-09-08 Sepherosa Ziehau- Add missing header protector
2007-09-08 Sepherosa ZiehauHook bwi(4)
2007-09-08 Sepherosa ZiehauAdd WIP support for Broadcom wireless chips:
2007-09-08 Peter AvalosMerge from vendor branch OPENSSH:
2007-09-07 Matthew DillonGeneral userfs fleshing out work. Abstract out constru...
2007-09-07 Matthew DillonRemove a bogus assertion. in_vm86call may have been...
2007-09-06 Sascha WildnerUse bcd2bin().
2007-09-06 Sascha WildnerRemove redundant initialization.
2007-09-05 Matthew DillonSet si_iosize_max to silence run-time warnings.
2007-09-04 Matthew DillonChange the virtual kernel's default hz to 20, because...
2007-09-04 Matthew DillonForce an over-the-wire transaction when resolving the...
2007-09-03 Peter AvalosRemove options that don't make sense for a vkernel...
2007-09-03 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-09-03 Matthew DillonBring in FreeBSD/1.177 - fix a bug in a call made to...
2007-09-03 Matthew DillonAdd a MNTK_ flag to the mount structure allowing a...
2007-09-02 Sepherosa ZiehauSwitch ipfw from ipfw1 to ipfw2.
2007-09-01 Peter AvalosTAILQ_FOREACH to enhance readability.
2007-08-31 Hasso TepperHandle baudrate requests algorithmically with newer...
2007-08-31 Hasso TepperSimplify the way how chip type is determined. Instead...
2007-08-31 Sascha WildnerGC even more remains of the recent old driver removal.
2007-08-30 Peter AvalosAdd WCONTINUED option for waitpid(2).
2007-08-29 Sascha WildnerFix LINT: Remove cm(4) and fla(4) remains.
2007-08-28 Matthew DillonFix a bug in vnode_pager_generic_getpages(). This...
2007-08-28 Matthew DillonAdd vop_stdgetpages() and vop_stdputpages() and replace...
2007-08-27 Hasso TepperMissed this file in previous commit.
2007-08-27 Hasso TepperNuke nv(4), we have nfe(4) which replaces it.
2007-08-27 Hasso TepperNuke fla(4). It's known to be buggy, supports very...
2007-08-27 Hasso TepperRemove remainings of the oltr(4).
2007-08-27 Hasso TepperNuke FDDI support.
2007-08-27 Hasso TepperNuke token ring support. This also means one blob less...
2007-08-27 Hasso TepperNuke ARCnet support.
2007-08-26 Matthew DillonFix a misleading error message when the device specifie...
2007-08-26 Matthew DillonFix a bugaboo in the last commit. Pages are hard-busie...
2007-08-26 Simon SchubertKmods always need their headers in place.
2007-08-25 Simon SchubertFix a bug in linprocfs and hold lwps to prevent a race...
2007-08-25 Peter AvalosMerge from vendor branch TNFTP:
2007-08-24 Matthew DillonAdd T2300 cpu support to EST.
2007-08-24 Matthew Dillonpart2 ppX fix for altq/pf.
2007-08-24 Matthew DillonAdd geode companion support to ohci probe code
2007-08-24 Matthew DillonAdd missing if_softc assignment, allowing pppX interfac...
2007-08-24 Matthew DillonAdd missing xfer->state assignment.
2007-08-23 Simon SchubertDrop reference to non-existing variable.
2007-08-23 Simon SchubertDefine MACHINE et al like this header is supposed to do.
2007-08-22 Matthew DillonTemporary hack up a fix for msdos which avoids a deadlo...
2007-08-22 Sepherosa ZiehauFix for CVE-2006-7180
2007-08-22 Sepherosa Ziehau- Add ic_headroom through which drivers can inform...
2007-08-22 Simon SchubertMerge from vendor branch GDB:
2007-08-21 Simon SchubertDefine macros also for amd64.
2007-08-21 Simon SchubertFix size types.
2007-08-21 Simon SchubertResurrect headers for sys/platform/pc64/include from...
2007-08-21 Simon SchubertThe first commit of a series of 6 commits for the amd64...
2007-08-21 Simon SchubertRemove stale prototype.
2007-08-21 Simon SchubertFix panic with ALTQ.
2007-08-21 Matthew DillonDo not try to dump UIO_NOCOPY writes to the journal...
2007-08-21 Matthew Dillongetpages/putpages fixup part 1 - Add support for UIO_NO...
2007-08-20 Matthew DillonAdd a prototype and wrapper for lockuninit() to complem...
2007-08-20 Matthew DillonFix another ^T race related to catching a LWP just...
2007-08-20 Matthew DillonFix the root device selection to match the manual page...
2007-08-19 Hasso TepperBring in latest uftdi(4) driver from FreeBSD.
2007-08-19 Hasso TepperThere is no reason to be so verbose.
2007-08-19 Hasso TepperUse device_printf() where it makes sense.
2007-08-19 Sascha WildnerAllow up to 13 bits for mode numbers.
2007-08-19 Sascha Wildner* Use one ioctl() (CONS_SET, analogous to CONS_GET...
2007-08-19 Hasso TepperAdd Smart Technologies USB to serial adapter.
2007-08-19 Hasso TepperAdd Smart Technologies USB to serial adapter.
2007-08-18 Sascha WildnerAdd MBUF_DEBUG.
2007-08-18 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-08-18 Hasso TepperFix setting 115200 baudrate.
2007-08-17 Hasso TepperMake functions static.
2007-08-16 Hasso TepperAdd umsm(4) driver for EVDO and UMTS modems with Qualco...
2007-08-16 Hasso TepperAdd some devices based on Qualcomm HSDPA chips.
2007-08-16 Matthew DillonBring CARP into the tree. CARP = Common Address Redund...
2007-08-16 Sepherosa ZiehauExtra ';' after if() would cause panic if attaching...
2007-08-16 Hasso TepperAdd support for HandyTech's Braille displays into ubsa...
2007-08-16 Hasso TepperAdd the ID of USB serial interface used in HandyTech...
2007-08-15 Sascha Wildner* Add DPMS support to the vesa module.
2007-08-15 Sascha WildnerFix uslcom path.
2007-08-15 Hasso TepperHardware flow control support for uslcom(4).
2007-08-15 Matthew DillonConvert the lwp list into a red-black tree. This great...
next