]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2009-10-25 bruefferSpell out the name of the month.
2009-10-25 alcEliminate an unnecessary check from vm_fault_prefault().
2009-10-25 kanCompile libgcov without stack protection. It can be...
2009-10-25 rpauloUpdate according to the latest iwn(4) driver import.
2009-10-25 rpauloExplain that iwn was updated and the firmware images...
2009-10-25 rpauloUpdate firmware images according to the latest iwn...
2009-10-25 bzUnconditionally call the setsockopt for IPV6_V6ONLY...
2009-10-25 rpauloOutput a comment on top of each generated file explaini...
2009-10-25 jkoshyInform hwpmc(4) of a thread's impending demise prior...
2009-10-25 alcUpdate a comment to reflect the previous change.
2009-10-24 jillessh: Exempt $@ and $* from set -u
2009-10-24 jillesAdd some tests for ${var?} and set -u.
2009-10-24 marcelAdd PRINTF_BUFR_SIZE=128, since we have SMP by default.
2009-10-24 marcelA 32KB kernel stack is not quite enough. The new USB...
2009-10-24 marcelImplement _umtx_op_err() for ia64.
2009-10-24 ru- Rename tunable kern.ipc.shmmaxpgs to kern.ipc.shmall.
2009-10-24 ruSpell DIAGNOSTIC correctly.
2009-10-24 nwhitehornTurn on NAP mode on G5 systems, and refactor the HID0...
2009-10-24 nwhitehornAllow Heathrow-based machines to boot a kernel containi...
2009-10-24 antoineAdd more obsolete man pages.
2009-10-24 rpauloReplace ocurrences of FreeBSD CURRENT by FreeBSD 8.0.
2009-10-24 rpauloUpdates to the iwn driver:
2009-10-24 rwatsonCorrect spelling typo in ip_input comment.
2009-10-24 jkoshyNot all Intel Core (TM) CPUs implement PMC_CLASS_IAF...
2009-10-24 jkoshyOnly claim that the PMC_CLASS_IAF PMCs are supported...
2009-10-23 marcelBIOSes, buggy or otherwise, are i386 or amd64 specific.
2009-10-23 rpauloUpdated iwn(4) driver supporting the newer series,...
2009-10-23 nwhitehornRemove debugging printf that snuck in here.
2009-10-23 nwhitehornAdd some more paranoia to setting HID registers, and...
2009-10-23 mavReimplement device reset sequence in more controller...
2009-10-23 jkimRemove a redundant byte swapping in the previous commit.
2009-10-23 jkimTry hiding annoying text cursor after the video control...
2009-10-23 jkimSearch for default 800x600 graphics mode from supported...
2009-10-23 rnolandCorrect some issues with zfs boot.
2009-10-23 jkim- When we restore VESA state, try BIOS POST earlier...
2009-10-23 qingliUse the correct option name in the preprocessor command...
2009-10-23 rwatsonRemove unneeded blank line from bpf_drvinit().
2009-10-23 jhb- Fix several off-by-one errors when using MAXCOMLEN...
2009-10-23 jhbStyle fix.
2009-10-23 jhbDon't bother copying the name of a kproc or kthread...
2009-10-23 mavMFp4:
2009-10-23 jilleswordexp(3): fix some bugs with signals and long outputs
2009-10-23 nwhitehornDo not map the trap vectors into the kernel's address...
2009-10-23 mavMake "Retrying Command" to be printed before actual...
2009-10-23 rwatsonImprove grammar in ip_input comment while attempting...
2009-10-23 jhbProperly sort the intr_event_describe_handler() prototype.
2009-10-23 mavRevert interrupt reason check order back.
2009-10-23 mavMFp4:
2009-10-23 mavFix the build.
2009-10-23 rpauloThe draft spec doesn't say beacon frames need to have...
2009-10-23 hrsUse double-quotation marks to fix the unexpanded variab...
2009-10-23 mavReplace most of priority numbers with defines. No logic...
2009-10-23 mavRemove some obsoleted comments.
2009-10-23 nwhitehornAdd SMP support on U3-based G5 systems. This does not...
2009-10-22 mavAfter thinking again, implement cam_ccbq_fini().
2009-10-22 thompsaPrevent wraparound of the timeout variable.
2009-10-22 edwinMove comments to the beginning of the line to make...
2009-10-22 emasteRename default to default_function, for compatibility...
2009-10-22 thompsaAllow dumping the USB mouse reports via 'sysctl -b...
2009-10-22 mavcam_ccbq_fini() declared for 11 years, but never implem...
2009-10-22 rpauloInitialize rann_flags properly.
2009-10-22 jhbSet the devclass_t pointer specified in the DRIVER_MODU...
2009-10-22 rpauloDon't use BUS_DMA_ALLOCNOW as that causes the attachmen...
2009-10-22 ruUnbreak NO_WARNS, keeping CSTD effect on CFLAGS out...
2009-10-22 bruefferList more dependencies for these drivers. While here...
2009-10-22 pjdRemove self-reference.
2009-10-22 bruefferCheck pointer for NULL before dereferencing it, not...
2009-10-22 bruefferCheck pointer for NULL before dereferencing it, not...
2009-10-22 bruefferFix a memory leak in an error case.
2009-10-22 qingliVerify "smp_started" is true before calling
2009-10-21 philipMake dhclient use bootpc (68) as the source port for...
2009-10-21 edwinAfter the installation of the /usr/share/zoneinfo,...
2009-10-21 edwin- Add support for chrooted installs.
2009-10-21 ruMove sed(1) from cross-tools to bootstrap-tools.
2009-10-21 rpauloDon't call the newstate callback as that's dangerous...
2009-10-21 jhbChange gcc to assume a default machine architecture...
2009-10-21 fabientHandle the case where there is only one PMC in the...
2009-10-21 marcelReview previous change. It has no relation to the I...
2009-10-21 marcelo Introduce vm_sync_icache() for making the I-cache...
2009-10-21 edMake input parsing in Farhenheit actually work.
2009-10-21 fabientPR: 139751
2009-10-21 marcelo Align function on a 32-byte boundary so that the...
2009-10-21 rdivackySet CSTD in all cases except when CC=icc and NO_WARNS...
2009-10-21 mavMFp4:
2009-10-21 bruefferCheck pointer for NULL before dereferencing it, not...
2009-10-21 mavMFp4:
2009-10-21 bruefferCheck pointer for NULL before dereferencing it, not...
2009-10-21 mavMFp4:
2009-10-21 bruefferAdd a missing free() call.
2009-10-21 mavMFp4:
2009-10-21 mavMFp4:
2009-10-21 stas- Introduce new option BCE_JUMBO_HDRSPLIT that allows...
2009-10-21 mavMFp4:
2009-10-21 stas- On entrance to the rx_eof sync RX rings maps with...
2009-10-21 rinkIntroduce 'netDev=ANY' support for scripted (install...
2009-10-21 remkoThe tunefs utility does not work on active filesystems.
2009-10-21 bruefferAdd empty watchdogd_flags.
2009-10-21 bruefferImprove the description of the malofw kernel module...
2009-10-20 thompsaChange from CAM_TID_INVALID to CAM_SEL_TIMEOUT error...
2009-10-20 qingliThe flow-table function flowtable_route_flush() may...
next