]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sbin
.. how'd this compile before I commit it and then not now?
[FreeBSD/FreeBSD.git] / sbin /
2011-02-09 Pawel Jakub DawidekWhen we decide to unlink socket file, sun_path must...
2011-02-08 Pawel Jakub DawidekExplicitly include <sys/types.h> as suggested by getpid...
2011-02-08 Pawel Jakub DawidekUnlink UNIX domain socket file only if:
2011-02-06 Doug BartonUpdate to BIND 9.6.3, the latest from ISC on the 9...
2011-02-06 Pawel Jakub DawidekNow that we break the loop on fstat(2) failure we no...
2011-02-06 Pawel Jakub DawidekAdd (void) cast before snprintf(3)s for which we are...
2011-02-06 Pawel Jakub DawidekTreat fstat(2) failure (different than EBADF) as fatal...
2011-02-06 Pawel Jakub DawidekOpen syslog when logging sysconf(3) failure.
2011-02-06 Pawel Jakub DawidekClose more descriptors that can be open if the worker...
2011-02-03 Pawel Jakub DawidekSetup another socketpair between parent and child,...
2011-02-03 Pawel Jakub DawidekAdd missing locking after moving keepalive_send() to...
2011-02-03 Pawel Jakub DawidekDrop privileges after connecting to hastd, but before...
2011-02-03 Pawel Jakub DawidekLet the caller log info about successful privilege...
2011-02-02 Bjoern A. ZeebAdd missing argument after r218192.
2011-02-02 Pawel Jakub Dawidek- Rename proto_descriptor_{send,recv}() functions to
2011-02-02 Pawel Jakub DawidekAdd proto_connect_wait() to wait for connection to...
2011-02-02 Pawel Jakub DawidekAllow to specify connection timeout by the caller.
2011-02-02 Pawel Jakub DawidekMove protocol allocation and deallocation to separate...
2011-02-02 Pawel Jakub DawidekBe prepared that hp_client or hp_server might be NULL...
2011-02-01 Pawel Jakub DawidekDo not set socket send and receive buffer. It will...
2011-01-31 Pawel Jakub DawidekFix build on ia64.
2011-01-31 Pawel Jakub DawidekUntil I fix the build on ia64 comment out problematic...
2011-01-31 Pawel Jakub DawidekImplement two new functions for sending descriptor...
2011-01-31 Pawel Jakub Dawidek- Use pjdlog for assertions and aborts as this will...
2011-01-31 Pawel Jakub DawidekRename pjdlog_verify() to pjdlog_abort() as it better...
2011-01-31 Edwin GroothuisMFV of tzdata2011a, r218120
2011-01-30 Bernhard SchmidtFix the 'scan hang' issue.
2011-01-30 Bernhard SchmidtWhen doing a scan while being associated it is possible...
2011-01-28 Pawel Jakub DawidekDrop privileges in worker processes.
2011-01-28 Pawel Jakub DawidekImplement function that drops privileges by:
2011-01-28 Pawel Jakub DawidekUse newly added descriptors_assert() function to ensure...
2011-01-28 Pawel Jakub DawidekAdd function to assert that the only descriptors we...
2011-01-28 Pawel Jakub DawidekClose all unneeded descriptors after fork(2).
2011-01-28 Pawel Jakub DawidekAdd comments to places where we treat errors as ciritic...
2011-01-28 Pawel Jakub DawidekAdd function to close all unneeded descriptors after...
2011-01-28 Pawel Jakub DawidekInitialize all global variables on pjdlog_init().
2011-01-28 Andrey V. ElsukovDocument the "bios-boot" partition type.
2011-01-27 Pawel Jakub DawidekRemember created control connection so on fork(2) we...
2011-01-27 Pawel Jakub DawidekClose the control socket before exiting, so it will...
2011-01-27 Pawel Jakub DawidekExtend pjdlog_verify() to support the following additio...
2011-01-27 Pawel Jakub DawidekAdd functions to initialize/finalize pjdlog. This allow...
2011-01-27 Pawel Jakub DawidekUse my copyright for 2011 work.
2011-01-27 Pawel Jakub DawidekAdd LOG_NDELAY flag to openlog(3) - we want descriptor...
2011-01-27 Pawel Jakub Dawidek- Remove obvious NOTREACHED comment after abort() call.
2011-01-27 Pawel Jakub DawidekRemove __dead2 from pjdlog_verify() prototype, it does...
2011-01-26 Doug BartonClarify the availability of the noatime option on netwo...
2011-01-25 Martin CracauerFix compilation with debug on.
2011-01-25 Maxim SobolevSupply maximum value as an argument to the decimal...
2011-01-24 Pawel Jakub DawidekDon't open configuration file from worker process....
2011-01-24 Ivan VorasAdded a blurb about thin provisioning, fixed some forma...
2011-01-24 Maxim Sobolevo Cylinder numbers are 10 bits in the MBR;
2011-01-24 Kirk McKusickThe dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and...
2011-01-23 Jilles Tjoelkerinit(8): Document that login(1) is now responsible...
2011-01-23 Jilles Tjoelkerinit: Only run /etc/rc.shutdown if /etc/rc was run.
2011-01-22 Pawel Jakub DawidekAdd missing logs.
2011-01-22 Pawel Jakub DawidekAdd nv_assert() which allows to assert that the given...
2011-01-22 Pawel Jakub DawidekUse more consistent function name with the others ...
2011-01-22 Pawel Jakub DawidekUse int16 for error.
2011-01-22 Pawel Jakub Dawidek- On primary worker reload, update hr_exec field.
2011-01-22 Marcel Moolenaars/utime/modtime/g -- utime shadows utime(3).
2011-01-22 Maxim SobolevWarn user when value entered is greated than the amount...
2011-01-19 Matthew D FlemingIntroduce signed and unsigned version of CTLTYPE_QUAD...
2011-01-19 Matthew D Flemingsysctl(8) should use the CTLTYPE to determine the type...
2011-01-17 Matthew D FlemingFix typo and bump date.
2011-01-17 Matthew D FlemingThe kernel is not exporting any "T,dev_t" sysctl nodes...
2011-01-13 Jung-uk KimMerge ACPICA 20110112. Switch to BSD/GPLv2 dual licens...
2011-01-13 Maxim Konovalovo Somehow I revert Dd macro in the previous commit.
2011-01-13 Maxim Konovalovo Start each sentence on a new line. No content changes.
2011-01-13 Maxim Konovalovo Typo fixes.
2011-01-12 Rebecca CranFix formatting of cross-references.
2011-01-12 Rebecca CranFix sorting of cross-references.
2011-01-12 Rebecca CranFix cross-reference to gvinum(8).
2011-01-12 Andrey V. ElsukovFix up the grammar.
2011-01-12 Pawel Jakub Dawidekexecve(2), not fork(2) resets signal handler to the...
2011-01-12 Pawel Jakub DawidekAdd a note that when custom signal handler is installed...
2011-01-12 Pawel Jakub DawidekInstall default signal handlers before masking signals...
2011-01-12 Andrey V. ElsukovSector size can not be greater than MAXPHYS. Since...
2011-01-05 Kenneth D. MerryThe camcontrol smppc option to clear a PHY error log...
2011-01-05 Marius StroblTeach ifconfig(8) the handy shared option shortcut...
2010-12-30 Pawel Jakub DawidekFor compatibility with Linux and Solaris add poweroff(8).
2010-12-29 Konstantin BelousovAdd support for FS_TRIM to user-mode UFS utilities.
2010-12-26 Simon L. B. NielsenFix deprecated warning about -L which said -i was depre...
2010-12-26 Pawel Jakub DawidekDetect when resource is configured more than once.
2010-12-26 Pawel Jakub DawidekWhen node-specific configuration is missing in resource...
2010-12-21 Andrey V. ElsukovCheck number of arguments before trying to read arg0...
2010-12-19 Philippe CharnierAdd __unused. Ansi prototypes.
2010-12-16 Pawel Jakub DawidekThe 'ret' variable is of type ssize_t and we use proper...
2010-12-16 David E. O'BrienRevert r216473.
2010-12-16 Pawel Jakub DawidekImprove problems logging.
2010-12-16 Pawel Jakub DawidekDon't ignore errors from remote requests.
2010-12-16 Pawel Jakub DawidekLog the fact of launching and include protocol version...
2010-12-16 David E. O'BrienBump WARNS to 6.
2010-12-16 David E. O'BrienGEOM virstor .so does not need libmd.
2010-12-15 Jung-uk KimMerge ACPICA 20101209.
2010-12-15 David E. O'BrienRename the generic "CLASS" to the more specific "GEOM_C...
2010-12-15 David E. O'BrienRename the generic "CLASS" to the more specific "GEOM_C...
2010-12-15 Konstantin BelousovAdd the missed 'p' flag to getopt() optstring argument.
2010-12-12 Joel DahlRemove the advertising clause from UCB copyrighted...
2010-12-10 Kenneth D. MerryFix a few issues related to the XPT_GDEV_ADVINFO CCB.
2010-12-08 Gleb Smirnoff- Fix array bounds checking. [1]
next