]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2011-04-04 Jung-uk KimUse cpu_ticks() for get_cyclecount(9) rather than check...
2011-04-04 Adrian ChaddAdd a manpage for the nvram2env driver.
2011-04-04 Jung-uk KimMove a trivial acpi_TimerDelta() to acpivar.h to make...
2011-04-04 Roman DivackyBuild boot2 with -mregparm=3, ie. pass upto 3 arguments...
2011-04-04 Jung-uk KimAlways check the current minimum value to make the...
2011-04-04 Andriy Gaponerrno.h: fix couple of whitespace nits
2011-04-04 Jung-uk KimFix bogus logic to calculate delta between two values...
2011-04-04 Jung-uk KimLower the bar for ACPI-fast on virtual machines. The...
2011-04-04 Marcel MoolenaarFix a long standing bug where file_load() passes down...
2011-04-04 Jung-uk KimAdd inline to acpi_timer_read() to reduce unnecessary...
2011-04-04 Sergey KandaurovRemove malloc type M_NETADDR unused since splitting...
2011-04-04 Adrian ChaddCommit missing bits from the last commit:
2011-04-04 Adrian ChaddAdd a HAL capability bit for supporting self-linked...
2011-04-04 Adrian ChaddAt least set the coverage class value here; worry about...
2011-04-04 Sergey KandaurovDo not increment num_args if strsep(3) returned an...
2011-04-04 Gleb SmirnoffWhen removing ifnets, we should first remove the refere...
2011-04-04 Andrew ThompsonLower WARNS to unbreak the build, some archs may have...
2011-04-04 Andrew Thompsonfix printing of tv_usec
2011-04-03 Marcel MoolenaarUse the new arch_loadaddr I/F to align ELF objects...
2011-04-03 Hans Petter... - Include usbdump into default build.
2011-04-03 Marcel MoolenaarAdd 2 new archsw interfaces:
2011-04-03 Hans Petter... - Fix for missing event if a libUSB USB transfer is...
2011-04-03 Hans Petter... - Correct EHCI interrupt disabling at detach.
2011-04-03 Adrian ChaddI missed committing this last time - it's needed for...
2011-04-03 Hans Petter... - Improvements to USB PF solution
2011-04-03 Mikolaj GolubIn g_eli_read_done() and g_eli_write_done(), for a...
2011-04-03 Adrian ChaddAdd in the clock timing calculation when Merlin is...
2011-04-03 Adrian ChaddImport the initial CPU support for the MIPS RALink...
2011-04-03 Adrian ChaddAdd in some missing flags in the EHCI initialisation...
2011-04-03 Adrian ChaddCommit configuration files for the AR913x SoC and the...
2011-04-03 Adrian ChaddImport a fix from the ath9k - reduce the TX FIFO size...
2011-04-03 Adrian ChaddAdd an explanation of the inivals
2011-04-03 Adrian ChaddImport nvram2env, a device driver which imports various...
2011-04-03 Marcel MoolenaarRevert rev 165325. The arch_maphint interface hasn...
2011-04-03 Edwin GroothuisMFV of tzdata2011e:
2011-04-03 Edwin GroothuisVendor import of tzdata2011e:
2011-04-03 Marcel MoolenaarMake the ski loader functional again after the previous...
2011-04-02 Jeff RobersonFix problems that manifested from filesystem full condi...
2011-04-02 Konstantin... Implement compat32 shims for PCIOCGETCONF.
2011-04-02 Konstantin... Provide the structures and ioctl number definition...
2011-04-02 Edward Tomasz... Add accounting for RACCT_NPTS.
2011-04-02 Adrian ChaddAdd missing include.
2011-04-02 Pawel Jakub... Increase default timeout from 5 seconds to 20 seconds...
2011-04-02 Pawel Jakub... Handle ENOBUFS on send(2) by retrying for a while and...
2011-04-02 Pawel Jakub... When we are operating on blocking socket and get EAGAIN...
2011-04-02 Pawel Jakub... Declare directions for sockets between primary and...
2011-04-02 Pawel Jakub... Allow to disable sends or receives on a socket using...
2011-04-02 Pawel Jakub... Handle the problem described in r220264 by using GEOM...
2011-04-02 Pawel Jakub... Because ggatel(8) operates on local GEOM providers...
2011-04-02 Pawel Jakub... GEOM has an internal mechanism to deal with ENOMEM...
2011-04-02 Gordon TetlowOverhaul locale handling.
2011-04-02 Adrian ChaddA handful of the openwrt devices use a MAC address...
2011-04-02 Adrian ChaddFrom ath9k - clear the RX descriptor status before...
2011-04-02 Adrian ChaddAdd some more debugging
2011-04-02 Artem BelevichAdded myself as src committer.
2011-04-01 Ed MasteUuencode the sample "binary" firmware image file (inste...
2011-04-01 Ulrich SpörleinFix the delete-old/check-old targets to work with arbit...
2011-04-01 Jack F VogelFix to an error condition case, when an mbuf chain
2011-04-01 Konstantin... Fix mdoc errors.
2011-04-01 Pyun YongHyeonPartially revert r184106. RX buffer ring also needs...
2011-04-01 Jack F VogelChange the refresh_mbuf logic slightly, add an inline
2011-04-01 Pyun YongHyeon64bit DMA caused data corruption. Unfortunately there...
2011-04-01 Bjoern A. ZeebDo not allow recursive RFC3173 IPComp payload.
2011-04-01 Konstantin... After the r219999 is merged to stable/8, rename fallocf...
2011-04-01 Warner LoshMinor tweaks to the man page:
2011-04-01 Konstantin... Regen
2011-04-01 Konstantin... Add support for executing the FreeBSD 1/i386 a.out...
2011-04-01 Lawrence StewartAdd a missing .El macro.
2011-04-01 Kevin LoAdd 'mos' interface to NOTES
2011-04-01 Kevin Lo- Minor style(9) cleanup
2011-04-01 Pyun YongHyeonMake bxe(4) build with BXE_DEBUG.
2011-04-01 Ed MasteUnbreak installworld after r220205.
2011-04-01 Navdeep ParharUpdate header and related code for firmware 1.3.8
2011-04-01 Navdeep ParharAllow multiple modules within sys/modules/cxgbe. The...
2011-03-31 David Christensen- Fixed build problem when not useing BXE_DEBUG.
2011-03-31 David Christensen- Freshened debug support code.
2011-03-31 David Christensen- Fixed DMA engine errors by increasing timeouts to...
2011-03-31 Ryan StoneGNU awk does not output escaped newlines in multi-line...
2011-03-31 David Christensen- Added debug support to monitor mbuf defrag attempts...
2011-03-31 David Christensen- Print number of queues when RSS is enabled.
2011-03-31 David Christensen- Fixed a problem where the stack passed a TSO frame...
2011-03-31 Edward Tomasz... Enable accounting for RACCT_NPROC and RACCT_NTHR.
2011-03-31 Edward Tomasz... Notify racct when process credentials change.
2011-03-31 Andrey V. ElsukovFill up src_port and dst_port variables for SCTP over...
2011-03-31 Alexander MotinBunch of small bugfixes and cleanups.
2011-03-31 Alexander MotinBunch of small bugfixes and cleanups.
2011-03-31 Fabien ThomasOptimisation in IPSEC(4):
2011-03-31 Ed MasteAvoid having a binary file in our source tree and inste...
2011-03-31 Andrey V. ElsukovFix malloc types.
2011-03-31 Andrey V. ElsukovFix a memory leak. Memory that is allocated for schedul...
2011-03-31 Ed MasteRemove $Log$ keyword, which can cause annoyance in...
2011-03-31 Ed MasteRemove $Log$ keyword and associated history, which...
2011-03-31 Fabien ThomasClearing the flag when preempting will let the preempte...
2011-03-31 John BaldwinExplicitly track the state of all known BARs for each...
2011-03-31 Fabien ThomasFix two SA refcount:
2011-03-31 Adrian Chaddath_ahb shouldn't be compiled normally; it is atheros...
2011-03-31 Adrian ChaddIntroduce AH_AR5416_INTERRUPT_MITIGATION which enables...
2011-03-31 Adrian ChaddDocument the ath glue changes.
2011-03-31 Andriy GaponRevert r220032:linux compat: add SO_PASSCRED option...
2011-03-31 Adrian ChaddBreak out the ath PCI logic into a separate device...
next