]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2008-08-07 jkimUpdate SCSI opcodes and ASCs from t10.org.
2008-08-07 dasImplement cproj{,f,l}().
2008-08-07 phkUse humanize_number to report pen-sizes so people don...
2008-08-07 dasAnnotate creal(), cimag(), and conj() with __pure2.
2008-08-07 dasUse cpack() and the gcc extension __imag__ to implement...
2008-08-07 rwatsonMinor white space tweaks.
2008-08-07 rwatsonCorrect comment typo.
2008-08-07 bruefferComment out information about Jumbo Frame support,...
2008-08-07 traszFix ACL preservation, apparently broken in 1.47.
2008-08-07 edwin- acificfrancexchange -> pacificfrancexchange
2008-08-07 alcIntroduce pmap_change_attr_locked().
2008-08-07 edwinUpdate the units library file.
2008-08-06 impWhen the miibus for the AX88x90 or TC5299J cards fails...
2008-08-06 antoineMake atacontrol(8) rebuild work when /usr is not mounte...
2008-08-06 dfrFix ia64 build.
2008-08-06 samadd WPS oui
2008-08-06 dfrFix 64bt build.
2008-08-06 kibUser may do "mount -o snapshot ...", that causes new...
2008-08-06 dfrAdd an implementation of the RPCSEC_GSS authentication...
2008-08-06 kevloFix a copy/paste error
2008-08-06 impUnify the initial card probe/attach procedure with...
2008-08-06 marcelCleanup for WARNS 6.
2008-08-05 jhbMinor style tweaks.
2008-08-05 jhbRemove the second check for a 64-bit BAR value on a...
2008-08-05 jhbAdd a script to perform simple analysis of a crash...
2008-08-05 jhbIf a thread that is swapped out is made runnable, then...
2008-08-05 jhbIf the kernel fails to allocate resources for the initi...
2008-08-05 jhb- Consolidate module version for the pcf module into...
2008-08-05 vanhuAdd lifetime informations to generated SPD entries...
2008-08-05 desufsmount.h uses "struct\tfoo *bar;", except where it...
2008-08-05 desWhitespace, prototypes
2008-08-05 stas- Reflect the iicbus infrastructure changes.
2008-08-05 stas- Reflect changes in iic infrastructure.
2008-08-05 edwinMove functions which are only locally used into their...
2008-08-05 edwinstyle(9)ify usr.bin/calendar
2008-08-04 thompsaRemove a comment about bridging wireless client, the...
2008-08-04 mlaierFix build when WITHOUT_DYNAMICROOT is specified in...
2008-08-04 trhodesAdd EPERM to the ERRORS section.
2008-08-04 jhbLock the consumers of the iicbus(4) infrastructure:
2008-08-04 jhbAdd locking to the core iicbus(4) drivers:
2008-08-04 jhbAdd locking to the various iicbus(4) bridge drivers:
2008-08-04 cognetDo not modify td->td_intr_nesting_level, it is now...
2008-08-04 jhbClose two different races with concurrent opens of...
2008-08-04 jhb- Close a race with concurrent open's of a pts master...
2008-08-04 jhbFix a typo.
2008-08-04 jhbAdd locking to snc(4) so it is MPSAFE:
2008-08-04 rpauloAdd coretemp(4) and k8temp(4).
2008-08-04 rajFix ARM nocache allocator:
2008-08-04 mlaierMerge state reuse for tcp.
2008-08-04 cognetWe need -I$S to compile the elf trampoline.
2008-08-04 cognetRemove unneeded #include <stdlib.h> (?)
2008-08-04 kibLower the priority of the sleep in the syscons for...
2008-08-04 alcMake pmap_kenter_attr() static.
2008-08-04 cpercivaMark functions as __dead2 in order to help the LLVM...
2008-08-04 cpercivaDereferencing uninitialized pointers considered harmful...
2008-08-04 cpercivaInitialize "nconv" to a reasonable value in all code...
2008-08-04 cpercivaSet "max" to a reasonable value if BLOCKSIZE has a...
2008-08-04 cpercivaDon't close file descriptor number <whatever random...
2008-08-04 cpercivaSetting a variable to the same value twice doesn't...
2008-08-04 yongariRearrange conditional compilation directives. This...
2008-08-04 yongariRemove return keyword at the end of functions that...
2008-08-04 yongariRemove register keyword.
2008-08-04 yongariUse ANSI C declarations for all functions.
2008-08-04 yongariDon't enable TSO by default. Users of RTL8169/8110...
2008-08-04 yongariThe number of bits reserved for MSS in RealTek controll...
2008-08-04 cpercivaMark functions as __dead2 in order to help the LLVM...
2008-08-04 delphijMake quota(1) to compile with WARNS=6:
2008-08-03 scfRestructure and use different variables in the tests...
2008-08-03 trhodesAdd EAGAIN to the ERRORS list, as found in kern_jail.c.
2008-08-03 antoineKill a dead variable
2008-08-03 cognetctime() expects a time_t, but qup->dqblk.dqb_btime...
2008-08-03 acheRestored from previous backing out (because that is...
2008-08-03 danger- back out my last commit as it seems to be wrong.
2008-08-03 dasFix some style bogosity from fdlibm.
2008-08-03 dasMinor improvements:
2008-08-03 rwatsonRemove broken code to replace st_mode value with ACCESS...
2008-08-03 cognetAdd "add pc, whatever" as a branch instruction, we...
2008-08-03 rwatsonDDB scripting, textdumps, output capture, etc, all...
2008-08-03 trhodesFill in a few sysctl descriptions.
2008-08-03 rwatsonDDB scripting, textdumps, output capture, etc, all...
2008-08-03 trhodesDocument a few sysctls.
2008-08-03 kibCalling linker_load_dependencies() while holding the...
2008-08-03 edDisconnect drivers that haven't been ported to MPSAFE...
2008-08-03 edwincalendar.holiday: Buinea-bissau should be Guinea-Bissau
2008-08-03 impKernel config for the Linksys NSLU2. This is just...
2008-08-03 thompsaMove the grekey to its own file, ifconfig.c does not...
2008-08-03 cognetHandle ldr pc, [reg] in branch_taken().
2008-08-03 cognetAdd blx as a branch instruction.
2008-08-02 impBumpd date
2008-08-02 impAdd entry for Prism-3 based Siemens SpeedStream card...
2008-08-02 impMinor style nit.
2008-08-02 rwatsonMinor style tweaks.
2008-08-02 rwatsonRename mac_partition_enabled to partition_enabled to...
2008-08-02 impAdd an altnerative Siemens SpeedStream ID. This one...
2008-08-02 impReport what kind of chip only under bootverbose since...
2008-08-02 impMinor tweaks to names and comments now that I understan...
2008-08-02 impAdd an alternative ID for the Siemens SpeedStream SS102...
2008-08-02 phkAdd a quote too good to miss from:
2008-08-02 dasTest that the result is correctly rounded when |y/x...
2008-08-02 dasA few minor corrections, including some from bde:
next