]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - bin
Cleanup. Set all PCI parameters of importance. Set a define that will
[FreeBSD/FreeBSD.git] / bin /
1999-02-07 Peter WemmThis commit was generated by cvs2svn to compensate...
1999-01-28 Garrett WollmanFix synopsis to match 1003.2. Add text describing...
1999-01-26 Julian ElischerEnable Linux threads support by default.
1999-01-24 Peter WemmThis commit was generated by cvs2svn to compensate...
1999-01-21 Garrett WollmanThis commit was generated by cvs2svn to compensate...
1999-01-21 Garrett WollmanThis commit was generated by cvs2svn to compensate...
1999-01-21 Garrett WollmanThis commit was generated by cvs2svn to compensate...
1999-01-21 Garrett WollmanThis commit was generated by cvs2svn to compensate...
1999-01-20 Bill FennerThis commit was generated by cvs2svn to compensate...
1999-01-20 Bill FennerThis commit was generated by cvs2svn to compensate...
1999-01-18 Hidetoshi ShimokawaThis commit was generated by cvs2svn to compensate...
1999-01-14 Mark MurrayThis commit was generated by cvs2svn to compensate...
1999-01-13 David E. O'BrienThis commit was generated by cvs2svn to compensate...
1999-01-13 Daniel O'CallaghanExample "19%y" changed to "%Y" to discourage poor usage.
1999-01-13 Julian ElischerRe-enable the options in ps(1) that were disabled with...
1999-01-12 Peter WemmThis commit was generated by cvs2svn to compensate...
1999-01-10 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-12-19 Julian ElischerReviewed by: Luoqi Chen, Jordan Hubbard
1998-12-18 Joseph KoshyAdd references to test(1) and expr(1).
1998-12-18 Joseph KoshyAdd cross-references to test(1) and expr(1) respectively.
1998-12-16 Peter WemmCleaning out old stuff from one of my source trees:
1998-12-16 Warner LoshFree memory from setmode.
1998-12-16 Warner LoshUse getcwd in stead of using getwd so that we try harde...
1998-12-16 Warner LoshFree memory obtained from setmode.
1998-12-07 Bruce EvansDon't put compiler warning flags in leaf Makefiles.
1998-12-07 Bruce EvansCFLAGS+= -Wall -Wformat for all of src/bin. All warnin...
1998-12-07 Bruce EvansFixed printf format errors.
1998-12-07 Bruce EvansFixed warnx format errors in printf and csh, and snprin...
1998-12-07 Bruce EvansFixed -Wall regression (broken in rev.1.12). Removed...
1998-12-07 Bruce EvansFixed printf format errors (new bugs in rev.1.7). ...
1998-12-06 Archie CobbsTweaks to allow compiling -Wall (mostly adding "const...
1998-12-06 David E. O'BrienRev 1.13 fixes PR bin/8958
1998-12-05 David E. O'BrienThere is a bug in /bin/pax -s option processing. The...
1998-12-02 Bill FumerolaFix typo. "If the an entry" --> "If an entry"
1998-12-02 Julian ElischerThis commit was generated by cvs2svn to compensate...
1998-11-30 Bill Fumerolasuperceded -> superseded, which after some debate on...
1998-11-30 Bill Fumerolachangable -> changeable
1998-11-29 Bruce EvansDescribe `bs=n' more precisely. Fixed some English...
1998-11-25 Doug RabsonFix formatting of %CPU value on alpha.
1998-11-21 Jordan K. HubbardIndicate that the thing not found was not /bin/pwd...
1998-11-18 Bruce EvansDon't use mmap() for non-regular files, since st_size...
1998-11-18 John PolstraThis commit was generated by cvs2svn to compensate...
1998-11-14 Wolfram SchneiderUse mmap for file coping. 5-10% faster than the read...
1998-11-14 David E. O'BrienThis commit was generated by cvs2svn to compensate...
1998-10-23 Mike SmithFix behaviour for 'mkdir -m 777 / /tmp/foo'. Play...
1998-10-22 Mike SmithHonour the spirit rather than the implementation of...
1998-10-20 Mike SmithMake this compile, and honour the spirit of the origina...
1998-10-20 Mike Smith - mkdir -m should call chmod because the high-order...
1998-10-20 Mike Smith- Fix off-by-one problem in tar where filenames of...
1998-10-13 Dag-Erling SmørgravCalls one or more of malloc(), warn(), err(), syslog...
1998-10-13 Dag-Erling SmørgravDoh. What was I smoking when I wrote this?
1998-10-13 Joseph KoshyCorrect a grammatical nit and remove ambiguity about...
1998-10-09 Mark MurrayAdd JKH's auth.conf-file parser to turn Kerberos on...
1998-10-04 Jordan K. HubbardNull commit, just to test something. Please ignore.
1998-10-03 Alexander LangerAdded missing #include <string.h>
1998-10-01 Kenneth D. MerryFix 'chio params' so that it actually prints out the...
1998-09-15 Bill FennerThis commit was generated by cvs2svn to compensate...
1998-09-15 Bill FennerThis commit was generated by cvs2svn to compensate...
1998-09-15 Justin T. GibbsUpdated the ch(4) driver and chio(1) command to include...
1998-09-14 Doug RabsonPortability fixes when sizeof(int) != sizeof(long).
1998-09-13 Warner LoshFix minor style bugs noticed by the Bruce Filter.[tm]
1998-09-13 Tor EggeBe more consistent with handling of quote mark control...
1998-09-11 Warner LoshSilence -Wall -W -Wkitchen-sink. Use ssize_t in prefer...
1998-09-10 Martin CracauerNarrow down conditions to break wait() to process traps.
1998-09-10 Bruce EvansFixed breakage of %CPU and %MEM in the previous commit...
1998-09-10 Martin CracauerFix an inefficiency I introduced in my last commit.
1998-09-09 Mark MurrayThis commit was generated by cvs2svn to compensate...
1998-09-08 Martin CracauerIf traps are set, they are now executed even when a...
1998-09-07 Martin CracauerAdd -S flag to test for sockets.
1998-09-06 John PolstraThis commit was generated by cvs2svn to compensate...
1998-09-06 Tor EggeBetter handling of word splitting. Don't record the...
1998-09-06 Tor EggeDon't blindly eliminate `..' and the previous pathname...
1998-08-30 Gary PalmerSplit lines into one subdir per line.
1998-08-25 Martin CracauerImprove bookkeeping of in_waitcmd and style fixes.
1998-08-25 Martin CracauerRe-enable killing childs with SIGQUIT. Spotted by Bruce...
1998-08-24 Martin CracauerGot two volatile sig_atomic_t and int mixed up. Spotted...
1998-08-24 Martin CracauerDo not exit on SIGINT in non-interactive shells, fixes...
1998-08-23 David E. O'BrienThis commit was generated by cvs2svn to compensate...
1998-08-15 John BirrellNow that alpha uses FreeBSD syscalls, all these work.
1998-08-07 Doug RabsonSilence some warnings when building on the alpha.
1998-08-06 Mark MurrayFix LIBDIR (for aout/ELF).
1998-08-04 Peter WemmUse sendmail-8.9.1 rmail (with our changes).
1998-08-03 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-08-02 Tim VanderhoekAdd missing "else", without whom the prev. commit is...
1998-08-02 Bruce EvansFixed printf format errors (time_t is not necessarily...
1998-07-30 Joseph KoshyDocument behaviour of "-" and "--" on the command line.
1998-07-29 Tim VanderhoekAllow env. variable LS_COLWIDTHS to specify minimum...
1998-07-27 Jacques VidrineDocument the printf built-in.
1998-07-27 Jacques Vidrinecsh built-in printf now expands arguments. e.g.
1998-07-21 Joseph KoshyFix use of -man macro, correct description of the behav...
1998-07-08 Dmitrij TejblumThis commit was generated by cvs2svn to compensate...
1998-07-07 Bruce EvansAdded a `build-tools' target for internal tools.
1998-06-30 Poul-Henning KampPick up kernel variables/constants using sysctl rather...
1998-06-28 Bruce EvansFixed printf format errors (second round with non-i386...
1998-06-28 Bruce EvansFixed printf format errors.
1998-06-28 Bruce EvansOops, the previous log message should have read "Fixed...
1998-06-28 Bruce EvansFixed printf format errors.
1998-06-28 Bruce EvansFixed printf format errors.
1998-06-20 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-06-20 Peter WemmThis commit was generated by cvs2svn to compensate...
next