]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Use bcopy instead of strlcpy in uipc_bind and unp_connect, since
[FreeBSD/FreeBSD.git] / sys /
2008-07-03 Ed MasteUse bcopy instead of strlcpy in uipc_bind and unp_conne...
2008-07-03 Nathan WhitehornFix some locking and logic bugs pointed out by jhb...
2008-07-03 Andrew ThompsonBe smarter about disabling interface capabilities....
2008-07-03 Doug RabsonAdd module dependancy on nfs.
2008-07-03 Bjoern A. ZeebRemove a bogusly introduced rtalloc_ign() in rev. 1...
2008-07-03 Robert WatsonRemove GIANT_REQUIRED from IPv6 input, forward, and...
2008-07-03 Julian ElischerChange a variable name to not shadow a global
2008-07-03 Robert WatsonUpdate copyright date in light of soreceive_dgram(9).
2008-07-03 Alan CoxIncrease the ceiling on the kmem map's size to 3.6GB...
2008-07-02 Robert WatsonAdd soreceive_dgram(9), an optimized socket receive...
2008-07-02 Robert WatsonSet the IPv6 netisr handler as NETISR_MPSAFE on the...
2008-07-02 Roman DivackyUse msleep_spin() instead of unlock/tsleep/lock. This was
2008-07-02 Pyun YongHyeonAdd RTL8211C(L) support.
2008-07-02 Pyun YongHyeonAdd a new RTL8169 variant, 8169SB(L)/8110SB(L).
2008-07-02 Pyun YongHyeonAdd basic support for RTL8168C, RTL8168CP, RTL8111C...
2008-07-02 Pyun YongHyeonDisplay detected chip revision in device attach. This...
2008-07-02 Pyun YongHyeonIf MSI is not active make sure to disable MSI in EEPROM.
2008-07-02 Pyun YongHyeonIn device detach don't access ifnet structure unless...
2008-07-02 Pyun YongHyeonToggling IFF_ALLMULTI flag does not require full interface
2008-07-02 Pyun YongHyeonInstead of allocating variables for each events/hardwar...
2008-07-02 Alan CoxEliminate an unnecessary static variable: nkpt.
2008-07-02 Pyun YongHyeonSwitch to memory space register mapping over IO space...
2008-07-02 Pyun YongHyeonWhile accessing EEPROM command register use pre-defined...
2008-07-02 Pyun YongHyeonAfter the change of r176757 re(4) no longer relys on...
2008-07-02 Pyun YongHyeonRemove duplicated H/W revision check.
2008-07-01 John BaldwinRework how the mpt_user personality handles buffers...
2008-07-01 John BaldwinDuring shutdown, deregister the shutdown hook from...
2008-07-01 Diomidis SpinellisFix instances of bogus #elsif directive.
2008-07-01 Yoshihiro TakahashiFix off-by-one error.
2008-07-01 Philip PaepsSet bridge MAC addresses to the MAC address of their...
2008-07-01 Robert WatsonRemove unused 'td' arguments from smbfs_hash_lock(...
2008-06-30 Roman KurakinDo not set IFF_DEBUG directly from the driver.
2008-06-30 Robert WatsonRemove spls from NFS server setup call; expand receive...
2008-06-30 Robert WatsonIn udp_append() and udp_input(), make use of read locki...
2008-06-30 Xin LIAvoid NULL deference.
2008-06-30 Xin LICorrect SB600 AC97 Audio PCI ID, otherwise we will...
2008-06-30 Alan CoxDocument the layout of the address space, borrowing...
2008-06-30 Alan CoxCompute NKPDPE from NKPT. This reduces the number...
2008-06-29 Alan CoxStrictly speaking, the definition of VM_MAX_KERNEL_ADDR...
2008-06-29 Alan CoxIncrease the size of the kernel virtual address space...
2008-06-29 Bjoern A. ZeebRemove an unneeded error variable to make clear that...
2008-06-29 Bjoern A. ZeebAdd a new priv 'PRIV_SCHED_CPUSET' to check if manipula...
2008-06-29 Ed SchoutenRemove the unused softc from the lo(4) driver.
2008-06-29 Bjoern A. ZeebTry to fix errors introduced in svn180085/cvs rev....
2008-06-29 Alexander KabaevRepair botched variable rename.
2008-06-29 Julian ElischerIt may be #if 0'd out code, but change a varname to...
2008-06-29 Julian ElischerEnter the 1990s. Use real function declaration.
2008-06-29 Julian ElischerOops, we've been incrementing the wrong cantforward...
2008-06-29 Julian ElischerRename two vars so that they are different from the...
2008-06-28 Philip PaepsRemove stray "miibus0" reference from ancient kernel...
2008-06-28 Remko LodderStyle fix (space into tab).
2008-06-27 Marius StroblImprove r180011 by explicitly adding the condition...
2008-06-27 Ed MasteAdd explicit PCI IDs for the following Adaptec RAID...
2008-06-27 Tai-hwa LiangFixing NO_INET6 build.
2008-06-27 Doug RabsonInclude <sys/pcpu.h> for curthread.
2008-06-27 Rui PauloAdd the missing support for Asus Eee PC in acpi_asus(4).
2008-06-27 Luigi RizzoAdd USB ids for the Epson DX7400 / CX7300 multifunction...
2008-06-27 John BaldwinRework the lifetime management of the kernel implementa...
2008-06-26 Robert WatsonIntroduce locking around use of ifindex_table, whose...
2008-06-26 Julian Elischerchange a variable name ot stop it from colliding with...
2008-06-26 Julian ElischerSomeone cut and pasted a bunch of stuff here so lots of
2008-06-26 John BaldwinTweak the output of event log messages from the controller:
2008-06-26 John BaldwinAdjust the handling of pending log events during boot:
2008-06-26 Andrew ThompsonRemove the non-existent rt2860 subdir. Note, the ralfw...
2008-06-26 John BaldwinChange SEM_VALUE_MAX (maximum value of a POSIX semaphor...
2008-06-26 John BaldwinAdd missing counter increments for posix shm checks.
2008-06-26 Doug RabsonRe-implement the client side of rpc.lockd in the kernel...
2008-06-26 Ruslan ErmilovFix a fallout from SSP commit, and make this compile...
2008-06-26 Ruslan ErmilovFix a chicken-and-egg problem: this files implements...
2008-06-25 Ruslan ErmilovEnable GCC stack protection (aka Propolice) for userland:
2008-06-25 Marius StroblUse "__asm __volatile" rather than "__asm" for instruct...
2008-06-25 Marius StroblGiven that sun4u uses sparc64/sparc64/in_cksum.c, use...
2008-06-25 Ed SchoutenRemove the unused M_MEMDEV from the kernel.
2008-06-25 Ed SchoutenRemove the unused major/minor numbers from iodev and...
2008-06-24 Jung-uk KimEmit opcodes closer to GNU as(1) generated codes and...
2008-06-24 Jung-uk KimEmit opcodes closer to GNU as(1) generated codes and...
2008-06-24 George V. Neville... Make it simpler to build netgraph modules outside of...
2008-06-24 Oleksandr TymoshenkoIn case of interface initialization failure remove...
2008-06-24 David XuAdd two commands to _umtx_op system call to allow a...
2008-06-24 Ed MasteFix test for waiting AIFs in aac_poll(). This seems...
2008-06-23 Jung-uk KimRehash and clean up BPF JIT compiler macros to match...
2008-06-23 Jung-uk KimRehash and clean up BPF JIT compiler macros to match...
2008-06-23 John BaldwinRemove the posixsem_check_destroy() MAC check. It...
2008-06-23 John Baldwin- Use bus_foo() rather than bus_space_foo() and retire...
2008-06-23 Andrew Thompson- Fix compile if WPI_DEBUG is not defined
2008-06-23 Alan CoxEnsure that KERNBASE is no less than the virtual addres...
2008-06-23 Andrew ThompsonAlways create opt_ah.h regardless of KERNBUILDDIR.
2008-06-22 Robert WatsonIf S_IFIFO is passed to mknod(2), invoke kern_mkfifoat...
2008-06-22 Oleksandr TymoshenkoAdd support for VT8237 ISA bridge.
2008-06-22 Oleksandr TymoshenkoGet pointer to devfs_ruleset struct after garbage colle...
2008-06-22 Marius Stroblo The FreeBSD bus_dmamap_sync(9) supports ored together...
2008-06-22 Alexander MotinPartially revert previous commit. DeleteLink() does...
2008-06-22 Alan CoxMake preparations for increasing the size of the kernel...
2008-06-21 Alan CoxKERNBASE is not necessarily an address within the kerne...
2008-06-21 Alexander MotinImplement UDP transparent proxy support.
2008-06-21 Alan CoxPrepare for a larger kernel virtual address space....
2008-06-21 Alexander MotinAdd support for PORT/EPRT FTP commands in lowercase.
2008-06-21 Oleksandr TymoshenkoUse minimum of max_aio_procs and target_aio_procs when...
2008-06-20 Oleksandr TymoshenkoFix PCI id for 945GME Express Integrated Graphics Contr...
2008-06-20 Alan CoxMake preparations for increasing the size of the kernel...
next