]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2008-01-29 David E. O... This commit was generated by cvs2svn to compensate...
2008-01-29 David E. O... Bring in fix for Binutils PR other/16240: Check for...
2008-01-29 Pyun YongHyeonFix link state handling in bfe(4).
2008-01-29 Xin LIDon't coredump when executed with -o.
2008-01-29 Tom RhodesProperly Xref device.hints.5.
2008-01-29 Xin LIUse calloc() when requesting zero'ed memory allocation...
2008-01-28 Christian BruefferForced commit to note that the previous revision also...
2008-01-28 Alexander MotinAvoid data copying when it is possible.
2008-01-28 John BaldwinUse a for loop in find_kld_address() as in kgdb_auto_lo...
2008-01-28 John BaldwinAdd support for automatically loading symbols for kld...
2008-01-28 John BaldwinRemove the warnx() from kgdb_lookup() so that we don...
2008-01-28 John BaldwinIf the quiet flag is specified (-q), don't dump the...
2008-01-28 Ruslan ErmilovAdd a wrapper function that bound checks writes to...
2008-01-28 Christian BruefferCorrect the kernel config hint in a printf statement.
2008-01-28 Christian BruefferRemove references to the obsolete card(4) manpage.
2008-01-28 Christian S... Make sure that the termid type is initialized to AU_IPv...
2008-01-28 Mitsuru IWASAKIDon't repeat error logging about NOP message sending if
2008-01-28 Andrew GallatinOnly reset driver state when a hardware error is detected.
2008-01-28 Randall Stewart- Fix a comment about prison.
2008-01-28 Randall Stewart- Change back to using prioity 0. Which means don't...
2008-01-28 Randall Stewart- Fix a bug where the socket may have been closed which
2008-01-28 Randall Stewart- Fixes a comparison wrap issue with sack gap ack block...
2008-01-28 Robert WatsonProperly return the error from mls_subject_privileged...
2008-01-28 Mitsuru IWASAKIReturn errno value rather than boolean in this context.
2008-01-28 David SchultzAdjust the exponent before converting the result from...
2008-01-27 Giorgos KeramidasRevive '-opt' flags which I accidentally removed.
2008-01-27 Mitsuru IWASAKIEnter the sleep state immediately without waiting for...
2008-01-27 Mitsuru IWASAKIAdd devctl_process_running() so that power management...
2008-01-27 Tom RhodesBring the DIAGNOSTICS section in ed.4 closer to reality...
2008-01-27 Mike MakonnenAdd a dummynet_enable knob to go with firewall_enable...
2008-01-27 Alexander MotinRun expire even without export hook connected.
2008-01-27 Mike MakonnenClarify that devfs_system_ruleset should contain a...
2008-01-27 Mike MakonnenAdd the -M command-line option, which will set home...
2008-01-27 Alexander MotinFix memory leak when export hook is not connected.
2008-01-27 Alexander MotinRemove one very strange unneded if.
2008-01-27 Kip MacyFix loading for case where we don't overload tcp_usrreq...
2008-01-27 Kip Macyfix DISABLE_MBUF_IOVEC case by initializing mbuf header...
2008-01-27 David E. O... Add to the history section.
2008-01-27 Alexander MotinSlightly simplify code.
2008-01-27 Marius Strobl- Fix a typo in a comment.
2008-01-27 John Birrellfts_pathlen is now a size_t rather than an int so a...
2008-01-27 Marius StroblFix a typo in a comment.
2008-01-27 Marius StroblAdd a driver for the National Semiconductor DP83815...
2008-01-27 Marius StroblSort values according to style.Makefile(5).
2008-01-26 Robert WatsonIncrease maximum DDB capture buffer size to 5MB.
2008-01-26 Alexander MotinImprove multilink receive performance by netgraph item...
2008-01-26 Alexander MotinImprove multilink xmit performance by netgraph item...
2008-01-26 Alexander MotinImprove multilink receive performance with fragment...
2008-01-26 Sam Lefflerrx mbufs must have a pkthdr; use m_gethdr to populate...
2008-01-26 Robert WatsonAllow DDB_CAPTURE_DEFAULTBUFSIZE and DDB_CAPTURE_MAXBUF...
2008-01-26 Christian BruefferOLDCARD is gone, release imp's lock.
2008-01-26 Christian BruefferOLDCARD is long gone, so finally remove the oldcard...
2008-01-26 Yaroslav TykhiyOur fts(3) API, as inherited from 4.4BSD, suffers from...
2008-01-26 Mike MakonnenGenerally, anything that runs rc.d scripts internally...
2008-01-26 Robert WatsonRename DB_ constants in db_capture.c to DDB_ so that...
2008-01-26 Mike MakonnenGenerally, anything that runs rc.d scripts internally...
2008-01-26 Mike MakonnenUse 'quietstart' so as not to get spammed with informat...
2008-01-26 Mike PritchardExplain how the passno field in /etc/fstab works with...
2008-01-26 Giorgos KeramidasDocument the no-op -r option of BSD xargs(1).
2008-01-26 Robert WatsonRemove Giant acquisition around soreceive() and sosend...
2008-01-26 Mike PritchardSync up quotacheck's preen.c with fsck's. This makes...
2008-01-26 Mike MakonnenRe-implement: do not silently fail when a command is...
2008-01-26 Tom RhodesCatch up with revision 1.18 of dcons_os.c and add an...
2008-01-26 Konstantin... In rev. 1.156, the convertion of the minor number to...
2008-01-26 Julian ElischerOne of my powerbooks has this chip in it..
2008-01-26 Ed MasteAllow arbitrary baud rates, not just the standard ones.
2008-01-26 Kip Macyadd opt_global.h dependency
2008-01-25 Bruce EvansFix a harmless type error in 1.9.
2008-01-25 John BaldwinFix a bug where a thread that hit the race where the...
2008-01-25 John BaldwinUpdate the timestamp regexps in syncstamp() and monosta...
2008-01-25 Mike MakonnenBackout previous commit. It's going to clutter the...
2008-01-25 Mike MakonnenClarify in what formats the grouplist for the '-G'...
2008-01-25 Mike MakonnenIf the rc.conf(5) variable for a script is not enabled...
2008-01-25 Robert WatsonHide ipfw internal data structures behind IPFW_INTERNAL...
2008-01-25 Mike MakonnenRev. 1.6 made it impossible to use rc.d/kerberos with...
2008-01-25 Ed MasteCalculate baud rate divisor instead of allowing only...
2008-01-25 John BaldwinFix a race in the sleepqueue timeout code that resulted...
2008-01-24 Colin PercivalOnce the release goes out, RELENG_7_* will need approva...
2008-01-24 John BaldwinMove the code for working with kld's out into its own...
2008-01-24 Jean-Sébastien... When asked to use kqueue, AIO stores its internal state...
2008-01-24 Konstantin... Do not dereference NULL scp in the case the screen...
2008-01-24 Attilio RaoReflect lockcount() axing and lockmgr() prototype changing.
2008-01-24 Ruslan Ermilov- sched_4bsd is no longer a default system scheduler...
2008-01-24 Attilio RaoBump __FreeBSD_version in order to signal:
2008-01-24 Attilio RaoCleanup lockmgr interface and exported KPI:
2008-01-24 Dmitry MorozovskyThere is no PUC_FASTINTR option anymore.
2008-01-24 Pawel Jakub... - Reduce how much ZFS caches by default. This is anothe...
2008-01-24 Pawel Jakub... Change type of kmem_used() and kmem_size() functions...
2008-01-24 Bjoern A. ZeebReplace the last susers calls in netinet6/ with privile...
2008-01-24 Bjoern A. ZeebDifferentiate between addifaddr and delifaddr for the...
2008-01-24 Ruslan ErmilovRemove one more alpha leftover.
2008-01-24 Scott LongMany improvements that have been collected over time:
2008-01-24 Ruslan ErmilovFlag a hack.
2008-01-24 Ruslan ErmilovStyle.
2008-01-24 Ruslan ErmilovShorter equivalent of the command.
2008-01-24 Ruslan ErmilovCosmetique: sort the list.
2008-01-24 Tom RhodesAdd a diagnostic note about "transmission error .....
2008-01-23 Ruslan ErmilovSupport source upgrades from at least 6.0-RELEASE.
2008-01-23 Robert Watsontcp_usrreq.c:1.313 removed tcbinfo locking from tcp_usr...
2008-01-23 Dag-Erling... Fix a regression introduced in rev 1.99: replace fclose...
next