]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2012-03-07 pluknetMove struct if_data basic description to a more suitabl...
2012-03-07 maximo Sync LOCK_PROFILING manpage with the current code...
2012-03-07 pluknetReflect that if_output changed to take a struct route...
2012-03-07 pluknetUpdate ifa_rtrequest() description after post-4.4BSD...
2012-03-07 kibThe pipe_poll() performs lockless access to the vnode...
2012-03-07 thompsaMove the vlan buffer space into the union which also...
2012-03-07 remkoAdd support for the MosChip MCS9904 four serial ports
2012-03-07 thompsaFix typo and bump the document date which I also forgot.
2012-03-06 jmallettGet rid of duplicated versions of the KSU bits.
2012-03-06 thompsaAdd the ability to set which packet layers are used...
2012-03-06 rayBreak long lines.
2012-03-06 rayRemove EoL whitespaces.
2012-03-06 dimFix build of libc.so after r232620. This caused a...
2012-03-06 adrianModify HWMP to be able to allocate memory for PREQ...
2012-03-06 jhbAdd a note to clarify why we create a relocated copy...
2012-03-06 jmallettRemove unused file.
2012-03-06 dimAfter r232498, programs built with -ansi or -std=c89...
2012-03-06 attilioDisable the option VFS_ALLOW_NONMPSAFE by default on...
2012-03-06 gonzo- Remove one more no-op #ifndef
2012-03-06 jmallettAt the risk of reducing source compatibility with old...
2012-03-06 bzProvide wbwd(4), a driver for the watchdog timer found...
2012-03-06 bzFix building with WITHOUT_INET_SUPPORT set.
2012-03-06 gnnProperly mask off bits that are not supported in the...
2012-03-06 bzUse = rather than == for expressions to test(1) builtin...
2012-03-06 traszAdd LUN resizing to CTL. Also make it possible to...
2012-03-06 theravenRemove some duplicated copyright notices.
2012-03-06 pluknetRemove if_watchdog remnants after if_timer/if_watchdog...
2012-03-06 traszMake racct and rctl correctly handle jail renaming...
2012-03-06 pluknetFix a typo: use lower case in "A Shorthand".
2012-03-06 pluknetKill EoL whitespaces.
2012-03-06 pluknetCosmetic nit:
2012-03-06 pluknetThe missing part of r232588 that documents ifaddr_byind...
2012-03-06 pluknet- ifnet_addrs has gone and replaced by ifaddr_byindex...
2012-03-06 jmallettGarbage collect some unused symbols.
2012-03-06 jmallettMake the native sigreturn just wrap set_mcontext, much...
2012-03-06 jmallettStore TLS base in the sigframe just as is done in freeb...
2012-03-06 jmallettFix two and a half oversights in COMPAT_FREEBSD32 relat...
2012-03-06 jmallettWhen emulating rdhwr for TLS, use the 32-bit offset...
2012-03-06 gonzo- Switch ARM and MIPS to TLS Variant I
2012-03-06 gonzoImplement _set_tp
2012-03-06 gonzo- Remove NOSHARED parts since it seems to be no-op
2012-03-06 gonzo- Switch to saving non-offseted pointer to TLS block...
2012-03-06 gonzo- Switch to saving non-offseted pointer to TLS block...
2012-03-06 gonzoPrepare for large TLS redo. Save pointer to the beginni...
2012-03-06 jmallettIn the trap messages that aid the primitive debugging...
2012-03-05 pjdLink EV_SET(3) to kqueue(2).
2012-03-05 kibThe libmap.conf initialization is performed before...
2012-03-05 pluknetActually bump date, sigh.
2012-03-05 jhbFix boot2 to handle boot config files that only contain...
2012-03-05 jhbFix three instances of a missing word.
2012-03-05 jkimFix few style nits.
2012-03-05 pluknetFix typo. Bump .Dd for the previous change.
2012-03-05 traszMake growfs(8) mostly style compliant. No functional...
2012-03-05 ivorasPrint out process name and thread id in the debugging...
2012-03-05 kibApply inlined vn_vget_ino() algorithm for ".." lookup...
2012-03-05 hselaskyAdd DWC OTG module to ARM builds.
2012-03-05 hselaskyFix for DWC OTG interrupt register programming.
2012-03-05 glebiusFix ng_ipfw(4) cookie number in example.
2012-03-05 nwhitehornMake the chroot shell more functional by providing...
2012-03-05 adrianOops - used the wrong field.
2012-03-04 adrianAdd the thread id to the net80211 alq records.
2012-03-04 adrianFix style(9) issues.
2012-03-04 dimFix a thinko in r232322, where gcc (and its tools)...
2012-03-04 rmhExclude USB drivers (except umass and ukbd) from main...
2012-03-04 tijlCopy amd64 ptrace.h to x86 and merge with i386 ptrace...
2012-03-04 tijlDo not use INT64_C and UINT64_C to define 64 bit intege...
2012-03-04 rajRespect phy-handle property in Ethernet nodes of the...
2012-03-04 zecChange SYSINIT priorities so that ip_mroute_modevent...
2012-03-04 jhbDocument pci_find_extcap() and pci_find_htcap().
2012-03-04 bzRather than printing the output from route add for...
2012-03-04 bzIn nd6_options() ignore the RFC 6106 options completely...
2012-03-04 bzCorrect typo in the RFC number for the constants based...
2012-03-04 rajRemove unused #defines. All this is now retrieved from...
2012-03-04 eadlerPermit the use of raidz3 in pc-sysinstall
2012-03-04 brucecFix race condition in KfRaiseIrql().
2012-03-04 eadlerBump date as modified the man page
2012-03-04 eadlerExplicitly list dependency
2012-03-04 eadlerRemove outdated comment of seven years
2012-03-04 eadlerRemove reference to gcc's non-standard -fwritable-strin...
2012-03-04 eadlerPOSIX mandates that swab do nothing when len < 0
2012-03-04 eadlerFix a variety of grammar issues and style nits.
2012-03-04 eadlerehci tunables are only available when kernel is compile...
2012-03-04 theravenReapply 227753 (xlocale cleanup), plus some fixes so...
2012-03-04 cognetAdd __aeabi_read_tp to the symbol list.
2012-03-04 eadlerPR: docs/158813
2012-03-04 kibpipe_read(): change the type of size to int, and remove...
2012-03-04 kibInstead of incomplete handling of read(2)/write(2)...
2012-03-04 kibRemove unneeded cast to u_int. The values as small...
2012-03-04 tijlCopy amd64 trap.h to x86 and replace amd64/i386/pc98...
2012-03-04 tijlCopy amd64 float.h to x86 and merge with i386 float...
2012-03-04 andreastRestore proper dot symbol creation for assembly files...
2012-03-04 zecProperly restore curvnet context when returning early...
2012-03-04 kevloRemove unnecessary casts
2012-03-04 glebiusFix build w/o 'options IEEE80211_SUPPORT_MESH'.
2012-03-04 kevloClean up style(9) nits
2012-03-04 andreastAdd support for PWM controlled fans. I found these...
2012-03-04 adrian* Introduce new flag for QoS control field;
2012-03-04 adrian* Added IEEE80211_ACTION_CAT_MESH in ieee80211.h as...
2012-03-04 jmallettFix tls base computation with COMPAT_FREEBSD32 on n64...
2012-03-04 dimIn r232322, I forgot one case where a check for MK_CLAN...
next