]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Print file names without stdio buffering to avoid mixing buffered and
[FreeBSD/FreeBSD.git] / sys /
2013-06-09 Pedro F. Giffunie2fs_bpg and e2fs_isize are always unsigned.
2013-06-08 Ed SchoutenMerge the 1 and 2 byte versions of the atomic functions...
2013-06-08 Adrian ChaddAdd 8devices CARAMBOLA2 support.
2013-06-08 Adrian ChaddAdd support for two new winbond SPI flash parts.
2013-06-08 Ed SchoutenActually make the 2-byte atomics work.
2013-06-08 Rui PauloImport Kevin Lo's port of urtwn(4) from OpenBSD. urtwn...
2013-06-08 Gleb Smirnoffaio_mlock() added:
2013-06-08 Gleb Smirnoff Add new system call - aio_mlock(). The name speaks...
2013-06-08 Ed SchoutenAdd proper __sync_*() intrinsics for MIPS.
2013-06-08 Gleb Smirnoff Make sys_mlock() function just a wrapper around vm_ml...
2013-06-08 Gleb Smirnoff Separate LIO_SYNC processing into a separate function...
2013-06-08 Xin LIMFV r251519:
2013-06-08 Navdeep Parharcxgbe/tom: Fix bad signed/unsigned mixup in the stid...
2013-06-08 Andrew TurnerMerge in changes from NetBSD:
2013-06-08 Sean BrunoImplement foreign volume handling. Allows admins to...
2013-06-07 Hans Petter SelaskyFix some recent regression issues:
2013-06-07 Andrew TurnerReduce the difference to NetBSD.
2013-06-07 Alan CoxAdd missing VM object unlocks in an error case.
2013-06-07 Bruce M SimpsonDisable IGMPv3 link timers on a transition to IGMPv2.
2013-06-07 Hans Petter SelaskyAdd support for polling the XHCI interrupt handler...
2013-06-07 Mikolaj GolubProperly set curvnet context in lagg_port_setlladdr...
2013-06-07 Adrian ChaddDon't hold the node lock over the iterator.
2013-06-07 Adrian ChaddBring over the initial static bluetooth coexistence...
2013-06-07 Adrian ChaddAdd accessor macros for the bluetooth coexistence routines.
2013-06-07 Adrian ChaddAdd bluetooth fixes to the AR5416/AR92xx HAL:
2013-06-07 Pyun YongHyeonCorrect setting TX random backoff register. This regist...
2013-06-07 Pyun YongHyeonDo not report current link status if driver is not...
2013-06-07 Scott LongSimplify the checking of flags for cam_periph_mapmem...
2013-06-06 Xin LIMFV r251474:
2013-06-06 Attilio RaoComplete r251452:
2013-06-06 John BaldwinDo not compare the existing mask of a cpuset with a...
2013-06-06 Alan CoxDon't busy the page unless we are likely to release...
2013-06-05 Jeff Roberson - Consolidate duplicate code into support functions.
2013-06-05 Adrian ChaddEnable slow diversity combining for the AR9285.
2013-06-05 Adrian ChaddAs a temporary work-around (read: until there's a nice...
2013-06-05 Jung-uk KimAdd GNU regex from glibc 2.17.
2013-06-05 Navdeep Parharcxgbe(4): Never install a firmware if hw.cxgbe.fw_insta...
2013-06-05 Luigi Rizzo- fix a bug in the previous commit that was dropping...
2013-06-05 Alan CoxRelax the vm object locking. Use a read lock.
2013-06-05 Simon J. GerratyUpdate to bmake-20130604 to fix file descriptor leak.
2013-06-05 Marius Strobl- Flag sym(4) as supporting unmapped I/O; all necessary...
2013-06-05 Marius StroblHandle/mark/nuke unused arguments.
2013-06-05 Adrian ChaddImplement a bit of a hack to store the AR9285/AR9485...
2013-06-05 Adrian ChaddAdd a new capability flag to announce that the chip...
2013-06-05 Adrian ChaddDocument the AR9285/AR9485 LNA configuration informatio...
2013-06-04 Attilio RaoIn vm_object_split(), busy and consequently unbusy...
2013-06-04 Alan Somerssys/dev/mps/mps.c
2013-06-04 Marius StroblCAM_DEV_QFREEZE handling should only be done on request...
2013-06-04 John BaldwinFix build with both INET and INET6 disabled.
2013-06-04 Alan CoxRelax the vm object locking in mac_proc_vm_revoke_recur...
2013-06-04 Alan CoxEliminate unnecessary vm object locking from tmpfs_noca...
2013-06-04 John BaldwinBuild fix: Only <sys/cdefs.h> should be included befor...
2013-06-04 Gleb SmirnoffImprove r250890, so that we stop processing of a messag...
2013-06-04 Marius StroblFlag isp(4) as supporting unmapped I/O; all necessary...
2013-06-04 Grzegorz BernackiFix the passing of time on Armada XP.
2013-06-04 Grzegorz BernackiImplement pmap_copy() for ARMv6/v7.
2013-06-04 David E. O'BrienMatch the options of the kernel.
2013-06-04 Alan CoxUpdate a comment.
2013-06-04 Adrian ChaddAdd the combined (mixed) diversity support capability...
2013-06-04 Alan CoxRelax the object locking in vm_pageout_map_deactivate_p...
2013-06-04 Navdeep Parharcxgbe(4): Provide accurate hit count for filters on...
2013-06-04 Justin HibbitsPad the PCPU MD struct, to satisfy an assert added...
2013-06-03 Hiren PanchasaraFixing a typo.
2013-06-03 Ed SchoutenAdd ATOMIC_*_LOCK_FREE constants.
2013-06-03 Pedro F. Giffuniext2fs: space vs tab.
2013-06-03 Pedro F. Giffuniext2fs: Small cosmetic fixes.
2013-06-03 Adrian ChaddFix the order of TX shutdown and reset.
2013-06-03 Adrian ChaddFix receive on the AR9285 (Kite) with only one antenna...
2013-06-03 Pedro F. Giffuniext2fs: Update Block Group Descriptor struct.
2013-06-03 John Baldwin- Fix a couple of inverted panic messages for shared...
2013-06-03 Konstantin BelousovAssert that interrupts are enabled in the trap handlers...
2013-06-03 John Baldwin- Handle the recursed/not recursed flags with RA_RLOCKE...
2013-06-03 Konstantin BelousovBe more generous when donating the current thread time...
2013-06-03 Konstantin BelousovRemove irrelevant comments.
2013-06-03 Andre OppermannSpecify a maximum TSO length limiting the segment chain...
2013-06-03 Andre OppermannAllow drivers to specify a maximum TSO length in bytes...
2013-06-03 David SchultzBump __FreeBSD_version for the addition of the followin...
2013-06-03 Konstantin BelousovDo not map the shared page COW. If the process wired...
2013-06-03 Konstantin BelousovMFamd64: when printing the trap information, show the...
2013-06-03 Konstantin BelousovWhen auto-sizing the buffer cache, limit the amount...
2013-06-03 Konstantin BelousovThe vm_page lock is not needed around the call to vm_pa...
2013-06-03 Alan CoxRequire that the page lock is held, instead of the...
2013-06-02 Alan CoxRemove unnecessary #include's.
2013-06-02 Alan CoxReduce the scope of the VM object locking in brelse...
2013-06-02 Hans Petter SelaskyCorrect the TD size computation. npkt should reflect...
2013-06-02 Hans Petter SelaskyCorrect TRB type for multi TRB transfers of non-NORMAL...
2013-06-02 Hans Petter SelaskyUse the correct constant for 8000 IRQ/s.
2013-06-02 Hans Petter SelaskyBlock event interrupts when we don't need it as soon...
2013-06-02 Tijl CoosemansConvert old make variable modifiers :U and :L to bmake...
2013-06-02 Hans Petter SelaskyDon't set the start ISOC ASAP bit for non-isochronous...
2013-06-02 Michael TuexenUse LIST_EMPTY when appropriate.
2013-06-02 Hans Petter SelaskyCorrect some XHCI streams mode transfer handling found...
2013-06-02 Mark JohnstonSDT probes can directly pass up to five arguments as...
2013-06-02 Mark JohnstonPort the SDT test now that it's possible to create...
2013-06-01 Ed SchoutenMove <stdatomic.h> into sys/sys/.
2013-06-01 Alan CoxNow that access to the page's "act_count" field is...
2013-06-01 Yoshihiro TakahashiMFi386: revision 245848
2013-06-01 Yoshihiro TakahashiMFi386: revision 251039
2013-06-01 Marius StroblMove an assertion to the right spot; only bus_dmamap_lo...
2013-06-01 John BaldwinRemove an unused macro we originally got from BSD/OS.
next