- make declaration of ed_get_packet(), ed_ring_copy(), ed_hpp_readmem() and
[dragonfly.git] / sys /
2005-10-01 Sepherosa Ziehau- make declaration of ed_get_packet(), ed_ring_copy...
2005-09-29 Matthew DillonImplement sysctls to restrict a user's ability to hardl...
2005-09-29 Matthew DillonAdd a sysctl, kern.unprivileged_read_msgbuf (defaults...
2005-09-29 Matthew DillonDo not attempt to modify read-only-mounted filesystems...
2005-09-29 Sepherosa ZiehauFor bge(4), dc(4), lge(4), ndis(4), nge(4), pcn(4)...
2005-09-27 Matthew DillonBecause recalculate is only called once or twice for...
2005-09-27 Sepherosa ZiehauIn xl_list_tx_init_90xB()
2005-09-27 Sepherosa Ziehau- Factor out xl_dma_alloc() from xl_attach()
2005-09-26 Sepherosa Ziehausetup UpPoll register before installing RX list pointer
2005-09-25 Sascha WildnerAdd iwi (fixes building of LINT).
2005-09-25 Simon SchubertRework Makefile logic so that it actually does what...
2005-09-25 Jeroen Ruigrok/asmodaiUse echo instead of ls to test for files, change test...
2005-09-25 Jeroen Ruigrok/asmodaiAdd usr.bin/stat to bootstrap-tools:
2005-09-25 Sepherosa Ziehau- in xl_attach(), print xl card type ("90X"/"90XB"...
2005-09-24 Sascha WildnerFix a memory leak I introduced when I changed the vtb_b...
2005-09-24 Sepherosa Ziehauin if_xl.c, xl_detach():
2005-09-23 YONETANI Tomokazu- Catch up with rev 1.157 of sys/dev/acpica/acpi.c...
2005-09-23 Matthew DillonRe-initialize the interrupt mask on ACPI wakeup. This...
2005-09-22 Noritoshi DemizuSuppress kernel message "mfree: m->m_nextpkt != NULL",
2005-09-21 Jeffrey HsuPrefer the general purpose m_getl() routine for mbuf...
2005-09-21 Jeffrey HsuMake zalloc() and zfree() non-blocking for ZONE_INTERRU...
2005-09-21 Jeffrey HsuGive each CPU its own taskqueue thread so per-cpu data...
2005-09-20 Jeroen Ruigrok/asmodaiDocument and order the wlan devices.
2005-09-20 Jeroen Ruigrok/asmodaiActually hook up ipw.
2005-09-20 Sepherosa ZiehauSetup intr in the last step of uhci_pci_attach().
2005-09-20 Sepherosa Ziehaucheck pointer for NULL before calling free()
2005-09-20 Matthew DillonFix the infinite-watchdog timeout problem. the pending...
2005-09-19 Sepherosa Ziehaucheck NULL pointer, before free()
2005-09-19 Sepherosa ZiehauPort rue(4) from FreeBSD:
2005-09-17 Matthew DillonUsing the ACPI idle hook while shutting down ACPI durin...
2005-09-17 Matthew DillonWith the new FSMID flag scheme we can optimize the...
2005-09-17 Matthew DillonAdd an argument to vfs_add_vnodeops() to specify VVF_...
2005-09-16 Matthew DillonSplit spinlock.h into spinlock.h and spinlock2.h so...
2005-09-16 Matthew DillonReserve the same amount of space for the spinlock struc...
2005-09-16 Matthew DillonBump __Dragonfly_version to 130006 (+ slip preview...
2005-09-16 Matthew DillonBump the development sub-version to 6, covering the...
2005-09-16 Matthew DillonCleanup a couple of serious issues with vinum.
2005-09-14 Matthew DillonRename all the functions and structures for the old...
2005-09-12 Matthew DillonFix a token bug. A preempting interrupt thread blockin...
2005-09-12 Matthew DillonFix a serializer bug. The SMP serializer would in...
2005-09-12 Matthew DillonDragonFly's malloc only guarentees X alignment when...
2005-09-12 Joerg SonnenbergerCall resettodr on shutdown to ensure that RTC and wall...
2005-09-12 Joerg SonnenbergerWhen testing whether a negative delta is smaller than...
2005-09-11 Sepherosa Ziehauremove unnecessary XXX marked comment
2005-09-11 Sepherosa Ziehaufree aha_softc only after it is not used any more
2005-09-11 Sepherosa Ziehau- convert PRVERB to use device_printf()
2005-09-11 Simon SchubertMerge from vendor branch GCC:
2005-09-11 Sascha WildnerRemove Tahoe support.
2005-09-11 Sascha WildnerRemove custom 'load' and 'unload' targets.
2005-09-10 Sascha WildnerRemove Tahoe support.
2005-09-10 Sepherosa Ziehautypo fixing
2005-09-10 Sascha WildnerRemove more scripts whose only purpose was to kldload...
2005-09-10 Sascha WildnerRemove joy(8). Its sole purpose was to kldload joy.
2005-09-10 Matthew DillonFix isa_wrongintr. The APIC vector was being directly...
2005-09-10 Matthew DillonSyntax cleanup, add a code comment, add a newline in...
2005-09-09 Sepherosa Ziehauuse ether_crc32_be()
2005-09-09 Sepherosa ZiehauProblem:
2005-09-09 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-09-09 Sepherosa ZiehauIn axe_stop(), move axe_reset() after usbd_close_pipe().
2005-09-09 Sepherosa Ziehaunew device:
2005-09-08 Sascha WildnerAdd axe(4) driver.
2005-09-08 Sepherosa Ziehau- set dc_softc.{dc_type, dc_flags, dc_pmode} for ADM951...
2005-09-07 Matthew DillonSlightly reorganize the transaction data. Instead...
2005-09-07 Sascha WildnerAdjust pointer in function definition.
2005-09-07 Sepherosa Ziehaufix the support for AN985 chip, which does not set...
2005-09-06 Matthew DillonDocument a special case for Journaling PAD records...
2005-09-06 Matthew Dillon* Generally change NOXXX to NO_XXX, similar to work...
2005-09-06 Sepherosa Ziehauadd missing {} after if()
2005-09-06 Joerg SonnenbergerMerge from vendor branch OPENSSH:
2005-09-06 Sepherosa Ziehau- use pci_{get, set}_powerstate() instead of reinventin...
2005-09-06 Matthew DillonRework and expand the algorithms in JSCAN, part 1/2...
2005-09-06 Sepherosa Ziehauremove nonexistent kernel tunable parameters' statments.
2005-09-06 Hiten PandyaDocument the dscheck(9) function and explain how it...
2005-09-04 Sascha WildnerK&R style function declarations -> ANSI C style.
2005-09-04 Sascha WildnerFix loader.rc path.
2005-09-04 YONETANI TomokazuAvoid panic by not using linker_* API in the early...
2005-09-04 Matthew Dillon1.101 Update code comments.
2005-09-04 Matthew DillonMerge the following revs from NetBSD (in an attempt...
2005-09-04 Matthew DillonRevert the very last commit to ehci.c (1.12). It was...
2005-09-04 Matthew DillonCleanup the module build and conditionalize a goto...
2005-09-04 Matthew DillonGive the kernel a native NFS mount rpc capability for...
2005-09-03 Matthew DillonCompile up both the NFS and the TFTP version of the...
2005-09-03 Matthew DillonRemove old #if 0'd sections of code, add a few comments...
2005-09-03 Matthew DillonPrint out a little more information on the PXE boot...
2005-09-03 Matthew DillonAdd a missing crit_exit(), fixing a panic. Attempt...
2005-09-03 Joerg SonnenbergerUpdate __DragonFly_version as well. Don't let this...
2005-09-03 Simon SchubertAdd a stopgap to get a proper osversion and osrelease...
2005-09-03 Matthew DillonMake sure the vnode is unlocked across a dev_dclose...
2005-09-02 Sepherosa Ziehau1) merge almost identical cs_{isa, pccard}_attach(...
2005-09-02 Sepherosa Ziehauin cs_isa_probe()
2005-09-02 Sepherosa Ziehau- printf("%s: str", if_xname) ==> if_printf/device_printf
2005-09-02 Jeffrey HsuNow that the C language has a "void *", use it instead...
2005-09-01 Sepherosa ZiehauFor Arcnet, announce link layer address in arc_ifattch(),
2005-09-01 Sepherosa Ziehau1) in cm_isa_attach(), setup intr in the last step
2005-09-01 Sascha WildnerRemove PC98 support (forgot these in my last commit).
2005-09-01 Sascha WildnerRemove PC98 support.
2005-08-31 Sascha WildnerRemove PC98 support.
2005-08-31 Sascha WildnerScrap PC98 specific snc(4) driver.
2005-08-31 Jeffrey HsuFix indentation with previous commit.
2005-08-31 Jeffrey HsuCheck the IP length first to avoid a memory leak later.
next