]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2008-04-08 Marcel MoolenaarIncrease the size of the EFI system partition from...
2008-04-08 Weongyo JeongAdd a couple of missing wireless NIC driver modules.
2008-04-07 John BaldwinAdd PCI ID's for ICH8 USB controllers.
2008-04-07 Andre OppermannRemove TCP options ordering assumptions in tcp_addoptio...
2008-04-07 Andre OppermannRemove now unnecessary comment.
2008-04-07 Andre OppermannUse #defines for TCP options padding after EOL to be...
2008-04-07 John BaldwinRevert back to probing Host-PCI bridges in the order...
2008-04-07 John BaldwinAdd 'zfs' as an alias for the FreeBSD ZFS UUID.
2008-04-07 Pawel Jakub... Correct function name in panic().
2008-04-07 Attilio Rao- Use a different encoding for lockmgr options: make...
2008-04-07 Daniel EischenMove the cpuset functions from FBSD_1.0 to FBSD_1.1...
2008-04-07 Rui PauloActually, I was looking at the wrong Linux .c file...
2008-04-07 Robert WatsonAdd further TCP inpcb locking assertions to some TCP...
2008-04-07 Rui Paulo* Add missing #else in the #ifdef DEBUG section.
2008-04-07 Rui Paulo"Prettyfy" numbers in hexadecimal. No functional change.
2008-04-07 Rui PauloChange the EXAMPLE section to reflect reality (ISA...
2008-04-07 Rui PauloRemove isa_if.h.
2008-04-07 Rui PauloThe SMC is represented on the acpi tables, so we can...
2008-04-07 Rui PauloAdd opt_intr_filter.h.
2008-04-07 Alan CoxUpdate pmap_page_wired_mappings() so that it counts...
2008-04-07 Robert WatsonMaintain and observe a ZBUF_FLAG_IMMUTABLE flag on...
2008-04-07 Robert WatsonCoerce if_loop.c in the general direction of style(9):
2008-04-07 Don Lewisvfs_syscalls.c 1.452 mistakenly swapped the behavior...
2008-04-06 Alexander KabaevFix apparent mis-paste in previous check-in by author.
2008-04-06 Attilio RaoCommit manpages for lockmgr_args_rw(9) and lockmgr_rw(9).
2008-04-06 Robert WatsonIn in_pcbnotifyall() and in6_pcbnotify(), use LIST_FORE...
2008-04-06 Brooks DavisFix a stupid typo.
2008-04-06 Attilio RaoBump __FreeBSD_version in order to reflect lockmgr_rw...
2008-04-06 Attilio RaoOptimize lockmgr in order to get rid of the pool mutex...
2008-04-06 Alan CoxIntroduce vm_reserv_reclaim_contig(). This function...
2008-04-06 Alexander MotinRewrite node's r/w/q-lock semantics using only atomics...
2008-04-06 Doug RabsonCall listen(2) on bound tcp sockets before passing...
2008-04-06 Jeff Roberson - Correct a major error introduced in the per-cpu...
2008-04-05 Olivier HouchardRemove bus_space_generic.c from the per-plarform files...
2008-04-05 Olivier HouchardAdd bus_space_generic.c for the i81342 as well.
2008-04-05 Warner LoshTurn a tab into a space. This fixes a misalignment...
2008-04-05 John BaldwinMove INTR_FILTER from opt_global.h to its own header.
2008-04-05 John BaldwinAdd a MI intr_event_handle() routine for the non-INTR_F...
2008-04-05 Bruce A. MahNew release notes: ULE default (+MFC), aac(4) >2TB...
2008-04-05 John BaldwinDuring attach on some de(4) adapters the driver sends...
2008-04-05 Ceri DaviesCorrect typo.
2008-04-05 Doug RabsonOn i386, don't try to do network-type stuff if the...
2008-04-05 Takanori WatanabeGPE lock may recurse on resume path.
2008-04-05 Doug RabsonAllow for a zero length 'loader'.
2008-04-05 Alan CoxEliminate an unnecessary test from vm_phys_unfree_page().
2008-04-05 Pyun YongHyeonAdd support for IC Plus IP1001 PHY.
2008-04-04 Warner LoshMFp4(mips2-jnpr):
2008-04-04 Warner LoshAdd mips support.
2008-04-04 Warner LoshMFp4 (mips2-jnpr):
2008-04-04 Warner LoshMFp4: Add mips support for dynamic linking.
2008-04-04 Warner LoshIf you build a compiler with TARGET_BIG_ENDIAN, and...
2008-04-04 Alan CoxUpdate a comment to vm_map_pmap_enter().
2008-04-04 Alan CoxReintroduce UMA_SLAB_KMAP; however, change its spelling to
2008-04-04 Warner LoshFix stupid typo
2008-04-04 Alan CoxEliminate an unnecessary test and its misleading commen...
2008-04-04 Rafal JaworowskiMake kernel.tramp build properly on ARM9E.
2008-04-04 Warner LoshAdd note about PZERO being obsolete, because so much...
2008-04-04 Jeff Roberson - Add sysctls at debug.rwlock to control the behavior...
2008-04-04 Doug RabsonAdd some compatibility code so that software which...
2008-04-04 Konstantin... The temporary workaround for the call to the vget(...
2008-04-04 Ruslan Ermilov- Normalize usage(), add "ddb pathname" syntax.
2008-04-04 Ruslan Ermilov- Add -D to usage().
2008-04-04 Greg LeheyAdd -D option to specify exact format of date and time...
2008-04-04 Craig RodriguesAdd comment about specifying "ro" mount option when
2008-04-04 Jeff Roberson - Add a Nokia copyright to cpuset to reflect their...
2008-04-04 Jeff Roberson - Allow static_boost to specify no boost with '0'...
2008-04-04 Jeff Roberson - Don't check for the ITHD pri class in tdq_load_add...
2008-04-04 Jeff Roberson - Fix a mis-merge that crept in during the softclock...
2008-04-03 Ed MasteAllow crashdumps on machines with >4GB of RAM as long...
2008-04-03 Jack F VogelFix the build breakage, need the | between dependencies...
2008-04-03 Warner LoshAlways build kernel.tramp. This should be helpful...
2008-04-03 Warner LoshUse safer string handling.
2008-04-03 Warner LoshMinor style(9) nit: move to using ANSI definition of...
2008-04-03 Rafal JaworowskiNow really add the bus_space_generic.c file...
2008-04-03 Rafal JaworowskiRefactor certain ARM bus space methods: instead of...
2008-04-03 Rafal JaworowskiFix AVILA build.
2008-04-03 Marcel MoolenaarAlign functions to 16-byte boundaries due to profiling...
2008-04-03 Marcel MoolenaarSet sc_psim so that the openpic core can correct the...
2008-04-03 Warner LoshTake the first baby step towards unifying and cleaning...
2008-04-03 Ruslan ErmilovFix descriptions of "struct msqid_ds and "struct ipc_pe...
2008-04-03 Scott LongDon't force a reset at driver attach time. It doesn...
2008-04-03 David Xulet umtxq_busy() only spin on mp machine. make function...
2008-04-03 Yaroslav TykhiyPut back the quote from Chinggis Khan removed in rev...
2008-04-03 Jack F VogelAnother build fix
2008-04-03 Jack F VogelFix a lint issue in the build.
2008-04-03 David SchultzAdd some tests for fma(), fmaf(), and fmal().
2008-04-03 David SchultzFix some corner cases:
2008-04-03 Warner LoshKERNBASE + 0x00200000 is the same thing as KERNVIRTADDR...
2008-04-03 Warner LoshRemove unnecessary #define.
2008-04-03 George V. Neville... Add a manual page and a Makefile.
2008-04-03 David Xuput THR_CRITICAL_LEAVE into do .. while statement.
2008-04-03 Kevin Lostyle(9) cleanup
2008-04-03 David Xuadd __hidden suffix to _umtx_op_err, this eliminates...
2008-04-03 Jack F VogelFix minor bug in last checkin, NO_STRICT_ALIGNMENT...
2008-04-02 Jack F VogelThis update primarily addresses the ability to have...
2008-04-02 Doug BartonBack out revision 1.6, the addition of "BEFORE: mountcr...
2008-04-02 David E. O... PR ports/121363 (& ports/73797) has been committed...
2008-04-02 Warner LoshAdd zyd, ural, and rum. They were missing.
2008-04-02 Andrew GallatinInitialize if_baudrate using IF_Gbps() macro.
2008-04-02 David XuNon-portable functions are in pthread_np.h, fix compili...
next