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