]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sbin
Convert the PHY drivers to honor the mii_flags passed down and convert
[FreeBSD/FreeBSD.git] / sbin /
2010-10-13 Luigi Rizzodocument logging through bpf
2010-10-13 Jung-uk KimMerge ACPICA 20101013.
2010-10-11 Martin MatuskaUpgrade xz to git snapshot as of 20101010
2010-10-11 Ed SchoutenRemove stale reference to wtmp(5).
2010-10-10 Jaakko Heinonen- Print the nmount(2) provided error message only when...
2010-10-09 Andrey V. ElsukovReplace strlen(_PATH_DEV) with sizeof(_PATH_DEV) - 1.
2010-10-09 Warner LoshAllow the kernel to generate more spacy things and...
2010-10-08 Pawel Jakub DawidekWe can't zero out ggio request, as we have some fields...
2010-10-08 Pawel Jakub DawidekWe close the event socketpair early in the mainloop...
2010-10-08 Ulrich Spörleinmdoc: drop redundant .Pp and .LP calls
2010-10-08 Ed SchoutenImport ee 1.5.2 into HEAD.
2010-10-07 Dimitry AndricUpgrade Clang and LLVM to the 2.8 release. See here...
2010-10-07 Pawel Jakub DawidekClear ggate structures before using them. We don't...
2010-10-07 Pawel Jakub DawidekLog error message when we fail to destroy ggate provider.
2010-10-07 Pawel Jakub DawidekStart the guard thread first, so we can handle signals...
2010-10-07 Pawel Jakub DawidekDon't close local component on exit as we can hang...
2010-10-04 Pawel Jakub DawidekDecrease report interval to 5 seconds, as this also...
2010-10-04 Pawel Jakub Dawidekhook_check() is now only used to report about long...
2010-10-04 Pawel Jakub DawidekWe can't mask ignored signal, so install dummy signal...
2010-09-30 Edwin GroothuisMFV of 213310, tzdata2010m
2010-09-30 Jaakko HeinonenFix printing of the "rw" mount option in fstab(5) forma...
2010-09-28 Pawel Jakub DawidekDocument recently added GPT attributes (bootme, bootonc...
2010-09-26 Andrey V. ElsukovRemove superfluous word from "gpart bootcode" usage...
2010-09-26 Pawel Jakub DawidekPlug memory leak on fork(2) failure.
2010-09-25 Pawel Jakub Dawidek- Add support for loading passphrase from a file (...
2010-09-24 Kirk McKusickReported problem:
2010-09-24 Andrey V. ElsukovImplement "force" (-F) option for gpart destroy verb.
2010-09-23 Pawel Jakub Dawidek- Simplify code by using g_*() API.
2010-09-23 Pawel Jakub DawidekUpdate copyright years.
2010-09-23 Pawel Jakub DawidekDocument AES-XTS.
2010-09-23 Pawel Jakub Dawidek- When trashing metadata, repeat overwrite kern.geom...
2010-09-23 Pawel Jakub Dawidek- Use g_*() API when doing backups.
2010-09-23 Pawel Jakub DawidekBecause we first write metadata into new place and...
2010-09-23 Pawel Jakub Dawidek- Make use of g_*() API.
2010-09-23 Pawel Jakub DawidekSimplify code a bit by using g_*() API from libgeom.
2010-09-22 Pawel Jakub DawidekSwitch to sigprocmask(2) API also in the main process...
2010-09-22 Pawel Jakub DawidekAssert that descriptor numbers are sane.
2010-09-22 Pawel Jakub DawidekFix possible deadlock where worker process sends an...
2010-09-22 Pawel Jakub DawidekFix descriptor leaks: when child exits, we have to...
2010-09-22 Pawel Jakub DawidekIf we are unable to receive control message is most...
2010-09-22 Pawel Jakub DawidekSort includes.
2010-09-21 Ed SchoutenAdd a notice to the man page that batteries should...
2010-09-20 Brian SomersAdd a geli resize subcommand to resize encrypted filesy...
2010-09-20 Dimitry AndricUpgrade our Clang in base to r114020, from upstream...
2010-09-20 Pawel Jakub DawidekAdd __dead2 to functions that we know they are going...
2010-09-20 Marcel MoolenaarUnbreak the build on strong-aligned architectures ...
2010-09-19 Pawel Jakub DawidekFix indent.
2010-09-19 Brian SomersRevise r197763 which fixes filesystem corruption when...
2010-09-17 Andriy Gaponnextboot: warn about limitations of /boot/nextboot...
2010-09-16 Jung-uk KimMerge ACPICA 20100915.
2010-09-16 Marko ZecMake the format of "Real Memory" and "Virtual Memory...
2010-09-16 Brian SomersAdd support for identifying a journaled root filesystem.
2010-09-15 Pawel Jakub DawidekGPART_PARAM_INDEX is now G_TYPE_NUMBER.
2010-09-14 Pawel Jakub DawidekRemove dead code.
2010-09-14 Pawel Jakub DawidekRemove now unused G_TYPE_ASCNUM.
2010-09-14 Pawel Jakub Dawidek- Change all places where G_TYPE_ASCNUM is used to...
2010-09-14 Pawel Jakub DawidekUpdate two last places where "arg0" should be used...
2010-09-14 Glen BarberSynchronize newfs(8) manual with code.
2010-09-14 Pawel Jakub DawidekAll gpart(8) subcommands apart from the 'bootcode'...
2010-09-14 Pawel Jakub DawidekRemove dot which shouldn't be here, as err(3) will...
2010-09-14 Pawel Jakub DawidekIntroduce special G_VAL_OPTIONAL define, which when...
2010-09-13 Pawel Jakub DawidekAdd G_TYPE_MULTI flag, which when set for the given...
2010-09-13 Pawel Jakub Dawidek- Remove gc_argname field. It was introduced for gpart...
2010-09-13 Pawel Jakub Dawidek- Allow to specify value as const pointers.
2010-09-13 Warner LoshMF tbemd: Move to using Makefile.arch to select what...
2010-09-12 Glen BarberRewording and typo fixes in newfs(8).
2010-09-06 Brian SomersDocument dhclient-enter-hooks and dhclient-exit-hooks...
2010-09-06 Brian SomersHandle geli-encrypted root disk devices.
2010-09-05 Daichi GOTOAllowed unionfs to use whiteout not supporting file...
2010-09-04 Kevin LoShut the compiler up; initializes the sotype variable...
2010-09-01 Maxim Konovalovo List MOUNTVER and SCHED classes. X-ref gsched(8...
2010-08-31 Pawel Jakub DawidekInclude process PID in log messages.
2010-08-31 Pawel Jakub DawidekCorrect error message.
2010-08-31 Pawel Jakub DawidekForgot to add event.c and event.h in r212038.
2010-08-31 Pawel Jakub DawidekMask only those signals that we want to handle.
2010-08-30 Pawel Jakub DawidekBecause it is very hard to make fork(2) from threaded...
2010-08-30 Pawel Jakub DawidekWe only want to know if descriptors are ready for reading.
2010-08-30 Pawel Jakub DawidekWhen someone gives NULL as data, assume this is because...
2010-08-30 Pawel Jakub DawidekUse pjdlog_exit() before fork().
2010-08-30 Pawel Jakub DawidekConstify arguments we can constify.
2010-08-30 Maxim KonovalovMake flags in usage() and SYNOPSYS more style(9)-ish.
2010-08-30 Pawel Jakub DawidekExecute hook when connection between the nodes is estab...
2010-08-30 Pawel Jakub DawidekExecute hook when split-brain is detected.
2010-08-30 Pawel Jakub DawidekUse sigtimedwait(2) for signals handling in primary...
2010-08-29 Pawel Jakub Dawidek- Move functionality responsible for checking one conne...
2010-08-29 Pawel Jakub DawidekDisconnect after logging errors.
2010-08-29 Pawel Jakub Dawidek- Call hook on role change.
2010-08-29 Pawel Jakub DawidekAllow to run hooks from the main hastd process.
2010-08-29 Pawel Jakub Dawidek- Add hook_fini() which should be called after fork...
2010-08-29 Pawel Jakub DawidekImplement mtx_destroy() and rw_destroy().
2010-08-29 Ulrich Spörleingsched(8): fix example usage, mdoc nits
2010-08-28 Rebecca CranFix incorrect usage of 'assure' and 'insure'.
2010-08-27 Pawel Jakub DawidekWhen SIGTERM or SIGINT is received, terminate worker...
2010-08-27 Pawel Jakub DawidekWhen logging to stdout/stderr, flush after each log.
2010-08-27 Pawel Jakub DawidekCorrect when we log interrupted synchronization.
2010-08-27 Pawel Jakub DawidekCheck if no signals were delivered just before going...
2010-08-27 Pawel Jakub DawidekAdd hooks execution.
2010-08-27 Pawel Jakub DawidekDocument new 'exec' parameter.
2010-08-27 Pawel Jakub DawidekAllow to execute specified program on various HAST...
2010-08-27 Pawel Jakub Dawidek- Run hooks in background - don't block waiting for...
next