]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sbin
Use -M and -N for core and kernel image respectively.
[FreeBSD/FreeBSD.git] / sbin /
2007-03-15 simonThis commit was generated by cvs2svn to compensate...
2007-03-15 simonThis commit was generated by cvs2svn to compensate...
2007-03-12 yarAttempt to load the kernel module only if we are going...
2007-03-11 mpThis commit was generated by cvs2svn to compensate...
2007-03-09 sampoint-to-point address should come from ifa_dstaddr
2007-03-07 yarDon't leave a NULL value in mdsuffix when a particular md
2007-03-06 mckusickMove macros describing extended attributes in UFS from
2007-03-05 thomasAdd "fg" option as antonym to "bg"; add "hard" option...
2007-03-05 pjdWarn when user use sectorsize bigger than the page...
2007-03-05 pjdFix incorrect comment. Geli will protect against data...
2007-03-02 pjdDocument -J in usage.
2007-02-27 samo consistently check strlcpy result
2007-02-27 samcorrect type to silence const complaint
2007-02-27 samunbreak create operation, must copy argument to global...
2007-02-27 aleCall the multipath device with its real name.
2007-02-27 bruefferFirst cleanup pass: new sentence -> new line, typos...
2007-02-27 mjacobAdd a man page.
2007-02-27 mckusickFix an error in dumping large sparse files containing...
2007-02-27 mjacobFirst cut at GEOM based multipath. This is an active...
2007-02-26 mckusickUpdate the dump program to save extended attributes...
2007-02-24 samuse getifaddrs from libc instead of private code
2007-02-22 pjdCorrect typo.
2007-02-20 n_hibmaKris suggested that swap is a better choice as a defaul...
2007-02-20 n_hibma[Found the original diff I made, see previous commit...
2007-02-20 n_hibmaMake attach the default for -f. That way
2007-02-17 samcorrect type definition of option routine callback
2007-02-17 samremove (now) duplicate definition of IEEE80211_IS_CHAN_...
2007-02-15 ceriGrammar nits.
2007-02-15 matteoAdd examples for configuring and mounting geom_uzip...
2007-02-15 matteoCorrect -c and -d description.
2007-02-15 pisoMention the nat command in the synopsis and in the...
2007-02-15 matteoEnhances mdmfs(8) to mount md-based device such as...
2007-02-14 brianDefault output to stdout as the man page suggests.
2007-02-14 brianOnly go through our cylinder group and inode info when...
2007-02-14 brianRe-indent main() in preparation for further changes.
2007-02-13 bruefferMark up lkm with .Nm, since lkm is name of an api.
2007-02-13 rodrigcRaise WARNS level to 6.
2007-02-10 pjdForgot to hook up gjournal manual page to the build.
2007-02-10 bruefferDon't reference lkm(4), it doesn't exist.
2007-02-09 emasteImplement RFC3442, the Classless Static Route option.
2007-02-09 emasteAdd a $FreeBSD$ tag missing after the original import...
2007-02-06 rodrigcPrint warning that "-t msdos" is deprecated and being...
2007-02-04 bmsBe explicit in examples about the correct grammar for...
2007-02-04 mppIf two files systems, /a and /b are marked as having...
2007-02-04 impPatches to allow one to allow one to specify a director...
2007-02-03 mppDo not touch the block or i-node grace times for id 0.
2007-02-03 mppFix quotqcheck to correctly use the curinode count...
2007-02-03 bmsBackout revision 1.4; it is not verified as the correct...
2007-02-03 bmsAdd an EXAMPLES section to ifconfig(8), clearly showing...
2007-02-02 pjdUse pidfile(3) API to restart mountd(8) on success...
2007-02-01 rodrigcRemove, since code has been merged into mount_nfs,
2007-01-29 pjdAdd gjournal(8) manual page. Documentation of kern...
2007-01-29 dougbThis commit was generated by cvs2svn to compensate...
2007-01-29 brooksActually implement rev 1.12 for host names and NIS...
2007-01-29 rodrigcPass "errmsg" to nmount(), so that if nmount() fails...
2007-01-28 wilkotypo: s/tranport layer/transport layer/
2007-01-28 rodrigcConvert mount_ext2fs to a simple program which passes...
2007-01-25 peterRemove unused reference to objformat.h
2007-01-25 mppBump .Dd.
2007-01-25 mppAdd a BUGS section that shows that ids that appear...
2007-01-25 pjdWhen the following conditions are meet:
2007-01-25 pjdImplement gctl_change_param() function, which changes...
2007-01-23 rodrigcRemove mount_nfs4 from SUBDIR list. The mount_nfs...
2007-01-23 rodrigcLink mount_nfs -> mount_nfs4, and mount_nfs.8 -> mount_...
2007-01-23 rodrigcMerge mount_nfs4.c and mount_nfs.c into one program.
2007-01-23 mppUse fseeko to seek in the file, instead of fseek to...
2007-01-23 mppMake sure that unknown uids/gids that now have non...
2007-01-22 mariusActually fully emulate NetBSD and print the media insta...
2007-01-20 mppQuota system cleanup.
2007-01-20 rafanThis commit was generated by cvs2svn to compensate...
2007-01-20 marius- Display the media instance numbers and allow the...
2007-01-15 samAdd initial support for 900MHz channels; still has...
2007-01-07 mlaierFix a parsing bug when specifying more than one address...
2007-01-05 rodrigcFix parsing of -o uid and -o gid options, so that ...
2007-01-03 dasThis commit was generated by cvs2svn to compensate...
2007-01-02 rsefix typo: "adaptor" -> "adapter"
2007-01-02 rseFix typo: effected -> affected
2006-12-31 hrsFix wrong markup and some wordsmithing.
2006-12-31 acheThis commit was generated by cvs2svn to compensate...
2006-12-29 pisoSummer of Code 2005: improve libalias - part 2 of 2
2006-12-29 bzFix an off-by-one which could mean writing beyond the...
2006-12-29 ru- Fix markup.
2006-12-27 samAdd half/quarter rate 11a channel support:
2006-12-25 ruThis commit was generated by cvs2svn to compensate...
2006-12-21 ceriRemove duplicate "clear" subcommand.
2006-12-19 jkimClear full-duplex when half-duplex flag is set. This...
2006-12-18 pjdFor consistency use 'unsigned' instead of 'u_int'.
2006-12-15 umeThis commit was generated by cvs2svn to compensate...
2006-12-15 pjdFix ggated for platforms with 64bit size_t. The DIOCGSE...
2006-12-13 samThis commit was generated by cvs2svn to compensate...
2006-12-12 ru- Document -u, -i, and the difference between them...
2006-12-11 thompsaThese days P2P means peer-2-peer (also well known from...
2006-12-10 dougbThis commit was generated by cvs2svn to compensate...
2006-12-10 impStyle: Shorten a couple of lines with u_int and u_long.
2006-12-09 samfix handling of ssid "-" etc; we're writing 1 byte...
2006-12-08 ruDocument the following change in behavior:
2006-12-08 hartiThis commit was generated by cvs2svn to compensate...
2006-12-07 rodrigcPass a char buffer parameter with name "errmsg" to...
2006-12-05 dwmaloneAdd a "-D" flag to restore which puts it into "degraded...
2006-12-04 maximo Correct a function prototype.
next