]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
On 64 bit architectures, you can run 32 bit executables and the rtld can trace them...
[FreeBSD/FreeBSD.git] / sys /
2008-07-03 nwhitehornFix some locking and logic bugs pointed out by jhb...
2008-07-03 thompsaBe smarter about disabling interface capabilities....
2008-07-03 dfrAdd module dependancy on nfs.
2008-07-03 bzRemove a bogusly introduced rtalloc_ign() in rev. 1...
2008-07-03 rwatsonRemove GIANT_REQUIRED from IPv6 input, forward, and...
2008-07-03 julianChange a variable name to not shadow a global
2008-07-03 rwatsonUpdate copyright date in light of soreceive_dgram(9).
2008-07-03 alcIncrease the ceiling on the kmem map's size to 3.6GB...
2008-07-02 rwatsonAdd soreceive_dgram(9), an optimized socket receive...
2008-07-02 rwatsonSet the IPv6 netisr handler as NETISR_MPSAFE on the...
2008-07-02 rdivackyUse msleep_spin() instead of unlock/tsleep/lock. This was
2008-07-02 yongariAdd RTL8211C(L) support.
2008-07-02 yongariAdd a new RTL8169 variant, 8169SB(L)/8110SB(L).
2008-07-02 yongariAdd basic support for RTL8168C, RTL8168CP, RTL8111C...
2008-07-02 yongariDisplay detected chip revision in device attach. This...
2008-07-02 yongariIf MSI is not active make sure to disable MSI in EEPROM.
2008-07-02 yongariIn device detach don't access ifnet structure unless...
2008-07-02 yongariToggling IFF_ALLMULTI flag does not require full interface
2008-07-02 yongariInstead of allocating variables for each events/hardwar...
2008-07-02 alcEliminate an unnecessary static variable: nkpt.
2008-07-02 yongariSwitch to memory space register mapping over IO space...
2008-07-02 yongariWhile accessing EEPROM command register use pre-defined...
2008-07-02 yongariAfter the change of r176757 re(4) no longer relys on...
2008-07-02 yongariRemove duplicated H/W revision check.
2008-07-01 jhbRework how the mpt_user personality handles buffers...
2008-07-01 jhbDuring shutdown, deregister the shutdown hook from...
2008-07-01 ddsFix instances of bogus #elsif directive.
2008-07-01 nyanFix off-by-one error.
2008-07-01 philipSet bridge MAC addresses to the MAC address of their...
2008-07-01 rwatsonRemove unused 'td' arguments from smbfs_hash_lock(...
2008-06-30 rikDo not set IFF_DEBUG directly from the driver.
2008-06-30 rwatsonRemove spls from NFS server setup call; expand receive...
2008-06-30 rwatsonIn udp_append() and udp_input(), make use of read locki...
2008-06-30 delphijAvoid NULL deference.
2008-06-30 delphijCorrect SB600 AC97 Audio PCI ID, otherwise we will...
2008-06-30 alcDocument the layout of the address space, borrowing...
2008-06-30 alcCompute NKPDPE from NKPT. This reduces the number...
2008-06-29 alcStrictly speaking, the definition of VM_MAX_KERNEL_ADDR...
2008-06-29 alcIncrease the size of the kernel virtual address space...
2008-06-29 bzRemove an unneeded error variable to make clear that...
2008-06-29 bzAdd a new priv 'PRIV_SCHED_CPUSET' to check if manipula...
2008-06-29 edRemove the unused softc from the lo(4) driver.
2008-06-29 bzTry to fix errors introduced in svn180085/cvs rev....
2008-06-29 kanRepair botched variable rename.
2008-06-29 julianIt may be #if 0'd out code, but change a varname to...
2008-06-29 julianEnter the 1990s. Use real function declaration.
2008-06-29 julianOops, we've been incrementing the wrong cantforward...
2008-06-29 julianRename two vars so that they are different from the...
2008-06-28 philipRemove stray "miibus0" reference from ancient kernel...
2008-06-28 remkoStyle fix (space into tab).
2008-06-27 mariusImprove r180011 by explicitly adding the condition...
2008-06-27 emasteAdd explicit PCI IDs for the following Adaptec RAID...
2008-06-27 avatarFixing NO_INET6 build.
2008-06-27 dfrInclude <sys/pcpu.h> for curthread.
2008-06-27 rpauloAdd the missing support for Asus Eee PC in acpi_asus(4).
2008-06-27 luigiAdd USB ids for the Epson DX7400 / CX7300 multifunction...
2008-06-27 jhbRework the lifetime management of the kernel implementa...
2008-06-26 rwatsonIntroduce locking around use of ifindex_table, whose...
2008-06-26 julianchange a variable name ot stop it from colliding with...
2008-06-26 julianSomeone cut and pasted a bunch of stuff here so lots of
2008-06-26 jhbTweak the output of event log messages from the controller:
2008-06-26 jhbAdjust the handling of pending log events during boot:
2008-06-26 thompsaRemove the non-existent rt2860 subdir. Note, the ralfw...
2008-06-26 jhbChange SEM_VALUE_MAX (maximum value of a POSIX semaphor...
2008-06-26 jhbAdd missing counter increments for posix shm checks.
2008-06-26 dfrRe-implement the client side of rpc.lockd in the kernel...
2008-06-26 ruFix a fallout from SSP commit, and make this compile...
2008-06-26 ruFix a chicken-and-egg problem: this files implements...
2008-06-25 ruEnable GCC stack protection (aka Propolice) for userland:
2008-06-25 mariusUse "__asm __volatile" rather than "__asm" for instruct...
2008-06-25 mariusGiven that sun4u uses sparc64/sparc64/in_cksum.c, use...
2008-06-25 edRemove the unused M_MEMDEV from the kernel.
2008-06-25 edRemove the unused major/minor numbers from iodev and...
2008-06-24 jkimEmit opcodes closer to GNU as(1) generated codes and...
2008-06-24 jkimEmit opcodes closer to GNU as(1) generated codes and...
2008-06-24 gnnMake it simpler to build netgraph modules outside of...
2008-06-24 gonzoIn case of interface initialization failure remove...
2008-06-24 davidxuAdd two commands to _umtx_op system call to allow a...
2008-06-24 emasteFix test for waiting AIFs in aac_poll(). This seems...
2008-06-23 jkimRehash and clean up BPF JIT compiler macros to match...
2008-06-23 jkimRehash and clean up BPF JIT compiler macros to match...
2008-06-23 jhbRemove the posixsem_check_destroy() MAC check. It...
2008-06-23 jhb- Use bus_foo() rather than bus_space_foo() and retire...
2008-06-23 thompsa- Fix compile if WPI_DEBUG is not defined
2008-06-23 alcEnsure that KERNBASE is no less than the virtual addres...
2008-06-23 thompsaAlways create opt_ah.h regardless of KERNBUILDDIR.
2008-06-22 rwatsonIf S_IFIFO is passed to mknod(2), invoke kern_mkfifoat...
2008-06-22 gonzoAdd support for VT8237 ISA bridge.
2008-06-22 gonzoGet pointer to devfs_ruleset struct after garbage colle...
2008-06-22 mariuso The FreeBSD bus_dmamap_sync(9) supports ored together...
2008-06-22 mavPartially revert previous commit. DeleteLink() does...
2008-06-22 alcMake preparations for increasing the size of the kernel...
2008-06-21 alcKERNBASE is not necessarily an address within the kerne...
2008-06-21 mavImplement UDP transparent proxy support.
2008-06-21 alcPrepare for a larger kernel virtual address space....
2008-06-21 mavAdd support for PORT/EPRT FTP commands in lowercase.
2008-06-21 gonzoUse minimum of max_aio_procs and target_aio_procs when...
2008-06-20 gonzoFix PCI id for 945GME Express Integrated Graphics Contr...
2008-06-20 alcMake preparations for increasing the size of the kernel...
2008-06-20 lulf- Fix spelling errors.
next