]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2010-12-22 jkimImprove PCB flags handling and make it more robust...
2010-12-21 pjdUse newly added NFSRV_FLAG_BUSY flag for nfsrv_fhtovp...
2010-12-21 pjd- Move pubflag and lockflag handling from nfsrv_fhtovp...
2010-12-21 pjdOn error, unbusy file system and jump to the end, so...
2010-12-21 jillessh(1): Explain why it is a bad idea to use aliases...
2010-12-21 jillessh: Add kill builtin.
2010-12-21 mariusExtend the hack of r182730 to trick GAS/GCC into compil...
2010-12-21 pjdAfter r216626 no extra { } are needed with VFS_UNLOCK_G...
2010-12-21 pjdClose body of the VFS_UNLOCK_GIANT() macro into do...
2010-12-21 mariusRevert r216080 so kmem_map is capped at 3/5 of the...
2010-12-21 marius- Add a comment regarding the fact that as documented...
2010-12-21 jillessh: Add a function to print warnings (with command...
2010-12-21 jhbFix a typo in a comment.
2010-12-21 mdfInitialize fp_location for explicitly managed fail...
2010-12-21 aeCheck number of arguments before trying to read arg0...
2010-12-21 mdfMove the fail_point_entry definition from fail.h to...
2010-12-21 lstewart- Introduce the Hhook (Helper Hook) KPI. The KPI is...
2010-12-21 jhbOnly use the BIOS-supplied IRQ for the atkbdc device...
2010-12-20 alcThe local variable "rv" is still required by vm_fault_h...
2010-12-20 jillessh: Make warnings in the printf builtin non-fatal,...
2010-12-20 syrinxUnbreak the build by temprorarily not using include...
2010-12-20 alcIntroduce vm_fault_hold() and use it to (1) eliminate...
2010-12-20 uqsrpc.lockd(8) WARNS cleanup
2010-12-20 uqslmcconfig(8): bump to WARNS=3, fix typo in usage while...
2010-12-20 uqsFix type used to hold fgetc(3) output, this should...
2010-12-20 uqsfactor(6): Check return values of BN_* functions.
2010-12-20 uqsRemove useless conditional.
2010-12-20 yongariDocument limitation of station address reprogramming.
2010-12-20 syrinxAdd (disabled) sample configuration lines needed to...
2010-12-20 syrinxBring in a SNMP module that allows configuration of...
2010-12-20 tijlMerge amd64 and i386 bus.h and move the resulting heade...
2010-12-20 netchildSuggest to run the delete-old target after the second...
2010-12-20 jhbDon't whine about child drivers calling pci_enable_busm...
2010-12-20 nwhitehornMemory can be laid out with large gaps on 64-bit PowerP...
2010-12-20 charnierAdd __unused. Ansi prototypes.
2010-12-20 charnierAdd __unused. Ansi prototypes.
2010-12-20 charnierAdd __unused. Ansi prototypes.
2010-12-20 charnierAdd __unused
2010-12-20 charnierAdd __unused
2010-12-20 charnierAdd __unused
2010-12-20 charnierAdd __unused. Ansi prototypes.
2010-12-20 yongariOops, fwe(4) listed twice.
2010-12-20 yongariAdd ae(4) to the list of drivers use the miibus interface.
2010-12-20 yongariigb(4), ixgbe(4), mxge(4) and nxge(4) support VLAN...
2010-12-19 yongariAdd .Xr to altq(4).
2010-12-19 yongariAdd .Xr to altq(4).
2010-12-19 yongariae(4), igb(4), ixgb(4) and ixgbe(4) supports altq(4).
2010-12-19 simonAdd --numeric-owner to tar extract operations in portsnap.
2010-12-19 kibRestore the ABI of struct kinfo_proc32 after r213536.
2010-12-19 pjdCorrect cookie type to match reality.
2010-12-19 pjdReduce lock scope a little.
2010-12-19 charnierAdd __unused. Ansi prototypes.
2010-12-19 nwhitehornGarbage-collect unused variable.
2010-12-19 charnierAdd __unused. Ansi prototypes.
2010-12-19 charnierAdd __unused. Ansi prototypes.
2010-12-19 charnieradd __unused
2010-12-19 bschmidtUpdate firmware for wpi(4) from version 2.14.4 to 15...
2010-12-19 tijlFix a bug introduced in r216518. The ndis_subsys field...
2010-12-19 bschmidtFix panic trying to use monitor mode. The iwn_cmd(...
2010-12-19 bschmidtFix build on bigendian archs.
2010-12-19 alcRedo some parts of r216333, specifically, the locking...
2010-12-19 yongariDocument JMC251/JMC261 support.
2010-12-18 yongariAdd support for JMicron JMC251/JMC261 Gigabit/Fast...
2010-12-18 yongariUse system defined PCIR_EXPRESS_DEVICE_CTL instead...
2010-12-18 yongariMake sure whether driver allocated resource before...
2010-12-18 yongariFix a regression introduced in r213893. FPGA version...
2010-12-18 jillessh: arith: Disallow decimal constants starting with...
2010-12-18 yongariConsistently put a tab character between #define and...
2010-12-18 uqsRemove dead code.
2010-12-18 lulf- Signal that data should not be modified.
2010-12-18 bschmidtUnbreak hostapd. This code has been explicitly removed...
2010-12-18 bschmidtFix some whitespace nits.
2010-12-18 bschmidtChange order in wpa_driver_bsd_ops to match upstream...
2010-12-18 bschmidtAdd a comment explaining the undefs, while here remove...
2010-12-18 bschmidtRename bsd_set_iface_flags to bsd_ctrl_iface and change...
2010-12-18 bschmidtImport bsd_configure_wpa() to sync with upstream code.
2010-12-18 bschmidtPrefer os_memset, os_strlcpy and os_free. While here...
2010-12-18 bschmidtRemove some unused variables and unnecessary casts.
2010-12-18 bschmidtRemove debug messages which are no longer present in...
2010-12-18 bschmidtRename iface to ifname to match the upstream code.
2010-12-18 bschmidtRename ioctl_sock to just sock to match the upstream...
2010-12-18 bschmidtMove some functions around to match the upstream order.
2010-12-18 bschmidtAdd bsd_send_mlme_param to aggregate IEEE80211_IOC_MLME...
2010-12-18 bschmidtChange bsd_del_key() to match upstream code:
2010-12-18 bschmidtAggregate SIOCS80211 and SIOCG80211 ioctl request code...
2010-12-18 kibInform a compiler which asm statements in the x86 imple...
2010-12-18 bschmidtAdd 2 missing bus_dmamap_sync() calls. Those fix random...
2010-12-18 bschmidtFix association on 5GHz channels. The device is initial...
2010-12-18 bschmidtFix a panic while disabling the RF kill button, caller...
2010-12-18 nwhitehornReconnect arm to the universe build, and connect big...
2010-12-18 tijlNo need to zero the softc. It's allocated with M_ZERO.
2010-12-18 tijlUse convenience functions where possible instead of...
2010-12-18 kibIn pmap_extract(), unlock pmap lock earlier. The calcul...
2010-12-18 brucecSort cross references by section.
2010-12-18 emasteAdd Exar octal PCI UART.
2010-12-18 dougbBring in the relevant changes from NetBSD's 1.31:
2010-12-17 alcImplement and use a single optimized function for unhol...
2010-12-17 rmacklemFix two vnode locking problems in nfsd_recalldelegation...
2010-12-17 rwatsonSimply refer to all Xen drivers as para-virtualized...
2010-12-17 brucecUpdate shmget(2) with POSIX access permissions and...
next