Re-enable SACK by default. Jeff fixed the corruption issue reported by
[dragonfly.git] / usr.bin /
2004-11-18 Joerg SonnenbergerUse kinfo_get_vfs_bufspace instead of kvm.
2004-11-18 Jeroen Ruigrok/asmodaiMerge FreeBSD SA 04:16 security fix.
2004-11-18 Matthew DillonBring in various fixes from FreeBSD:
2004-11-17 Matthew DillonFollow NOFSCHG if defined. (It's needed to be able...
2004-11-16 YONETANI TomokazuDo not overwrite z*grep commands with shell wrappers...
2004-11-15 Joerg SonnenbergerSync with FreeBSD. This removes the need for perl.
2004-11-14 Matthew DillonFix an inverted conditional which could lead to nameBuf...
2004-11-14 Matthew DillonContinuing synchronization from FreeBSD.
2004-11-14 Joerg SonnenbergerMerge from vendor branch GDB:
2004-11-13 Matthew DillonSpelling corrections.
2004-11-13 Joerg SonnenbergerShow the CPU used by the multi-threaded network stack...
2004-11-13 Matthew DillonMake both arguments to str_concat() const char *'s...
2004-11-13 Matthew DillonSplit var.c into var.c and var_modify.c and move all...
2004-11-13 Matthew DillonSplit var.c into var.c and var_modify.c and move all...
2004-11-12 Matthew DillonPossibly expand the variable name's embedded variables...
2004-11-12 Matthew DillonConvert make(1) to use ANSI style function declarations...
2004-11-12 Matthew DillonMake the DEBUGF() macro portable by (ugh) adding a...
2004-11-12 Matthew DillonDiff reduction for great justice against NetBSD, cast...
2004-11-12 Matthew DillonPartial sync from FreeBSD/jmallet:
2004-11-12 Matthew DillonDo some deregisterization.
2004-11-12 Matthew Dillonefree()->free(). remove #define efree (which was defin...
2004-11-12 Matthew DillonThe strings package passes back a pointer via brk_strin...
2004-11-12 Matthew DillonRemove various forms of NULL, and cleanup types. This...
2004-11-12 Joerg SonnenbergerFix systat -netstat and remove the dependency on KVM...
2004-11-10 Joerg SonnenbergerMerge from vendor branch LIBARCHIVE:
2004-11-10 Joerg SonnenbergerMerge from vendor branch BSDTAR:
2004-11-10 Joerg SonnenbergerImport libarchive and bsdtar. The default tar (/usr...
2004-11-09 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-11-09 Joerg SonnenbergerSwitch to gdb 6.2.1 and wait for new problem reports.
2004-11-09 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-11-09 Joerg SonnenbergerUse the speedup patches, too
2004-11-09 Joerg SonnenbergerFix the column width for IPv6 to correctly align the...
2004-11-09 Joerg SonnenbergerSmall speedups:
2004-11-08 Matthew DillonSync make.1 with the rest of the make source.
2004-11-08 Matthew DillonAdd tip(1)'s emulation of cu(1) to tip's manual page.
2004-11-02 Liam J. Foy- Allow ipcs to display information about IPC mechanism...
2004-10-31 Joerg SonnenbergerWe have to support uncompress by default, because zcat...
2004-10-30 Matthew DillonThe PRId64 check was wrong, causing bootstrapping failu...
2004-10-30 Matthew DillonThe last fix wasn't good enough. This one causes the...
2004-10-30 Matthew DillonConditionalize _CTYPE_SW* for bootstrap purposes.
2004-10-29 Liam J. Foy-Set WARNS to 6
2004-10-29 Liam J. FoyAdd special case for the german whois nameserver. Witho...
2004-10-29 Liam J. Foy- Remove unnecessary (void) casts
2004-10-29 Liam J. Foy- Bump WARNS to 6
2004-10-29 Liam J. Foy- Add $DragonFly$
2004-10-29 Jeroen Ruigrok/asmodaiUse rune.h instead of runetype.h.
2004-10-28 YONETANI Tomokazu`proto' field was forgotten in the previous commit.
2004-10-27 Joerg SonnenbergerSwitch to libz-based gzip.
2004-10-27 Joerg SonnenbergerDefine PRId64 as "lld" for older systems laking support...
2004-10-26 Matthew DillonFix a seg-fault if -l is used without a /dev prefix...
2004-10-26 Joerg SonnenbergerChange the variable from CCVER_DEFAULT to OBJFORMAT_BUI...
2004-10-26 Joerg SonnenbergerChange the way binutils versions are handled. Depending...
2004-10-26 Joerg Sonnenbergergcc3 ==> gcc34
2004-10-26 Joerg SonnenbergerAdd support to specify the default compiler and binutil...
2004-10-26 Joerg SonnenbergerAdd gzip based on libz. This is faster for decompressio...
2004-10-25 Liam J. Foy- Fix some sentences
2004-10-25 Liam J. Foy- Remove registers
2004-10-25 Liam J. Foy- Remove main() proto
2004-10-24 Matthew DillonSynchronize bug fixes from FreeBSD/RELENG_4.
2004-10-24 Joerg SonnenbergerMerge from vendor branch GDB:
2004-10-23 Joerg SonnenbergerMerge from vendor branch READLINE:
2004-10-23 Joerg SonnenbergerFix the references to libz sources scattered over the...
2004-10-23 Joerg SonnenbergerI have to specify SCRIPTSNAME too, otherwise bsd.prog...
2004-10-23 Joerg SonnenbergerUse SCRIPTS instead of a beforeinstall target, it's...
2004-10-23 Joerg SonnenbergerMerge from vendor branch ZLIB:
2004-10-23 Eirik Nygaardstyle(9) cleanup.
2004-10-11 Matthew DillonMake a DFly buildworld work on a FreeBSD-4.x system...
2004-10-02 Matthew DillonMake patch's -b option match the old patch's -b option...
2004-09-30 Joerg SonnenbergerFix the setup for initial processing. Always use argv...
2004-09-28 Joerg SonnenbergerSwitch patch(1) from GNU to BSD version.
2004-09-28 Joerg SonnenbergerDon't use patch -b, the flag has different meanings...
2004-09-28 Joerg SonnenbergerMake the BSD patch WARNS=6 clean
2004-09-26 Jeroen Ruigrok/asmodaiFix author name with .An macro. Add missing period.
2004-09-26 Joerg Sonnenberger- make process() static and take const arguments
2004-09-26 Jeroen Ruigrok/asmodaiMake WARNS ?= instead of = per all the other Makefiles.
2004-09-24 Joerg SonnenbergerAdd GPL-free patch. This is the extended version of...
2004-09-23 Matthew DillonAdd the -L and -l options to install. -L allows an...
2004-09-20 Matthew DillonHook the new bc and dc into the tree. Unhook the old...
2004-09-20 Joerg SonnenbergerWARNS=6 cleanes
2004-09-20 Jeroen Ruigrok/asmodaiMerge from vendor branch BIND:
2004-09-20 Matthew DillonHere are (BSD licensed) replacements for bc and dc:
2004-09-19 Joerg SonnenbergerChange getgrouplist(3) to take gid_t arguments for...
2004-09-15 Joerg Sonnenberger- ISO C cleanup
2004-09-14 Joerg Sonnenberger- statify functions
2004-09-14 David RhodusFix a problem with the NSIG check which could lead...
2004-09-14 David RhodusPrint link level address on vlan interfaces using ether...
2004-09-14 David RhodusFix typo.
2004-09-12 Joerg SonnenbergerMinor style cleanup. Use err(3) since we are interested...
2004-09-09 Matthew DillonTemporary hack to remove historical schg protection...
2004-09-08 Joerg SonnenbergerRemove void casts of function return values. Remove...
2004-09-07 Joerg SonnenbergerRemove !TIOCSTI code and TIOCEXT conditionals. This...
2004-09-07 Joerg SonnenbergerMake edstop and writeback static.
2004-09-07 Joerg SonnenbergerMake mark/unmark static. Use getprogname() instead...
2004-09-07 Joerg SonnenbergerSync with FreeBSD. Most importantly, add handling for...
2004-09-05 Matthew DillonMinor non-functional syntax changes. Remove (void...
2004-09-05 Matthew DillonMisc syntax cleanup.
2004-09-05 Matthew DillonCorrect a bug introduced in a recent commit. This...
2004-09-04 Matthew DillonReenable pkill. There wasn't actually a problem with...
2004-09-03 Matthew DillonWith the 'cu' program removed from the system (long...
2004-09-03 Matthew DillonRemove some unnecessary extern's of libc functions.
next