lwkt_token - Add ASSERT_LWKT_TOKEN_HELD(token) macro.
[dragonfly.git] / sys /
2009-07-13 Matthew Dillonlwkt_token - Add ASSERT_LWKT_TOKEN_HELD(token) macro.
2009-07-13 Matthew Dillonbio_track - fix bug in last commit (the negative count...
2009-07-13 Matthew DillonMake operations on struct bio_track MPSAFE.
2009-07-13 Matthew Dillonvnode - move v_pollinfo.vpi_token to v_token
2009-07-13 Matthew Dillonpipe - fix UP build error.
2009-07-13 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-13 Matthew Dillonpipe - replace use of DELAY() with a better solution...
2009-07-13 Matthew Dillonclocks - Add fine-grained spin delay function via TSC
2009-07-13 Matthew Dillonpipe - Fix piperd/pipewr deadlock in mpsafe case
2009-07-12 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-12 Matthew Dillonpipe - Make pipe r/w MPSAFE, add kern.pipe.mpsafe ...
2009-07-12 Michael Neumannpriv: Finally get completely rid of PRISON_ROOT flag.
2009-07-12 Michael Neumannpriv: Define and use PRIV_PROC_TRESPASS
2009-07-12 Michael Neumannpriv: Define and use PRIV_SETHOSTNAME
2009-07-12 Michael Neumannpriv: Define and use PRIV_VARSYM_SYS
2009-07-12 Michael NeumannSimplify expressions
2009-07-12 Michael Neumannpriv: Define and use PRIV_HAMMER_IOCTL
2009-07-12 Michael Neumannpriv: Use PRIV_DEBUG_UNPRIV in procfs
2009-07-12 Michael Neumannpriv: Use PRIV_VFS_SETGID
2009-07-12 Michael Neumannpriv: Sync ext2_quotactl() with ufs_quotactl() implemen...
2009-07-12 Michael Neumannpriv: Use PRIV_VFS_CHMOD and PRIV_VFS_CHOWN
2009-07-12 Michael Neumannpriv: Refactor UFS quota permissions
2009-07-12 Michael NeumannRemove duplicate line
2009-07-12 Michael Neumannpriv: Use PRIV_VFS_CHMOD and PRIV_VFS_CHOWN
2009-07-12 Michael Neumannpriv: Introduce and use PRIV_VFS_SETATTR in xxx_setattr()
2009-07-12 Michael Neumannpriv: Use PRIV_NETINET_RAW
2009-07-12 Michael Neumannpriv: Use PRIV_NETINET_RESERVEDPORT
2009-07-12 Michael Neumannpriv: Use PRIV_NETINET_RESERVEDPORT
2009-07-12 Michael Neumannpriv: Comment PRIV_NETINET_RAW as FreeBSD does
2009-07-12 Michael Neumannpriv: Use PRIV_NETINET_RAW
2009-07-12 Michael Neumannpriv: Introduce and use PRIV_VFS_REVOKE
2009-07-12 Michael Neumannpriv: Use PRIV_VFS_CHFLAGS_DEV
2009-07-12 Michael Neumannpriv: Use PRIV_VFS_LINK
2009-07-12 Michael Neumannpriv: Introduce and use PRIV_VFS_CHMOD
2009-07-12 Michael Neumannpriv: Remove some uses of PRIV_ROOT/PRISON_ROOT
2009-07-12 Sascha Wildnerkmod.mk: Remove some dead code supposed to handle modul...
2009-07-12 Peter AvalosMerge branch 'master' of /home/www-data/gitweb/dragonfly
2009-07-12 Matthew Dillonpipe - pre-MP work, change indexing to circular FIFO...
2009-07-12 Matthew DillonDocument various get-time functions and vfs_timestamp...
2009-07-12 Matthew Dillonpipe - pre-MP work, remove direct map and sfbuf features
2009-07-11 Matthew Dillonvrevoke/single-user - fix more revoke issues.
2009-07-11 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-11 Sepherosa ZiehauGet rid of PCI_MAP_FIXUP and opt_pci.h
2009-07-11 Alexander PolakovACPI: Make acpi_pci* compile; they are not used yet.
2009-07-11 Sepherosa Ziehauamd64: Copy MPTable PCI interrput routing code from...
2009-07-11 Sepherosa ZiehauMPTable PCI interrupt routing: Verbose logging if an...
2009-07-11 Sepherosa ZiehauUse same interrupt vector handler for fast/slow interru...
2009-07-11 Sepherosa Ziehaupci: Add MPTable Host-PCI/PCI-PCI bridges drivers.
2009-07-11 Sepherosa ZiehauIO APIC: Assign pins dedicated to PCI in the early...
2009-07-11 Sepherosa ZiehauACPI MADT: Hide debug prints under bootverbose
2009-07-11 Sepherosa ZiehauRemove unused code in pc32/ipl.s
2009-07-11 Sepherosa ZiehauRemove unused code in pc32/apic_vector.s
2009-07-11 Sepherosa ZiehauIO APIC: Get rid of apic_imen
2009-07-11 Sepherosa ZiehauIO APIC: Get rid of apic_pin_trigger
2009-07-11 Sepherosa ZiehauUse genassym to replace magic numbers in pc32/apic_...
2009-07-11 Sepherosa ZiehauAPIC vector: Compact redirect entry's mask bit setting...
2009-07-11 Sepherosa ZiehauUse IOAPIC_WINDOW in pc32/apic_ipl.s
2009-07-11 Sepherosa ZiehauRemove unused code in pc32/ipl.s
2009-07-11 Sepherosa ZiehauRemove unsued code in kern/kern_intr.c
2009-07-11 Sepherosa Ziehaufast intr: Don't dispatch to the BGL owner, if BGL...
2009-07-11 Sepherosa ZiehauMove to the interrupt's destination CPU before tearing...
2009-07-11 Sepherosa ZiehauTurn on PG_N (nocache) when mapping ioapic
2009-07-10 Matthew Dillonprocfs - fix incremental reads of /proc/*/rlimit
2009-07-09 Jordan Gordeevamd64: Sync header 'int_limits.h' with i386.
2009-07-09 Sascha WildnerRemove obsolete kernel options: PCI_ENABLE_IO_MODES...
2009-07-09 Sascha WildnerRemove hardcoded -g in several Makefiles.
2009-07-09 Matthew DillonCAM - disable cache synchronization by default for...
2009-07-08 Matthew DillonAMD64 - Fix identcpu.
2009-07-08 Matthew DillonAMD64 - Include NULLFS in JG64
2009-07-08 Matthew DillonAMD64 - Use ld -r to generate .ko for modules.
2009-07-08 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-08 Matthew DillonAMD64 - Enable module building, sync i386 headers etc...
2009-07-08 Matthew DillonAMD64 - Fix native-built sys/boot install
2009-07-08 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-08 Matthew DillonAHCI - Do not try to attach as AHCI unless INTEL part...
2009-07-08 Sepherosa ZiehauBump __DragonFly_version after introducing PCI domain
2009-07-08 Sepherosa ZiehauACPI P-State: Allow # of member CPUs in the CPU domain...
2009-07-08 Sepherosa ZiehauIntel P-State CPU driver: Support ioport control/status...
2009-07-08 Sepherosa ZiehauACPI P-State: Implement CPU driver for Intel CPUs
2009-07-08 Sepherosa ZiehauACPI P-State: Add init method for CPU driver.
2009-07-08 Sepherosa ZiehauACPI P-State: Try allocating resource for CSR
2009-07-08 Sepherosa Ziehauacpi_bus_alloc_gas: Constify gas parameter
2009-07-08 Sepherosa ZiehauACPI C-State: Move rid allocation into ACPI CPU and...
2009-07-08 Sepherosa ZiehauACPI P-State: Wrap ACPI_GENERIC_ADDRESS in struct acpi_...
2009-07-08 Sepherosa ZiehauACPI package: Factor out acpi_PkgRawGas()
2009-07-08 Sepherosa ZiehauACPI P-State: Get rid of 'H' suffix
2009-07-08 Sepherosa Ziehaupci/amd64: Duplicate pci/i386 to pci/amd64.
2009-07-08 Sepherosa Ziehaupci: Partly restore original unknown device information...
2009-07-08 Sascha Wildnersys/bus/pci: Remove left over inclusion <sys/cdefs.h>.
2009-07-08 Sepherosa Ziehauagp/drm: Adapt according to the recent pci code change
2009-07-08 Sepherosa Ziehaupci: Resurrect COMPAT_OLDPCI; mainly to unbreak LINT...
2009-07-08 Sepherosa Ziehaupci: pcib_owner no longer exists
2009-07-08 Sepherosa Ziehaupci: Move legacyvar.h to bus/pci/i386
2009-07-08 Sepherosa Ziehaupci: White space cleanup
2009-07-08 Sepherosa Ziehaupci: Don't clear BAR if resource reservation failed.
2009-07-08 Sepherosa Ziehaucardbus(4): Merge resource allocation changes (for...
2009-07-08 Sepherosa Ziehaucbb(4): Rework secondary bus number setup; aware of...
2009-07-08 Sepherosa Ziehaupci: Fix up bunch of warnings
2009-07-08 Sepherosa Ziehaupci: Remove debug left overs
2009-07-08 Sepherosa Ziehaupci: Don't allow PCIBIOS PCI-PCI bridge to attach if...
next