]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin
- Add KTR_VFS tracing to track the life of vnodes. Eventually KTR_VFS
[FreeBSD/FreeBSD.git] / usr.bin /
2005-06-10 desDon't free(sock) before it's even allocated.
2005-06-10 desRemove kludges intended to support src trees with parti...
2005-06-09 samThis commit was generated by cvs2svn to compensate...
2005-06-07 gshapiroThis commit was generated by cvs2svn to compensate...
2005-06-07 brooksThis commit was generated by cvs2svn to compensate...
2005-06-05 csjpAppend a newline character to the usage string.
2005-06-05 samThis commit was generated by cvs2svn to compensate...
2005-06-05 samThis commit was generated by cvs2svn to compensate...
2005-06-05 desThis commit was generated by cvs2svn to compensate...
2005-06-05 desThis commit was generated by cvs2svn to compensate...
2005-06-04 gadUse the ki_udata field that was recently-added to kinfo...
2005-06-03 kanThis commit was generated by cvs2svn to compensate...
2005-06-03 kanThis commit was generated by cvs2svn to compensate...
2005-06-03 kanThis commit was generated by cvs2svn to compensate...
2005-06-03 kanThis commit was generated by cvs2svn to compensate...
2005-06-01 eivindBack out revision 1.19 and 1.20 until I find mental...
2005-06-01 brdAdd myself as a new committer.
2005-06-01 maximo Teach login(1) to respect "hushlogin" and "nocheckmai...
2005-05-31 obrienDon't use a patch w/in /usr/src. Programmatically...
2005-05-31 stefanfMove #ident into #if 0.
2005-05-29 samThis commit was generated by cvs2svn to compensate...
2005-05-29 samThis commit was generated by cvs2svn to compensate...
2005-05-29 samThis commit was generated by cvs2svn to compensate...
2005-05-29 charnierReduce compiler warning: variable might be used uniniti...
2005-05-29 charnierMove variable initialization to reduce compiler warning.
2005-05-29 charnierReduce compiler warning: variable might be used uniniti...
2005-05-29 charnierMove FreeBSD Id outside of copyright. Initialize variable.
2005-05-29 rwatsonModify vmstat(8)'s domem() routine, which is responsibl...
2005-05-27 rwatsondd a '-n' option to ministat, which causes it to displa...
2005-05-26 eivindRemove an errno reset that became unnecessary.
2005-05-26 alfreddecode utimes, lutimes, futimes, chflags, lchflags.
2005-05-26 eivindDocument a couple of gotchas.
2005-05-26 eivindWe are past 4.4BSD - use our new-found stat flags for...
2005-05-26 alfreddecode mkdir args.
2005-05-26 keramidaInterlink systat(1), iostat(8) and vmstat(8) through...
2005-05-26 thompsaAdd myself to the calendar.
2005-05-25 hartiUnder certain conditions the condition parser would...
2005-05-25 hartiThis commit was generated by cvs2svn to compensate...
2005-05-25 hartiThis commit was generated by cvs2svn to compensate...
2005-05-25 hartiDocument why there is a dependency of certain object...
2005-05-24 csjpIf sysctlbyname fails for kernel related reasons, tag...
2005-05-24 hartiThe caller of Var_Value() should not change the variabl...
2005-05-24 hartiGet rid of the third argument to Var_Value() the pointe...
2005-05-24 hartiMake shell.o dependend on the Makefile just in case...
2005-05-24 hartiBump the warning level to 6.
2005-05-24 hartiFix a 64-bit warning by casting an int64_t to intmax_t...
2005-05-24 hartiFactor out ProcExec() into its own file and rename...
2005-05-24 hartiFactor out all the .SHELL parsing related stuff into...
2005-05-24 hartiUse the name of the default shell instead of a numeric...
2005-05-24 hartiAnother shell attribute 'unsetenv' that will cause...
2005-05-24 hartiDescribe the meta and builtins attributes for the ...
2005-05-24 hartiDescribe the -x option and the .WARN pseudo-target.
2005-05-24 hartiBefore doing any parsing parse the builtin shell specif...
2005-05-24 hartiAllow the .SHELL target to specify the list of shell...
2005-05-23 hartiMake the ArgArray_Init() function visible to the rest...
2005-05-23 hartiThis commit was generated by cvs2svn to compensate...
2005-05-23 hartiThis commit was generated by cvs2svn to compensate...
2005-05-23 hartiThis commit was generated by cvs2svn to compensate...
2005-05-23 ruThis commit was generated by cvs2svn to compensate...
2005-05-21 ruSync program's usage() with manpage's SYNOPSIS.
2005-05-21 ruSync program's usage() with manpage's SYNOPSIS.
2005-05-18 hartiGet rid of global variables for argument vectors produc...
2005-05-18 keramida(1) Revert unnecessary indentation changes I committed...
2005-05-18 keramidaMerge the CPU and WCPU columns in a single %6.2f column...
2005-05-18 hartiGet rid of the ReturnStatus obscuration that was anyway...
2005-05-18 kanUnbreak r1.11 by delhij. Blind change from unsigned...
2005-05-17 ruAdd temporary patches to make one-true-awk respect...
2005-05-17 ruCorrect the script name to be "zless.sh". This avoids...
2005-05-17 desAdd a zless script which invokes less using the lesspip...
2005-05-17 desHandle presumably uncompressed files with cat; exec...
2005-05-17 mikehThis commit was generated by cvs2svn to compensate...
2005-05-16 ruThis commit was generated by cvs2svn to compensate...
2005-05-16 obrienThis commit was generated by cvs2svn to compensate...
2005-05-16 obrienHardcode username to 8 characters. This makes top...
2005-05-16 ruMake <runefile.h> internal to libc.
2005-05-15 marcelo Add option -n. The -n option takes a count and break...
2005-05-15 marcelReindent and improve style(9) comformance.
2005-05-13 umeNI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493...
2005-05-13 hartiUse the print_flags function to print the OP_ flags...
2005-05-13 hartiMove the Boolean and ReturnStatus stuff from sprite...
2005-05-13 hartiMake Shell_Init() static - it's only used here.
2005-05-12 jmallettAdd a flag (-q) which prints no header for the file...
2005-05-12 jmallettInclude <err.h>. On my system CVS Make(1) has an impli...
2005-05-12 hartiStill too early to bump WARNS - there are still warning...
2005-05-12 hartiMake sure machine is initialize before use. Also make...
2005-05-12 hartiGet rid of the warning about vfork() clobbering variables.
2005-05-12 hartiDo mktemp() by hand to get rid of the mktemp() warning...
2005-05-12 hartiUse a variable initialized to a string instead of the...
2005-05-12 hartiMove code in CondToken() and get rid of a goto.
2005-05-12 hartiRemove a useless else and un-indent the following code.
2005-05-12 hartiRevert the previous accidential commit.
2005-05-12 hartiCleanup SuffFindArchDeps() to get rid of two const...
2005-05-12 hartiThe first element of the vector built by brk_string...
2005-05-12 hartiCleanup. Move initialisation of file and program global...
2005-05-12 hartiReplace a lot of Var_Set(..., VAR_GLOBAL) by Var_SetGlo...
2005-05-12 hartiCleanup main(). Move catching SIGCHLD into job.c. Move...
2005-05-12 hartiReshuffle functions to get rid of prototypes.
2005-05-12 hartiCompat_RunCommand is used only in job.c so make it...
2005-05-12 hartiMove variable printing from main.c to var.c
2005-05-12 hartiFix the fix for bin/72510 applied in job.c:1.70. Actual...
next