]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sbin
Further syscall_timing improvements: allow an arbitrary "path" string
[FreeBSD/FreeBSD.git] / sbin /
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.
2010-09-23 pjdDocument AES-XTS.
2010-09-23 pjd- When trashing metadata, repeat overwrite kern.geom...
2010-09-23 pjd- Use g_*() API when doing backups.
2010-09-23 pjdBecause we first write metadata into new place and...
2010-09-23 pjd- Make use of g_*() API.
2010-09-23 pjdSimplify code a bit by using g_*() API from libgeom.
2010-09-22 pjdSwitch to sigprocmask(2) API also in the main process...
2010-09-22 pjdAssert that descriptor numbers are sane.
2010-09-22 pjdFix possible deadlock where worker process sends an...
2010-09-22 pjdFix descriptor leaks: when child exits, we have to...
2010-09-22 pjdIf we are unable to receive control message is most...
2010-09-22 pjdSort includes.
2010-09-21 edAdd a notice to the man page that batteries should...
2010-09-20 brianAdd a geli resize subcommand to resize encrypted filesy...
2010-09-20 dimUpgrade our Clang in base to r114020, from upstream...
2010-09-20 pjdAdd __dead2 to functions that we know they are going...
2010-09-20 marcelUnbreak the build on strong-aligned architectures ...
2010-09-19 pjdFix indent.
2010-09-19 brianRevise r197763 which fixes filesystem corruption when...
2010-09-17 avgnextboot: warn about limitations of /boot/nextboot...
2010-09-16 jkimMerge ACPICA 20100915.
2010-09-16 zecMake the format of "Real Memory" and "Virtual Memory...
2010-09-16 brianAdd support for identifying a journaled root filesystem.
2010-09-15 pjdGPART_PARAM_INDEX is now G_TYPE_NUMBER.
2010-09-14 pjdRemove dead code.
2010-09-14 pjdRemove now unused G_TYPE_ASCNUM.
2010-09-14 pjd- Change all places where G_TYPE_ASCNUM is used to...
2010-09-14 pjdUpdate two last places where "arg0" should be used...
2010-09-14 gjbSynchronize newfs(8) manual with code.
2010-09-14 pjdAll gpart(8) subcommands apart from the 'bootcode'...
2010-09-14 pjdRemove dot which shouldn't be here, as err(3) will...
2010-09-14 pjdIntroduce special G_VAL_OPTIONAL define, which when...
2010-09-13 pjdAdd G_TYPE_MULTI flag, which when set for the given...
2010-09-13 pjd- Remove gc_argname field. It was introduced for gpart...
2010-09-13 pjd- Allow to specify value as const pointers.
2010-09-13 impMF tbemd: Move to using Makefile.arch to select what...
2010-09-12 gjbRewording and typo fixes in newfs(8).
2010-09-06 brianDocument dhclient-enter-hooks and dhclient-exit-hooks...
2010-09-06 brianHandle geli-encrypted root disk devices.
2010-09-05 daichiAllowed unionfs to use whiteout not supporting file...
2010-09-04 kevloShut the compiler up; initializes the sotype variable...
2010-09-01 maximo List MOUNTVER and SCHED classes. X-ref gsched(8...
2010-08-31 pjdInclude process PID in log messages.
2010-08-31 pjdCorrect error message.
2010-08-31 pjdForgot to add event.c and event.h in r212038.
2010-08-31 pjdMask only those signals that we want to handle.
2010-08-30 pjdBecause it is very hard to make fork(2) from threaded...
2010-08-30 pjdWe only want to know if descriptors are ready for reading.
2010-08-30 pjdWhen someone gives NULL as data, assume this is because...
2010-08-30 pjdUse pjdlog_exit() before fork().
2010-08-30 pjdConstify arguments we can constify.
2010-08-30 maximMake flags in usage() and SYNOPSYS more style(9)-ish.
2010-08-30 pjdExecute hook when connection between the nodes is estab...
2010-08-30 pjdExecute hook when split-brain is detected.
2010-08-30 pjdUse sigtimedwait(2) for signals handling in primary...
2010-08-29 pjd- Move functionality responsible for checking one conne...
2010-08-29 pjdDisconnect after logging errors.
2010-08-29 pjd- Call hook on role change.
2010-08-29 pjdAllow to run hooks from the main hastd process.
2010-08-29 pjd- Add hook_fini() which should be called after fork...
2010-08-29 pjdImplement mtx_destroy() and rw_destroy().
2010-08-29 uqsgsched(8): fix example usage, mdoc nits
2010-08-28 brucecFix incorrect usage of 'assure' and 'insure'.
2010-08-27 pjdWhen SIGTERM or SIGINT is received, terminate worker...
2010-08-27 pjdWhen logging to stdout/stderr, flush after each log.
2010-08-27 pjdCorrect when we log interrupted synchronization.
next