]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin
Fix NFSv4 ACLs on sparc64. Turns out that fuword(9) fetches 64 bits
[FreeBSD/FreeBSD.git] / usr.bin /
2009-10-05 bcrBelatedly add my calendar entry.
2009-10-05 rwatsonnetstat(1) support for UNIX SOCK_SEQPACKET sockets...
2009-10-05 edwinBackout changes for c_fmt, x_fmt and X_fmt, they were...
2009-10-05 edwinModified locale(1) to be able to show the altmon_X...
2009-10-03 dougbThe 6bone was decommissioned on 6/6/06, so remove refer...
2009-10-01 desUpgrade to OpenSSH 5.3p1.
2009-09-23 emasteUse %zu for size_t, not %zd.
2009-09-23 silbyIn netstat -x, do not try to print out tcp timer status...
2009-09-20 jillesUpdate find(1) man page for -L/-delete interaction.
2009-09-20 ddsIEEE Std 1003.1, 2004 Edition states:
2009-09-20 ddsFollow POSIX (IEEE Std 1003.1, 2004 Edition) in the...
2009-09-20 ddsAllow [ to be used as a delimiter.
2009-09-16 silbyAdd the ability to see TCP timers via netstat -x. ...
2009-09-11 jkimMFV: r196804
2009-09-09 delphijImport x86emu from OpenBSD as of OPENBSD_4_6.
2009-09-08 rdivackyAdd C/c/f/p/v switches plus a bunch of minor fixes...
2009-09-08 delphijConstify format string pointer, otherwise this would...
2009-09-07 pjdMake sure to use up-to-date libarchive header files...
2009-09-04 traszAdd NFSv4 ACL support to find(1).
2009-09-04 acheRemove single occurance of HAS_CTYPE ifdef, ctype functions
2009-09-03 gnnAdd ARP statistics to the kernel and netstat.
2009-08-30 umeFix the problem that the entry broke into two lines...
2009-08-26 cpercivaDon't try to mmap the contents of empty files. This...
2009-08-20 avgfstat: fix fsid comparison when executed on systems...
2009-08-15 fluffyAdd my birthday
2009-08-12 rwatsonUpdate procstat(1) for the fact that devfs paths are...
2009-07-31 delphijCorrect a stack underflow in gzip:
2009-07-29 delphijUpdate less to v436. This is considered as a bugfix...
2009-07-24 brooksIntroduce a new sysctl process mib, kern.proc.groups...
2009-07-24 jhbAdd a new type of VM object: OBJT_SG. An OBJT_SG objec...
2009-07-24 jhbMove the check to ensure the locate database has the...
2009-07-21 yzlin- Add my birthday
2009-07-18 bzRemove no longer needed #include after removing the...
2009-07-14 edMake mklocale work again, now that fwrite()'s return...
2009-07-11 mpUpdate to tcsh 6.17.00.
2009-07-09 traszAdd manual page links to advertise procstat(1) a little...
2009-07-08 brianFix some uninitialise variables.
2009-07-06 kientzleThis addresses some issues with my earlier -R fix that
2009-07-03 kientzleThis fixes bsdcpio's -R option to accept numeric
2009-06-25 dougbUpdate to the final release version of BIND 9.6.1....
2009-06-25 brianSupport shadow.byname and shadow.byuid maps, protecting...
2009-06-24 delphijSync with NetBSD:
2009-06-24 jhbChange the ABI of some of the structures used by the...
2009-06-24 dfrDon't use sys/nfs/rpcv2.h - it is part of the old kerne...
2009-06-24 jamieAdd libjail, a (somewhat) simpler interface to the...
2009-06-23 delphij%.s expects an int as the length specifier, so cast...
2009-06-23 delphijUse strlcpy() instead of manually setting the last...
2009-06-23 delphijUse strlcpy() instead of explicitly set \0 on the tail...
2009-06-23 delphijUse C99 initialization when necessary; apply static...
2009-06-23 delphijK&R -> ANSI
2009-06-23 delphijUse getprogname() instead of referencing __progname.
2009-06-23 kibUsermode portion of the support for swap allocation...
2009-06-21 delphijAdd support for uncompressing pack(1)'ed files. Pack...
2009-06-20 brooksRestore the check against running as root that I accide...
2009-06-19 csjpImplement the -z (zero counters) option for the various...
2009-06-19 delphijTwo fixes for SMALL case when compiling with WARNS=6:
2009-06-19 brooksIn preparation for raising NGROUPS and NGROUPS_MAX...
2009-06-19 brooksWhen checking if we can write to a file, use access...
2009-06-18 umeSince the width is always 2, it is enough to put just one
2009-06-17 umeFix column width of weekday names for multibyte locales.
2009-06-15 edAdd revoke(1).
2009-06-15 edMake the chpass Makefile honour NO_FSCHG.
2009-06-14 desAdd volatile to sig_atomic_t where it was missing.
2009-06-14 simonMerge OpenSSL 0.9.8k into head.
2009-06-14 edInclude <sys/module.h> for modfind().
2009-06-09 blandFix bug in zphys offset calculation I introduced while...
2009-06-09 blandChase ZFS v13 import changes.
2009-06-05 jkimImport ACPICA 20090521.
2009-06-05 brianChange the behaviour of -F slightly; it now persists...
2009-06-04 edwin[patch] calendar.music: Chuck Berry was born in St...
2009-06-03 jkimResync with head.
2009-06-02 jkimMFV: ACPICA 20090521
2009-06-02 edRemove window(1) from the base system.
2009-06-01 dougbAdd support for the build options that are currently...
2009-06-01 gabor- Add Hungarian catalog
2009-06-01 rmacklemChange the "-4" option flag to "-e" since it does not...
2009-06-01 bzConvert the two dimensional array to be malloced and...
2009-05-31 zecUnbreak buildworld.
2009-05-31 dougbUpdate BIND to version 9.6.1rc1. This version has bette...
2009-05-30 jillesrm, find -delete: fix removing symlinks with uchg/uappn...
2009-05-28 delphijUse prototype for usage(). This makes perror(1) WARNS...
2009-05-28 delphijCorrect off-by-one issue in truss(1) which happens...
2009-05-27 edUpdate ee(1) in the base system to version 1.5.0.
2009-05-27 thompsaDelete the old USB stack. The new stack has settled...
2009-05-27 jamieAdd support for the arbitrary named jail parameters...
2009-05-26 edMerge local changes to ee(1) into contrib space.
2009-05-26 edCopy ee 1.4.2 into the contrib directory.
2009-05-26 edRemove unused curses replacement implementation from...
2009-05-25 brianBump the document date to reflect the recent address...
2009-05-25 edFix kdump build when building it by hand.
2009-05-25 rmacklemAdd the "-4" option to nfsstat, so that it will reports...
2009-05-25 brianImplement "addr1,+N" ranges - not dissimilar to grep...
2009-05-22 desUpgrade to OpenSSH 5.2p1.
2009-05-20 gnnA few more style changes as well as a more broad allowa...
2009-05-20 maximo style.Makefile(5): remove SRCS.
2009-05-19 gnnFix a few style(9) nits.
2009-05-19 gnnAdd a new program, perror, which takes an errno as...
2009-05-19 avgfind: do not silently disable -L when -delete is used
2009-05-18 delphijMerge vendor/file/dist@192348, bringing FILE 5.03 to...
2009-05-15 delphijReduce diff against my local version: replace malloc...
next