aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix bug where NFSv4 ACL enforcement code wouldn't unconditionallyEdward Tomasz Napierala2012-04-171-0/+3
* Stop treating system processes as special. This fixes panicsEdward Tomasz Napierala2012-04-172-48/+1
* Fix panic, triggered like this: "int main() { thr_exit(); }"Edward Tomasz Napierala2012-04-171-1/+1
* Enforce upper bound on the input buffer length.Edward Tomasz Napierala2012-04-171-0/+3
* Fix panic at boot with SD/MMC readers with no media present, introducedEdward Tomasz Napierala2012-04-171-1/+3
* Run the fatal proc as a proc, rather than where it currently is.Adrian Chadd2012-04-172-1/+3
* Fix the RX free list locking creation and destruction to be consistentAdrian Chadd2012-04-171-2/+8
* Add missing #includeAdrian Chadd2012-04-171-0/+1
* Style(9) and white space fixes.Adrian Chadd2012-04-171-31/+26
* Protect the PCI space registers behind a mutex.Adrian Chadd2012-04-171-1/+22
* Add x2apic MSR definitionsPeter Grehan2012-04-171-1/+35
* Fix a Clang warning.Jung-uk Kim2012-04-161-1/+1
* Regen for r234359.Jung-uk Kim2012-04-1610-14/+14
* Correct an argument type of iopl syscall for Linuxulator. This also fixesJung-uk Kim2012-04-162-2/+2
* Regen for r234357.Jung-uk Kim2012-04-1610-62/+32
* Correct arguments of stat64, fstat64 and lstat64 syscalls for Linuxulator.Jung-uk Kim2012-04-162-12/+12
* Bump __FreeBSD_version due to the import of a new clang 3.1 prereleaseDimitry Andric2012-04-161-1/+1
* Regen for r234352.Jung-uk Kim2012-04-1610-20/+54
* - Implement pipe2 syscall for Linuxulator. This syscall appeared in 2.6.27Jung-uk Kim2012-04-168-49/+72
* - When interrupt is not requested for VM86 call, make a fake exit point andJung-uk Kim2012-04-161-9/+14
* Sync with Bryan Venteicher's virtio git repo:Peter Grehan2012-04-161-1/+3
* Turn on PREEMPTION by default. After fixing several bugs over time, theMarius Strobl2012-04-161-1/+1
* Sync tmpfs_chflags() with the recent changes to UFS:Jaakko Heinonen2012-04-161-13/+13
* tmpfs: Allow update mounts only for certain options.Jaakko Heinonen2012-04-162-6/+15
* When we receive an ICMP unreach need fragmentation datagram, we takeGleb Smirnoff2012-04-164-19/+32
* #include <net/vnet.h> is no longer needed here.Marko Zec2012-04-161-1/+0
* zfsboot: honor -q if it's present in boot.configAndriy Gapon2012-04-161-2/+8
* intpm: add ATI IXP400 pci idAndriy Gapon2012-04-161-0/+3
* Replace the C implementation of __aeabi_read_tp with an assembly version.Andrew Turner2012-04-162-0/+7
* Add in the AP96 phy configuration from openwrt.Adrian Chadd2012-04-151-10/+8
* The AR913x MII speed configuration matches the AR71xx MII configuration.Adrian Chadd2012-04-153-9/+4
* Provide better description for vfs.tmpfs.memory_reserved sysctl.Gleb Kurtsou2012-04-151-1/+2
* Migrate the net80211 TX aggregation state to be from per-AC to per-TID.Adrian Chadd2012-04-1510-67/+69
* Drop this down from 512 to 128 for now.Adrian Chadd2012-04-151-1/+1
* Use the M_AMPDU_MPDU flag to determine when to manually set the seqno andBernhard Schmidt2012-04-151-6/+3
* Fix the mask logic when reading PCI configuration space registers.Adrian Chadd2012-04-151-2/+6
* Override some default values to work around various issues in the deep,Adrian Chadd2012-04-151-3/+17
* Fix a typo.Davide Italiano2012-04-141-1/+1
* Fix some style bugs introduced in a previous commit (r233045)Davide Italiano2012-04-142-9/+10
* Send always HBs when in PF state.Michael Tuexen2012-04-141-1/+2
* Bugfix: Don't send HBs on path which are not idle.Michael Tuexen2012-04-141-1/+16
* Generate an obviously missing STOP when having finished transmitting data.Marius Strobl2012-04-141-0/+1
* Add support for the Atmel SAM9XE familiy of microcontrollers, whichMarius Strobl2012-04-141-5/+9
* Add support for the Atmel SAM9XE familiy of microcontrollers, whichMarius Strobl2012-04-148-15/+41
* i prefer this fix for the -Wformat warning (just one cast,Luigi Rizzo2012-04-141-5/+3
* Fix LINT builds after r234233; not sure why modules need DEBUG by default.Bjoern A. Zeeb2012-04-141-1/+1
* Make compile on 64bit somehow for now after a first try at r234242 onBjoern A. Zeeb2012-04-141-3/+5
* - Try to bring these files closer to style(9).Marius Strobl2012-04-1412-208/+236
* Fix !DDB build after r234190.Marius Strobl2012-04-141-1/+1
* Catch up with Bryan Venteicher's virtio git repo:Peter Grehan2012-04-147-102/+254