]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2009-05-13 alcCorrect a rare use-after-free error in pmap_copy()...
2009-05-13 alcEliminate page queues locking from bufdone_finish(...
2009-05-13 mavFix copy-paste bug in NGM_NETFLOW_SETCONFIG argument...
2009-05-13 kientzleEliminate duplicate error messages from "tar c".
2009-05-12 bruefferRemove unused variables.
2009-05-12 bruefferRemove unused variables.
2009-05-12 stas- Resurrect the debug printf message I accidentally...
2009-05-12 stas- Eliminate extra register reads by using a variable...
2009-05-12 mariusCorrect r190283 (partially reverting it) as on sparc64...
2009-05-12 ddsAdd -c option to summarize number of calls, errors...
2009-05-12 bruefferRemove unused variable.
2009-05-12 bruefferRemove unused variable.
2009-05-12 traszAdd missing 'break' statement.
2009-05-12 traszCheck return value of gctl_get_asciiparam().
2009-05-12 traszRemove dead code.
2009-05-12 traszRemove dead code.
2009-05-12 stas- Implement detach path.
2009-05-12 rmacklemModify the experimental nfs server to use the new nfsd_...
2009-05-12 traszAdd missing free(9) in error case.
2009-05-12 traszAdd missing 'break' statements.
2009-05-12 kibReport all fdescfs vnodes as VCHR for stat(2). Fake...
2009-05-12 kibReturn controlled EINVAL when the fdescfs lookup routin...
2009-05-12 qingliThis patch adds a host route to an interface address...
2009-05-12 alcEliminate gratuitous clearing of the page's dirty mask.
2009-05-12 kmacyfix bug introduced by last change
2009-05-12 weongyoconnect upgt(4) to the build. It should work on all...
2009-05-12 weongyoAdd WUSB54AG and XM142 entries for upgt(4)
2009-05-11 kmacydon't acquire tty lock with console lock held
2009-05-11 kmacyxen console lock needs to be a spin lock in case it...
2009-05-11 jhb*sigh*, while the kernel built, userland C did not...
2009-05-11 kibPrevent overflow of uio_resid.
2009-05-11 rmacklem Change the name of the nfs server addsock structure...
2009-05-11 edAdd macros around the sx operations in snp(4).
2009-05-11 rmacklem Modify nfsvno_fhtovp() to ensure that it always sets...
2009-05-11 jhbAlways use __null to define NULL for GCC 4+. Use ...
2009-05-11 impUpdate a few XXX comments
2009-05-11 impLFS cannot be loaded, compiled, torn, spindled or mutil...
2009-05-11 greenThese are some cosmetic changes to improve the clarity...
2009-05-11 attilioFix a kernel compilation error, introduced after r19199...
2009-05-11 attilioRemove the thread argument from the FSD (File-System...
2009-05-11 dchaginTranslate l_timeval arg to native struct timeval in
2009-05-11 dchaginAdd forgotten linux to bsd flags argument mapping into...
2009-05-11 delphijless has been updated to v429
2009-05-11 alcRevert CVS revision 1.94 (svn r16840). Current pmap...
2009-05-11 impFix typo in bwi driver.
2009-05-11 kmacyrename xdr support files to avoid conflicts when linkin...
2009-05-11 weongyoports upgt(4) driver for USB2.
2009-05-10 mariusJust like in cpu_halt(), use cpu_shutdown() rather...
2009-05-10 marius- Fix style.
2009-05-10 mariusChange uses of the struct ccb_hdr timeout_ch missed...
2009-05-10 dchaginDo not export AT_CLKTCK when emulating Linux kernel...
2009-05-10 dchaginIntroduce linux_kernver() interface which is intended...
2009-05-10 dchaginRework r189362, r191883.
2009-05-10 alcEliminate stale comments.
2009-05-10 nwhitehornPowerPC does not, in general, have ISA sound devices...
2009-05-10 stas- Fix build with INVARIANTS enabled.
2009-05-10 stas- Fix multicast operation that I broke in previous...
2009-05-10 stas- Fix promisc/multicast/broadcast parameters setting...
2009-05-10 thompsaAbort any scan on a fatal firmware. ic_scan_curchan...
2009-05-10 thompsaCancel the scan when going to INIT state. Should do...
2009-05-10 kuriyama- Use "device\t" and "options \t" for consistency.
2009-05-09 ivorasDescribe the topology_spec sysctl and do some minor...
2009-05-09 samhookup iwnfw.4
2009-05-09 sampush wme parameter setting to the taskq thread; the...
2009-05-09 samrestore ref to iwnfw
2009-05-09 samiwn firmware
2009-05-09 impSpell NULL properly, use (void) rather than () for...
2009-05-09 edClean up <sys/ioctl.h>.
2009-05-09 impRetire kern.vm.kmem.size. It was marked as obsolete...
2009-05-09 samMakefile to record the technique by which the .uu files...
2009-05-09 samupdate to v3.1
2009-05-09 impRemove bogus comment.
2009-05-09 impImplement RFC 5095 more fully. Rather than marking...
2009-05-09 robertoRemove reference to nonexistant manpage.
2009-05-09 kanDo not embed struct ucred into larger netcred parent...
2009-05-09 impUnmark the ASR Compat IOCTLs as BURN_BRIDGES, per scottl@
2009-05-09 edTTYs don't necessarily use /dev/ttyxx.
2009-05-09 dfrWork around non-standard behaviour of rpcbind in some...
2009-05-09 edAdd support for old TTY ioctls to kdump.
2009-05-09 alcFix a race involving vnode_pager_input_smlfs(). Specif...
2009-05-09 kmacyfix atomic.S rename and vimage breakage
2009-05-09 kmacyatomic.S has been renamed opensolaris_atomic.S to avoid...
2009-05-09 jhbConvert IPFW_DEFAULT_TO_ACCEPT into a loader tunable
2009-05-09 kmacy- rename atomic.S and crc32.c to avoid collisions when...
2009-05-09 delphijUpdate to less v429.
2009-05-08 davidch- Fixed incorrect packet length problem caused be earli...
2009-05-08 edRegenerate system call tables to use SVN ids.
2009-05-08 edRegenerate ibcs2 system call table.
2009-05-08 edBurn TTY ioctl bridges in compat layers.
2009-05-08 dfrUse log(9) for debug and status messages and hide some...
2009-05-08 zecA NOP change: style / whitespace cleanup of the noise...
2009-05-08 zecRemove a bogus check that unintentionally slipped in...
2009-05-08 zecIntroduce a new virtualization container, provisionally...
2009-05-08 philipSync ubsec(4) with reality, note BCM5825 support.
2009-05-08 thompsaDrain the tasks before the interface stop call in case...
2009-05-08 mavAdd one more board ID with inverted external amplifier...
2009-05-08 sepotvinChange the internal buffer used to store input lines...
2009-05-08 samkill more portability functions that are no longer...
2009-05-08 samkill unused OS_GETUPTIME
2009-05-07 kmacydon't call vn_rele_async_fini in the !_KERNEL case
next