]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sbin
Correct some misundertandings on my part about PV vs HVM kernel
[FreeBSD/FreeBSD.git] / sbin /
2010-12-16 pjdThe 'ret' variable is of type ssize_t and we use proper...
2010-12-16 obrienRevert r216473.
2010-12-16 pjdImprove problems logging.
2010-12-16 pjdDon't ignore errors from remote requests.
2010-12-16 pjdLog the fact of launching and include protocol version...
2010-12-16 obrienBump WARNS to 6.
2010-12-16 obrienGEOM virstor .so does not need libmd.
2010-12-15 jkimMerge ACPICA 20101209.
2010-12-15 obrienRename the generic "CLASS" to the more specific "GEOM_C...
2010-12-15 obrienRename the generic "CLASS" to the more specific "GEOM_C...
2010-12-15 kibAdd the missed 'p' flag to getopt() optstring argument.
2010-12-12 joelRemove the advertising clause from UCB copyrighted...
2010-12-10 kenFix a few issues related to the XPT_GDEV_ADVINFO CCB.
2010-12-08 glebius- Fix array bounds checking. [1]
2010-12-08 glebiusAdd RTM_IEEE80211 to array of route message descriptions.
2010-12-07 weongyoIntroduces IFF_CANTCONFIG interface flag to point that...
2010-12-04 uqsMove most of the remaining USD/PSD/SMM papers into...
2010-12-04 dougbUpdate to version 9.6-ESV-R3, the latest from ISC,...
2010-12-03 simonMerge OpenSSL 0.9.8q into head.
2010-12-03 delphij * Recommend a overwrite of whole geli provider before...
2010-12-01 kevloClosing file descriptors when it's done
2010-12-01 weongyoDon't print usbus[0-9] interfaces that it's not the...
2010-11-30 kenAdd Serial Management Protocol (SMP) passthrough suppor...
2010-11-28 jmallettMerge Cavium Octeon SDK 2.0 Simple Executive; this...
2010-11-22 brucecFix some more warnings found by clang.
2010-11-22 brucecFix use of AND operator: should be bitwise instead...
2010-11-22 brucecDon't generate input() since it's not used.
2010-11-22 brucecDon't generate input() since it's not used.
2010-11-22 aeAdd SIGINT handler to `gpart restore` action.
2010-11-22 aeAlways dump partition labels with `gpart backup`, but...
2010-11-22 kevloPlug an fd leak
2010-11-21 kevloFix missing closedir()
2010-11-20 mckusickDelete /sys/ufs/ffs/README.snapshot as it is no longer...
2010-11-20 aeAdd to gpart(8) an ability to backup partition table and
2010-11-19 rstoneWhen doing a camcontrol rescan all or a camcontrol...
2010-11-17 jhbRemove unused autofs userland bits.
2010-11-15 pjdMove timeout.tv_sec initialization outside the loop...
2010-11-15 pjd1. Exit when we cannot create incoming connection.
2010-11-13 mariusWhen setting a media with no sub-type specified also...
2010-11-13 mariusWhen printing media with more than one media option...
2010-11-13 kibIn printfile(), exit the process instead of only printi...
2010-11-13 joelUse "cylinder" instead of "cyl" for consistency.
2010-11-12 mmUpdate xz to release 5.0.0
2010-11-12 luigiThe first customer of the SO_USER_COOKIE option:
2010-11-11 edImport libcompiler_rt into HEAD and add Makefiles.
2010-11-11 desUpgrade to OpenSSH 5.6p1.
2010-11-05 rpauloAppend to CFLAGS, don't clobber it.
2010-11-04 brucecr214781 caused the timer value to be rounded down,...
2010-11-04 brucecFix standby timer calculation: the timer was being...
2010-11-03 rpauloMerge wpa_supplicant and hostapd 0.7.3.
2010-11-02 pjdSend packets to remote node only via the send thread...
2010-10-29 rpauloAdd a ${.CURDIR} reference to the previous commit.
2010-10-29 rpauloForce include ../../libpcap/config.h since privsep...
2010-10-29 rpauloMerge libpcap-1.1.1.
2010-10-28 rpauloMerge tcpdump-4.1.1.
2010-10-27 jhCorrect a typo.
2010-10-26 pjdUse fprintf(stderr) instead of gctl_error() to print...
2010-10-25 aeReimplemented "gpart destroy -F". Now it does all work...
2010-10-25 mavDo some whitespace and `identify` output cleanup.
2010-10-24 pjdBefore this change on first connect between primary...
2010-10-24 pjdImplement nv_exists() function that returns true if...
2010-10-24 pjdMove all NV defines into nv.c, they are not used extern...
2010-10-24 pjdSimplify code a bit.
2010-10-24 pjdPlug memory leak.
2010-10-24 pjdPlug memory leaks.
2010-10-24 pjdLoad geom_gate.ko module after parsing arguments.
2010-10-21 uqsmdoc: make pages render with mandoc
2010-10-20 pjdUse closefrom(2) instead of close(2) in a loop.
2010-10-20 pjdBring in geli suspend/resume functionality (finally).
2010-10-19 brucecStop disallowing device nodes to be passed to camcontro...
2010-10-19 uqsmdoc: drop even more redundant .Pp calls
2010-10-17 pjdLog correct connection when canceling half-open connection.
2010-10-16 pjdUse one fprintf() instead of two.
2010-10-16 pjdClear signal mask before executing a hook.
2010-10-13 luigidocument logging through bpf
2010-10-13 jkimMerge ACPICA 20101013.
2010-10-11 mmUpgrade xz to git snapshot as of 20101010
2010-10-11 edRemove stale reference to wtmp(5).
2010-10-10 jh- Print the nmount(2) provided error message only when...
2010-10-09 aeReplace strlen(_PATH_DEV) with sizeof(_PATH_DEV) - 1.
2010-10-09 impAllow the kernel to generate more spacy things and...
2010-10-08 pjdWe can't zero out ggio request, as we have some fields...
2010-10-08 pjdWe close the event socketpair early in the mainloop...
2010-10-08 uqsmdoc: drop redundant .Pp and .LP calls
2010-10-07 pjdClear ggate structures before using them. We don't...
2010-10-07 pjdLog error message when we fail to destroy ggate provider.
2010-10-07 pjdStart the guard thread first, so we can handle signals...
2010-10-07 pjdDon't close local component on exit as we can hang...
2010-10-04 pjdDecrease report interval to 5 seconds, as this also...
2010-10-04 pjdhook_check() is now only used to report about long...
2010-10-04 pjdWe can't mask ignored signal, so install dummy signal...
2010-09-30 jhFix printing of the "rw" mount option in fstab(5) forma...
2010-09-28 pjdDocument recently added GPT attributes (bootme, bootonc...
2010-09-26 aeRemove superfluous word from "gpart bootcode" usage...
2010-09-26 pjdPlug memory leak on fork(2) failure.
2010-09-25 pjd- Add support for loading passphrase from a file (...
2010-09-24 mckusickReported problem:
2010-09-24 aeImplement "force" (-F) option for gpart destroy verb.
2010-09-23 pjd- Simplify code by using g_*() API.
2010-09-23 pjdUpdate copyright years.
next