A threaded process going into SZOMB may still have active threads which are
[dragonfly.git] / sys /
2008-03-20 Matthew DillonA threaded process going into SZOMB may still have...
2008-03-20 Matthew DillonImprove vkernel support.
2008-03-20 Peter AvalosMerge from vendor branch BZIP:
2008-03-19 Matthew DillonHAMMER 33B/many: Further B-Tree fix.
2008-03-19 Matthew DillonHAMMER 33/many: Expand transaction processing, fix...
2008-03-19 Sepherosa ZiehauTiny step to keep ether header in mbuf on ethernet...
2008-03-19 Sepherosa Ziehau- Factor out ether_restore_header() from ether_ipfw_chk...
2008-03-18 Matthew DillonHAMMER 32B/many: Reblocking work.
2008-03-18 Sepherosa ZiehauNuke stack variable which is only used by INVARIANTS
2008-03-18 Hasso TepperSync Bluetooth stack with NetBSD.
2008-03-18 Hasso TepperProtect macros with "do { } while(0)" where needed.
2008-03-18 Matthew DillonHAMMER 32/many: Record holes, initial undo API, initial...
2008-03-16 Hasso TepperRegenerate miidevs.h.
2008-03-16 Hasso Tepper10Base-TX -> 10Base-T and 1000Base-TX -> 1000Base-T...
2008-03-16 Sepherosa ZiehauRework vlan configuration processing:
2008-03-16 Sepherosa ZiehauAdd ASSERT_NOT_SERIALIZED
2008-03-15 Aggelos EconomopoulosThe i386/amd64 abi specifies that the direction flag...
2008-03-14 Matthias SchmidtIntroduce two new ioctl(2) commands, BIOCLOCK and BIOCS...
2008-03-13 Sascha WildnerNuke unneded include.
2008-03-12 Dave HayesMerge from vendor branch BSDINSTALLER:
2008-03-10 Sepherosa ZiehauAdd ETHER_BPF_MTAP() which will call vlan_ether_ptap...
2008-03-10 Hasso TepperRemove #ifndef __cplusplus around wchar related stuff...
2008-03-10 Sepherosa ZiehauFactor out vlan_ether_ptap() from vlan_input_tag()
2008-03-10 Sepherosa Ziehau- Embed ether vlan tag in mbuf packet header. Add...
2008-03-10 Sepherosa ZiehauAdd 'volatile' qualifier
2008-03-10 Sepherosa ZiehauSet framelen to 0; it might be used without being initi...
2008-03-09 Sascha WildnerAdd iwl
2008-03-09 Sepherosa Ziehau- Nuke no longer needed .PATH
2008-03-09 Sepherosa Ziehau- Add an entry for iwl(4)
2008-03-08 Sepherosa ZiehauShut up gcc warning (if ifac is not NULL, ifa must...
2008-03-08 Sepherosa ZiehauDon't duplicate code of ether_ioctl()
2008-03-08 Sepherosa ZiehauCleanp leftover of the ifnet.if_addrhead parallelizing.
2008-03-08 Sepherosa Ziehau- In command RX intr, if the command number returned...
2008-03-07 Sepherosa ZiehauParallelize ifnet.if_addrhead accessing by duplicating...
2008-03-06 Peter AvalosAdvertise to CAM the ability of 790X controllers to...
2008-03-06 Peter AvalosRemove superfluous setting of the transport_version...
2008-03-06 Peter AvalosOnly print sense data diagnostics if debugging is enabl...
2008-03-06 Sepherosa ZiehauMake sure stack variable is cleared.
2008-03-05 Sepherosa ZiehauRewrite driver for Intel 2100BG:
2008-03-05 Sepherosa ZiehauAdd serializer port backend. Implementation is mainly...
2008-03-05 Sepherosa ZiehauAdd serialize_sleep(), which will atomically release...
2008-03-04 Sepherosa ZiehauAdd capability flag to inform 802.11 generic layer...
2008-03-01 Sascha WildnerAnsify some remaining function definitions in the kernel.
2008-03-01 Matthew DillonClean up the token code and implement lwkt_token_is_sta...
2008-02-28 Sascha WildnerAdd an experimental driver for NICs using Silan Microel...
2008-02-28 Sascha WildnerRegenerate
2008-02-28 Sascha WildnerAdd some PCI IDs for the upcoming sln(4) driver.
2008-02-28 Thomas E. SpanjaardRemove unmatched crit_exit() from dsp_ioctl(). A critic...
2008-02-27 Thomas E. SpanjaardFix the fact that I thought about adding a comment...
2008-02-25 Thomas E. SpanjaardMake sure we tally an interrupt when calling sched_ithd...
2008-02-24 Matthew DillonHAMMER 31C/many: Fix livelock in deadlock handling...
2008-02-24 Matthew DillonHAMMER 31B/many: Fix busy block dev on HAMMER umount
2008-02-24 Matthew DillonHAMMER 31A/many: File data size optimization
2008-02-24 Sepherosa Ziehauconstify channel parameter
2008-02-23 Matthew DillonHAMMER 30C/many: Fix more TID synchronization issues
2008-02-23 Matthew DillonHAMMER 30B/many: Minor bug fix.
2008-02-23 Matthew DillonHAMMER 30A/many: blockmap cleanup
2008-02-23 Matthew DillonHAMMER 30/many: blockmap work.
2008-02-23 Sascha WildnerFinally, re-add an #endif I removed. :)
2008-02-23 Sascha WildnerRevert my previous two commits. Varsym prototypes are...
2008-02-22 Matthew DillonRequire the the core file be owned by the user. Please...
2008-02-22 Sascha WildnerFix typo from previous commit.
2008-02-22 Sascha WildnerAdd prototypes for the varsym system calls.
2008-02-21 Hasso TepperAdd _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLN varia...
2008-02-21 Hasso TepperAdd more device id's to the ugensa(4) taken mostly...
2008-02-20 Hasso TepperAdd some Sierra Wireless devices found in Linux sierra...
2008-02-20 Matthew DillonHAMMER 29/many: Work on the blockmap, implement the...
2008-02-19 Thomas Nikolajsenloader help update:
2008-02-19 Thomas NikolajsenFix typo.
2008-02-17 Nuno AntunesFix typo in comment.
2008-02-16 Matthew DillonFix an issue where the random number generator's random...
2008-02-16 Matthias SchmidtFix two typos
2008-02-15 Sepherosa ZiehauTypo
2008-02-15 Sepherosa Ziehau- Try adjusting TX power as much as possible when doing...
2008-02-14 Sepherosa ZiehauRelease serializer around firmware_load_image() to...
2008-02-14 Sepherosa ZiehauInitialize firmware image tailq
2008-02-12 Simon SchubertUnstaticize some variables so ktrdump will find them.
2008-02-12 Simon SchubertAdd O_SYNC, a SUSv3 alias for O_FSYNC (well, roughly).
2008-02-12 Matthew DillonOops, drop head's version back one for head (it was...
2008-02-12 Matthew DillonRelease Engineering on HEAD.
2008-02-12 Matthew DillonBump to 1.11.1 prior to 1.12 branch and update the...
2008-02-11 Simon SchubertReport the last error code when searching for a tap...
2008-02-11 Sascha WildnerClean up remains of the umsm(4) -> ugensa(4) renaming.
2008-02-11 Hasso Tepperumsm(4) -> ugensa(4) as it makes much more sense -...
2008-02-11 Matthew DillonMake the Brother HL1240 printer work with ulpt.
2008-02-11 Nuno AntunesFix arprequest serialization.
2008-02-10 Matthew DillonHAMMER 28A/many: Translation and write performance...
2008-02-10 Simon SchubertYield after processing a couple of vnodes to avoid...
2008-02-10 Sepherosa Ziehautcp_output_dispatch() is only used by SMP kernel
2008-02-10 Matthew DillonHAMMER 28/many: Implement zoned blockmap
2008-02-10 Sepherosa Ziehau- Turn on IFM_HDX
2008-02-10 Peter AvalosMake CAM_NEW_TRAN_CODE default.
2008-02-09 Peter AvalosMerge from vendor branch TNFTP:
2008-02-09 Peter AvalosMPSAFE locking for the ahc/ahd drivers using lockmgr...
2008-02-09 Sepherosa ZiehauIn TCP PRU_CONNECT handling, install inp's route with...
2008-02-08 Sepherosa ZiehauUse per softc debug level instead of a global one.
2008-02-08 Matthew DillonHAMMER 27/many: Major surgery - change allocation model
2008-02-06 Nicolas Therylinker_file_add_dependancy() never fails so change...
2008-02-06 Matthew DillonHAMMER 26/many: Misc features.
2008-02-06 Matthew DillonFix some NFS related bugs which cause the mount point...
next