]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2007-02-07 jhb- Move 'struct swdevt' back into swap_pager.h and expos...
2007-02-07 bmsRemove support for IPIP tunnels in IPv4 multicast forwa...
2007-02-07 kibFix the race of dereferencing /proc/<pid>/file with...
2007-02-07 alcChange the pagedaemon, vm_wait(), and vm_waitpfault...
2007-02-07 alcRemove the vm page queue free mutex from the CDEV order.
2007-02-06 jhbMake iostat(8) fully work on crash dumps again (broken...
2007-02-06 bdeFixed some style bugs. Routine except:
2007-02-06 pjdAllow to use umastat on coredumps.
2007-02-06 rwatsonPrint intptr_t values by first casting to intmax_t...
2007-02-06 rwatsonUpdate comments in mac.h.
2007-02-06 bdeSimplified PCPU_GET() and PCPU_SET(). We must copy...
2007-02-06 rwatsonPush UNIX domain socket locking further into uipc_ctlou...
2007-02-06 rwatsonIntroduce accessor functions mac_label_get() and mac_la...
2007-02-06 impat91_twi depends on the iicbus module to satisfy its...
2007-02-06 rwatsonContinue 7-CURRENT MAC Framework rearrangement and...
2007-02-06 bruefferDocument NetCell NC3000 and NC5000 support.
2007-02-06 kevlogetopt(3) returns -1, not EOF.
2007-02-06 ru- Bump document date.
2007-02-06 rodrigcPrint warning that "-t msdos" is deprecated and being...
2007-02-06 mppThe change to the vm_page_queue_freelist lock from...
2007-02-06 rodrigcEliminate some dead code which was introduced in 1...
2007-02-05 ambriskos/Feb/February/
2007-02-05 jhbChange GDB_BUFSZ to be large enough to hold a register...
2007-02-05 jdpUse egrep instead of grep so that reporting of login...
2007-02-05 cpercivaIf (a == NULL), don't dereference (a) to record an...
2007-02-05 bmsFix devfs cloning for non-superusers when net.link...
2007-02-05 bmsForced commit; Vim ate my homework^Wkeystroke.
2007-02-05 bmsClean up after tun(4) properly; remove routes whose...
2007-02-05 bmsMFC after: 3 days
2007-02-05 kevlo<sys/sx.h> is unneeded.
2007-02-05 kevlogetopt(3) returns -1, not EOF when out of args.
2007-02-05 alcChange the free page queue lock from a spin mutex to...
2007-02-05 bmsWhen fast-forwarding is enabled, do not forward directe...
2007-02-04 teggeCall pbgetvp() and pbrelvp() instead of setting b_vp...
2007-02-04 leAdd support for another 3G card and update man page...
2007-02-04 rsecleanup code: remove superfluous comma at end of enumer...
2007-02-04 rsecleanup code: remove unnecessary and useless void cast
2007-02-04 rseCorrect parser by using intended C equality ("==")...
2007-02-04 rsefix bug: avoid dereferencing content of an already...
2007-02-04 philipFix hr.iso syscons keymap, making it possible to type...
2007-02-04 bmsTypo.
2007-02-04 bmsBe explicit in examples about the correct grammar for...
2007-02-04 bmsImplement ifnet cloning for tun(4)/tap(4).
2007-02-04 mppDocument that quotas must be turned off on a file syste...
2007-02-04 mppIf a user is over both the soft block limit and soft...
2007-02-04 syrinxRemove all #if __FreeBSD_version checks now that RSTP...
2007-02-04 dumbbellSynaptics TouchPad seems to go back to Relative Mode...
2007-02-04 mppExpand this man page to provide some details on the...
2007-02-04 joelOrion originally wrote and added these files in 2002...
2007-02-04 mppIf quotacheck or edquota reset the block or inode grace...
2007-02-04 impDocument the init_chroot and init_script variables.
2007-02-04 mppIf two files systems, /a and /b are marked as having...
2007-02-04 impPatches to allow one to allow one to specify a director...
2007-02-04 samclear/reclaim challenge text when switching auth mode...
2007-02-04 mppIf quotas are not currently enabled for a file system...
2007-02-03 alcInclude opt_ipdivert.h so that the message announcing...
2007-02-03 flzFix build (sc->dev => sc->sc_dev).
2007-02-03 rinkAdd support for the NetCell NC3000/5000 series SATA...
2007-02-03 bruefferXref altq(4).
2007-02-03 bruefferXref altq(4).
2007-02-03 impIt turns out we were mallocing too early, so move the...
2007-02-03 impFix memory leak of devinfop
2007-02-03 impFix possible memory leaks of devinfo.
2007-02-03 impFix non-use, but not memory leak, of devinfop. Set...
2007-02-03 impFix memory leak of devinfo. The leak itself was docume...
2007-02-03 mlaierAdd a small informative printf under bootverbose to...
2007-02-03 mlaierAdd ALTQ support for aue(4).
2007-02-03 mlaierMissed npe(4) in the last commit. "ate" also has suppo...
2007-02-03 mlaierbce(4), ipw(4), iwi(4), ral(4), udav(4), ural(4) suppor...
2007-02-03 mppDo not touch the block or i-node grace times for id 0.
2007-02-03 mppFix quotqcheck to correctly use the curinode count...
2007-02-03 umeng_iface requiers neighbor cache as well.
2007-02-03 bmsStyle; remove argument names from prototype, be consist...
2007-02-03 kevloether_ifattach() sets if_mtu to ETHERMTU, don't bother...
2007-02-03 impWe need to free the ivars for the child that we just...
2007-02-03 bmsIn fast forwarding path, defer processing of 169.254...
2007-02-03 impThe path to the mmc/mmcbus_if.m file is wrong. Correct...
2007-02-03 bmsIn regular forwarding path, reject packets destined...
2007-02-03 impMark mmc *_if.m files as standard to allow for mmc...
2007-02-03 bmsDiff reduction with RELENG_6, style(9):
2007-02-03 bmsBackout revision 1.4; it is not verified as the correct...
2007-02-03 bmsAdd an EXAMPLES section to ifconfig(8), clearly showing...
2007-02-03 bmsDrop unicast Ethernet frames not destined for the confi...
2007-02-03 pjdGrr, committed manual page without the last change...
2007-02-03 pjdAdd support for multiple exports files. This will be...
2007-02-02 pjdUse pidfile(3) API to restart mountd(8) on success...
2007-02-02 bmsUse int instead of u_int for the 'extra' argument to the
2007-02-02 bmsFor the IPv4 multicast membership socket regression...
2007-02-02 bmsComply with RFC 3927, by forcing ARP replies which...
2007-02-02 jhb- Teach pciconf(8) to list the PCI capabilities support...
2007-02-02 jhbAdd constants for the PCIY_VENDOR (vendor-specific...
2007-02-02 bmsExpose smoothed RTT and RTT variance measurements to...
2007-02-02 schweikhProperly parenthesize the __tg_is_complex() macro by...
2007-02-02 schweikhComment the token after #endif, like we do everywhere...
2007-02-02 ambriskoBased on input from ru & rodrigc document the mount...
2007-02-02 pjdcoda_vptofh is never defined nor used.
2007-02-02 joelRemove dead email address.
2007-02-02 joelClean up the BSD license to match the preferred license in
2007-02-02 joelAdd a standard BSD license to these files.
2007-02-02 glebiusQuoting Alexander:
next