]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2007-04-22 Robert WatsonPerform overdue clean up mac_test policy:
2007-04-22 Randall Stewart- Somehow the disable fragment option got lost. We...
2007-04-22 Dag-Erling... Now that we're MPSAFE, tell namei() to acquire Giant...
2007-04-22 Kris KennawayAdd some notes clarifying usage and a couple of known...
2007-04-22 Tom McLaughlinTrace my mentor lineage as far back as I can determine.
2007-04-22 Colin PercivalFix sorting in previous commit.
2007-04-22 Colin PercivalAdd myself. Edwin was my "mentor", even though he...
2007-04-21 Tom McLaughlinmezz was my co-mentor
2007-04-21 Tom McLaughlinAdd xride who was mentored by me and co-mentored by...
2007-04-21 Warner LoshBecause there are so many more partitions on pc98 than...
2007-04-21 Robert WatsonAllow MAC policy modules to control access to audit...
2007-04-21 Robert WatsonTeach netinet6 to use PRIV_NETINET_REUSEPORT.
2007-04-21 Robert WatsonAttempt to rationalize NFS privileges:
2007-04-21 Stephan UphoffModify TLB invalidation handling.
2007-04-21 Pawel Jakub... Improve sharenfs option handling, so it is possible...
2007-04-21 Joseph KoshyCorrect a sanity check.
2007-04-21 Pawel Jakub... MFp4:
2007-04-21 Mike MakonnenRegression tests for recent changes to inet6_rth_*...
2007-04-21 Hiroki SatoUpdate release notes:
2007-04-21 Yaroslav TykhiyAdd a missing link: if_edsc.4 -> edsc.4 .
2007-04-21 Yaroslav TykhiyDon't forget to bump document date after changing the...
2007-04-21 Yaroslav TykhiyChange the semantics of -i (in-place editing) so that...
2007-04-21 Stephane E... Add support for specifying a minimal size for vm.kmem_s...
2007-04-21 Christian BruefferBah, sorting alphabetically is hard.
2007-04-21 Christian BruefferAdd markus.
2007-04-21 Christian BruefferRemove useless FILES section.
2007-04-20 Christian BruefferSpring cleaning: Remove worm(4) manpage, the driver...
2007-04-20 Pawel Jakub... Don't reinvent vm_page_grab().
2007-04-20 Pawel Jakub... Test sending 0 bytes.
2007-04-20 Pawel Jakub... Fix length calculation.
2007-04-20 Christian BruefferNew release notes:
2007-04-20 Christian BruefferXref linsysfs(5).
2007-04-20 Tim KientzleFix a memory leak in the uname/gname lookup cache.
2007-04-20 Andre Oppermanno Remove unncessary TOF_SIGLEN flag from struct tcpopt
2007-04-20 Andre OppermannAdd more KASSERT's.
2007-04-20 Andre Oppermanno Remove unused and redundant TCP option definitions
2007-04-20 Andre OppermannRemove bogus check for accept queue length and associat...
2007-04-20 Andre OppermannSimplifly syncache_expand() and clarify its semantics...
2007-04-20 Andre OppermannOnly update TCP timestamp on SYN duplication if it...
2007-04-20 Andre Oppermanno Plug memory leak in syncache_add() on MAC label alloc...
2007-04-20 Tom RhodesRemove references to S/Key and list OPIE.
2007-04-20 Alexander MotinAdded m_tag_copy_chain() call to copy original outgoing...
2007-04-20 Alexander MotinOptimized packet distribution plan for the equal links...
2007-04-20 Alexander Motin- Changed sequence numbers processing to avoid incorrec...
2007-04-20 Alexander Motin- Fixed mistakes in latency and xmitBytes calculation...
2007-04-20 Adrian ChaddNanoBSD modifications:
2007-04-20 Max KhonImprove logging when -dm is specified: if the node...
2007-04-20 Max KhonWhen remaking makefiles check that mtime has actually...
2007-04-20 Kip MacySchedule the ithread on the same cpu as the interrupt
2007-04-20 Kip MacyFree cluster if we fail to create the dmamap.
2007-04-20 Gregory Neil... Include a note in the sendmail 8.14.1 release note...
2007-04-20 Kip MacyEliminate CID 1842 by comparing against (type != EXT_MB...
2007-04-20 Kip MacyFix memory leak in m_collapse (CID 1843)
2007-04-20 Peter GrehanAdd ofw bus methods to the ppc nexus driver. This will...
2007-04-20 Tom RhodesIn some cases, like whenever devfs file times are zero...
2007-04-20 Ariff AbdullahUnbreak module / driver attach breakage. Both snd_envy2...
2007-04-19 Scott LongRetire the spl() markers. Add in some minor missed...
2007-04-19 Scott LongInline cam_periph_lock|unlock to make debugging easier...
2007-04-19 Scott LongFix a leaked lock in dashutdown.
2007-04-19 Scott LongUp until now, the free SCB pool received only a small...
2007-04-19 Scott LongAvoid problems with make_dev.
2007-04-19 Yaroslav TykhiyReword the description of the UTF8 option (-8) so I...
2007-04-19 John BaldwinOops, fix intsmb(4) attach. Don't overwrite the 'value...
2007-04-19 Diomidis SpinellisBack-out manual procedure for maintaining compatibility...
2007-04-19 Peter WemmUnbreak rev 1.7's getopt usage. The -f switch does...
2007-04-19 Mike MakonnenMake inet6_rth_* family of functions more compliant...
2007-04-19 Mike MakonnenCorrect two issues in ping6:
2007-04-19 Scott LongZero the CCBs when mallocing them.
2007-04-19 Scott LongSplit the camisr into per-SIM done queues. This optimi...
2007-04-19 Rong-En Fan- Add new 'a' and 'j' options into usage
2007-04-19 Poul-Henning... Grammer correction from: emaste
2007-04-19 Ariff Abdullah- AC97 quirk / patch cleanups. Most quirks doesn't...
2007-04-19 Sepherosa Ziehau- Fix mbuf/node leakage in drivers' raw_xmit().
2007-04-19 Randall Stewart- More work on making send lock contention.
2007-04-19 Poul-Henning... Loosen return value spec for fputs to be standards...
2007-04-19 Poul-Henning... style nit
2007-04-19 Joseph KoshyFix witness(4) warnings about mutex use.
2007-04-19 Dag-Erling... Valid error codes for err() and errx() are 1..255.
2007-04-19 Pawel Jakub... Add more tests to verify last sendfile(2) breakage...
2007-04-19 Pawel Jakub... Fix a bug in sendfile(2) when files larger than page...
2007-04-19 Alan CoxCorrect contigmalloc2()'s implementation of M_ZERO...
2007-04-19 Alan CoxCorrect two comments.
2007-04-19 Nate LawsonBump the interrupt storm detection counter to 1000...
2007-04-18 Yaroslav TykhiyAdd support for RFC 2389 (FEAT) and RFC 2640 (UTF8...
2007-04-18 Jung-uk KimFix style(9) and comments.
2007-04-18 Ariff Abdullahsndbuf_alloc() now accept dmaflags argument which will...
2007-04-18 Ariff AbdullahBreak ABI / module compatibility for the upcoming sndbu...
2007-04-18 Andre OppermannMake tcp_twrespond() use tcp_addoptions() instead of...
2007-04-18 Jung-uk Kimstyle(9) says sizeof's are not be followed by a space...
2007-04-18 Jung-uk KimImplement settimeofday() for Linuxulator/amd64.
2007-04-18 Diomidis SpinellisNotes on the acct(5) format switch.
2007-04-18 Diomidis SpinellisChange the export option from -w (write) to -X.
2007-04-18 Pawel Jakub... MFp4: Fix automatic snapshot mount when unprivileged...
2007-04-18 Pawel Jakub... MFp4: We check for PRIV_VFS_MOUNT already in mount...
2007-04-18 Tom RhodesQuick kill posix4 directory.
2007-04-18 Poul-Henning... On AMD's Geode LX: Force the TSC to run through core...
2007-04-18 Diomidis SpinellisComplain on write errors.
2007-04-18 Diomidis SpinellisAdd export capability through the new -w flag.
2007-04-18 Scott LongMissed locking the dump and shutdown entry points in...
2007-04-18 Scott LongRevert a driver API change to xpt_alloc_ccb that isn...
next