]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Merge from tbemd:
[FreeBSD/FreeBSD.git] / sys /
2010-06-12 npcxgb(4): add knob to get packet timestamps from the...
2010-06-12 npmake format string a string literal.
2010-06-12 nwhitehornMake SMP work on MPC7400-based Apple desktops like...
2010-06-12 kibAdd another variation of make_dev(9), make_dev_p(9...
2010-06-12 kibWhen make_dev_credf(MAKEDEV_WAITOK) is called, use
2010-06-12 kibAdd modifications of devctl_notify(9) functions that...
2010-06-12 mavCheck general TSC presence before doing more specific...
2010-06-12 edANSIfy prototypes in subr_usbd.c.
2010-06-12 mmFix arc_read_done may try to byteswap undefined data...
2010-06-12 mmFix panic in zfs_getsecattr
2010-06-12 mmFix possible zfs panic on zpool import
2010-06-12 mmFix zpool resilver stalls with spa_scrub_thread in...
2010-06-12 mmFix ZFS panic deadlock: cycle in blocking chain via...
2010-06-12 mmFix vdev_probe() starvation brings txg train to a scree...
2010-06-12 mmFix incomplete resilvering after disk replacement ...
2010-06-12 mmFix zfs destroy fails to free object in open context...
2010-06-12 mmFix unable to remove a file over NFS after hitting...
2010-06-12 edRemove GNU-style struct initialization.
2010-06-12 marcelThe ptc.g operation for the Mckinley and Madison proces...
2010-06-11 jkimApply band-aid around function-like macro fdrop() witho...
2010-06-11 jfvPut back the lost bus_describe_intr() calls.
2010-06-11 jfvChange the mbuf memory calls back to NOWAIT as a
2010-06-11 jfvAdd a couple fixes from Michael Tuexen.
2010-06-11 jkimFix one more case where a string is passed via format...
2010-06-11 jkimSimplify a function for getting brightness levels.
2010-06-11 jkimRemove unused assignment.
2010-06-11 avgfix a few cases where a string is passed via format...
2010-06-11 jfvRemove a disable_queue from the beginning of the
2010-06-11 jhbUpdate several places that iterate over CPUs to use...
2010-06-11 avgffs_softdep: change K&R in function defintions to ANSI...
2010-06-11 avgvnode.h: expand debug macros to non-empty void statemen...
2010-06-11 jkimFix a possible dereference of null pointer.
2010-06-11 mdfAdd INVARIANTS checking that numfreebufs values are...
2010-06-11 jhbAdd helper macros to iterate over available CPUs in...
2010-06-11 alcRelax one of the new assertions in pmap_enter() a littl...
2010-06-11 ivorasIn another move to join with the age of the Fruitbat...
2010-06-11 rrs3 Fixes -
2010-06-11 marcelBump MAX_BPAGES from 256 to 1024. It seems that a few...
2010-06-11 impMerge from tbemd
2010-06-11 impsvn merge svn+ssh://svn.freebsd.org/base/head@209022
2010-06-11 avatarFixing compilation bustage by adding the missing &...
2010-06-10 rpauloSome odd APs send beacons on the same TX queue as non...
2010-06-10 rpauloAdd missing braces.
2010-06-10 impsvn merge svn+ssh://svn.freebsd.org/base/head@208996
2010-06-10 mjacobDon't pass a buffer directly as a printflike format...
2010-06-10 kanDo not require pos parameter to be zero in MAP_ANONYMOU...
2010-06-10 traszUntangle g_print_bio(), silencing Coverity.
2010-06-10 mavDo not disable edge-triggered interrupts before migrati...
2010-06-10 alcReduce the scope of the page queues lock and the number of
2010-06-10 aeStyle(9) fixes:
2010-06-10 mavStore interrupt trap frame into struct thread. It allow...
2010-06-10 bzMake the char *n_name member of struct nlist 'const'.
2010-06-10 ivorasUnconfuse THREAD and SMT flags
2010-06-10 ivorasCosmetic change to XML - less ugly newlines
2010-06-10 edBump __FreeBSD_version to indicate the addition of...
2010-06-09 rrsFound by Michael. In cases where we run
2010-06-09 delphijApply driver update from LSI. Many thanks to LSI for...
2010-06-09 rdivackyImport LLVM/clang from vendor stripped of docs/ test...
2010-06-09 rrsFix serveral bugs all having to do with freeing an
2010-06-09 rrsBUG:Turns out we need to use both bit maps
2010-06-09 jhAdd a new function devfs_parent_dirent() for resolving...
2010-06-09 aeFix typo.
2010-06-09 aeNew netgraph node ng_patch(4). It performs data modific...
2010-06-09 mavAdd set of codec IDs.
2010-06-08 mjacobRearrange how things are done to avoid dereferencing...
2010-06-08 mjacobTry and narrow the gap in which you act on an event...
2010-06-08 jhbThe lock associated with the /dev/apm knote is already...
2010-06-08 jhbMove the MD support for PCI message signalled interrupt...
2010-06-08 jhbMove the machine check support code to the x86 tree...
2010-06-08 kibReorganize the code in bdwrite() which handles move...
2010-06-08 jhbMove the I/O APIC code to the x86 tree since it is...
2010-06-08 mjacobOne byte off for scsi_target_group cdb.
2010-06-08 yongariRemove unused macros.
2010-06-08 jhb- Use a bit more care when moving I/O APIC interrupts...
2010-06-08 jhbFix a sign bug that caused adaptive spinning in sx_xloc...
2010-06-08 mjacobImplement the usage of Report Luns as part of SCSI...
2010-06-08 mavDisable NCQ and PMP support for VIA VT8251 AHCI. It...
2010-06-08 mjacobMake additional definitions up to and including SPC...
2010-06-08 rrs2 Bugs:
2010-06-08 kenA number of netfront fixes and stability improvements:
2010-06-07 mjacobredfacedly noting a missing part of a patch.
2010-06-07 mavCall BUS_PROBE_NOMATCH() when device detached due to...
2010-06-07 rrsThis fixes a BUG in the handling of the cum-ack calcula...
2010-06-07 mjacobDo a minor amount of stylifying. Also, get a Fibre...
2010-06-07 mjacobFix XPT_GET_TRAN_SETTING for FC which has been broken...
2010-06-07 rrsOpps... my bad.. we don't need a SOCK_UNLOCK() after
2010-06-07 npcxgb(4): add an 'nfilters' tunable that lets the user...
2010-06-07 rrsFix so we call socantrcvmore_locked so we
2010-06-06 rrs1) Optimize the cleanup and don't always depend on
2010-06-06 rrsOk, yet another bug in killing off all the hundreds
2010-06-06 kibStyle-compilant order of declarations.
2010-06-06 rrs1) Further enhance the INVARIANT lock validation (no...
2010-06-06 rrsFix a bug in the sctp_inpcb_free. Basically if the...
2010-06-06 rrsFix a bug in sctp_abort_assoc(). DON'T call the sctp_in...
2010-06-06 nwhitehornAdd Open Firmware PNP info strings to GPIOs and Uninort...
2010-06-06 nwhitehornSome revisions of the Serverworks K2 SATA controller...
2010-06-06 alcDon't set PG_WRITEABLE in init_pte_prot() (and thus...
2010-06-06 rrsHopefully this fixes a LOR by making
2010-06-06 rrsBruce's fix for some return's in
2010-06-05 yongariFix a bug introduced in r199011. When bge(4) reuses...
next