]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Finish undoing the previous commit - this part of the code is no longer
[FreeBSD/FreeBSD.git] / sys /
2012-06-11 Adrian ChaddFinish undoing the previous commit - this part of the...
2012-06-11 Adrian ChaddIntroduce a new lock debug which is specifically for...
2012-06-11 Adrian ChaddRevert r233227 and followup commits as it breaks CCMP...
2012-06-10 Pawel Jakub DawidekRemove redundant include.
2012-06-10 Pawel Jakub DawidekStyle: move opt_*.h includes in the proper place.
2012-06-10 Pawel Jakub DawidekWhen we are closing capability during dup2(), we want...
2012-06-10 Pawel Jakub DawidekMerge two ifs into one. Other minor style fixes.
2012-06-10 Konstantin BelousovUse the previous stack entry protection and max protect...
2012-06-10 Alexander MotinPartially revert r236666:
2012-06-10 Andrew TurnerRemove an unneeded increment from initarm. The variable...
2012-06-10 Andrew TurnerThe GUMSTIX-QEMU config file is almost identical to...
2012-06-10 Adrian ChaddAdd a new ioctl for ath(4) which returns the aggregate...
2012-06-10 Pawel Jakub DawidekSimplify fdtofp().
2012-06-10 Mitsuru IWASAKISome fixes for r236772.
2012-06-10 Andrew TurnerPull out the common code to initialise proc0 & thread0...
2012-06-09 Kirk McKusickWhen synchronously syncing a device (MNT_WAIT), wait...
2012-06-09 Pawel Jakub Dawidekds_guid of 0 is special, as it is used by snapshot...
2012-06-09 Pawel Jakub DawidekThere is no need to drop the FILEDESC lock around mallo...
2012-06-09 Pawel Jakub DawidekRemove now unused variable.
2012-06-09 Pawel Jakub DawidekMake some of the loops more readable.
2012-06-09 Alexander V. ChernikovValidate IPv4 network mask being passed to ipfw kernel...
2012-06-09 Alexander MotinOne more major cam_periph_error() rewrite to improve...
2012-06-09 Pawel Jakub DawidekCorrect panic message.
2012-06-09 Alexander V. ChernikovFix typo introduced in r236559.
2012-06-09 Mitsuru IWASAKIAdd x86/acpica/acpi_wakeup.c for amd64 and i386. Diffe...
2012-06-08 John BaldwinSplit the second half of vn_open_cred() (after a vnode...
2012-06-08 Mateusz GuzikPlug socket refcount leak on error in sys_sctp_peeloff.
2012-06-08 Alexander MotinAdd IDs for Marvell 88SE9220/9230/9235 PCIe 2.0 x2...
2012-06-08 John HayAdd support for the Sunix SER5437A dual serial PCI...
2012-06-07 Pawel Jakub DawidekIn fdalloc() f_ofileflags for the newly allocated descr...
2012-06-07 Pawel Jakub DawidekEliminate redundant variable.
2012-06-07 Maksim YevmenkinCorrect typo(?) and actually set PTHRESH to 32 and...
2012-06-07 Pawel Jakub DawidekPlug file reference leak in capability failure case.
2012-06-07 Mikolaj GolubSort includes.
2012-06-07 Mikolaj GolubAdd VIMAGE support to if_tap.
2012-06-07 Alexander MotinAdd CAM_DEBUG_INFO debug messages for periph created...
2012-06-07 Alexander MotinTo make CAM debugging easier, compile in some debug...
2012-06-07 Pyun YongHyeonFix typo.
2012-06-07 Kevin LoFix a logic error when use PCIY_PMG capability
2012-06-06 Alexander MotinRemove declaration of scsi_interpret_sense(), removed...
2012-06-06 Kenneth D. MerryFix a memory leak in the kernel case in scsi_command_st...
2012-06-06 Konstantin BelousovImprove handling of uiomove(9) errors for the NFS client.
2012-06-06 Warner LoshRemove stray break; that resulted from a last-minute...
2012-06-06 Gleb SmirnoffMerge revision 1.715 from OpenBSD:
2012-06-06 Sergey KandaurovFix the build.
2012-06-06 Alexander MotinATA/SATA controllers have no idea about protocol of...
2012-06-06 Warner LoshEnhance the Atmel SoC chip identification routines...
2012-06-06 Kevin LoCheck the return value of pci_find_cap()
2012-06-05 Alexander MotinUse default error handler when flushing disk caches.
2012-06-05 Maksim YevmenkinBefore it gets lost in the noise.
2012-06-05 David E. O'BrienOnly build filemon(4) on x86.
2012-06-05 Alexander MotinAdd missing newlines into XML output.
2012-06-05 Warner LoshRemove dead code.
2012-06-05 Bjoern A. ZeebPlug two interface address refcount leaks in early...
2012-06-05 Alexander MotinTune and add some more CAM_DEBUG() points for the probe...
2012-06-05 Alexander MotinReplace #ifdef CAMDEBUG + if + panic() with single...
2012-06-05 Alexander MotinDo not reinvent a wheel and let default error handler...
2012-06-05 Alexander MotinTune and add some missing CAM_DEBUG() points for better...
2012-06-05 Adrian ChaddMostly revert previous commit(s). After doing a bunch...
2012-06-05 Gleb Smirnoffstyle(9) for r236563.
2012-06-05 Adrian ChaddCreate a function - ath_tx_kick() - which is called...
2012-06-05 Eitan AdlerFix style nit: don't use leading zero for dates in .Dd
2012-06-04 David E. O'BrienAdd the 'filemon' device. 'filemon' is a kernel module...
2012-06-04 Doug BartonUpgrade to 9.8.3-P1, the latest from ISC. This version...
2012-06-04 Adrian ChaddMigrate the TX path to a taskqueue for now, until a...
2012-06-04 Marius StroblThe loaddev environment variable is not modifiable...
2012-06-04 Marius StroblThe workaround added in r151650 for handling firmwares...
2012-06-04 Dimitry AndricFix build of aicasm when CC=clang. This was due to...
2012-06-04 Maksim YevmenkinPlug more refcount leaks and possible NULL deref for...
2012-06-04 Dimitry AndricMake aicasm compile without warnings if -Wpointer-sign...
2012-06-04 George V. Neville... Integrate a fix for a very odd signal delivery problem...
2012-06-04 Zachary LoafmanFix DTrace TSC skew calculation:
2012-06-04 Gleb SmirnoffMicrooptimisation of code from r236560, also coming...
2012-06-04 Gleb SmirnoffOptimise kern_sendfile(): skip cycling through the...
2012-06-04 Alexander V. ChernikovFix panic introduced by r235745. Panic occurs after...
2012-06-04 Alexander MotinRemove some dead code that I doubt will ever be impleme...
2012-06-04 Grzegorz BernackiRestore changes accidentally removed in r235537.
2012-06-04 Warner LoshEliminate the now-unused AT91C_MASTER_CLOCK option...
2012-06-04 Alan CoxVarious small changes to PV entry management:
2012-06-03 Marius StroblDisable verification of the flashed content for now...
2012-06-03 Warner LoshMinor rearrangement of the locore <-> initarm interface...
2012-06-03 Michael TuexenRemove code which is not needed.
2012-06-03 Konstantin BelousovAdd a knob to disable vn_io_fault.
2012-06-03 Konstantin BelousovCount and export the number of prefaulting happen.
2012-06-03 Michael TuexenUse an existing function to get the source address.
2012-06-03 Ulrich SpörleinFix make depend
2012-06-03 Andriy Gaponfree wdog_kern_pat calls in post-panic paths from under...
2012-06-03 Maksim YevmenkinPlug reference leak.
2012-06-03 Warner LoshRemove stray repeated line...
2012-06-03 Marius Strobl- Now that the DataFlash related drivers work properly...
2012-06-03 Marius Strobl- Loop up to 3 seconds when waiting for a device to...
2012-06-03 Marius Strobl- Prepend the device description with "AT91" to reflect...
2012-06-02 Alan CoxIsolate the global pv list lock from data and other...
2012-06-02 Michael TuexenHonor sysctl for TTL.
2012-06-02 Michael TuexenDon't request data from the IPv6 layer, which is not...
2012-06-02 Marius StroblAdd missing prototypes. While at it, sort them alphabet...
2012-06-02 Marius StroblRemove nitems() now that it lives in <sys/param.h>...
2012-06-02 Marius StroblTake advantage of nitems().
2012-06-02 Konstantin BelousovFix typo [1]. Use commas to separate flag printouts...
2012-06-02 Marius StroblAdd nitems(), a macro for determining the number of...
next