]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2006-11-02 ceriFix typo.
2006-11-02 emaxProperly htole16() PSM in sockaddr_l2cap
2006-11-02 ruUnbreak compile with ELF_VERBOSE defined, and fix forma...
2006-11-02 andreUse the improved m_uiotombuf() function instead of...
2006-11-02 andreRename m_getm() to m_getm2() and rewrite it to allocate...
2006-11-02 ruRevert the last change. Masking only 2 MSBs of the...
2006-11-02 andreRewrite kern_sendfile() to work in two loops, the inner...
2006-11-02 pjdFix ia64 build breakage.
2006-11-02 ruReplace the SEE ALSO xrefs with a more reasonable set...
2006-11-02 kibOn trap while inside ddb, the trap handler calls kdb_re...
2006-11-02 ceriBump .Dd for -f|-F.
2006-11-02 jkoshyDocument Elf{32,64}_Lword. Keep the list of ELF types...
2006-11-02 pjd- Use g_duplicate_bio() instead of g_clone_bio(), so...
2006-11-02 pjdI want CPU number here.
2006-11-02 thompsaDo not test all the conditions if the port is already...
2006-11-02 thompsaFix a resource leak when the mbuf pointer changes.
2006-11-02 maximo There is no securenets(5) man page, refer to ypserv(8).
2006-11-02 kientzleFix "1 day ago", "yesterday" and similar relative-time...
2006-11-02 mjacobUse 2K Login f/w.
2006-11-02 mjacobAdd 4Gb (24XX) support and lay the foundation for a...
2006-11-02 marcelSync the EFI headers with version 1.10.14.62 of the...
2006-11-02 marcelExtend struct devdesc with a unit field, called d_unit...
2006-11-02 mjacob2nd and final commit that moves us to CAM_NEW_TRAN_CODE
2006-11-02 thompsaIf the port is agreed or edge then allow it go go strai...
2006-11-02 pjdGrr, fix one more build breakage.
2006-11-02 marcelDon't unconditionally compile-in the bcache code. It...
2006-11-02 mariusRemove <sys/types.h>; including both <sys/param.h>...
2006-11-02 marcelo Make sure to clear f->f_devdata if d_dev->dv_open...
2006-11-02 marius- In sunkbd_probe_keyboard() don't bother to determine...
2006-11-01 pjdDocument MNT_GJOURNAL option.
2006-11-01 pjdNow, that we have gjournal in the tree add possibility...
2006-11-01 pjdG_TYPE_NONE was replaced with G_TYPE_BOOL.
2006-11-01 pjdChange spaces to tabs where needed.
2006-11-01 jbSpaces to tabs. (I shouldn't copy and paste from diff...
2006-11-01 pjdStyle nits.
2006-11-01 pjdFix md(4) panic which occurs when I/O request different...
2006-11-01 jhbFix compile botch in the last panic botch fix. :(
2006-11-01 mariusRemove the atkbd(4), atkbdc(4) and psm(4) hints. In...
2006-11-01 jhbIncrement nb_allocated while holding the pt_mtx lock...
2006-11-01 jhbComment and style tweak.
2006-11-01 pjdSkip disabled CPU, because after we sched_bind() to...
2006-11-01 jhbFix botch in last commit (I tested on 6.x which doesn...
2006-11-01 pjdForgot to remove this line.
2006-11-01 kibAquire Giant in the softdep_flush for clear_remove...
2006-11-01 pjdBetter English.
2006-11-01 pjd- Document two new function g_alloc_bio() and g_duplica...
2006-11-01 cognetDo not include both <sys/types.h> and <sys/param.h...
2006-11-01 pjdDocument BIO_FLUSH request.
2006-11-01 pjdAdd BIO_FLUSH support to GSHSEC class.
2006-11-01 pjdAdd BIO_FLUSH support to GPT class.
2006-11-01 philipFix vim syntax highlighting. Vim complained about...
2006-11-01 ruFix -fstrict-aliasing warning.
2006-11-01 pjdUpdate the code to the current sync(2) version:
2006-11-01 pjdFix powerpc build.
2006-11-01 thompsaBring in support for the Rapid Spanning Tree Protocol...
2006-11-01 jbWhen building an upgraded make, don't worry about proce...
2006-11-01 jbAdd a build option to support WITH_CDDL and WITHOUT_CDD...
2006-11-01 jbAdd the trap-trace function for the hypervisor.
2006-11-01 maximo OpenBSD 4.0 added.
2006-11-01 jbAdd a cnputs() function to write a string to the consol...
2006-11-01 maximo Expand "Nov" to "November" in Dd macro, remove eol...
2006-11-01 kevloDocument the cdp for controlling CD power.
2006-11-01 davidxuAdd error code EPERM.
2006-11-01 julianReworking of how to add ports.
2006-11-01 pjdRemove debugging code I accidentally committed.
2006-10-31 jhbWhitespace and style nits.
2006-10-31 pjdHook up gjournal bits to the build.
2006-10-31 pjdAdd Makefile for geom_journal kernel module.
2006-10-31 pjdForgot to add file with gjournal specific fsck code.
2006-10-31 pjdAdd fs_unrefs field to the super block structure.
2006-10-31 pjdAdd recently added fs_unrefs field.
2006-10-31 pjdUpdate after function renames.
2006-10-31 pjdImplements gjournal support. If file system has gjourna...
2006-10-31 pjdTeach about new fields (cg_unrefs and fs_unrefs) and...
2006-10-31 pjdTeach mount(8) about MNT_GJOURNAL flag.
2006-10-31 pjdAdd -J flag to both newfs(8) and tunefs(8) which allows...
2006-10-31 pjdAdd gjournal specific code to the UFS file system:
2006-10-31 glebiusFix buildworld.
2006-10-31 pjdAdd MNT_GJOURNAL flag which indicates, that file system...
2006-10-31 pjdAdd userland control utility for gjournal GEOM class.
2006-10-31 pjdAdd gjournal GEOM class (kernel side), which implements...
2006-10-31 pjdImplement BIO_FLUSH handling by simply passing it down...
2006-10-31 pjdImplement cgwrite1(3) function which stored a given...
2006-10-31 pjdImplement BIO_FLUSH handling for da(4), amr(4), ata...
2006-10-31 pjdAdd a new disk flag - DISKFLAG_CANFLUSHCACHE, which...
2006-10-31 pjdAdd a new I/O request - BIO_FLUSH, which basically...
2006-10-31 jmgremove gdbserver on ARCH i386 as we now install it...
2006-10-31 mohansMake EWOULDBLOCK a recoverable error so that the reques...
2006-10-31 kibFix a typo resulting in truncated linux32 signal trampo...
2006-10-31 jhbAllocate receive and transmit data structures during...
2006-10-31 jhb- Use callout_init_mtx() to close various callout-relat...
2006-10-31 glebiusRework the transmit register handling. In em_encap...
2006-10-31 jhbRemove unused softc pointer variable from the probe...
2006-10-31 glebiusMerge new vendor release - 6.2.9.
2006-10-31 hartiBind to INADDR_ANY in the default configuration. This...
2006-10-31 hartiDefine a base OID for the FreeBSD version as returned...
2006-10-31 hartiThis commit was generated by cvs2svn to compensate...
2006-10-31 hartiVendor patch: synthesize the initial value for sysObjec...
2006-10-31 phkAvoid implict node generation in oids, people tell...
2006-10-31 phkClaim my own subtree under freeBSDpeople
next