summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix mismerge.Edward Tomasz Napierala2016-04-011-1/+1
* | Drop the 'resource' argument to racct_decay(); it wouldn't make senseEdward Tomasz Napierala2016-04-011-13/+11
* | Cap IOSIZE_MAX to INT_MAX for 32-bit processes.John Baldwin2016-04-012-6/+35
* | Call rctl_enforce() in all cases the resource usage goes up, even when calledEdward Tomasz Napierala2016-04-011-8/+6
* | Reorder the functions; no functional changes.Edward Tomasz Napierala2016-04-011-32/+32
* | Reduce code duplication.Edward Tomasz Napierala2016-04-011-17/+13
* | Reduce code duplication. There should be no (intended) functional changes.Edward Tomasz Napierala2016-04-011-64/+27
* | Repair a overflow condition where a user could submit a string that wasSean Bruno2016-04-011-7/+6
* | Fix PowerPC LINT build after r297392Zbigniew Bodek2016-04-011-1/+1
* | Style(9), use tabs for the #define LOOPS line.Konstantin Belousov2016-04-011-5/+4
* | tcp/lro: Change SLIST to LIST, so that removing an entry is O(1)Sepherosa Ziehau2016-04-013-26/+25
* | tcp/lro: Use tcp_lro_flush_all in device drivers to avoid code duplicationSepherosa Ziehau2016-04-0116-96/+33
* | hyperv: Register Hyper-V timer early enough for TSC freq calibrationSepherosa Ziehau2016-04-011-2/+12
* | Update comment: Linux does set a randomized generation number of an inodeKevin Lo2016-04-011-3/+1
* | mtest: Prevent access to uninitialized value.Pedro F. Giffuni2016-04-011-1/+1
* | Add a cross reference to ktrace(2).Brooks Davis2016-03-311-2/+3
* | Document KTRFAC_FAULT and KTRFAC_FAULTEND.Brooks Davis2016-03-311-1/+3
* | Correct error messages in recently added test.John Baldwin2016-03-311-4/+2
* | Fix an error in r292373. Use proper count to update "pages in" counter.Gleb Smirnoff2016-03-311-2/+2
* | pci_emul_dior(): fix uninitialized scalar variable.Pedro F. Giffuni2016-03-311-0/+1
* | Catch up with some more fields. I needed the bpf one lately.Bjoern A. Zeeb2016-03-311-0/+2
* | Make Position Independent Executables work for CloudABI.Ed Schouten2016-03-313-0/+3
* | Regenerate system call table after r297468.Ed Schouten2016-03-314-7/+7
* | Sync in the latest CloudABI system call definitions.Ed Schouten2016-03-316-32/+42
* | Remove #ifdef's from various structures used in the cxgbe/cxl driver.John Baldwin2016-03-312-23/+1
* | Rework handling of thread sleeps before timers are working.John Baldwin2016-03-313-60/+11
* | Refactor; no functional changes.Edward Tomasz Napierala2016-03-311-24/+24
* | Tidy up the unmapped I/O code in qphysio.John Baldwin2016-03-311-23/+17
* | WITHOUT_TOOLCHAIN: Skip building of h_raw.Bryan Drewery2016-03-311-1/+1
* | LIB32+WITHOUT_TOOLCHAIN: Fix build by staging includes.Bryan Drewery2016-03-311-1/+2
* | WITHOUT_TOOLCHAIN: Fix build of rtld.Bryan Drewery2016-03-312-0/+6
* | Improve comments.Edward Tomasz Napierala2016-03-311-3/+2
* | Add wait_event_interruptible_timeout to linuxkpi.Navdeep Parhar2016-03-313-10/+57
* | Fix overflows, making it impossible to add negative amounts using rctl(8).Edward Tomasz Napierala2016-03-311-1/+9
* | Fix number of the enabled VFs in VNICZbigniew Bodek2016-03-311-14/+4
* | We don't support DPLIBS.Bryan Drewery2016-03-312-2/+2
* | Fix minor problems caught by mandoc -Tlint.Christian Brueffer2016-03-314-6/+5
* | Define OBJTOP earlier if possible for use in targets.Bryan Drewery2016-03-311-0/+4
* | Don't omit m_dup() for non-writeable mbufs that need checksum calculationZbigniew Bodek2016-03-311-7/+8
* | Remove NULL checks after M_WAITOK allocations, which - by definition - canEdward Tomasz Napierala2016-03-312-10/+0
* | Fix MAC address configuration for VNICZbigniew Bodek2016-03-311-11/+11
* | Improve TX path of the VNIC driverZbigniew Bodek2016-03-313-30/+78
* | Fix whois queries for ARIN AS numbers.Tony Finch2016-03-311-3/+7
* | Fix typo in the VNIC's PF function nameZbigniew Bodek2016-03-311-3/+3
* | Disable MSI-x for AHCI on Alpine plattformZbigniew Bodek2016-03-312-2/+7
* | Add support for 4 level pagetables. The userland address space has beenAndrew Turner2016-03-3112-293/+606
* | Fix bugs in currently unused bit searching loop.Hans Petter Selasky2016-03-311-2/+2
* | Add support for the Nuvoton NCT5104D.Adrian Chadd2016-03-313-0/+812
* | hosttools: Trim unneeded directories.Bryan Drewery2016-03-311-8/+1
* | restore(8): fix use of uninitialized value.Pedro F. Giffuni2016-03-311-0/+1