]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Update man page for -t.
[FreeBSD/FreeBSD.git] / sys /
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.
2008-06-20 delphijAdd et(4), a port of DragonFly's Agere ET1310 10/100...
2008-06-20 delphijAdd et(4), a port of DragonFly's Agere ET1310 10/100...
2008-06-20 thompsaAdd support for the optional key in the GRE header.
2008-06-20 impSplit out the probing magic of device_probe_and_attach...
2008-06-20 alcEnforce the mapping of kernel loadable modules in the...
2008-06-20 alcMake preparations for increasing the size of the kernel...
2008-06-19 delphijRevert rev. 178124 as requested by kris@. Having jail...
2008-06-19 gonzoRenew semaphore's pointer after wakeup since during...
2008-06-18 attilioPrint out the container lock when showing the thread...
2008-06-18 joergAdd the SMB functionality for the MCP65 chipset I happen to
2008-06-18 marcelAdd the set and unset verbs used to set and clear attri...
2008-06-17 benno- Move ether_ifdetach earlier.
2008-06-16 upsChange incorrect stale cookie detection in syncookie_lo...
2008-06-16 upsFix a check in SYN cache expansion (syncache_expand...
2008-06-16 remkoAdd another 8139D variant.
2008-06-16 kibStruct cdev is always the member of the struct cdev_pri...
2008-06-16 kibAdd the member2struct() macro, that returns pointer...
2008-06-16 olliImplement a workaround for a long-standing problem in
2008-06-16 jbRemove code that isn't required. It actually breaks...
2008-06-15 kibDo not redo the vnode tear-down work already done by...
2008-06-15 cokaneSilence warning about missing IoGetDeviceObjectPointer...
2008-06-15 rrs More prep for Vimage:
2008-06-14 rwatsonWhen NETATALK is compiled into the kernel, at_rmx.c...
2008-06-14 rrs- Fixes foobar on my part. Some missing virtualization...
2008-06-14 wkoszekRemove obselete PECOFF image activator support.
2008-06-14 edTurn sgtty into a binary-only compatibility interface.
2008-06-14 rrs- Macro-izes the packed declaration in all headers.
2008-06-13 rwatsonThe TrustedBSD MAC Framework named struct ipq instances...
2008-06-13 alcTweak the promotion test in pmap_promote_pde(). Specif...
2008-06-13 jhbMake ex(4) MPSAFE:
2008-06-13 kevloAdd the D-Link DWA-111
2008-06-13 davidch- Added support for BCM5709 and BCM5716.
2008-06-13 davidch- Added support for BCM5709 and BCM5716 controllers.
next