]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2008-12-19 Sam Leffleradd makefs to the base system; FreeBSD_version bumped...
2008-12-19 Xin LIMerge nc(1) from OpenBSD 4.4. While there, rename...
2008-12-19 Sam Lefflerfix pathnames to work w/ buildworld
2008-12-19 Sam Lefflerfix 64-bit build
2008-12-19 David E. O... burncd(8) doesn't handle signals and interrupting burnc...
2008-12-19 Sam Lefflerimport netbsd makefs tool
2008-12-19 Sam Leffleradd properties and FreeBSD id's
2008-12-19 Sam Leffleradd FreeBSD property
2008-12-19 Sam LefflerCorrect 5212 ani support so that max noise immunity...
2008-12-19 Xin LIConstify 'name' field in struct funix. This commit...
2008-12-19 Wesley ShieldsFix a typo.
2008-12-19 Ivan VorasFurther beautify the lock strings to be more pleasing...
2008-12-19 Edward Tomasz... Fix cam_sim_free() wakeup condition and add mtx_asserts.
2008-12-19 Edward Tomasz... Periph driver fixes, second try.
2008-12-19 Edward Tomasz... Move mtx_assert lower, when we can be sure that the...
2008-12-19 Qing LiThe proxy-arp code was broken and responds to ARP
2008-12-19 Kai WangUpdate elf_common.h with new EM_ types found in the...
2008-12-19 Joe Marcus... Do not segfault when procstat -f or procstat -v is...
2008-12-19 Joe Marcus... Initialize the cntp pointer to 0 prior to doing any...
2008-12-19 Qing LiThe ppp application relies on the if_tun interface...
2008-12-18 Sam Lefflerconvert MALLOC/FREE to malloc/free
2008-12-18 Alexander MotinAdd ULI M5461 chipset and vendor ID.
2008-12-18 Robert NolandGarbage collect entries from pcireg.h since we now...
2008-12-18 Robert NolandWe only want drm to ever attach to the primary pci...
2008-12-18 Paolo PisatiUpdate the ipfw man page to reflect last change (-q...
2008-12-18 Paolo PisatiHonor the quiet (-q) option while adding a nat rule.
2008-12-18 Alexander MotinBefore modularization commit, atapci driver was attachi...
2008-12-18 Robert Nolandrework drm_scatter.c which allocates scatter / gather...
2008-12-18 Andrew ThompsonFix last commit, ttydisc_rint_bypass returns the total...
2008-12-18 Bjoern A. ZeebOnly unlock the llentry if it is actually valid.
2008-12-18 Andrew ThompsonAttempt to handoff the entire buffer with ttydisc_rint_...
2008-12-18 David E. O... Be a little bit more pestimistic in argument handling...
2008-12-18 Marius Strobl- Failing to register as interrupt controller during...
2008-12-18 Rafal JaworowskiMinor spelling fix in E500 locore.
2008-12-18 Rafal JaworowskiExtend and improve MPC85XX Local Bus management.
2008-12-18 Ruslan ErmilovRemoved a comment made obsolete by revisions 157927...
2008-12-18 Ivan VorasBy popular request, stringify kern.vm_guest sysctl...
2008-12-18 Ivan VorasRemove spaces in wait object names to make top (1)...
2008-12-18 Bruce M SimpsonAdd new tool tionxcl to bring ttys out of exclusive...
2008-12-18 George V. Neville... Check in the actual module recognition code for the...
2008-12-18 Max KhonExit with error code 2 when run with -k (continue if...
2008-12-18 Konstantin... Do not busy twice the mount point where a quota operati...
2008-12-18 Konstantin... The quotactl, statfs and fstatfs syscall implementation...
2008-12-18 Konstantin... Do not return success and doomed vnode from lookup...
2008-12-18 Kip Macyif_rtdel is always called with the RADIX_NODE_HEAD...
2008-12-18 Maxim Konovalovo Synchronize comment and example. Add missed comma.
2008-12-18 Sam Lefflerturn warnx into a debug msg
2008-12-18 Sam Lefflerenable support for st_flags and st_gen
2008-12-18 Sam Leffleranother nbtool turd
2008-12-18 Sam Lefflerfix stuff i broke
2008-12-18 Kip Macyadd ifnet_byindex_locked to allow for use of IFNET_RLOCK
2008-12-18 Sam LefflerIf the filesystem size rounded up to a multiple of...
2008-12-18 Sam Lefflerunbreak cg_chkmagic_swap
2008-12-18 Tai-hwa LiangFixing !INET6 builds after bumping WARNS to 3.
2008-12-18 Pyun YongHyeonIt seems that we don't need to reserve a TBD to set...
2008-12-18 Sam LefflerApply the big hammer:
2008-12-17 George V. Neville... Add TWINAX (Twin Axial Copper for 10G networking) media...
2008-12-17 Sam Lefflergone
2008-12-17 Sam Lefflerfparseln is in libutil
2008-12-17 Sam Lefflergetmode+setmode are in libc, remove
2008-12-17 Sam LefflerFirst step toward proper mtree integration:
2008-12-17 Andrew Thompson- Protect against sc->sc_primary being null
2008-12-17 Andrew ThompsonUpdate the interface baudrate taking into account the...
2008-12-17 Andrew ThompsonDocument that the devd config is in /etc/devd/asus...
2008-12-17 Ivan VorasIntroduce a sysctl kern.vm_guest that reflects what...
2008-12-17 Sam Lefflersplit stanzas in preparation for better integration
2008-12-17 Alexander MotinImprove error handling at ata_ahci_chipinit().
2008-12-17 Andrew ThompsonAdd /etc/devd/ and move hardware specific configuration...
2008-12-17 Tim KientzleFill in a missing const
2008-12-17 Tim KientzleExit earlier on failure in this test.
2008-12-17 Tim KientzleOnce the test has failed, exit before the segfault.
2008-12-17 Tim KientzleUpdate the ar write test to give more detailed informat...
2008-12-17 Tim KientzleClarify an 'ar' error message.
2008-12-17 Doug RabsonUse full 64bit arithmetic when converting file offsets...
2008-12-17 Murray StokelyIncrease maximum memory configuration that is reported...
2008-12-17 Murray Stokely1. Update fetch to consistently return 1 on error,...
2008-12-17 Marcel MoolenaarMake gpart the default partitioning class on all platforms.
2008-12-17 Brooks DavisCorrect a bug where /etc/rc.d/defaultroute fails to...
2008-12-17 David E. O... Use passed parameter rather than the #define.
2008-12-17 Peter WemmRemove sysctl debug.elf_trace and the trace field in...
2008-12-17 David E. O... Rather than hardcode the 'struct iovec iov' array size...
2008-12-17 Warner LoshMinor style(9) nit.
2008-12-17 Rafal JaworowskiImprove style(9) in PowerPC U-Boot support lib.
2008-12-17 Rafal JaworowskiFix E500 cache invalidation routines.
2008-12-17 Rafal JaworowskiRework E500 locore.
2008-12-17 Rafal JaworowskiMinor clean up of BookE/MPC85XX: iprove naming and...
2008-12-17 Rafal JaworowskiImprove MPC85XX helper routines.
2008-12-17 Konstantin... Remove two remnant uses of AT_DEBUG.
2008-12-17 Dag-Erling... Boot out <sysexits.h> once and for all.
2008-12-17 Bjoern A. ZeebAnother step assimilating IPv[46] PCB code:
2008-12-17 Bjoern A. ZeebUse inc_flags instead of the inc_isipv6 alias which...
2008-12-17 Edward Tomasz... Revert r186186 for now; it breaks stuff.
2008-12-17 Jean-Sébastien... Synaptics touchpads must be reinitialized after suspend...
2008-12-17 Qing LiRemove the rt argument from nd6_storelladdr() because
2008-12-17 Qing LiA couple of files were not meant to be committed.
2008-12-17 Qing Liin6_clsroute() was applied to prefix routes causing...
2008-12-17 Pyun YongHyeonIt seems that RealTek PCIe controllers require an expli...
2008-12-17 Kip MacyKeep stats in drbr_enqueue
2008-12-17 Warner LoshAT_DEBUG and AT_BRK were OBE like 10 years ago, so...
2008-12-17 Warner LoshRemove obsolete AT_DEBUG stuff. It never should have...
next