]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2008-06-15 kientzleMark hardlinks that lack any other interesting filetype...
2008-06-15 kientzlePortability: We can get away with the older and better...
2008-06-15 kientzlePortability: wchar_t is defined in stdlib.h on some...
2008-06-15 kientzlearchive.h is no longer constructed from archive.h.in,
2008-06-15 kientzleFix the new generic link resolver in libarchive to...
2008-06-14 rwatsonWhen NETATALK is compiled into the kernel, at_rmx.c...
2008-06-14 rrs- Fixes foobar on my part. Some missing virtualization...
2008-06-14 wkoszekRemove obselete PECOFF image activator support.
2008-06-14 edTurn sgtty into a binary-only compatibility interface.
2008-06-14 rrs- Macro-izes the packed declaration in all headers.
2008-06-13 rwatsonThe TrustedBSD MAC Framework named struct ipq instances...
2008-06-13 thompsaFix spelling.
2008-06-13 gonzo It's Friday the 13th, not the 10th and I can't...
2008-06-13 gonzo Add "fast" versions of macros and functions to taskqu...
2008-06-13 alcTweak the promotion test in pmap_promote_pde(). Specif...
2008-06-13 jhbMake ex(4) MPSAFE:
2008-06-13 kevloAdd the D-Link DWA-111
2008-06-13 davidch- Added support for BCM5709 and BCM5716.
2008-06-13 davidch- Added support for BCM5709 and BCM5716 controllers.
2008-06-13 bennoUse callout_init_mtx to simplify locking somewhat....
2008-06-13 marcelImplement the -l and -r options for gpart show.
2008-06-12 wkoszekBring missing getsockopt(2) options: SO_LABEL SO_PEERLA...
2008-06-12 ivorasRecord my place in the universe.
2008-06-12 ivorasAdd myself to the calendar.
2008-06-12 upsFix vm object creation locking to allow SHARED vnode...
2008-06-12 marcelFinish the support for partition labels and add it...
2008-06-12 remkoDocument more tmpfs mount options that are already
2008-06-12 flz- add: Keep dependent packages too if -K is specified.
2008-06-12 edFix build of fstat after minor() changes.
2008-06-12 edRemove the $FreeBSD$ tag again, now I know fbsd:nokeywo...
2008-06-12 edTurn dev2unit(), minor(), unit2minor() and minor2unit...
2008-06-12 marcelAdd the raw partition type to the XML.
2008-06-12 marcelAdd the raw partition type to the XML.
2008-06-12 marcelAdd the raw partition type to the XML.
2008-06-12 marcelAdd the raw partiton type to the XML.
2008-06-12 marcelAdd the raw partition type to the XML.
2008-06-12 alcReverse the direction of pmap_promote_pde()'s traversal...
2008-06-12 marcelAdd the partition label and the raw partition type...
2008-06-12 marcelDefine APM_ENT_NAMELEN and APM_ENT_TYPELEN for general...
2008-06-12 kevloReturn an error code rather than ENXIO when both rman_i...
2008-06-12 kevloFix a typo: i80321_pci_probe -> i81342_pci_probe
2008-06-12 bennoMake sure we drain our taskqueues and stop our callouts...
2008-06-11 jfvChange include to reflect tcp_lro.h move.
2008-06-11 jfvRemove the tcp_lro.[ch] files as they are now in netinet.
2008-06-11 jfvRemove compile of tcp_lro since its now in netinet
2008-06-11 jfvAdd generic TCP LOR into netinet
2008-06-11 jfvAdd LRO into kernel build
2008-06-11 jfvDuh, wrong directory, needed to be in netinet
2008-06-11 jfvAdd generic TCP LRO code, moved from the ixgbe driver...
2008-06-11 wkoszekFix a typo in a comment.
2008-06-11 edDon't enforce unique device minor number policy anymore.
2008-06-11 dougbDocument the AUTO_UPGRADE (-U) knob for .mergemasterrc
2008-06-11 jfvAdd man page for ixgbe driver
2008-06-11 cokaneConvert ndis_spinlock to ndis_mtx and start using the...
2008-06-11 kibIn cd9660_readdir vop, always initialize the idp->uio_o...
2008-06-11 sosWait up to 1S for the TFD data to signal un-busy before...
2008-06-11 weongyofix a page fault that it occurred during ifp is NULL...
2008-06-11 bennoSwitch to using a normal mutex instead of a spin mutex.
2008-06-11 bennoConvert bus_space_{read,write}_* calls to bus_{read...
2008-06-11 sosRearrange how to call dma.alloc() so that we have resou...
2008-06-10 gonzo Keep proper track of nsegs counter: sem_free is calle...
2008-06-10 simonWhen the file-system containing the audit log file...
2008-06-10 impAdd Belkin F5U257 to the mix.
2008-06-10 impAdd Belkin F5U257 to the mix.
2008-06-10 jhbUse sysctl to fetch stats from the kernel instead of...
2008-06-10 jhbMake tx(4) MPSAFE
2008-06-10 psAdd support for the P212, P410, P410i, P411, and P812...
2008-06-10 jasoneIn the error path through base_alloc(), release base_mt...
2008-06-10 kevloAdd the pxa_teardown_intr() bus method function to...
2008-06-10 kevloPull all the code to deal with bus space methods into...
2008-06-10 kevlo>From NetBSD:
2008-06-10 davidch- Fixed kern/123696 by increasing firmware timeout...
2008-06-09 wkoszekMark "highaddr" and "lowaddr" appropriately. Change...
2008-06-09 wkoszekSince we create a DMA tag "mtag" for TX map with bus_dm...
2008-06-09 marcelRemoval of gpt(8) and manpage.
2008-06-09 marcelNote removal of gpt(8).
2008-06-09 marcelRemove gpt(8). It's replaced by gpart(8).
2008-06-09 brooksUse the -n flag to route(8) when calling "route get...
2008-06-09 marcelDisconnect gpt(8) from the build. gpt(8) is replaced...
2008-06-09 cpercivaDon't store a pointer in "next" if we're never going...
2008-06-09 cpercivaMake one-bit fields unsigned instead of signed. This...
2008-06-09 cpercivaRework code to avoid using a pointer after freeing...
2008-06-09 kibProvide the mutual exclusion between the nfs export...
2008-06-09 mtmDocument the misleading nature of the REQUIRE line...
2008-06-09 edRemove sicontrol(8)'s "ttystat".
2008-06-09 jbChange the CTF conversion makefile code to use a new...
2008-06-09 jbRemove some sparc-specific stuff from my earlier sun4v...
2008-06-09 kevloRemove sa1_cache_clean_addr
2008-06-09 kevloUnify arminit() and clean up
2008-06-09 davidxuMake pthread_cleanup_push() and pthread_cleanup_pop...
2008-06-08 wkoszekChange header file references from <filename>.h to
2008-06-08 wkoszekFix the way the date must be specified (leading 0 is...
2008-06-08 wkoszekRemove checks against DDB, which isn't used in this...
2008-06-08 dwmaloneI missed some "register"s in non-dot-C files.
2008-06-08 stas- Display '-C' option in usage().
2008-06-08 dougbThe change to add subversion ID has two problems. The...
2008-06-08 scfFixed the output grammar to properly speak non-terminal...
2008-06-08 rpauloFix typo in comment.
2008-06-08 wkoszekMake usage() 'static'.
2008-06-08 rdivackyd_ino member of linux_dirent structure should be unsign...
next