ArchiveOrangemail archive

cvs-bin.freebsd.org


(List home) (Recent threads) (174 other FreeBSD lists)

Subscription Options

  • RSS or Atom: Read-only subscription using a browser or aggregator. This is the recommended way if you don't need to send messages to the list. You can learn more about feed syndication and clients here.
  • Conventional: All messages are delivered to your mail address, and you can reply. To subscribe, send an email to the list's subscribe (we seem to have lost it) address with "subscribe" in the subject line.
  • This list contains about 871 messages, beginning Jul 1994
  • This list doesn't seem to be active

cvs-bin.freebsd.org

October 1995
David Greenman <davidg>81252773901 Oct 1995 davidg 95/09/30 23:08:48 Branch: bin/sh RELENG_2_1_0 Modified: bin/sh jobs.c Log: Brought in changes from rev 1.4: fix job table corruption bug....
Mark Murray <markm>81255706101 Oct 1995 markm 95/10/01 07:17:32 Modified: bin/ed Makefile Log: Use the same make technique as passwd and xntpd for the secure ed(1). This will allow the secur...
Mark Murray <markm>81255745601 Oct 1995 markm 95/10/01 07:24:04 Modified: bin Makefile Log: ed/Makefile is able to 'decide' for itself whether to build secure or unceumbered ed. Remo...
Mark Murray <markm>81255931801 Oct 1995 markm 95/10/01 07:55:08 Modified: bin Makefile.inc Log: Define CRYPTOBJDIR if secure is being built...
Joerg Wunsch <joerg>81256041801 Oct 1995 joerg 95/10/01 08:13:33 Modified: bin/sh mkinit.c Log: Make the mkinit internal command issue an #undef for each #define, to avoid "duplicate def...
Joerg Wunsch <joerg>81257076201 Oct 1995* joerg 95/10/01 08:11:44 Modified: bin/sh options.c Log: Posixize: sh -c [-aCefinuvx] command_string [ command_name [argument ...] ] 1 4.56.3 Options -...
David Greenman <davidg>81262052702 Oct 1995 davidg 95/10/02 00:55:19 Branch: bin/sh RELENG_2_1_0 Modified: bin/sh mkinit.c options.c Log: Brought in changes from main branch: conform to POSIX.2 ...
Bruce Evans <bde>81272441203 Oct 1995 bde 95/10/03 05:46:39 Modified: bin/cat cat.c Log: Fix exit status. `cat no-such-file >/dev/null' exited with status 0. This has been broken si...
Bruce Evans <bde>81272491303 Oct 1995 bde 95/10/03 05:55:02 Modified: bin/cp utils.c Log: Preserve sticky bit for `cp -pR'. It was already preserved for `cp -R'. This also fixes lo...
Bruce Evans 81272775403 Oct 1995 This should probably go in 2.1. Bruce...
Bruce Evans 81272818603 Oct 1995 This should probably go in 2.1. I plan to fix `cp -f' soon too (-f just truns off -i; it doesn't remove the target like it is supposed to). Ot...
Mark Murray <markm>81273510703 Oct 1995 markm 95/10/03 08:44:52 Modified: bin/ed Makefile Log: Correctly build the secure ed(1) only if secure/ exists. Pointed out by: bde...
David Greenman <davidg>81287766605 Oct 1995 davidg 95/10/05 00:21:00 Branch: bin/cat RELENG_2_1_0 Modified: bin/cat cat.c Log: Brought in changes from rev 1.3: return proper exit status....
David Greenman <davidg>81287790405 Oct 1995 davidg 95/10/05 00:24:37 Branch: bin/cp RELENG_2_1_0 Modified: bin/cp utils.c Log: Brought in changes from rev 1.5: preserve sticky bit....
David Greenman <davidg>81287811705 Oct 1995 davidg 95/10/05 00:28:29 Branch: bin/ls RELENG_2_1_0 Modified: bin/ls ls.1 Log: Sync with main branch....
David Greenman <davidg>81287920605 Oct 1995 davidg 95/10/05 00:46:39 Branch: bin/ps RELENG_2_1_0 Modified: bin/ps keyword.c print.c Log: Brought in changes from main branch: widen TT field by on...
Bruce Evans <bde>81306259407 Oct 1995 bde 95/10/07 03:42:51 Modified: bin/mv mv.c Log: Handle trailing slashes in source filenames correctly. E.g., rewrite `mv foo/ ../..' to `mv foo/ ...
Bruce Evans 81308999407 Oct 1995 This change should (:-) be in 2.1. It's interesting that the usual method for finding the basename (see more/ commands.c for a topical example of ...
David Greenman <davidg>81321555209 Oct 1995 davidg 95/10/08 22:12:22 Branch: bin/mv RELENG_2_1_0 Modified: bin/mv mv.c Log: Brought in changes from rev 1.3: Handle trailing slashes in source fil...
Joerg Wunsch <joerg>81326141509 Oct 1995 joerg 95/10/09 10:56:35 Modified: bin/sh options.c Log: Fix my breakage of the $0 handling during $ENV processing. Since the broken version went into ...
David Greenman <davidg>81328708410 Oct 1995 davidg 95/10/09 18:04:39 Branch: bin/sh RELENG_2_1_0 Modified: bin/sh options.c Log: Brought in change from rev 1.6: bugfix for the bugfix....
Joerg Wunsch <joerg>81414636919 Oct 1995* joerg 95/10/19 11:42:15 Modified: bin/sh builtins miscbltin.c sh.1 Log: Implement the "ulimit" builtin. This is the analogon to csh's ...
Bruce Evans 81415252920 Oct 1995 $bash help ulimit ... -m the maximum resident set size # units of KB ... -p the pipe buffer size # units of 512 bytes :-( ... -u the maximum number of...
Bruce Evans 81415759720 Oct 1995 Otherwise the new ulimit options (except for the file size units) are the same as for bash. Bash has better formatting and descriptions: $bash ulimit ...
Joerg Wunsch <joerg>81423645921 Oct 1995 joerg 95/10/20 17:47:33 Modified: bin/sh miscbltin.c redir.c sh.1 Log: o rename ulimit -p into ulimit -u, so we are in agreement with bash o fix broke...
Andrey A. Chernov <ache>81439275022 Oct 1995 ache 95/10/22 13:12:13 Modified: bin Makefile.inc Log: Wrong library was picked by ed...
Andrey A. Chernov <ache>81439286622 Oct 1995 ache 95/10/22 13:14:16 Modified: bin/ed Makefile Log: Wrong library was picked by ed...
Andrey A. Chernov <ache>81448002523 Oct 1995 ache 95/10/23 13:26:55 Modified: bin/date date.c Log: Add setlocale(LC_TIME,......
Andrey A. Chernov <ache>81448060523 Oct 1995 ache 95/10/23 13:36:29 Modified: bin/ls ls.c Log: Add setlocale LC_ALL...
Andrey A. Chernov <ache>81448224323 Oct 1995 ache 95/10/23 14:03:42 Modified: bin/ps fmt.c Log: Remove unneded ctype.h...
Andrey A. Chernov <ache>81448240523 Oct 1995 ache 95/10/23 14:06:34 Modified: bin/ps ps.c Log: Add setlocale LC_CTYPE|LC_TIME...
Andrey A. Chernov <ache>81448255223 Oct 1995 ache 95/10/23 14:09:03 Modified: bin/ls ls.c Log: Change LC_ALL to LC_CTYPE|LC_TIME - small optimization...
Andrey A. Chernov <ache>81448341923 Oct 1995 ache 95/10/23 14:23:29 Modified: bin/pax ar_io.c ar_subs.c buf_subs.c cache.c cpio.c file_subs.c ftree.c gen_subs.c options.c pat_rep.c pax.c sel_subs...
Andrey A. Chernov <ache>81448392223 Oct 1995 ache 95/10/23 14:31:51 Modified: bin/dd dd.c Log: Add setlocale LC_CTYPE...
Andrey A. Chernov <ache>81448971523 Oct 1995 ache 95/10/23 16:08:27 Modified: bin/csh const.c csh.c func.c Log: Add missing reaction on LC_ALL and LC_COLLATE...
Andrey A. Chernov <ache>81470502726 Oct 1995 ache 95/10/26 03:56:43 Modified: bin/ls ls.c Log: Change locale to LC_ALL, there no bitmask...
Andrey A. Chernov <ache>81470509326 Oct 1995 ache 95/10/26 03:57:55 Modified: bin/ps ps.c Log: Change local to LC_ALL, there is no bitmask...
Andrey A. Chernov <ache>81488610528 Oct 1995* ache 95/10/28 04:54:43 Modified: bin/test test.c Log: Fix -h option: sense symlink even it is unresolved...
Poul-Henning Kamp <phk>81491108928 Oct 1995 phk 95/10/28 13:11:19 Modified: bin/ps keyword.c print.c Log: I add #include <sys/user.h...

Home | About | Privacy