Merge with FreeBSD revision 1.18 (jmallett):
[dragonfly.git] / usr.bin /
2004-12-31 Chris PresseyMerge with FreeBSD revision 1.18 (jmallett):
2004-12-31 Chris PresseyMerge with FreeBSD revision 1.16 (sheldonh):
2004-12-31 Chris PresseyBump WARNS to 6.
2004-12-31 Chris PresseyBump WARNS to 6 and apply some style(9):
2004-12-31 Matthew DillonWARNS 6, cleanup compiler warnings, de-register, static...
2004-12-30 Liam J. Foy- Bump WARNS to 6
2004-12-30 Chris PresseyImprove seperation between kernel code and userland...
2004-12-28 Liam J. Foy- Make modestr const and initialize it (stop GCC moaning)
2004-12-28 Liam J. Foy- Both <unistd.h> and <sys/types.h> can go - unnecessary
2004-12-27 Matthew DillonImprove the printing of ==> filename <==. Do not print...
2004-12-27 Matthew DillonAdd support for tail -f'ing multiple files. part 1/2.
2004-12-26 Sascha WildnerMessed up the man page in my previous commit. Now all...
2004-12-26 Sascha Wildner- Take back the commit from Oct. 1, 2004 since FreeBSD...
2004-12-26 Sascha WildnerSilence groff warnings
2004-12-25 YONETANI TomokazuAvoid parsing past strdup'ped string.
2004-12-24 Liam J. Foy- Static functions/globals
2004-12-24 Matthew DillonAdd the -P flag which displays more PCB information...
2004-12-23 Liam J. Foy- Remove *ttyname()
2004-12-22 Liam J. Foy-Setmode can also be caused to fail because of malloc().
2004-12-22 Joerg SonnenbergerAdd new structures for exporting the cputime statistics...
2004-12-22 Liam J. Foy- string.h is unnecessary, remove it
2004-12-21 Chris PresseyBump WARNS to 6:
2004-12-21 Hiten PandyaReorder included headers to an acceptable standard...
2004-12-20 Liam J. Foy- Detect and exit on write errors (from FreeBSD, but...
2004-12-20 Chris PresseyBump WARNS to 6:
2004-12-20 Chris PresseyStyle(9):
2004-12-20 Matthew DillonMove the doscmd: depdendancy to after the .include...
2004-12-20 Joerg SonnenbergerMerge from vendor branch GCC:
2004-12-20 Matthew DillonRemove duplicate .include of bsd.subdir.mk. It is...
2004-12-20 Joerg SonnenbergerDefine __arysize for FreeBSD 4 buildworlds.
2004-12-20 Joerg SonnenbergerRemove the userland visible part of the socket generati...
2004-12-19 Chris PresseyBump WARNS to 6:
2004-12-19 Liam J. Foy- Remove unneccessary cast
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch BINUTILS:
2004-12-18 Jeroen Ruigrok/asmodaiSimplify file to be a binary linking to libmagic (which...
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch FILE:
2004-12-18 Jeroen Ruigrok/asmodaiRemove obsolete/unused file.
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-12-17 Max OkumotoReduce white space diffs between FreeBSD.
2004-12-17 Max OkumotoMissed removal of a file, in previous commit.
2004-12-17 Max OkumotoFix a long-standing bug when make(1) is passed the...
2004-12-17 Max OkumotoInstead of dynamically allocating list heads allocated...
2004-12-17 Max Okumotoo Remove a useless list where just all command lines...
2004-12-17 Max OkumotoNobody actually checked the return codes from Lst_Appen...
2004-12-17 Max OkumotoIf a path element directory was never opened it is...
2004-12-17 Max Okumotoo Don't free the second list in Lst_Concat for LST_CONC...
2004-12-17 Max OkumotoGet rid of the sequential access feature of the lists...
2004-12-17 Max OkumotoConstify the arguments to the list compare function...
2004-12-17 Max OkumotoConstify some calls of Buf_AddBytes.
2004-12-17 Max OkumotoChanged comment to match code.
2004-12-17 Max OkumotoTypedefs of pointers to structs are evil. Make Lst...
2004-12-16 Max OkumotoConstification of arguments passed to functions; no...
2004-12-16 Max OkumotoMake needs no circular lists so remove them from the...
2004-12-16 Max OkumotoSome constification which doesn't require code rewrites.
2004-12-16 Max Okumotoo Remove an unused macro
2004-12-16 Max OkumotoConstify arguments to Hash_FindEntry and Hash_CreateEntry.
2004-12-16 Max Okumotoo Remove an extra space.
2004-12-16 Max OkumotoUse size_t to fix 64-bit platforms
2004-12-16 Max OkumotoMake sizes to be of type size_t and correct function...
2004-12-16 Max OkumotoStyle: fix indentation, protect macro with do { } while...
2004-12-16 Max OkumotoUse __arysize() to cal size of array.
2004-12-16 Max OkumotoChange the algorithm that matches the builtin shells...
2004-12-16 Max OkumotoRemove a double test for the same ptr != NULL and use...
2004-12-16 Max OkumotoStyle: remove a lot of unnecessary casts, add some...
2004-12-16 Max OkumotoFix code that modifies const string variables.
2004-12-15 Chris PresseyOopsie; use WARNS?=, not WARNS=.
2004-12-15 Chris PresseyBump WARNS to 6.
2004-12-15 Chris PresseyBump WARNS to 6:
2004-12-15 Chris PresseyBump WARNS to 6.
2004-12-15 Matthew DillonFix field for recent radix.h cleanups.
2004-12-14 Liam J. Foy- Add $DragonFly$ tag
2004-12-14 Liam J. Foy- Complete re-write/re-structure of rev(1). The previou...
2004-12-14 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-12-13 Joerg SonnenbergerAdd dependency for libcrypto to dc(1). Don't build...
2004-12-13 Max OkumotoAdd back missing space after comma.
2004-12-13 Liam J. Foy- Restructure the code
2004-12-13 Liam J. Foy- Remove both errno.h and string.h. Both are unnecessary.
2004-12-12 Liam J. Foy- We should warn with argv[i] not argv[1]
2004-12-10 Max OkumotoRemove more whitespace.
2004-12-10 Max OkumotoStylification: missing spaces, extra space after functi...
2004-12-10 Max OkumotoAdd code to enforce the paralleism count (-j N) for...
2004-12-10 Max OkumotoReduce the casts off NULL in comparison with a pointer.
2004-12-10 Max Okumotoo Allow use of the ${MAKE_SHELL} variable to specify...
2004-12-10 Max OkumotoTake advantage of the .Nm utility. It remembers the...
2004-12-10 Max Okumotoo Reduce warns by adding default case to switch.
2004-12-09 Max OkumotoMove catch_child() to reduce diffs between FreeBSD...
2004-12-09 Max OkumotoAdd missing function description.
2004-12-09 Max OkumotoChange a couple of the primitve list functions to be...
2004-12-09 Max OkumotoUse typedefs for the types of the functions that are...
2004-12-08 Liam J. Foy- Whoops! I missed some from the previous commit. My...
2004-12-08 Liam J. Foy- Check the return value of setenv(). We should check...
2004-12-08 Liam J. Foy- We should always check the setenv() call. Why? becaus...
2004-12-08 Max OkumotoMerge the contents of lstInt.h into the public lst...
2004-12-08 Max OkumotoStyle: prototypes, un-register and remove some empty...
2004-12-08 Max Okumotoo Include sys/sysctl.h on all architectures not only...
2004-12-01 Liam J. Foy- Remove unnecessary casts
2004-12-01 Joerg Sonnenbergerjob.c: 1.51->1.52
2004-12-01 Joerg Sonnenbergercompat.c:1.38->1.39
2004-12-01 Joerg Sonnenbergercond.c:1.27->1.28
next