Update a stale comment about lwkt_replymsg().
[dragonfly.git] / sys /
2004-07-15 Hiten PandyaUpdate a stale comment about lwkt_replymsg().
2004-07-14 Matthew DillonUpdate release to 1.0A
2004-07-14 Jeroen Ruigrok/asmodaiForced commit to, belatedly, note that this (rev 1...
2004-07-14 Jeroen Ruigrok/asmodaiAdd ATI Radeon RV280 9200.
2004-07-14 Joerg SonnenbergerDon't init sc->re_timer twice.
2004-07-14 Hiten PandyaCorrect reference to buf->b_xio.xio_pages in a comment.
2004-07-14 Hiten PandyaBUF/BIO work, for removing the requirement of KVA mappi...
2004-07-12 Hiten PandyaUse the official 3-clause license for the MSFBUF header...
2004-07-11 Matthew DillonUpdate the version to 1.0-RELEASE.
2004-07-11 David RhodusMerge in FreeBSD-SA-04:13.linux
2004-07-10 Matthew DillonThere was a mountlist race in getnewvnode() whereby...
2004-07-10 Matthew DillonFix some issues with the pccard shutdown path (during...
2004-07-10 Joerg SonnenbergerStop using if_dname, use if_printf or ifp->if_xname...
2004-07-10 Joerg SonnenbergerIn lf_wakeup, once we got a range embedded in the unloc...
2004-07-09 Matthew DillonAdd a missing '$' to the FreeBSD cvs tags.
2004-07-09 Matthew DillonIPS was using malloc flags of 0 (which is no longer...
2004-07-09 Jeroen Ruigrok/asmodaiAdd support for CS4294.
2004-07-08 Jeffrey HsuAdd the standard DragonFly copyright notice to go along...
2004-07-08 Jeffrey HsuAdd the standard DragonFly copyright notice to go along...
2004-07-08 Matthew DillonGive ugenbuf the standard DragonFly copyright.
2004-07-08 Matthew DillonGive the newly created ugenbuf.c the standard DragonFly...
2004-07-08 Matthew Dillonugenbuf is associated with the 'ugen' device, not the...
2004-07-08 Joerg SonnenbergerAdd PDEBUG call for device_shutdown.
2004-07-08 Matthew DillonJulian Elischer posted an interesting proof-of-concept...
2004-07-08 Matthew DillonBring EHCI up-to-date with NetBSD. The most serious...
2004-07-08 Matthew DillonBring in a bunch of updates from NetBSD:
2004-07-07 Hiten PandyaFix a small but important mistake.
2004-07-07 Hiten PandyaUse the official devised license for the first time...
2004-07-07 Hiten PandyaRemove the advertising clause from this file.
2004-07-07 Joerg SonnenbergerAdd per-device polling support.
2004-07-07 Joerg SonnenbergerWelcome BPF in the 21st century and remove all the...
2004-07-07 Joerg SonnenbergerAdd re(4) as kernel module. After some feedback, this...
2004-07-06 Matthew DillonIn ip_mport() (IP packet demux code), check the minimum...
2004-07-06 Matthew DillonUnconditionally reset ATAPI-CD devices during boot...
2004-07-06 Matthew DillonBe more verbose when printing information on transfer...
2004-07-06 Joerg SonnenbergerAdd IFCAP_POLLING for per-interface polling support.
2004-07-06 Hiten PandyaGeneralize a comment, remove 'FreeBSD' from the comment...
2004-07-05 Matthew DillonUpdate newvers.sh to RC2
2004-07-05 Matthew Dillonacpica5 update part 2/3: Fix a bug introduced in the...
2004-07-05 Matthew Dillonacpica5 update part 1/3: Implement support for acpica...
2004-07-04 Matthew DillonBring in acpica-20040527 from intel. See: developer...
2004-07-04 Matthew Dillonminor cleanups / no functional changes.
2004-07-04 Joerg SonnenbergerAdd ETHER_ALIGN for portability.
2004-07-04 Eirik NygaardRearrange the machine/cpufunc.h header and add it where...
2004-07-04 Matthew DillonGet rid of some debugging printf's that had been accide...
2004-07-04 Matthew DillonWhen booting from CD, check cd1a and acd1a after cd0a...
2004-07-04 Matthew DillonAdd AGP support for the i852GM, i855GM, and i865G.
2004-07-03 Matthew DillonMake sure a serial port exists by determining whether...
2004-07-03 Joerg SonnenbergerAdd common functions for computing the Ethernet CRC...
2004-07-02 Eirik NygaardSome laptops return other values for working toucpads...
2004-07-02 Joerg SonnenbergerAnnounce MAC address in ether_ifattach, not in each...
2004-07-02 Hiten PandyaRandomize ephermal source ports.
2004-07-02 Joerg SonnenbergerRemove invalid tokens after #endif
2004-07-02 Joerg SonnenbergerAdd a default initializer for data_sds. The warning...
2004-07-02 Joerg SonnenbergerRemove invalid tokens after #endif
2004-07-02 Joerg SonnenbergerUse const char * for string argument of _assert_sbuf_in...
2004-07-02 Joerg SonnenbergerRemove cast as lvalue
2004-07-02 Joerg SonnenbergerRemove cast as lvalue
2004-07-02 Joerg Sonnenbergerprocfs_validfile does have a public prototyp, but doesn...
2004-07-02 Jeffrey HsuUpdate some of my copyright notices before we officiall...
2004-06-30 Eirik NygaardMake sure the xe driver found a supported card type...
2004-06-29 Matthew DillonFix a snafu in the last commit. In the normal non...
2004-06-28 Matthew DillonChange the version string to RC1
2004-06-28 Matthew DillonUndo one of the recent optimizations I made (only runni...
2004-06-28 David RhodusUpdate some copyright notices to become more legal...
2004-06-28 David RhodusSync in Copyright notice change from FreeBSD.
2004-06-28 Matthew DillonIncrease PCCARD_CIS_SIZE from 1024 to 4096 as per FreeB...
2004-06-28 Matthew DillonFix three bugs in the livelock code. Fix a minor range...
2004-06-27 Matthew DillonThe acpica-unix-20040527 download from intel seems...
2004-06-27 Matthew DillonAddendum: it should be noted that boot2 also probes...
2004-06-27 Matthew DillonProperly probe for the serial port. If the serial...
2004-06-27 Matthew DillonThe schednetisr() routine is supposed to be MP and...
2004-06-27 Matthew DillonImplement livelock detection for threaded interrupts...
2004-06-27 Matthew DillonMake the VR device backdown to emergency polling if...
2004-06-27 David RhodusUse correct copy-write notation for The DragonFly proje...
2004-06-27 Matthew DillonAdd note to cpu_idle_hook (which is currently asserted...
2004-06-27 Matthew DillonBring in YONETANI Tomokazu's acpi-update-2.patch (27...
2004-06-27 Matthew DillonBe ultra conservative for now, do not try to initialize...
2004-06-27 Matthew DillonFix a minor bug in the auto-console selection (handle...
2004-06-27 Joerg SonnenbergerPrint the correct list in _lf_print_lock
2004-06-26 Matthew DillonDo a bit of cleanup and enable the SIO FIFO (1655x...
2004-06-26 Matthew DillonBring boot2 and the loader into line with our new dual...
2004-06-26 Matthew DillonEnhance lockf's debugging with macros. Print the origi...
2004-06-26 Matthew DillonAdd a short unconditional sleep in the lockf retry...
2004-06-26 Matthew DillonUnhook bios_howmem (a simple reporting variable), it...
2004-06-26 Matthew DillonAdd some early serial console debugging support to...
2004-06-26 Matthew DillonSome general cleanups and use M_ZERO instead of bzero...
2004-06-26 Matthew DillonWhen a kernel-created thread exits, properly remove...
2004-06-26 Matthew DillonCleanup a comment.
2004-06-26 Matthew DillonIf Preposterous BIOS basemem is detected, instead of...
2004-06-26 Matthew DillonStage 1/999: Rewrite boot0 to relocate to higher memory...
2004-06-25 Hiten PandyaMerge from FreeBSD-4, revision 1.1.2.9:
2004-06-25 Matthew DillonRemove a vn == vp case that was breaking out of the...
2004-06-25 Hiten PandyaMerge from FreeBSD-4, revision 1.115.2.20:
2004-06-25 Joerg SonnenbergerFix a race in the initialisation of struct lock by...
2004-06-25 Joerg SonnenbergerAdd missing WI_UNLOCK
2004-06-25 Matthew DillonImplement duel-console mode and make it the default...
2004-06-25 Hiten PandyaTurn on the DDB_TRACE config option, so that we will...
2004-06-25 Hiten PandyaMerge rev. 1.7 of FreeBSD's src/sys/dev/twa/twa_freebsd.c.
2004-06-25 Matthew DillonConvert the M4'd btxldr.s to a preprocessed btxldr...
next