priv: Introduce and use PRIV_VFS_SETATTR in xxx_setattr()
[dragonfly.git] / sys /
2009-07-06 Jordan GordeevMerge commit 'f447e7925783f3867b00d2b9cbd27f896a99205f...
2009-07-06 Jordan GordeevMerge commit '973c11b9c3cdde88fe6ca0ef2c5af56a8c49e014...
2009-07-06 Jordan GordeevMerge commit '1276d1e1a1b128f7093a3021d3f6bc27afa80d23...
2009-07-06 Jordan Gordeevamd64: Change the way I/O APIC's are mapped.
2009-07-06 Jordan Gordeevamd64: Fix UP kernel build.
2009-07-06 Jordan Gordeevamd64: Use proper size for atomic ops.
2009-07-06 Jordan Gordeevamd64: Properly size an array for SMP.
2009-07-06 Jordan Gordeevamd64: Correct an omission.
2009-07-06 Jordan Gordeevamd64: Fix invocations of setidt().
2009-07-06 Jordan Gordeevamd64: Fixes for init_secondary().
2009-07-06 Jordan Gordeevamd64: Use the proper form of 'iret' to return from...
2009-07-06 Jordan Gordeevamd64: Fix improper saving of a register.
2009-07-06 Jordan Gordeevamd64: Update cpu_mfence(), cpu_lfence(), cpu_sfence...
2009-07-06 Jordan Gordeevamd64: Help mptable_pass2() find and read the mptable.
2009-07-06 Jordan Gordeevamd64: Call mptable_pass2().
2009-07-06 Jordan Gordeevamd64: Map the local APIC.
2009-07-06 Jordan Gordeevamd64: Sync mp_bootaddress() with FreeBSD.
2009-07-06 Jordan Gordeevamd64: Don't forget to call mp_probe().
2009-07-06 Jordan Gordeevamd64: Allow search_for_sig() to return 64-bit quantities.
2009-07-06 Jordan Gordeevamd64: Fix improper types in description of mptable...
2009-07-06 Peter AvalosMerge branch 'vendor/TCPDUMP' and update build for...
2009-07-06 Stathis KamperisAdd missing definition for RLIMIT_AS resource.
2009-07-06 Peter AvalosMerge branch 'vendor/LIBPCAP' and updated build for...
2009-07-05 Antonio HueteAdd 'hammer info' command that shows extended informati...
2009-07-05 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-05 Aggelos Economopoulossysctl.h should include kernel.h
2009-07-04 Peter AvalosMerge branch 'vendor/TCPDUMP'
2009-07-04 Peter AvalosMerge branch 'vendor/TCPDUMP' (early part)
2009-07-04 Peter AvalosMerge branch 'vendor/LIBPCAP'
2009-07-04 Peter AvalosMerge branch 'vendor/LIBPCAP' (early part)
2009-07-03 Matthew DillonUSB - Fix mis-cast in EHCI producing garbage on console
2009-07-03 Matthew Dillonfrevoke - More fixes to fdfree()
2009-07-03 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-03 Matthew DillonHAMMER - Formalize the maximum number of volumes (256).
2009-07-02 Matthew Dillonfile descriptor enumeration - Fix races
2009-07-02 Matthew DillonSILI - Fix embarassing bug for non-NCQ disk accesses...
2009-07-02 Matthew DillonAHCI - Fix embarassing bug for non-NCQ disk accesses...
2009-07-01 Jordan Gordeevamd64: Big batch of SMP changes.
2009-07-01 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-01 Matthew DillonSILI - ATAPI adjustments.
2009-07-01 Matthew DillonAHCI - ATAPI adjustments.
2009-07-01 Matthew DillonAHCI - Move some intel-specific magic writes to intel...
2009-07-01 Matthew Dillonpcidevs - Add entries for Intel ICH6 and ICH7 series...
2009-06-30 Matthew DillonHAMMER VFS - Make the same changes to statfs() that...
2009-06-29 Matthew DillonAHCI/SILI - Do manual chipid check to PMs with fake...
2009-06-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-28 Matthew DillonHAMMER VFS - Export highest supported production versio...
2009-06-28 Matthew DillonHAMMER VFS - Fix umount panic on buffer flush race
2009-06-28 Matthew DillonHAMMER VFS - version 2 work - move directory entries...
2009-06-27 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2009-06-27 Sepherosa ZiehauMP table: Test 0xe0000 when searching MP float pointer...
2009-06-27 Sepherosa ZiehauIO APIC: Mask the interrupt signal before trying to...
2009-06-27 Matthew Dillonudp6 - Fix multicast and other issues
2009-06-27 Sepherosa ZiehauACPI MADT: Don't use the "Initial APIC ID" in cpu_proci...
2009-06-27 Sepherosa ZiehauIntroduce lapic enumerators, which is used to probe...
2009-06-27 Sepherosa ZiehauMove lapic_init() into apic/mpapic.c
2009-06-27 Sepherosa ZiehauMP probe: Get rid of cpu_apic_address
2009-06-26 Sascha WildnerMake sili(4) compilable into the kernel and add it...
2009-06-26 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-26 Matthew DillonAHCI/SILI - Remove unused ScsiTypeArray array
2009-06-26 Matthew DillonSILI - Increase hard -> soft PM target delay to 5 seconds
2009-06-26 Matthew DillonSILI - Fix assertion panic during error handling.
2009-06-26 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-26 Matthew DillonSILI - Add the SILI driver to the general module build
2009-06-26 Matthew DillonSILI - Add serial number support, strip whitespace.
2009-06-26 Matthew DillonAHCI - Add serial number support, strip whitespace.
2009-06-26 Matthew DillonCAM - Unconditionally print out the serial number
2009-06-26 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-26 Matthew DillonSILI - Cleanup, remove broken KKASSERT and remove DIAGN...
2009-06-26 Matthew DillonAHCI - Reduce console spew
2009-06-26 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-25 Sascha Wildnersubr_diskmbr.c: Fix some warning fixes.
2009-06-25 Hasso TepperWe shouldn't need to drop and reaquire the lock here.
2009-06-25 Hasso TepperSome more cleanups for vblank code on Intel.
2009-06-25 Hasso TepperInitialize max_vblank_count earlier.
2009-06-25 Hasso TepperKeep track of the hardware counter more aggressively
2009-06-25 Hasso TepperFix one use of atomic for refcount missed in last commit.
2009-06-25 Hasso TepperAdditional vblank cleanups.
2009-06-25 Hasso TepperEnsure that we always hold the lock when executing...
2009-06-25 Michael Neumannpriv: Reduce some uses of PRISON_ROOT
2009-06-25 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-25 Matthew DillonHAMMER VFS - Take reserved space into account when...
2009-06-25 Michael NeumannMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-25 Matthew DillonCAM - Auto unit number start based on device
2009-06-25 Michael Neumannpriv: Introduce prison_priv_check()
2009-06-25 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-25 Matthew DillonCAM/UMASS - use xpt_action_async() to ensure asynchrono...
2009-06-25 Michael NeumannMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-25 Michael Neumannpriv: Refactor kern_mknod and narrow privileges
2009-06-25 Michael Neumannpriv: Narrow privileges
2009-06-25 Michael NeumannMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-24 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-24 Matthew DillonAMD64 - Support -m32 by conditionalizing 32 and 64...
2009-06-24 Hasso TepperAdd some sysctl info so that we can see what is going...
2009-06-24 Hasso TepperOnly release irq resources if we were actually using...
2009-06-24 Hasso TepperRemove signals for vblank events code.
2009-06-24 Hasso TepperMore meaningful timeout for sleep.
2009-06-24 Hasso TepperDon't corrupt hardware vblank counter.
2009-06-24 Hasso TepperHold the lock while we save/restore register for suspen...
2009-06-24 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
next