]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2005-11-21 rodrigcBring mount_nullfs up to WARNS=6.
2005-11-21 jhbOverhaul nve(4) locking to make it more like other...
2005-11-21 rodrigcFor mounting a UFS filesystem, call nmount() directly...
2005-11-21 jhbFix the code to look up the BIOS IRQ for a given link...
2005-11-21 jhbVarious fixes to make de(4) not panic after ru@'s IF_LL...
2005-11-21 wilkoadd witty remark about serious thought.
2005-11-21 jhbTurn PUC_FASTINTR back off on by default on sparc64...
2005-11-21 scottlTeach schedgraph how to parse KTR_CRITICAL records...
2005-11-21 jhbDon't enable PUC_FASTINTR by default in the source...
2005-11-21 jhbCreate DEFAULTS files for alpha, ia64, powerpc, and...
2005-11-21 ruPull up sys/modules/acpi/acpi/Makefile,v 1.10 change...
2005-11-21 psFix for a bug where NFS/TCP would not reconnect (in...
2005-11-21 ps- Always return success from NFS strategy. nfs_doio...
2005-11-21 psFix for a bug that causes SACK scoreboard corruption...
2005-11-21 cognetForce pmap to write-back the pte cacheline after each...
2005-11-21 cognetAdd an alternate ID for the arm920t (the real solution...
2005-11-21 reesfix a problem with XID re-use when a server returns...
2005-11-21 jhbExpand the hack to mask the atpics if 'device atpic...
2005-11-21 ruTidy up markup and fix two bugs.
2005-11-21 ru- Merge FreeBSD Configuration subsection etc. with...
2005-11-21 ruFix mysterious build failures (with parallel make)...
2005-11-21 bdeMess up the "kernel" float trig function .c files with...
2005-11-21 arunCreate a device node in /dev when a USB keyboard is...
2005-11-21 yongaribusdma cleanup for em(4).
2005-11-21 yongariAdd a hack to ignore PCR bit for 6300ESB, 82801[D-G...
2005-11-21 bdeUse double precision to simplify and optimize a long...
2005-11-20 bdeRestored a cleanup in rev.1.9 tthat was lost in rev...
2005-11-20 rodrigcIf export mount flag is not passed in, set default...
2005-11-20 andreInclude ip_options.h for IPX-IP encapsulation.
2005-11-20 damienUse memcpy/memset consistently accross ipw and iwi...
2005-11-20 damienDon't use /etc/firmware. /etc is for configuration...
2005-11-20 ddsUse the appropriate error function for displaying the...
2005-11-20 leWhitespace.
2005-11-20 leAlways declare variables at the start of the function.
2005-11-20 leFix whitespace issue.
2005-11-20 leFix whitespace issues.
2005-11-20 alcEliminate pmap_init2(). It's no longer used.
2005-11-20 scottlFix compile on 64-bit platforms.
2005-11-20 marcelImprove inittodr(). Assume the real-time clock is relia...
2005-11-20 wpaulCorrect the API for Windows interupt handling a little...
2005-11-20 cpercivaAn empty file does not have a positive number of lines.
2005-11-19 rodrigcAdd more options to ffs_opts, so that vfs_filteropts...
2005-11-19 impReturn 0 if we are a network card and do match. Previo...
2005-11-19 marcelFix bug introduced in revision 1.186:
2005-11-19 rodrigcParse more mount options in vfs_donmount(), before...
2005-11-19 leFinally bring in what was produced during Google SoC...
2005-11-19 leFinally bring in what was produced during Google SoC...
2005-11-19 damienRemove references to iwicontrol.
2005-11-19 andreRemove 'ipprintfs' which were protected under DIAGNOSTI...
2005-11-19 damienLoad firmware images directly from the filesystem ...
2005-11-19 rodrigcProperly parse the nowin95 mount option.
2005-11-19 damienMinor tweaks.
2005-11-19 andreMove MAX_IPOPTLEN and struct ipoption back into ip_var...
2005-11-19 jkoshy- Move the documentation for the ENABLE_WPA_SUPPLICANT_...
2005-11-19 simonDo not explicitly state how many bytes an argument...
2005-11-19 ruRevert last revision by phk@, it's redundant since...
2005-11-19 ruAdd the NO_INCS knob to bsd.prog.mk and bsd.lib.mk...
2005-11-19 marcelo Include <sys/time.h>
2005-11-19 marcelo Include <string.h>
2005-11-19 marcelFix typo: s/_LIBC_R/_LIBC_R_/
2005-11-19 bdeMoved all the optimizations for |x| <= 9pi/2 from
2005-11-18 rodrigcAdd "shortnames" and "longnames" mount options which are
2005-11-18 damienural now supports automatic rate adaptation in BSS...
2005-11-18 damienSecond part of the AMRR commit.
2005-11-18 andreConsolidate all IP Options handling functions into...
2005-11-18 emasteAdd sanity checking for QUEUE(3) lists under INVARIANTS...
2005-11-18 ruUnifdef for FreeBSD.
2005-11-18 jhb- Always print the trap number so that we have somethin...
2005-11-18 andreDocument CLOCK_UPTIME which returns the current uptime...
2005-11-18 andreRemove references to MEXT_ADD_REF, MEXT_REM_REF and...
2005-11-18 andreAdd CLOCK_UPTIME to clock_gettime(2) reporting the...
2005-11-18 psAdd support for a new/unreleased Pentium-M.
2005-11-18 andrePurge layer specific mbuf flags on layer crossings...
2005-11-18 andreRework icmp_error() to deal with truncated IP packets...
2005-11-18 andreIn ip_forward() copy as much into the temporary error...
2005-11-18 andreAdd KASSERTs to M_ALIGN() and MH_ALIGN() to prevent...
2005-11-18 ruFix markup, grammar and spelling.
2005-11-18 jkoshyCross-reference hwpmc(4).
2005-11-18 ruUnbreak and fix markup.
2005-11-18 ruFix warning, sort sections.
2005-11-18 ruMinor markup tweaks.
2005-11-18 ruMinimally fix this manpage to not emit warnings.
2005-11-18 ruFix up markup.
2005-11-18 ruProvide a short description.
2005-11-18 ruFix up markup.
2005-11-18 ruFix up markup etc. in recently born manpage.
2005-11-18 ru-mdoc sweep.
2005-11-18 ru-mdoc sweep.
2005-11-18 rodrigc- Add parsing for the following existing UFS/FFS mount...
2005-11-18 bdeRemoved an unused declaration which was so old that...
2005-11-18 jdpFix a bug that caused some /dev entries to continue...
2005-11-18 umedon't match packets other than IPv4 against divert...
2005-11-18 rodrigcIn vfs_nmount(), check to see if "update" mount option...
2005-11-17 wilkoNo CAVEAT about EISA attachment given that there is...
2005-11-17 rwatsonPrint (total - used) as the amount of available swap...
2005-11-17 bruefferMention that this driver does not work on i386+PAE.
2005-11-17 bruefferMention BCM5752 support in two more places.
2005-11-17 glebiusDocument tunables.
2005-11-17 ru-mdoc sweep.
2005-11-17 glebiusMFOpenBSD 1.62:
next