]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2006-09-26 brooksIt is possible for bpf to return a length such that:
2006-09-26 rwatsonSI_ORDER_THIRD + 2, not SI_ORDER_FOURTH + 2.
2006-09-25 rwatsonAdd "FreeBSD" trademark statement to copyright section...
2006-09-25 impDocument config_intrhook.
2006-09-25 bmsFix a typo in af_inet6.c such that IPv6 addresses may...
2006-09-25 marckFix bug introduced in rev 1.23:
2006-09-25 rwatsonMerge OpenBSM 1.0 alpha 12 import changes into src...
2006-09-25 rwatsonauditreduce now requires OpenBSM's config/config.h...
2006-09-25 rwatsonHook up additional OpenBSM man page aliases following...
2006-09-25 bmsFix an incompatibility between CARP and IPv4 multicast...
2006-09-25 rwatsonResolve conflicts from OpenBSM 1.0 alpha 12 import.
2006-09-25 bmsSpleling
2006-09-25 scottlUpdate the mfi module build with the mfi_debug.c file.
2006-09-25 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-25 rwatsonVendor import TrustedBSD OpenBSM 1.0 alpha 12, with...
2006-09-25 scottlAdd the mfi_debug.c file and MFI_DEBUG option.
2006-09-25 scottlAdd a command debugging module and a periodic watchdog...
2006-09-25 sosadd support for the ALI/ULI M5288 AHCI part.
2006-09-25 bmsForced commit to note this change should be MFCed.
2006-09-25 bmsAccount for output IP datagrams on the ifaddr where...
2006-09-25 jmgif min is greater than max, prefer max over min......
2006-09-25 jmgremove unnecessary NULL check...
2006-09-24 impAdd a newline to the printf.
2006-09-24 netchildFix uninitialized variable warning.
2006-09-24 rwatsonSleep for one second after calling audit -t to give...
2006-09-24 danger- move steps describing how to gain ipdivert support...
2006-09-24 rwatsonRework the way errors are handled with respect to how...
2006-09-24 simonRemove tcpslice files.
2006-09-24 hrsDisable an overly-verbose warning message by default.
2006-09-24 bmsDe-orbit burn tcpslice.
2006-09-24 bmsDisconnect tcpslice from build.
2006-09-24 jmghide kqueue_register from public view, and replace...
2006-09-24 jmgreturn EBADF instead of successfully attaching (and...
2006-09-24 jmgadd KTRACE hooks into kevent... This will help people...
2006-09-24 impCleanup sloppy ifdef.
2006-09-23 bmsFix our ancient tcpslice for >2GB limits.
2006-09-23 netchildMFp4 the sound Google Summer of Code project:
2006-09-23 jmgnow that we don't automagicly increase the MTU of host...
2006-09-23 netchildMFp4:
2006-09-23 scottlAdd documentation on the new bge tunable. Also put...
2006-09-23 scottlAllow the ASF feature to be disabled via a tunable...
2006-09-23 mbrProtect enterpgrp() against another tty/proc race case...
2006-09-23 bmsAlways set the IP version in the TCP input path, to...
2006-09-23 rwatsonRename "-a" flag to "-A" in order to avoid conflicting...
2006-09-23 mbrCheck for tp->t_refcnt == 0 before doing anything in...
2006-09-23 acheKeep compatible parts in sync with OpenBSD v1.21, add...
2006-09-23 mbrIf /dev/tty gets opened after your controlling terminal...
2006-09-23 davidxuStop reloading %fs and %gs, since it causes the base...
2006-09-23 rwatsonAdd a -a argument to id(1), which causes id(1) to print...
2006-09-23 davidxuRegenerate.
2006-09-23 davidxuEnable sigwait.
2006-09-22 jhbMap pmap_{un,}mapbios() to pmap_{un,}mapdev() on 6...
2006-09-22 jhbUpdate the ipmi(4) driver:
2006-09-22 thompsaRevert r1.80 as the ethernet header was inadvertently...
2006-09-22 ruUpdate a comment about M_VLANTAG.
2006-09-22 acheRemove code #ifndef'ed in prev. commit to stay in sync...
2006-09-22 acheBe more GNU compatible:
2006-09-22 bmsFix a case where socket I/O atomicity is violated due...
2006-09-22 kanReduce diffs with file generated by FSF configure.
2006-09-22 davidxuRegenerate.
2006-09-22 davidxuAdd compatible code to let 32bit libthr work on 64bit...
2006-09-22 davidxuFix umtx command order error for freebsd 32bit.
2006-09-22 cognetUse usbd_clear_endpoint_stall_async() when clearing...
2006-09-22 alcThe fix in revision 1.152 converted in the wrong direction.
2006-09-22 alcThe sparc64/sparc64/pmap.c implementations of pmap_remo...
2006-09-22 kanDo not declare __evOptMonoTime static in one place...
2006-09-22 suzfixed a bug that IPv6 packets arriving to stf are not...
2006-09-22 suzfixed a bug that local IPv6 traffic (to an address...
2006-09-22 davidxuRegenerate.
2006-09-22 davidxuAdd umtx support for 32bit process on AMD64 machine.
2006-09-21 julianSlight tunups to the config files.
2006-09-21 mjacobConnect up a QUEUE FULL event with CAM and adjust openings.
2006-09-21 andreMove the initialization of the hardware capabilities...
2006-09-21 jhbFix a sign bug in acpi_release_resource(). acpi_sysres...
2006-09-21 kanDo not bypass WARNS machinery by hadcoding -Werror...
2006-09-21 emaxPacify new GCC4 warnings.
2006-09-21 rwatsonRegenerate.
2006-09-21 rwatsonUse AUE_CREAT instead of AUE_O_CREAT for linux_creat().
2006-09-21 rwatsonRegenerate.
2006-09-21 rwatsonUse AUE_GETDIRENTRIES instead of AUE_O_GETDENTS and...
2006-09-21 kanUse correct type in va_arg argument.
2006-09-21 brooksnetwork_ipv6 also does some interface configuration...
2006-09-21 mbrBack out rev. 1.258. The real race cause has been fixed
2006-09-21 rrsatomic_fetchadd_int is used by mb_free_ext(), but it
2006-09-21 ruRemoved these from HEAD as well.
2006-09-21 ruThis commit was generated by cvs2svn to compensate...
2006-09-21 ruPrepare to pick up manpages from their new location.
2006-09-21 ruThis commit was generated by cvs2svn to compensate...
2006-09-21 ruUpdated manpages for 3.4.6 release.
2006-09-21 rwatsonMerge OpenBSM 1.0 alpha 11 changes into src/sys/bsm...
2006-09-21 rwatsonUpdate config.h for OpenBSM 1.0 alpha 11 import: strlca...
2006-09-21 rwatsonResolve conflicts from OpenBSM 1.0 alpha 11 vendor...
2006-09-21 rwatsonVendor import of OpenBSM 1.0 alpha 11, with the followi...
2006-09-21 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-21 davidxuRegenerate.
2006-09-21 davidxusync with master.
2006-09-21 davidxuremove thr_getscheduler, thr_setscheduler, thr_setsched...
2006-09-21 davidxuuse rtprio_thread system call to get or set thread...
2006-09-21 davidxuRegenerate.
2006-09-21 davidxuReplace system call thr_getscheduler, thr_setscheduler...
next