Merge branch 'vendor/OPENSSL'
[dragonfly.git] / sys /
2009-04-11 Peter AvalosMerge branch 'vendor/OPENSSL'
2009-04-08 Sascha Wildnertcp_{debug,timer}.h & protosw.h: Constify some strings.
2009-04-08 Sascha Wildnersemaphore.h: Revert the last commit. NULL is not define...
2009-04-08 Sepherosa Ziehaualtq_cbq: In restart, release ALTQ serializer to avoid...
2009-04-07 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-07 Matthew DillonHAMMER VFS - Fix edge case in mirroring code.
2009-04-07 Sascha WildnerSync a couple of prototypes (mknod(), mktemp() & friend...
2009-04-07 Thomas NikolajsenMerge commit 'chlamydia/master'
2009-04-07 Thomas Nikolajsensys/types.h: Add protection of typedefs
2009-04-07 Sascha WildnerReplace all casts of NULL to something with NULL.
2009-04-07 Sascha Wildner<sys/un.h>: #include <sys/file.h> for struct file.
2009-04-07 Sascha WildnerGenerally use NULL instead of explicitly casting 0...
2009-04-07 Sascha WildnerGenerally use NULL instead of explicitly casting 0...
2009-04-07 Sascha Wildnersys/dev/usbmisc/Makefile: Remove duplicate entry.
2009-04-07 Peter AvalosBump libc's version and __DragonFly_version for recent...
2009-04-07 Peter AvalosClean up sysconf and associated headers.
2009-04-07 Peter AvalosFix some namespace issues with grp.h and pwd.h.
2009-04-07 Peter AvalosAdd a tcgetsid() function that returns session id.
2009-04-07 Peter AvalosSync syslogd with FreBSD:
2009-04-07 Peter AvalosSync sys/queue.h with FreeBSD:
2009-04-07 Peter AvalosMake FLT_ROUNDS reflect the dynamic rounding mode and...
2009-04-07 Peter AvalosAdd a few new errnos and improve documentation.
2009-04-07 Peter AvalosSync lib/net with FreeBSD:
2009-04-07 Peter AvalosAdd a <fenv.h> implementation.
2009-04-05 Sepherosa Ziehauether_input(): Remove unapplied comment
2009-04-05 Sepherosa Ziehauvlan(4): Support IFF_PROMISC and IFF_ALLMULTI
2009-04-05 Sepherosa Ziehauether_input: Defer promiscous packet discarding until...
2009-04-05 Sepherosa ZiehauUse ETHER_IS_MULTICAST, which is more expressive.
2009-04-05 Sepherosa Ziehaumbuf: Don't discount the objcache limits required by...
2009-04-05 Sepherosa Ziehaualtq: ifq needs protection here; not ifnet
2009-04-04 Sascha Wildnervkernel: Comment out unused variable.
2009-04-04 Sepherosa Ziehaubridge(4): if_snd.ifq_maxlen does not need explicit...
2009-04-04 Matthew DillonHAMMER - Fix extra TAILQ_REMOVE in HAMMER shutdown...
2009-04-03 Matthew DillonRevoke reimplementation - primary commit part 2/2.
2009-04-03 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-03 Matthew DillonRevoke reimplementation - primary commit part 1/2.
2009-04-03 Sascha Wildnerusched_dummy: Silence warning
2009-04-02 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-02 Matthew DillonAMD64 - Fixes to make dynamic binaries run
2009-04-02 Matthew DillonAMD64 - More signal handler work. Signals now appear...
2009-04-02 Matt DillonFix permissions check for utimes() - owner can call...
2009-04-02 Matthew DillonAMD64 - Remove some debugging.
2009-04-02 Matthew DillonAMD64 - Make signals operational, fix reg mappings...
2009-04-01 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-01 Matthew DillonFix quickworld for crossbuilding - use ln -hsf to repla...
2009-04-01 Sascha WildnerRemove CVS ID from the loader help file.
2009-04-01 Simon Schubertusched_dummy: just proceed if the current thread is...
2009-04-01 Hasso TepperSimplify the radeon microcode loading.
2009-04-01 Hasso TepperAdd a comment for reminder about nocache.
2009-04-01 Hasso TepperLoad the right microcode for RS780.
2009-04-01 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-01 Matthew Dillonvkernel: Fix startup race with I/O cothread support.
2009-03-31 Matthew DillonUse atomic_fetchadd_int() in fdrop() instead of the...
2009-03-31 Matthew DillonAdjust vfinddev() to return a referenced vnode in ...
2009-03-29 Sascha Wildner<sys/tree.h>: Add __unused (fixes warning in undo(1)).
2009-03-29 Matthew DillonFix an IPI messaging lockup which can occur while in...
2009-03-28 Sepherosa Ziehauipflow: Add macros to check ipflow refcnt, which is...
2009-03-28 Sepherosa Ziehauipflow: React to local address change quickly.
2009-03-28 Sepherosa Ziehauipflow: Flush ipflow if a new route is successfully...
2009-03-28 Matthew DillonMisc fixes for cross-building amd64.
2009-03-27 Matthew DillonMake the jg_tos_ok debug check amd64-specific only...
2009-03-27 Matthew DillonAdjust the KTR code to use cache-aligned per-cpu struct...
2009-03-27 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-03-27 Matthew DillonFix DDB's 'show ktr' command - improper panic and impro...
2009-03-27 Sascha WildnerFix a few typos.
2009-03-27 Hasso TepperSync DRM code with FreeBSD trunk rev 190433.
2009-03-27 Matthew DillonFix a recently introduced compile time error w/ IPSEC.
2009-03-26 Sepherosa Ziehauip_forward: Don't cache IP forwarding route.
2009-03-26 Sepherosa Ziehauem/emx(4): Add 82571EB Bypass to the supported device...
2009-03-26 Sepherosa Ziehauip_dooptions: Don't abuse ipforward_rt
2009-03-22 Sepherosa Ziehaunetisr: Set M_HASH and pkthdr.hash if software calculat...
2009-03-22 Sepherosa Ziehauemx(4): Pass packet info to ether_input_chain()
2009-03-22 Sepherosa Ziehauemx(4): Correct RSS configuration.
2009-03-21 Sepherosa Ziehauether_input: Gather some RSS debug statistics.
2009-03-21 Sepherosa Ziehaujme(4): Don't deliver packet info if the packet has...
2009-03-21 Sepherosa Ziehaujme(4): Allow stats to be writable
2009-03-21 Sepherosa Ziehauip_demux: Add ip_mport_pktinfo() to map IP packets...
2009-03-21 Sepherosa Ziehaujme(4): Pass packet info to ether_input_chain()
2009-03-21 Sepherosa Ziehaujme(4): Disable TXCSUM by default to improve bulk data...
2009-03-21 Sepherosa Ziehautoeplitz: Promote net/toeplitz.c to 'standard' file
2009-03-21 Sepherosa Ziehautoeplitz: Hash function renaming
2009-03-21 Sepherosa Ziehaujme(4): Don't mess with M_PKTHDR
2009-03-21 Sepherosa Ziehauether_input/ktr: Add ether_input_chain end KTR into...
2009-03-21 Sepherosa Ziehauether_input/rss: Pass packet info to ether_input_chain.
2009-03-21 Sepherosa Ziehaumbuf: Add M_HASH mbuf flag and use the 'pad' field...
2009-03-20 Sepherosa Ziehauether_input: Factor out ether_dispatch()
2009-03-20 Sepherosa Ziehaunetisr: Add pktinfo struct; add new netisr method to...
2009-03-19 Sepherosa ZiehauRename lwkt_portfn_t to pkt_portfn_t
2009-03-18 Sepherosa Ziehaujme(4): Using code logic to create redirect table.
2009-03-18 Sepherosa Ziehaujme(4): Get key from Toeplitz code
2009-03-18 Sepherosa Ziehautoeplitz: Add toeplitz_get_key() and nuke toeplitz_get_...
2009-03-17 Sepherosa Ziehauatphy: Reset PHY after extracting MII capabilities...
2009-03-17 Sepherosa Ziehauale(4): Don't read/write 1000baseT specific MII registe...
2009-03-17 Sepherosa Ziehaubce/bge(4): Allow txcsum/rxcsum to be set individually
2009-03-17 Sepherosa Ziehauether_demux: Add comment
2009-03-17 Sepherosa Ziehaubridge: If we could enter bridge_input, then M_ETHER_BR...
2009-03-17 Sepherosa Ziehauether_input: Add M_ETHER_VLANCHECKED
2009-03-17 Sepherosa Ziehauether_input: Factor out ether_vlancheck()
2009-03-17 Sepherosa ZiehauAdd M_LENCHECKED mbuf flag.
2009-03-17 Sepherosa ZiehauDefine M_ETHER_BRIDGED to M_PROTO1
next