dragonfly.git
2008-09-27 Peter AvalosMerge from vendor branch OPENSSH:
2008-09-27 Peter AvalosImport OpenSSH-5.1p1.
2008-09-27 Peter AvalosUpgrade to OpenSSL 0.9.8i.
2008-09-27 Peter AvalosMerge from vendor branch OPENSSL:
2008-09-27 Peter AvalosImport OpenSSL-0.9.8i.
2008-09-27 Matthew DillonDo not loop forever if narg becomes negative. This...
2008-09-27 Sepherosa ZiehauRevoke the INTR_MPSAFE flag; nata is not MPSAFE yet.
2008-09-27 Sepherosa ZiehauFor SMP kernel
2008-09-26 Sepherosa ZiehauSchedule ipfw_tick() to IPFW_CFGPORT to run, this funct...
2008-09-26 Hasso TepperAttempt to fix the crash if accessing usb device(s...
2008-09-25 Sepherosa Ziehau- Minor style and white space changes
2008-09-25 Sepherosa ZiehauIf not in debugger, output kernel debug information...
2008-09-25 Sepherosa ZiehauAdd NETISR_TO_MSGF() to convert netisr.ni_flags to...
2008-09-25 Matthias SchmidtRemove the untrue example section of the man page....
2008-09-24 Sascha WildnerFix function name.
2008-09-24 Sepherosa ZiehauIf the current thread is not a network thread then...
2008-09-24 Sepherosa ZiehauAdd NETISR_FLAG_NOTMPSAFE, which could be used as the...
2008-09-24 Sepherosa ZiehauMark all msgs used by polling(4) as MPSAFE ones
2008-09-24 Sepherosa ZiehauInclude necessary head file for {get,rel}_mplock()...
2008-09-24 Matthew DillonAdditions to 'hammer pfs-*':
2008-09-24 Matthew Dillonsleep for a shorter period of time when an excessive...
2008-09-24 Matthew DillonRename the PFSD structure's prune_path[64] to snapshots...
2008-09-23 Matthew DillonFix a double-flush which was occuring for every unlinke...
2008-09-23 Matthew DillonChange the autoflush code to autoflush when a flush...
2008-09-23 Matthew DillonMake two more changes to the ata request queue sorting...
2008-09-23 Sepherosa Ziehaupolling(4)'s poll/pollmore netmsg handler will not...
2008-09-23 Sepherosa ZiehauOn ethernet input path:
2008-09-23 Sepherosa ZiehauUse netmsg_service_sync() to protect vlan_input_p
2008-09-23 Sepherosa ZiehauAdd following three network protocol threads running...
2008-09-22 Hasso TepperAdd _SC_PAGE_SIZE as alias to _SC_PAGESIZE to make...
2008-09-21 Matthew DillonHAMMER: Fix a couple of minor non-corrupting bugs in...
2008-09-20 Sepherosa Ziehau- Add KTR of ethernet operations
2008-09-20 Matthew Dillon* Fix a bug in runcmd() - the argv[] list was not NULL...
2008-09-20 Matthew DillonIf snapshots are disabled and the snapshots directory...
2008-09-20 Sepherosa ZiehauAdd PFIL_MPSAFE flag to give hint to pfil(9) that the...
2008-09-20 Sepherosa ZiehauInstead of rejecting the eligible packet back into...
2008-09-20 Sepherosa ZiehauAdd TDF_NETWORK lwkt flag, so various assertion could...
2008-09-20 Matthew DillonAdd the 'hammer cleanup' command. This is a meta-comma...
2008-09-19 Sascha WildnerRemove dereference of uninitialized 'i'.
2008-09-19 Sascha WildnerRemove dereference of 'i' which is never set. getopt...
2008-09-19 Sepherosa ZiehauUpdate comment
2008-09-19 Sepherosa ZiehauCheck ipfw static rules generation after get the BGL
2008-09-19 Sepherosa ZiehauAdd workaround for JMC250A2 under 10/100 hdx mode.
2008-09-19 Sepherosa Ziehau- Add workaround field in softc
2008-09-19 Simon SchubertAs a safety measure, don't install dma with setuid...
2008-09-18 Matthew DillonUnbreak buildworld a slightly different way. Adjust...
2008-09-18 Sepherosa ZiehauIn bridge(4), if the packet is tagged for dummynet...
2008-09-18 Sascha WildnerUnbreak buildworld: define _KERNEL_STRUCTURES for struc...
2008-09-18 Sepherosa ZiehauIf there are no pfil hooks, just remove the dummynet...
2008-09-17 Matthew Dillon* Implement the ability to export NULLFS mounts via...
2008-09-17 Sepherosa ZiehauCall ifnet.if_output() in netisr0, so it executes in...
2008-09-17 Sepherosa Ziehau'dst' does not need to be static
2008-09-17 Sepherosa ZiehauEmbed a netmsg in ifaddr_container, so IFAFREE could...
2008-09-17 Sepherosa ZiehauMake net/netmsg.h userspace friendly
2008-09-17 Sepherosa ZiehauUse absolute inclusion path
2008-09-17 Sepherosa Ziehau'func' has the type of pfil_func_t
2008-09-17 Sepherosa ZiehauAlways enable ETHER_INPUT_CHAIN support
2008-09-17 Sepherosa ZiehauRemove the '2' suffix from ether_input_chain and vlan_i...
2008-09-17 Sepherosa ZiehauNuke unused function
2008-09-17 Sepherosa Ziehau- Remove unnecessary crit sections
2008-09-17 Sepherosa ZiehauFactor out ipfw_match_uid(), put it under BGL explicitly
2008-09-16 Thomas Nikolajsen * fix markup of `auto' argument
2008-09-16 Matthias SchmidtCommit the remainder of Max's dma work (with minor...
2008-09-16 Thomas NikolajsenAdd note that NFS exporting PFSs isn't supported yet.
2008-09-16 Sascha WildnerSilence warnings about unhandled enum values.
2008-09-16 Sepherosa ZiehauFix stack variable names inheritted from ip_{input...
2008-09-16 Sascha WildnerIf ae is NULL, just print that the controller is unsupp...
2008-09-16 Sepherosa ZiehauAdd DUMMYNET_DEBUG option
2008-09-16 Sepherosa Ziehau- Rework ipfw(4) debug print macro
2008-09-16 Sepherosa ZiehauSave flags pass by caller
2008-09-16 Sepherosa Ziehaustruct packet_filter_hook is actually implementation...
2008-09-16 Sepherosa Ziehauip_dn_stop() and ip_dn_stop_dispatch() is used only...
2008-09-16 Sepherosa ZiehauHeader inclusion
2008-09-16 Sepherosa Ziehaumycpu->gd_cpuid -> mycpuid
2008-09-16 Sepherosa ZiehauSYSCTL_NODE is always defined
2008-09-16 Sepherosa ZiehauBump ipfw static rules generation when set/clear IPFW_F...
2008-09-16 Matthias SchmidtRemove the -1 option from the installer.
2008-09-16 Sascha WildnerIf a NULL pointer was passed, panic like everywhere...
2008-09-15 Thomas Nikolajsen * Move description of hw.usb.hack_defer_exploration
2008-09-15 Thomas Nikolajsen * Break line at end of sentence
2008-09-15 Thomas NikolajsenFix old ATA driver name.
2008-09-15 Thomas Nikolajsen * /loader is loaded if /boot/loader fails
2008-09-15 Thomas NikolajsenFix markup:
2008-09-15 Thomas NikolajsenWhite space fix: wrong TAB in usage.
2008-09-15 Thomas NikolajsenChange how DESTKERNNAME is handled:
2008-09-15 Thomas NikolajsenAdd note on move of kernel and modules to boot directory.
2008-09-15 Sascha WildnerSmall fix.
2008-09-15 Sascha WildnerSync zoneinfo database with tzdata2008f from elsie.
2008-09-15 Matthew DillonFix an invalidation case that tends to occur under...
2008-09-15 Sepherosa ZiehauUpdate pfil manpage:
2008-09-15 Sepherosa ZiehauWe always wait during pfil hook's adding and removing...
2008-09-14 Sascha WildnerAvoid conflict with <paths.h>.
2008-09-14 Sascha WildnerFix bug in normalization.
2008-09-14 Sascha WildnerAdd MLINK for dehumanize_number(3).
2008-09-14 Sascha WildnerAdd dehumanize_number(3).
2008-09-14 Sascha WildnerAdd NetBSD 5.0
2008-09-14 Sascha WildnerCount only partitions where the size was specified...
2008-09-14 Sascha WildnerFix calculation of total_capacity in case the user...
2008-09-14 Sepherosa ZiehauMake pfil(4) MPSAFE using following way:
2008-09-14 Sepherosa ZiehauSerialize pfil hooks' adding/removing by netisr0
next