]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2009-06-11 Bjoern A. Zeebif_igb.c as well as ixgbe.c uncondtionally depend on...
2009-06-11 Bjoern A. ZeebAs sys/kern/uipc_accf.c depends on inet, all three...
2009-06-11 Bjoern A. Zeebng_ipfw depends on inet and ipfirewall as well.
2009-06-11 Bjoern A. Zeebip_dummynet.c depends on INET.
2009-06-11 Bjoern A. Zeebnetinet/if_ether.c (doing ARP) depends on INET as well.
2009-06-11 Bjoern A. Zeebif_enc(4) is only useful with ipsec and either inet...
2009-06-11 Bjoern A. Zeebstf(4) supports `6to4' IPv6 in IPv4 encapsulation accro...
2009-06-11 Bjoern A. Zeebif_bridge(4) unfortunately is missing a lot of #ifdef...
2009-06-11 Dag-Erling... Lower WARNS due to alignment issues on sparc64.
2009-06-11 Bjoern A. Zeebcarp(4) allows people to share a set of IP addresses...
2009-06-11 Ed SchoutenCorrect my previous commit to pstat(8).
2009-06-11 Luigi RizzoAs discussed in the devsummit, introduce two fields...
2009-06-11 Kip Macycheck against prefetch_enable
2009-06-11 Ariff AbdullahRemove custom KOBJMETHOD(), CHANNEL_DECLARE() and MIXER...
2009-06-11 Ed SchoutenMake most of pstat(8) build with WARNS=6.
2009-06-11 Dag-Erling... As of sam's r175206, arp builds cleanly at WARNS level...
2009-06-11 Sam LefflerWhen associating to an AP we don't know if HT is negoti...
2009-06-10 Jung-uk KimCatch up with r193750 (OsdSynch.c locking changes):
2009-06-10 Edwin GroothuisAdd euro symbol to pt_PT locale using other encodings
2009-06-10 Edwin GroothuisCroatian locale support for hr_HR.ISO8859-2
2009-06-10 Bjoern A. Zeebpflog, pfsync depend on pf and pf depends on inet.
2009-06-10 Bjoern A. ZeebUpdate vnet_net size guard values after r193951.
2009-06-10 Edwin GroothuisInvalid (long) date format in pl_PL.ISO8859-2.src
2009-06-10 Bjoern A. ZeebUnfortunately fs/nfsserver depends on INET at the momen...
2009-06-10 Bjoern A. Zeebif_gre.c insists on INET:
2009-06-10 Rick MacklemThis commit is analagous to r193952, but for the experi...
2009-06-10 Bjoern A. Zeebipfirewall insists on INET:
2009-06-10 Kip Macyuse default policy for enabling prefetching unless...
2009-06-10 Rick MacklemAdd a test for VI_DOOMED just after nfs_upgrade_vnlock...
2009-06-10 Konstantin... Adapt vfs kqfilter to the shared vnode lock used by...
2009-06-10 Bjoern A. Zeebip_divert.c requires both INET and IPFIREWALL to be...
2009-06-10 Bjoern A. ZeebIPsec depends on either IPv4 (inet) or IPv6 (inet6...
2009-06-10 Bjoern A. ZeebProperly hide IPv4 only variables and functions under...
2009-06-10 Andriy Gaponrc.d/fsck: allow additional options for fsck_y_enable...
2009-06-10 Andriy Gaponfsck_msdosfs: accept no-op -C option for compatibilty...
2009-06-10 Rick MacklemFor the case where another thread was doing a connect...
2009-06-10 John BaldwinChange a few members of tcpcb that store cached copies...
2009-06-10 Ed SchoutenMake the demo/stress tools build again, after my change...
2009-06-10 Ed SchoutenSmall cleanups to the jail script:
2009-06-10 Warner LoshThese are no longer referenced in the tree, so can...
2009-06-10 Coleman KaneFix an LOR
2009-06-10 Warner LoshMove from using devclass_find_free_unit(cfi_diskclass...
2009-06-10 Warner LoshMove from using devclass_find_free_unit(ata_devclass...
2009-06-10 Warner LoshEliminate devclass_find_free_unit call here, since...
2009-06-10 Konstantin... Do not leak the state->ls_lock after VI_DOOMED check...
2009-06-10 Konstantin... For cd9660_ioctl, check for recycled vnode after lockin...
2009-06-10 Jamie GrittonIn the old-style jail command line, explicitly set...
2009-06-10 Bjoern A. ZeebSCTP needs either IPv4 or IPv6 as lower layer[1].
2009-06-10 George V. Neville... Add a missing error statistic, the number of FCS errors...
2009-06-10 Konstantin... Fix r193923 by noting that type of a_fp is struct file...
2009-06-10 Konstantin... s/a_fdidx/a_fp/ for VOP_OPEN comments that inline struc...
2009-06-10 Konstantin... Remove unused VOP_IOCTL and VOP_KQFILTER implementation...
2009-06-10 Konstantin... VOP_IOCTL takes unlocked vnode as an argument. Due...
2009-06-10 John BaldwinPreallocate the four BARs in ALI SATA controllers durin...
2009-06-10 Konstantin... Regenerate
2009-06-10 Konstantin... Add several syscall compat32 entries for extattr manipu...
2009-06-10 Bjoern A. Zeebip_gif_ttl/GIF_TTL are only used by the inet part in...
2009-06-10 Peter GrehanGet the gdb/psim emulator functioning again.
2009-06-10 Edwin Groothuisadd ca_AD, ca_FR and ca_IT locales
2009-06-10 Ariff AbdullahAttempt to fix parallel build.
2009-06-10 Bjoern A. ZeebAll consumers of in_cksum.h have been properly #ifdefed...
2009-06-10 Luigi Rizzoin ip_dn_ctl(), do not allocate a large structure on...
2009-06-10 Bjoern A. ZeebRemove the "The option TCPDEBUG requires option INET...
2009-06-10 Luigi Rizzosmall simplifications to the code in charge of reaping...
2009-06-10 Colin PercivalPrevent integer overflow in direct pipe write code...
2009-06-10 Bjoern A. ZeebPut the variable declarations for TCPDEBUG under #ifdef...
2009-06-10 Bjoern A. ZeebThe llentry *lle is only used in cases of INET or INET6.
2009-06-10 Ariff AbdullahMove all sound related scripts to its own 'sound' subdir.
2009-06-10 Pyun YongHyeonOops, fix directory name.
2009-06-10 Ariff AbdullahMove machine dependant AFMT_* definition from sound.h
2009-06-10 Sam LefflerMarvell 88W8363 driver and associated firmware
2009-06-10 Sam Leffleriwn does not require a license ack
2009-06-10 Pyun YongHyeonFix typo.
2009-06-10 Pyun YongHyeonAdd alc(4) man page and hook up ale(4) to the build.
2009-06-10 Pyun YongHyeonAdd alc(4) to the list of supported network interface.
2009-06-10 Pyun YongHyeonAdd alc(4), a driver for Atheros AR8131/AR8132 PCIe...
2009-06-10 Kip MacyAs far as I can tell systems that have less than 4GB...
2009-06-10 Pyun YongHyeonController will dma SCB command status for a given...
2009-06-10 Warner LoshWe can actually remove devclass_find_driver.
2009-06-09 Warner LoshThese are no longer public, so remove the man page.
2009-06-09 Warner LoshAs discussed on arch@, restire
2009-06-09 Edwin Groothuisja_JP: AM/PM date format should be localized.
2009-06-09 Edwin GroothuisFix LC_NUMERIC and LC_MONETARY for de_CH locale
2009-06-09 Jamie GrittonFix some overflow errors: a signed allocation and an...
2009-06-09 Kip Macyopt in to flowtable on i386/amd64
2009-06-09 Kip Macyrevert to opt-in flowtable
2009-06-09 Bjoern A. ZeebAdd opt_inet.h back lost with r190872.
2009-06-09 Oleg BulyzhinSync struct ng_ipfw_tag description with sources.
2009-06-09 Kip Macyadd explanatory header license
2009-06-09 Oleg BulyzhinClose long existed race with net.inet.ip.fw.one_pass...
2009-06-09 Kip Macymake flowtable opt-out
2009-06-09 Kip Macyremove flowtable from DEFAULTS
2009-06-09 Kip Macymove jenkins hash to its own header in libkern
2009-06-09 Doug Barton1. Update the message that prints out for -U when the...
2009-06-09 Edward Tomasz... Add part of NFSv4 ACL kernel support code that is requi...
2009-06-09 Kip Macy- add drbr routines for accessing #qentries and conditi...
2009-06-09 Marcel MoolenaarPass the previously returned IRQ back to arm_get_next_i...
2009-06-09 Marcel MoolenaarDisable interrupts to allow booting on firmware (e...
2009-06-09 Alan CoxEliminate an instance of VM_PROT_READ_IS_EXEC that...
2009-06-09 Sam Lefflerprotect callouts with the com lock
next