Fix typos.
[dragonfly.git] / sys /
2006-10-21 Sepherosa ZiehauWOL_MAGIC 0x7770 -> 0x1111
2006-10-21 Sepherosa ZiehauChange the AMRR TX rate control algorithm:
2006-10-21 Sepherosa ZiehauNuke M_HASFCS processing in ieee80211_input(), since
2006-10-21 Matthew DillonReformulate the way the kernel updates the PMAPs in...
2006-10-20 Matthew DillonAdd a ton of infrastructure for VKERNEL support. ...
2006-10-20 Jeffrey HsuRefactor internal ip6_splithdr() API to make it more...
2006-10-19 Sascha WildnerAdjust stuff to the renaming of free to kfree and reall...
2006-10-19 Sascha WildnerAdjust man pages, comments, messages and some defunct...
2006-10-19 Jeffrey HsuCosmetic cleanups.
2006-10-18 Jeffrey HsuOpenBSD rev 1.66:
2006-10-17 Sepherosa Ziehauregen
2006-10-17 Sepherosa ZiehauAdd device id for USR Robotics 997902 Gigabit Ethernet
2006-10-17 Sepherosa Ziehauregen
2006-10-17 Sepherosa ZiehauMore Realtek chip IDs
2006-10-17 Simon SchubertWe're long on 1.7, so remove 1.5 subvers info
2006-10-16 Sepherosa ZiehauAdd comment that Rev.3 Linksys EG1032 is handled by...
2006-10-16 Sepherosa ZiehauAdd support for Linksys EG1032 rev.3 GigE
2006-10-16 Sepherosa Ziehausk(4) only supports Rev.2 of Linksys EG1032 GigE
2006-10-16 Sepherosa Ziehau- Use RE_RX_LIST_SIZE instead of RE_TX_LIST_SIZE while...
2006-10-16 Sepherosa ZiehauAdd support Corega CG-LAPCIGT Gigabit Ethernet(8169S)
2006-10-16 Sepherosa Ziehauregen
2006-10-16 Sepherosa ZiehauAdd device id for Corega CG-LAPCIGT (8169S)
2006-10-14 Sascha WildnerRemove references to device.hints.
2006-10-14 Matthew DillonRemove inode free race warning messages. These were...
2006-10-14 Jeffrey HsuNever dereference a NULL pointer.
2006-10-12 YONETANI TomokazuImplement suspend method and wait for channels to be...
2006-10-12 Jeffrey HsuFix missing malloc -> kmalloc conversions.
2006-10-10 Matthew DillonAdd a device that attaches to the memory controller...
2006-10-10 Matthew DillonCorrect a compiler warning from the last commit.
2006-10-10 Matthew DillonNULLFS was not releasing a reference to the root of...
2006-10-10 Matthew DillonAdd two more vmspace_*() system calls to read and write...
2006-10-10 Matthew DillonFix a long-standing bug inherited from FreeBSD. It...
2006-10-10 Sepherosa ZiehauSet 'error' if we can't get Mac address from Xircom...
2006-10-10 Jeffrey HsuRemove unneeded assignments.
2006-10-08 Peter AvalosMerge from vendor branch LESS:
2006-10-07 Sepherosa ZiehauSerializer is already held before calling rl_watchdog().
2006-10-06 Joerg SonnenbergerEnsure that exit_group actually returns a sane value...
2006-10-04 Matthew DillonFix a bug where mmap()ing a revoked descriptor caused...
2006-10-03 Sascha WildnerRemove obsolete disk size check.
2006-10-01 Victor Balada DiazFix name collision on C++.
2006-10-01 Jeffrey HsuCombine two allocations into one.
2006-09-30 Sascha WildnerFix redefinition of M_IPMADDR malloc type.
2006-09-30 Sascha WildnerRemove unneccessary MALLOC_DECLARE (declared static...
2006-09-30 Sascha WildnerDe-staticize (previously declared extern).
2006-09-30 Sascha WildnerAdd missing header for struct pcb.
2006-09-30 Sascha WildnerRearrange stuff a bit to satisfy GCC 4.1.
2006-09-30 Sascha WildnerRemove wrong redeclarations.
2006-09-30 Sascha WildnerAvoid casts as lvalues.
2006-09-30 Sascha WildnerRemove incorrect extern declarations for stuff that...
2006-09-30 Sascha WildnerGCC 4.1 also needs memset() in a freestanding environment.
2006-09-30 Sascha WildnerFix typo.
2006-09-30 Simon SchubertAlways zero out vpp, like the nresolve compat code...
2006-09-30 Simon SchubertFix smb panic, td might be NULL
2006-09-29 Jeffrey HsuWe're guaranteed m_pkthdr.fw_flags is already zero...
2006-09-29 Jeffrey HsuExplicitly mark places in the IPv6 code that require...
2006-09-28 Simon SchubertMerge from vendor branch OPENSSH:
2006-09-28 Simon SchubertMerge from vendor branch OPENSSH:
2006-09-27 Simon SchubertMerge from vendor branch GCC:
2006-09-26 Matthew DillonFollow up to kern_conf.c 1.16. We can't just ignore...
2006-09-26 Matthew DillonFix a bug in the device intercept code used by /dev...
2006-09-24 Matthew DillonTry to clean up any remaining filesystem references...
2006-09-23 Sepherosa ZiehauWhitespace adjustment.
2006-09-22 Matthew DillonFix a compile error when DDB is not defined. db_print_...
2006-09-22 Scott UllrichM_WRITABLE() is not applicable to DFLY since if*mp...
2006-09-21 Matthew DillonRecent dev_t work confused sysctl. Adjust the reported...
2006-09-21 YONETANI TomokazuTypo in commented out line.
2006-09-20 Victor Balada DiazMerge from vendor branch BIND:
2006-09-20 Victor Balada DiazMerge from vendor branch BIND:
2006-09-19 Matthew DillonCheck that namecache references to the mount point...
2006-09-19 Matthew DillonRemove the last bits of code that stored mount point...
2006-09-19 Simon Schubert1:1 Userland threading stage 2.9/4:
2006-09-18 Matthew DillonSet f_ncp in the struct file unconditionally. Previous...
2006-09-18 Matthew DillonDisallow writes to filesystems mounted read-only via...
2006-09-18 Peter AvalosMerge from vendor branch LIBARCHIVE:
2006-09-17 Matthew DillonMove an assertion in the bridge code so it only gets...
2006-09-17 Matthew DillonMake some adjustments to low level madvise/mcontrol...
2006-09-17 Matthew DillonMake some adjustments to low level madvise/mcontrol...
2006-09-17 Joerg Sonnenbergernullfs_subr doesn't exist anymore.
2006-09-16 Sascha WildnerFix ng_mppc module building.
2006-09-16 Sepherosa Ziehaunfe_jref() wrongly uses atomic_subtract_int() instead...
2006-09-16 Matthew DillonFix a bug in sendmsg() and two compatibility versions...
2006-09-16 Matthew DillonFix a bug in sysctl()'s handling of user data. You...
2006-09-13 Matthew DillonCollapse some bits of repetitive code into their own...
2006-09-13 Matthew DillonClean up some #include's that shouldn't have been in...
2006-09-13 Sascha WildnerAnsify the rest of the K&R-style function declarations...
2006-09-13 Matthew DillonMore cleanups + fix a bug when taking a write fault...
2006-09-13 Matthew DillonMAP_VPAGETABLE support part 3/3.
2006-09-13 Simon SchubertMerge from vendor branch CVS:
2006-09-13 Sascha WildnerChange one forgotten malloc() to kmalloc().
2006-09-12 Matthew DillonMAP_VPAGETABLE support part 2/3.
2006-09-12 Matthew DillonMAP_VPAGETABLE support part 1/3.
2006-09-11 Matthew DillonMove flag(s) representing the type of vm_map_entry...
2006-09-10 Matthew DillonReserve upcall IDs 0-31 for system use.
2006-09-10 YONETANI Tomokazuacpiioctl() can be left without ACPI_UNLOCK(), leading to
2006-09-10 Sepherosa Ziehauunbreak LINT building
2006-09-10 Sepherosa ZiehauFix comment.
2006-09-10 Sepherosa ZiehauAdd "Turbo mode" and "Monitor mode"
2006-09-10 Matthew DillonChange the kernel dev_t, representing a pointer to...
2006-09-09 Matthew DillonRename the kernel NODEV to NOCDEV to avoid conflicts...
2006-09-09 Matthew DillonRename struct specinfo into struct cdev. Add a new...
next