Remove trailing blank space characters. mdoc(7) explicitly recommends doing
[dragonfly.git] / sys /
2005-07-31 Matthew DillonBump the development branch sub-version from 1.3.2...
2005-07-31 Matthew DillonStephan believes that this patch, just committed to...
2005-07-30 Joerg SonnenbergerFix macro name in comment.
2005-07-30 Joerg SonnenbergerRegen.
2005-07-30 Joerg SonnenbergerMove ostat definition from sys/stat.h into emulation43b...
2005-07-30 Joerg SonnenbergerGC unused variable.
2005-07-30 Joerg SonnenbergerSince we have a table for each device anyway, we can...
2005-07-30 Sascha Wildner-malign-functions is obsolete, use -falign-functions.
2005-07-30 Hiten PandyaRemove items from TODO list that have been implemented...
2005-07-29 Sascha WildnerRemove parameter names from prototypes.
2005-07-28 Matthew DillonThere is a case when B_VMIO is clear where a buffer...
2005-07-28 Matthew DillonIf multiple processes are being traced and some other...
2005-07-28 Joerg SonnenbergerRemove break after return.
2005-07-28 Joerg SonnenbergerWhile setting up a transmit packet disable interupts...
2005-07-28 Joerg SonnenbergerSync with FreeBSD(if_an.c 1.2.2.15, if_aironet_ieee...
2005-07-28 Joerg SonnenbergerSync with FreeBSD(if_anreg.h 1.1.2.9, if_an.c 1.2.2...
2005-07-28 Joerg SonnenbergerRemove unnecessary initialisations. Return ENXIO instea...
2005-07-28 Joerg SonnenbergerUse pcidevs and common PCI probe style.
2005-07-28 Joerg SonnenbergerRemove useless .PATH entries inherited from FreeBSD.
2005-07-27 Joerg SonnenbergerFactor out an_detach, since the implementation for...
2005-07-27 Joerg Sonnenbergercvtstat doesn't exist.
2005-07-27 Joerg SonnenbergerMerge revision 1.38 from FreeBSD:
2005-07-27 Matthew DillonAdd a missing crit_exit().
2005-07-26 Joerg SonnenbergerFreeBSD and NetBSD both use derivates of Sun's math...
2005-07-26 Matthew DillonAdd a new kernel compile debugging option, DEBUG_CRIT_S...
2005-07-26 Matthew DillonAdd missing crit_exit().
2005-07-26 Matthew DillonAdd a missing FREE_LOCK() call.
2005-07-26 Joerg SonnenbergerAdd a new feature-test macro __DF_VISIBLE for those...
2005-07-26 Hiten PandyaClean the VFS operations vector and related code:
2005-07-26 Joerg SonnenbergerDon't panic. Also races in the attach path.
2005-07-26 Hiten PandyaRemove outdated information with regard to old tinderbox.
2005-07-25 Hiten PandyaRemove conditional bits about other operating systems...
2005-07-25 Joerg SonnenbergerAdd support for HP hn210e usb ethernet.
2005-07-24 Joerg SonnenbergerAdd description of FPU for floating point conversion...
2005-07-24 Joerg SonnenbergerFix C++.
2005-07-23 Joerg Sonnenbergerregen.
2005-07-23 Joerg SonnenbergerRemove partial NetBSD support. It's pointless to have...
2005-07-23 Matthew DillonSupport disablement of chflags in a jail, part 2/2...
2005-07-23 Matthew DillonDo not compile the kernel with the stack protector...
2005-07-23 Matthew DillonFix a sockbuf race. Currently the m_free*() path can...
2005-07-23 Matthew DillonFix a critical bug in the IPI messaging code, effecting...
2005-07-21 Joerg SonnenbergerAdd emulation of statvfs and fstatvfs based on statfs...
2005-07-21 Joerg SonnenbergerMerge from vendor branch ZLIB:
2005-07-21 Matthew DillonAdditional work to try to make panics operate better...
2005-07-21 Matthew DillonOnly compile in lwkt_smp_stopped() on SMP builds.
2005-07-20 Matthew DillonSupport disablement of chflags in a jail, part 1/2.
2005-07-20 Matthew DillonWhen a cpu is stopped due to a panic or the debugger...
2005-07-20 Matthew DillonAdd some conditionalized debugging 'PANIC_DEBUG', to...
2005-07-20 Matthew DillonAdd some debugging code to catch any dirty inodes which...
2005-07-20 Matthew DillonLimit switch-from-interrupt warnings to once per thread...
2005-07-19 Matthew DillonInterlock panics that occur on multiple cpus before...
2005-07-19 Matthew DillonIf a fatal kernel trap occurs from an IPI or FAST inter...
2005-07-19 Matthew DillonFix a MP lock race. The MP locking state can change...
2005-07-18 Matthew DillonFix numerous extremely serious bugs in OHCI's iso-synch...
2005-07-18 Matthew DillonAdd KTR support for usb_mem to trace usb-related alloca...
2005-07-18 Matthew DillonDELAY() is a spin loop, we can't use it any more becaus...
2005-07-17 Sascha WildnerAllow only non-banked direct modes.
2005-07-17 Matthew DillonWhen a usb mass storage device is removed the related...
2005-07-17 Sascha WildnerRemove DEC Alpha support.
2005-07-16 Matthew DillonKTR_MALLOC should be KTR_MEMORY
2005-07-16 Matthew Dillon* Fix a bug that could cause dc_stop() to try to m_free...
2005-07-16 Matthew DillonReorder the INVARIANTS test in crit_enter() to occur...
2005-07-16 Matthew DillonMove a mistaken crit_exit() into a crit_enter(), which...
2005-07-16 Matthew DillonAdd some missing crit_exit()'s. The original code...
2005-07-15 Eirik NygaardTie SCTP into the kernel, this includes adding a new...
2005-07-15 Eirik NygaardDon't return right after a goto.
2005-07-15 Eirik NygaardCall suser() with the correct number of arguments.
2005-07-15 Eirik NygaardRemove forgotten debug printf.
2005-07-15 Eirik NygaardConvert spl* to critical sections.
2005-07-15 Eirik NygaardAdd a forth argument to soreserve(). Pass just a NULL...
2005-07-15 Eirik NygaardInitialize a few more timers.
2005-07-15 Eirik NygaardProperly handle mbuf copying on DragonFly when we try...
2005-07-15 Eirik NygaardRemove the second argument to ip_stripoptions(), it...
2005-07-15 Eirik NygaardAdd va_arg handling for DragonFly.
2005-07-15 Eirik NygaardWe have to declare the parent node for a sysctl.
2005-07-15 Eirik NygaardOur mbuf allocation flags are prefixed with MB_ not M_.
2005-07-15 Eirik NygaardAdd DragonFly to the #ifdef mess.
2005-07-15 Eirik NygaardCommit untouched SCTP files from KAME originally writte...
2005-07-14 Joerg SonnenbergerMerge from vendor branch OPENSSH:
2005-07-14 Hiten PandyaCorrect a typo, v_rbdirty_tree is for dirty buffers.
2005-07-13 Jeroen Ruigrok/asmodaiAdd PF_MASKOS and PF_MASKPROC and realign the comment...
2005-07-13 Jeroen Ruigrok/asmodaiAdd STB_LOOS, STB_HIOS, STT_COMMON, STT_LOOS, STT_HIOS...
2005-07-13 Jeroen Ruigrok/asmodaiAdd section group flags (GRP_*).
2005-07-13 Jeroen Ruigrok/asmodaiAdd SHF_MERGE, SHF_STRINGS, SHF_INFO_LINK, SHF_LINK_ORDER,
2005-07-13 Jeroen Ruigrok/asmodaiAdd SHT_INIT_ARRAY, SHT_FINI_ARRAY, SHT_PREINIT_ARRAY...
2005-07-13 Jeroen Ruigrok/asmodaiAdd SHN_LOOS, SHN_HIOS and SHN_XINDEX.
2005-07-13 Jeroen Ruigrok/asmodaiAdd ELFOSABI for OpenVMS, HP Non-Stop Kernel, and Amiga...
2005-07-13 Jeroen Ruigrok/asmodaiRetire EM_486.
2005-07-13 Jeroen Ruigrok/asmodaiDemarcate e_machine reserved ranges.
2005-07-13 Jeroen Ruigrok/asmodaiEM_ALPHA has been assigned number 41 nowadays, reflect...
2005-07-13 Jeroen Ruigrok/asmodaiExpand e_machine per ELF ABI of Dec 2003.
2005-07-13 Jeroen Ruigrok/asmodaiSeriously expand e_machine.
2005-07-13 Joerg SonnenbergerCall bus_setup_intr in xe_attach, not xe_activate....
2005-07-13 Jeroen Ruigrok/asmodaiExpand e_type with OS and processor-specific ranges.
2005-07-13 Jeroen Ruigrok/asmodaiAdd SHF_TLS and STT_TLS to complete the ELF ABI for...
2005-07-13 Joerg SonnenbergerMove PCCARD attachment into separate file. Use the...
2005-07-13 Joerg SonnenbergerUse if_printf most of the time and remove the device_t...
2005-07-13 Joerg SonnenbergerUse ether_crc32_be.
2005-07-13 Joerg SonnenbergerChange to common PCI probe style.
2005-07-13 Joerg SonnenbergerRemove unused junk.
next