]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sbin
Further syscall_timing improvements: allow an arbitrary "path" string
[FreeBSD/FreeBSD.git] / sbin /
2010-08-27 pjdCheck if no signals were delivered just before going...
2010-08-27 pjdAdd hooks execution.
2010-08-27 pjdDocument new 'exec' parameter.
2010-08-27 pjdAllow to execute specified program on various HAST...
2010-08-27 pjd- Run hooks in background - don't block waiting for...
2010-08-27 pjdWhen logging to stdout/stderr don't close those descrip...
2010-08-27 pjdReduce indent where possible.
2010-08-27 pjdImplement keepalive mechanism inside HAST protocol...
2010-08-27 pjd- Remove redundant and incorrect 'old' word from debug...
2010-08-27 pjdDon't increase number synchronized bytes in case of...
2010-08-27 pjdLog that synchronization was interrupted in a proper...
2010-08-27 pjdWe have sync_start() function to start synchronization...
2010-08-27 pjdAdd QUEUE_INSERT() and QUEUE_TAKE() macros that simplif...
2010-08-27 pjdAdd mtx_owned() implementation.
2010-08-27 pjdMake comment more readable.
2010-08-27 jhDon't attempt to write label with GEOM_BSD based method...
2010-08-24 rpauloMerge dtracetoolkit/dtruss from the vendor.
2010-08-23 impMFtbemd:
2010-08-19 desexpand_number(3) takes a uint64_t * now; intmax_t was...
2010-08-19 desexpand_number(3) takes a uint64_t * now.
2010-08-18 pjdFor some setups sending data in 128kB chunks makes...
2010-08-16 pjdThe 'size' variable is there to limit how many bytes...
2010-08-16 joelFix typos, spelling, formatting and mdoc mistakes found...
2010-08-15 jh- Check that strtoul(3) succeeds to convert the entire...
2010-08-13 mjacobAvoid a memory leak.
2010-08-09 des- Add full support for header / data digests.
2010-08-06 jkimMerge ACPICA 20100806.
2010-08-06 jhbEthernet vlan(4) interfaces have valid Ethernet link...
2010-08-06 joelFix typos and spelling mistakes.
2010-08-06 dougbUpdate the arguments to yy_config_parse() to match...
2010-08-05 pjdDocument 'none' value for remote.
2010-08-05 pjdImplement configuration reload on SIGHUP. This includes:
2010-08-05 pjdPrepare configuration parsing code to be called multipl...
2010-08-05 pjdMake control_set_role() more public. We will need it...
2010-08-05 pjdAllow to use 'none' keywork as remote address in case...
2010-08-05 pjdReset signal handlers after fork().
2010-08-05 pjd- Use pjdlog_exitx() to log errors and exit instead...
2010-08-05 pjdAssert that various buffers we are large enough.
2010-08-05 pjdProblem with assertion is that it logs on stderr. Add...
2010-08-05 pjdKeep $FreeBSD$ in __FBSDID() only for C files.
2010-08-05 pjdMark two more places that we won't reach.
2010-08-05 pjdNow that TCP will be checked last we don't need any...
2010-08-05 pjdAdd an argument to the proto_register() function which...
2010-08-03 bzOne question mark per question; everything else is...
2010-08-02 rpauloMFV OpenSolaris DTrace userland bits.
2010-07-31 joelSpelling fixes.
2010-07-30 uqsgsched(8) was first released with FreeBSD 8.1
2010-07-29 pjdFix typo.
2010-07-29 lulf- Avoid calling the copy constructor when it is not...
2010-07-29 lulf- Remove unused instance of string.
2010-07-27 bcrSmall typo fix: s/ommited/omitted
2010-07-27 glebiusDocument that the "ngtee" action no longer accepts...
2010-07-25 mavExport PCI IDs of ATA/SATA controllers through CAM...
2010-07-25 bcrClarify that the "number of bytes per sector"-range...
2010-07-23 mckusickNote that foreground fsck should be run after a filesys...
2010-07-23 aeDocument that SI unit suffixes are supported for -b...
2010-07-22 mckusickNote that foreground fsck should be run after a filesys...
2010-07-22 pjdActually, only the fullsync mode is implemented, not...
2010-07-20 edUpgrade our Clang in base to r108428.
2010-07-20 jmallettImport the Cavium Simple Executive from the Cavium...
2010-07-19 rpauloMFV:
2010-07-17 rpauloMerge from vendor: libdtrace MD parts needed by fasttrap.
2010-07-15 luigibetter printing of headers when listing flows
2010-07-14 mavDo not bzero() NULL pointer on malloc() error.
2010-07-13 maximo Restore missed flag in the synopsis.
2010-07-13 maximo Add -q flag to usage().
2010-07-13 maximo Add -q flag to the synopsis.
2010-07-07 brianWhen dhclient obtains a lease, it runs dhclient-script...
2010-07-06 jkimMerge ACPICA 20100702.
2010-07-06 rpauloMerge from vendor-sys/opensolaris:
2010-07-06 jeff - Permit zero length directories as a handled inconsis...
2010-07-04 mjacobFix the clear function which has been broken for a...
2010-07-04 bcrLet boot(8) refer to the uart(4) serial driver, which...
2010-07-03 marcelsysctlbyname() returns -1 on error and sets errno....
2010-07-01 mavCorrect explanation for idle and standby subcommands...
2010-06-30 jh- Don't assign the return value from read(2) to a varia...
2010-06-29 impExpand system into my_system, and add the necessary...
2010-06-22 delphijImprove fsck robustness for SU+J cases:
2010-06-21 aeCheck for overflow before it occurs. Also add check for
2010-06-21 aeRemove G_TYPE_ASCLBA type and replace it with G_TYPE_ST...
2010-06-20 edSmall style fixes:
2010-06-20 brianFix some style(9), although there's a lot more issues...
2010-06-19 uqsmdoc nitpicking for gsched.8
2010-06-16 brucecCall free and freeaddrinfo before exiting.
2010-06-14 pjdCorrect various log messages.
2010-06-14 pjdFix typos.
2010-06-14 pjdInitialize gctl_seq for synchronization requests.
2010-06-14 pjdPlug memory leak.
2010-06-14 pjdPlug memory leak.
2010-06-14 pjdPlug memory leak.
2010-06-14 pjdPlug memory leaks.
2010-06-14 pjdRemove macros that are not really needed. The idea...
2010-06-14 pjdEliminate dead code.
2010-06-14 rpauloMFV hostapd & wpa_supplicant 0.6.10.
2010-06-11 uqsRemove dead variable assignments
2010-06-11 uqsInitialize variables before usage.
2010-06-11 impMerge from tbemd
2010-06-10 impsvn merge svn+ssh://svn.freebsd.org/base/head@208996
2010-06-09 rdivackyImport LLVM/clang from vendor stripped of docs/ test...
2010-06-07 aebgeom(3) does strdup of param name.
next