]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2011-03-08 dchaginExtend struct sysvec with new method sv_schedtail,...
2011-03-08 pjdCorrect readdir over ZFS handling.
2011-03-08 sobomaxSome linux distros put mount point into the ext2fs...
2011-03-08 jhbWhen constructing a new cpuset, apply the parent cpuset...
2011-03-08 adrianUpdate to keep in sync with the HAL
2011-03-08 rrsTunes and fixes the new DC-CC to seem to hit the
2011-03-08 kibDo not assert buffer lock in VFS_STRATEGY() when kernel...
2011-03-08 hselasky- Bugfix: Root HUBs do not support re-enumeration.
2011-03-08 adrianBreak out the ath regulatory domain structures into...
2011-03-08 adrianImplement open-loop TX power control (OLC) for Merlin...
2011-03-08 npcxgbe shouldn't directly know of the UMA zones where...
2011-03-08 nwhitehornOnly validate the partition setup when the user presses...
2011-03-07 jillessh: Test that . /dev/null returns exit status 0 and...
2011-03-07 kibSimplify uses of the web of pointers.
2011-03-07 hselasky- Remove superfluous ucom device lines in USB manual...
2011-03-07 nwhitehornRemove dead code that snuck in from the 32-bit PowerPC...
2011-03-07 pjdUnbreak the build.
2011-03-07 jhbThe UFS dirhash code was attempting to update shared...
2011-03-07 dasAdd missing declarations that I intended to commit...
2011-03-07 rstoneCorrect a typo in the malloc(3) manpage. Malloc option...
2011-03-07 mmAdd AMD Geode CPU type to bsd.cpu.mk and examples/etc...
2011-03-07 mmBackport Intel Core 2 and AMD Geode CPU types from...
2011-03-07 pjdPrint some of the numbers in human readable form (using...
2011-03-07 pjd- Log size of data to synchronize in human readable...
2011-03-07 pjdUse %S to print IP address and port number.
2011-03-07 pjd- Turn on printf extentions.
2011-03-07 pjdProvides three states for pjdlog_initialized, so we...
2011-03-07 pjdTo be able to use printf extensions we need to turn...
2011-03-07 dasAdd cexp() to the complex(3) manpage. Thanks to bde...
2011-03-07 dasRemove part of an uncommitted change that snuck into...
2011-03-07 dchaginRemove dead code.
2011-03-07 stefanfRemove unnecessary cast.
2011-03-07 dasAdd some tests for cexp() and cexpf(). (I need to...
2011-03-07 dasConvert log10f() to use __kernel_log(), which is more...
2011-03-07 dasConvert log10() to use __kernel_log(), which is more...
2011-03-07 dasAdd cexp() and cexpf().
2011-03-06 adrianAdd support for printing out the open-loop TX power...
2011-03-06 pjdAllow to compress on-the-wire data using two algorithms:
2011-03-06 dougbmbone is no longer a physical category
2011-03-06 kibThe execution of the shebang script requires putting...
2011-03-06 pjdAllow to checksum on-the-wire data using either CRC32...
2011-03-06 jillessh(1): Reduce excessive semicolon-separated sentences.
2011-03-06 nwhitehornMake this makefile a little more make-like (e.g. build...
2011-03-06 traszTemporarily revert r219272; it breaks acl_is_trivial_np(3).
2011-03-06 jillesSimplify various code that allowed for sys_signame...
2011-03-06 pjdBecause we call __printf_out() with a on-stack buffer...
2011-03-06 pjdexpand_number() needs uint64_t, declare it here if...
2011-03-06 pjdInclude stdio.h, so we can include printf.h in any...
2011-03-06 pjdFix various issues in how %#T is handled:
2011-03-06 mavAdd some more IDs of HighPoint RocketRAID 64x.
2011-03-06 marius- With the addition of TLS support binutils started...
2011-03-06 marius- Consistently abbreviate the names of the relocations.
2011-03-06 mariusAdd missing bus_dmamap_sync() calls for the work DMA...
2011-03-06 mariusAdd missing bus_dmamap_sync() calls for the work DMA...
2011-03-06 marius- Allocate the DMA memory used for the work area as...
2011-03-06 marius- Allocate the DMA memory shared between the host and...
2011-03-06 traszMention setloginclass(2) in login_class(3).
2011-03-06 traszMove getloginclass(2) and setloginclass(2) to FBSD_1...
2011-03-06 traszAdd FBSD_1.2; syscalls added in 9-CURRENT are supposed...
2011-03-06 traszAdd manual page for getloginclass(2) and setloginclass(2).
2011-03-06 pjdFix libzpool build.
2011-03-06 karglObligatory first commit to the include myself in the...
2011-03-06 adrianAdd an EEPROM op that extracts out the power table...
2011-03-05 pjdMake renaming of a ZVOL, ZVOL's parent directory and...
2011-03-05 pjdSimplify zvol_remove_minors() a bit.
2011-03-05 adrianChange HALDEBUG() to be a macro that conditionally...
2011-03-05 dchaginStyle(9) fix.
2011-03-05 dchaginPartially reworked r219042.
2011-03-05 gavinAdd two missing vertical bars.
2011-03-05 traszExport login class information via kinfo and make it...
2011-03-05 jillessh: Fix some warnings in code for arithmetic expressions.
2011-03-05 traszRegenerate.
2011-03-05 traszAdd two new system calls, setloginclass(2) and getlogin...
2011-03-05 npBe sure to stay within the bounds of the mod_str array...
2011-03-05 npThere is no need to hold an ingress queue's lock while...
2011-03-05 npCalculate how many descriptors can be reclaimed before...
2011-03-05 npTweaks for rx:
2011-03-05 npStore the ifnet rather than the port_info in each txq...
2011-03-05 npA txpkts work request should have a valid FID.
2011-03-05 npUpgrade the firmware on the card automatically if a...
2011-03-05 npResume tx immediately in response to an SGE egress...
2011-03-05 npFix incorrect assertion.
2011-03-05 mjacobFlush both reads *and* writes to registers.
2011-03-04 jhbUse ffs() to locate free bits in the inode bitmap rathe...
2011-03-04 eriFix a panic that can happen when trying to destroy...
2011-03-04 traszMake UFS use PSARC/2010/029 NFSv4 ACL semantics by...
2011-03-04 jillesPOSIX.1-2008 moved some constants from the XSI option...
2011-03-04 traszOne more fix. Now all ACL tests pass again.
2011-03-04 traszAdapt tools-crossfs.test to the new semantics.
2011-03-04 traszMake acl_strip_np(3) use new trivial ACL format for...
2011-03-04 traszAdapt NFSv4 ACL regression test to the fact that the...
2011-03-04 traszMake ACL tests slightly easier to run.
2011-03-04 netchild- Add a FEATURE for capsicum (security_capabilities).
2011-03-04 daichiAdd the Buffalo (Melco Inc.) WLI-UC-G301N
2011-03-03 jillesFix some _POSIX minimum/maximum values in limits.h:
2011-03-03 adrianThe sample rate module currently does the slightly...
2011-03-03 dchaginPrint out shared flag for debug purpose.
2011-03-03 mjacobDon't automatically send a START UNIT to sequential...
2011-03-03 dchaginSwitch PROCESS_SHARE to AUTO_SHARE (as umtx do). Even...
2011-03-03 traszMake "struct pts_softc" point to ucred instead of uidin...
next