Define IOV_MAX for userland too and make it available via sysctl and
[dragonfly.git] / bin /
2004-11-07 Matthew DillonThe last commit created a memory leak because 'buf...
2004-11-07 Eirik NygaardRemove not needed void casts.
2004-11-07 Eirik Nygaardstyle(9)
2004-11-07 Liam J. Foy- Remove (void) casts that are not necessary.
2004-11-06 Liam J. FoySync with FreeBSD rm(1) with my modifications. Some...
2004-11-06 Eirik NygaardConsify some variables.
2004-11-05 Matthew DillonCorrect a typo and a mdoc(7) style issue.
2004-11-04 Liam J. Foy- Remove unnecessary selection statement to see if...
2004-10-31 Liam J. FoyWhoops! setmode(3) returns a void *, not mode_t *.
2004-10-31 Liam J. FoyFix cpdup man page. The option -v[vvv] should be -v...
2004-10-30 Liam J. Foy- Remove all registers in bin/. This saves us doing...
2004-10-28 Liam J. Foy-Setmode will deal with the octals, so we dont need to.
2004-10-25 Liam J. Foy-Remove main proto
2004-10-25 Liam J. FoyTest commit! Thanks eirikn!
2004-10-24 Joerg SonnenbergerMerge from vendor branch GDB:
2004-10-23 Joerg SonnenbergerMerge from vendor branch READLINE:
2004-10-23 Joerg SonnenbergerMerge from vendor branch ZLIB:
2004-10-22 Matthew DillonFix bugs in the last commit. Some islink checks and...
2004-10-18 Eirik Nygaard* pid should be pid_t not int
2004-10-18 Eirik Nygaard* static functions
2004-10-18 Matthew Dillonoops, forgot a mention. Last commit:
2004-10-18 Matthew DillonAdjust rm's usage and manual page synopsis to include...
2004-10-13 Matthew DillonForgot to add for last commit:
2004-10-13 Matthew DillonMake a chdir failure fatal rather then just a warning...
2004-10-06 Matthew DillonIf we get an EOF in check2(), terminate the yes/no...
2004-10-06 Matthew DillonLast commit inspired by: Giorgos Keramidas <keramida...
2004-10-06 Matthew DillonAdd the -I option to rm. This option asks for confirma...
2004-10-01 Matthew DillonUnsetting an undefined variable or function is not...
2004-10-01 Matthew DillonRemove ATTY.
2004-09-26 Jeroen Ruigrok/asmodaiBump to WARNS 6.
2004-09-26 Jeroen Ruigrok/asmodaiForced commit:
2004-09-26 Jeroen Ruigrok/asmodaiBump WARNS to 6.
2004-09-26 Jeroen Ruigrok/asmodaiBump to WARNS 6.
2004-09-26 Jeroen Ruigrok/asmodaiBump WARNS to 6.
2004-09-26 Jeroen Ruigrok/asmodaiBump WARNS to 6.
2004-09-26 Jeroen Ruigrok/asmodaiAdd WARNS, set to 0.
2004-09-26 Jeroen Ruigrok/asmodaiBump WARNS to 6.
2004-09-26 Jeroen Ruigrok/asmodaiAdd, if not present, WARNS and set to 6.
2004-09-26 Jeroen Ruigrok/asmodaiBump hostname to WARNS 6 by initialising silen.
2004-09-26 Jeroen Ruigrok/asmodaiMake ls compile under WARNS 6.
2004-09-26 Jeroen Ruigrok/asmodaiAdd WARNS and set to 5.
2004-09-26 Jeroen Ruigrok/asmodaiSet WARNS to 6.
2004-09-26 Jeroen Ruigrok/asmodaiAdd, if not already present, WARNS and set to 6.
2004-09-26 Jeroen Ruigrok/asmodaiAdd WARNS and set to 3.
2004-09-26 Jeroen Ruigrok/asmodaiAdd WARNS and set to 6.
2004-09-26 Jeroen Ruigrok/asmodaiAdd WARNS, set to 6.
2004-09-26 Jeroen Ruigrok/asmodaiBump WARNS to 6.
2004-09-26 Jeroen Ruigrok/asmodaiAdd WARNS, set to 3.
2004-09-20 Jeroen Ruigrok/asmodaiMerge from vendor branch BIND:
2004-09-17 Matthew DillonFix the ncpu check for 'ps' so it does not display...
2004-09-14 Matthew DillonAdd the 'M' status flag to indicate those proceses...
2004-09-14 David RhodusAdd support saving both user/group permission on symlin...
2004-08-31 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-08-30 Scott UllrichMerge from vendor branch OPENSSH:
2004-08-30 Eirik NygaardUse strchr instead of index, and strrchr instead of...
2004-08-29 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-08-25 Chris PresseyCorrect an inaccurate statement. According to my testi...
2004-08-25 Matthew DillonCleanup various type-o's in comments.
2004-08-25 Matthew DillonMinor cleanups. Also, change various exit(10) codes...
2004-08-25 Matthew DillonMinor cleanups.
2004-08-25 Matthew DillonMinor cleanups.
2004-08-25 Matthew DillonMinor cleanups, no operational changes other then to...
2004-08-19 Matthew DillonRemove the advertising clause where possible as per...
2004-08-16 Joerg SonnenbergerFix the fprintf statement for overlong domainnames.
2004-08-15 Joerg Sonnenberger- remove prototype for main
2004-08-12 Matthew DillonGet rid of the NO_TCSH make.conf variable. We do...
2004-08-03 Matthew DillonMerge from vendor branch CVS:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-29 Matthew Dillonadd the 'y' and 'Y' options to ps, and add the 'iac...
2004-07-27 Matthew DillonPatch out tcsh's use of 'exp2', which is math-reserved...
2004-07-27 Hiten PandyaMinor cleanups to bring us on-par with FreeBSD's cat(1):
2004-07-27 Hiten PandyaKNF/style changes. Match scanfiles() function prototyp...
2004-07-27 Jeroen Ruigrok/asmodaiGet rid of varargs.h.
2004-07-26 Hiten PandyaAesthetic changes:
2004-07-24 Eirik NygaardRemove a not needed main() definition.
2004-07-22 Jeroen Ruigrok/asmodaiRaise WARNS to level 6.
2004-07-22 Jeroen Ruigrok/asmodaiMake usage() static.
2004-07-22 Jeroen Ruigrok/asmodaiActually mark the function itself static as well.
2004-07-22 Jeroen Ruigrok/asmodaiMark filescope functions static.
2004-07-22 Jeroen Ruigrok/asmodaiMark the variables defined at file scope static.
2004-07-22 Jeroen Ruigrok/asmodaiGarbage collect two unused variables (SaveFs, CountCopi...
2004-07-22 Jeroen Ruigrok/asmodaiMake setthetime() static per the prototype.
2004-07-22 Jeroen Ruigrok/asmodaiAlso mark the function itself static, not just the...
2004-07-22 Jeroen Ruigrok/asmodaiMake scanfiles() static since it is limited to the...
2004-07-22 Jeroen Ruigrok/asmodaiMake f_stream static.
2004-07-22 Jeroen Ruigrok/asmodaiUse static on file scoped function prototypes and varia...
2004-07-22 Jeroen Ruigrok/asmodaiGarbage collect RETAINBITS, not used anywhere.
2004-07-22 Jeroen Ruigrok/asmodaiMake unit_adjust() static as per its prototype.
2004-07-12 David RhodusFix memory leak.
2004-07-08 Hiten PandyaCorrect mdoc(7) errors:
2004-07-05 Matthew DillonMore optarg and declaration cleanups.
2004-07-05 Matthew DillonFix a bug in the -i code where an existing interface...
2004-07-05 Matthew DillonCleanup conditionals on exit, remove unnecessary free...
2004-06-24 Joerg SonnenbergerMerge from vendor branch GCC:
2004-06-21 Hiten PandyaCheck kp (struct kinfo_proc *kp) against NULL and not...
2004-06-21 Hiten PandyaUse the kern.boottime sysctl for retrieving the system...
2004-06-20 Hiten PandyaMove the 'p_start' field from struct pstats (Process...
2004-06-20 Matthew DillonMerge from vendor branch GCC:
next