]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
sh: Return status 127 for unknown jobs in wait builtin.
[FreeBSD/FreeBSD.git] / sys /
2013-06-05 luigi- fix a bug in the previous commit that was dropping...
2013-06-05 alcRelax the vm object locking. Use a read lock.
2013-06-05 marius- Flag sym(4) as supporting unmapped I/O; all necessary...
2013-06-05 mariusHandle/mark/nuke unused arguments.
2013-06-05 adrianImplement a bit of a hack to store the AR9285/AR9485...
2013-06-05 adrianAdd a new capability flag to announce that the chip...
2013-06-05 adrianDocument the AR9285/AR9485 LNA configuration informatio...
2013-06-04 attilioIn vm_object_split(), busy and consequently unbusy...
2013-06-04 asomerssys/dev/mps/mps.c
2013-06-04 mariusCAM_DEV_QFREEZE handling should only be done on request...
2013-06-04 jhbFix build with both INET and INET6 disabled.
2013-06-04 alcRelax the vm object locking in mac_proc_vm_revoke_recur...
2013-06-04 alcEliminate unnecessary vm object locking from tmpfs_noca...
2013-06-04 jhbBuild fix: Only <sys/cdefs.h> should be included befor...
2013-06-04 glebiusImprove r250890, so that we stop processing of a messag...
2013-06-04 mariusFlag isp(4) as supporting unmapped I/O; all necessary...
2013-06-04 gberFix the passing of time on Armada XP.
2013-06-04 gberImplement pmap_copy() for ARMv6/v7.
2013-06-04 obrienMatch the options of the kernel.
2013-06-04 alcUpdate a comment.
2013-06-04 adrianAdd the combined (mixed) diversity support capability...
2013-06-04 alcRelax the object locking in vm_pageout_map_deactivate_p...
2013-06-04 npcxgbe(4): Provide accurate hit count for filters on...
2013-06-04 jhibbitsPad the PCPU MD struct, to satisfy an assert added...
2013-06-03 hirenFixing a typo.
2013-06-03 edAdd ATOMIC_*_LOCK_FREE constants.
2013-06-03 pfgext2fs: space vs tab.
2013-06-03 pfgext2fs: Small cosmetic fixes.
2013-06-03 adrianFix the order of TX shutdown and reset.
2013-06-03 adrianFix receive on the AR9285 (Kite) with only one antenna...
2013-06-03 pfgext2fs: Update Block Group Descriptor struct.
2013-06-03 jhb- Fix a couple of inverted panic messages for shared...
2013-06-03 kibAssert that interrupts are enabled in the trap handlers...
2013-06-03 jhb- Handle the recursed/not recursed flags with RA_RLOCKE...
2013-06-03 kibBe more generous when donating the current thread time...
2013-06-03 kibRemove irrelevant comments.
2013-06-03 andreSpecify a maximum TSO length limiting the segment chain...
2013-06-03 andreAllow drivers to specify a maximum TSO length in bytes...
2013-06-03 dasBump __FreeBSD_version for the addition of the followin...
2013-06-03 kibDo not map the shared page COW. If the process wired...
2013-06-03 kibMFamd64: when printing the trap information, show the...
2013-06-03 kibWhen auto-sizing the buffer cache, limit the amount...
2013-06-03 kibThe vm_page lock is not needed around the call to vm_pa...
2013-06-03 alcRequire that the page lock is held, instead of the...
2013-06-02 alcRemove unnecessary #include's.
2013-06-02 alcReduce the scope of the VM object locking in brelse...
2013-06-02 hselaskyCorrect the TD size computation. npkt should reflect...
2013-06-02 hselaskyCorrect TRB type for multi TRB transfers of non-NORMAL...
2013-06-02 hselaskyUse the correct constant for 8000 IRQ/s.
2013-06-02 hselaskyBlock event interrupts when we don't need it as soon...
2013-06-02 tijlConvert old make variable modifiers :U and :L to bmake...
2013-06-02 hselaskyDon't set the start ISOC ASAP bit for non-isochronous...
2013-06-02 tuexenUse LIST_EMPTY when appropriate.
2013-06-02 hselaskyCorrect some XHCI streams mode transfer handling found...
2013-06-02 markjSDT probes can directly pass up to five arguments as...
2013-06-02 markjPort the SDT test now that it's possible to create...
2013-06-01 edMove <stdatomic.h> into sys/sys/.
2013-06-01 alcNow that access to the page's "act_count" field is...
2013-06-01 nyanMFi386: revision 245848
2013-06-01 nyanMFi386: revision 251039
2013-06-01 mariusMove an assertion to the right spot; only bus_dmamap_lo...
2013-06-01 jhbRemove an unused macro we originally got from BSD/OS.
2013-06-01 gibbssys/dev/xen/blkfront/blkfront.c:
2013-06-01 gibbssys/dev/xen/blkfront/blkfront.c:
2013-06-01 npcxgbe(4): Some more debug sysctls. These work on both...
2013-05-31 gibbsStyle changes. No intended functional changes.
2013-05-31 gibbsStyle cleanups. No intended functional changes.
2013-05-31 obrienAdd a "kern.features" MIB for 32bit support under a...
2013-05-31 gibbsStyle cleanups. No intended functional changes.
2013-05-31 delphijExplicitly use a pair of parentheses to ensure correct...
2013-05-31 jhbStyle fixes to vn_ioctl().
2013-05-31 alcSimplify the definition of vm_page_lock_assert(). ...
2013-05-31 gibbsMake netif_free() safe to call on a partially initializ...
2013-05-31 gibbsApply the ad* => ada* IDE device name transition to...
2013-05-31 sbrunoxpt_create_path() requires mfi_io_lock to be held,...
2013-05-31 jeff - Convert the bufobj lock to rwlock.
2013-05-30 markjAdd macros which allow one to define SDT probes with...
2013-05-30 marius- Checking for spurious interrupts is only necessary...
2013-05-30 delphijMFV: tcpdump 4.4.0.
2013-05-30 kibAfter the object lock was dropped, the object' referenc...
2013-05-30 kibRemove the capitalization in the assertion message...
2013-05-30 kibAssert that OBJ_TMPFS flag on the vm object for the...
2013-05-30 marius- Do supply arguments as pointers to bce_get_{pg,rx...
2013-05-30 marius- As a follow-up to r247565, make firmware images that...
2013-05-30 luigiBring in a number of new features, mostly implemented...
2013-05-30 luigiclarify usage of NETMAP_BUF
2013-05-30 marius- Merge from r249476: Ensure that PCI bus BUS_GET_DMA_T...
2013-05-30 brooksMFP4 @217311
2013-05-30 brooksMFP4 @222836
2013-05-30 mariusAllow unmapped I/O via aacd(4). It shouldn't be too...
2013-05-30 marius- Remove pointless returns.
2013-05-29 mariusFix a typo in r249213; the second bus_if.h should have...
2013-05-29 eadlerAdd support for tethering on the iPhone 4S
2013-05-29 marcelDon't assign the copyright to the FreeBSD foundation...
2013-05-29 adrianTurn the reassociate debug print into a DPRINTF.
2013-05-29 adrianFix a false -> AH_FALSE.
2013-05-29 adrianShuffle around the cleanup unpause calls a bit.
2013-05-29 rmacklemAdd a patch analygous to r248567, r248581, r251079...
2013-05-28 rmacklemPost-r248567, there were times when the client would...
2013-05-28 attilioo Change the locking scheme for swp_bcount.
next