]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - bin
Finished updating module event handlers to be compatible with
[FreeBSD/FreeBSD.git] / bin /
1998-11-14 woschUse mmap for file coping. 5-10% faster than the read...
1998-11-14 obrienThis commit was generated by cvs2svn to compensate...
1998-11-13 jdpThis commit was generated by cvs2svn to compensate...
1998-11-13 jdpThis commit was generated by cvs2svn to compensate...
1998-10-30 joergThis commit was generated by cvs2svn to compensate...
1998-10-23 msmithFix behaviour for 'mkdir -m 777 / /tmp/foo'. Play...
1998-10-22 msmithHonour the spirit rather than the implementation of...
1998-10-20 msmithMake this compile, and honour the spirit of the origina...
1998-10-20 msmith - mkdir -m should call chmod because the high-order...
1998-10-20 msmith- Fix off-by-one problem in tar where filenames of...
1998-10-13 desCalls one or more of malloc(), warn(), err(), syslog...
1998-10-13 desDoh. What was I smoking when I wrote this?
1998-10-13 jkoshyCorrect a grammatical nit and remove ambiguity about...
1998-10-12 rnordierThis commit was generated by cvs2svn to compensate...
1998-10-09 markmAdd JKH's auth.conf-file parser to turn Kerberos on...
1998-10-05 rnordierThis commit was generated by cvs2svn to compensate...
1998-10-04 jkhNull commit, just to test something. Please ignore.
1998-10-03 alexAdded missing #include <string.h>
1998-10-01 kenFix 'chio params' so that it actually prints out the...
1998-09-25 rvbThis commit was generated by cvs2svn to compensate...
1998-09-16 grogThis commit was generated by cvs2svn to compensate...
1998-09-16 grogThis commit was generated by cvs2svn to compensate...
1998-09-15 fennerThis commit was generated by cvs2svn to compensate...
1998-09-15 fennerThis commit was generated by cvs2svn to compensate...
1998-09-15 gibbsUpdated the ch(4) driver and chio(1) command to include...
1998-09-14 dfrPortability fixes when sizeof(int) != sizeof(long).
1998-09-13 impFix minor style bugs noticed by the Bruce Filter.[tm]
1998-09-13 teggeBe more consistent with handling of quote mark control...
1998-09-12 rnordierThis commit was generated by cvs2svn to compensate...
1998-09-12 rnordierThis commit was generated by cvs2svn to compensate...
1998-09-11 impSilence -Wall -W -Wkitchen-sink. Use ssize_t in prefer...
1998-09-10 cracauerNarrow down conditions to break wait() to process traps.
1998-09-10 bdeFixed breakage of %CPU and %MEM in the previous commit...
1998-09-10 cracauerFix an inefficiency I introduced in my last commit.
1998-09-09 markmThis commit was generated by cvs2svn to compensate...
1998-09-08 cracauerIf traps are set, they are now executed even when a...
1998-09-07 cracauerAdd -S flag to test for sockets.
1998-09-06 jdpThis commit was generated by cvs2svn to compensate...
1998-09-06 teggeBetter handling of word splitting. Don't record the...
1998-09-06 teggeDon't blindly eliminate `..' and the previous pathname...
1998-09-03 nsouchThis commit was generated by cvs2svn to compensate...
1998-09-03 nsouchThis commit was generated by cvs2svn to compensate...
1998-08-30 gpalmerSplit lines into one subdir per line.
1998-08-29 rvbThis commit was generated by cvs2svn to compensate...
1998-08-27 abialThis commit was generated by cvs2svn to compensate...
1998-08-25 cracauerImprove bookkeeping of in_waitcmd and style fixes.
1998-08-25 cracauerRe-enable killing childs with SIGQUIT. Spotted by Bruce...
1998-08-24 cracauerGot two volatile sig_atomic_t and int mixed up. Spotted...
1998-08-24 cracauerDo not exit on SIGINT in non-interactive shells, fixes...
1998-08-23 obrienThis commit was generated by cvs2svn to compensate...
1998-08-21 msmithThis commit was generated by cvs2svn to compensate...
1998-08-20 msmithThis commit was generated by cvs2svn to compensate...
1998-08-15 jbNow that alpha uses FreeBSD syscalls, all these work.
1998-08-07 dfrSilence some warnings when building on the alpha.
1998-08-06 markmFix LIBDIR (for aout/ELF).
1998-08-04 peterUse sendmail-8.9.1 rmail (with our changes).
1998-08-03 peterThis commit was generated by cvs2svn to compensate...
1998-08-02 hoekAdd missing "else", without whom the prev. commit is...
1998-08-02 bdeFixed printf format errors (time_t is not necessarily...
1998-07-30 jkoshyDocument behaviour of "-" and "--" on the command line.
1998-07-29 hoekAllow env. variable LS_COLWIDTHS to specify minimum...
1998-07-27 nectarDocument the printf built-in.
1998-07-27 nectarcsh built-in printf now expands arguments. e.g.
1998-07-21 jkoshyFix use of -man macro, correct description of the behav...
1998-07-09 desThis commit was generated by cvs2svn to compensate...
1998-07-08 dtThis commit was generated by cvs2svn to compensate...
1998-07-07 bdeAdded a `build-tools' target for internal tools.
1998-07-06 rnordierThis commit was generated by cvs2svn to compensate...
1998-06-30 phkPick up kernel variables/constants using sysctl rather...
1998-06-28 bdeFixed printf format errors (second round with non-i386...
1998-06-28 bdeFixed printf format errors.
1998-06-28 bdeOops, the previous log message should have read "Fixed...
1998-06-28 bdeFixed printf format errors.
1998-06-28 bdeFixed printf format errors.
1998-06-20 peterThis commit was generated by cvs2svn to compensate...
1998-06-20 peterThis commit was generated by cvs2svn to compensate...
1998-06-17 jkoshyRemove compile time dependency on ARG_MAX.
1998-06-11 peterThis commit was generated by cvs2svn to compensate...
1998-06-10 peterDon't attempt to change owner/mode/flags that don't...
1998-06-09 dtPrint correct error message if we copy an unreadable...
1998-06-09 impMake sure we don't overflow the path buffer. Exit...
1998-06-09 impMake sure we pass the length - 1 to readlink, since...
1998-06-04 steveFix a bunch of spelling errors.
1998-06-04 jkoshyFix errors that crept into the previous commit.
1998-06-04 jkoshy1. `ps' output now shows 3 characters in the `TT' field...
1998-06-03 jkoshyCorrect description of -crtscts.
1998-05-31 steveClarify the example a bit.
1998-05-31 bdeFixed imperfections in previous commit (a poor variable...
1998-05-28 phkSome cleanups related to timecounters and weird ifdefs...
1998-05-27 phk"make world" replaces /bin/rmail even when NO_SENDMAIL...
1998-05-25 steveDon't append a '/' to the destination directory if...
1998-05-25 steveIf no value is present for the login name set it to...
1998-05-19 julianThis commit was generated by cvs2svn to compensate...
1998-05-19 julianThis commit was generated by cvs2svn to compensate...
1998-05-19 jkoshyImprove description of absolute modes.
1998-05-18 charnierCorrect use of .Nm. Add rcsid.
1998-05-18 charnierCorrect use of .Nm. Add section number to .Xr reference...
1998-05-18 charnierAdd rcsid. Spelling.
1998-05-18 charnierCorrect use of .Nm. Add rcsid.
1998-05-18 charnierCorrect use of .Nm. Add section number to .Xr references.
next