Remove unused variable.
[dragonfly.git] / sys /
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...
2004-06-24 Matthew DillonBring in 1.33 from FreeBSD-5:
2004-06-24 David RhodusDrop to the debugger if unable to sync out the buffers...
2004-06-24 Joerg SonnenbergerMerge from vendor branch GCC:
2004-06-24 Matthew DillonGet rid of the PFIL_HOOKS option, integrate pfil in...
2004-06-24 Matthew DillonBackout 1.19. It prevents some machines from booting...
2004-06-24 Matthew DillonThe route table treats sockaddr data as opaque, which...
2004-06-23 Matthew DillonFix a broken vrele() in the session tty exit code.
2004-06-23 Matthew DillonHack in the code from FreeBSD-5 to set the timings...
2004-06-23 Matthew DillonDo a partial synch from FreeBSD-5 of the NVIDIA and...
2004-06-23 Matthew DillonFix an improper DELAY in the ata tag code (but nobody...
2004-06-23 Matthew DillonCheck for a queued interrupt being dispatched after...
2004-06-23 Hiten PandyaFix indentation.
2004-06-23 Hiten PandyaRemove references to FreeBSD in the comments.
2004-06-22 Chris PresseyPerl is no longer user during kernel build, so remove...
next