OpenBSD CVS

CVS log for src/usr.bin/mg/Attic/theo.c


[BACK] Up to [local] / src / usr.bin / mg

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.153, Fri Sep 16 17:17:40 2016 UTC (7 years, 8 months ago) by tedu
Branch: MAIN
CVS Tags: HEAD
Changes since 1.152: +1 -1 lines
FILE REMOVED

like the sparc port, ancient wisdom is ancient. consign to the archives.
ok beck

Revision 1.152 / (download) - annotate - [select for diffs], Tue Aug 16 15:24:01 2016 UTC (7 years, 9 months ago) by tedu
Branch: MAIN
Changes since 1.151: +2 -1 lines
Diff to previous 1.151 (colored)

All that complexity stopped us from getting flying cars by today.

Revision 1.151 / (download) - annotate - [select for diffs], Tue Jun 7 02:23:42 2016 UTC (7 years, 11 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.150: +2 -1 lines
Diff to previous 1.150 (colored)

"Well finally everyone can see that the shit is really shitty."

Revision 1.150 / (download) - annotate - [select for diffs], Wed Dec 23 19:37:34 2015 UTC (8 years, 4 months ago) by lum
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.149: +3 -1 lines
Diff to previous 1.149 (colored)

Do undo.

Revision 1.149 / (download) - annotate - [select for diffs], Sat Nov 14 21:24:11 2015 UTC (8 years, 6 months ago) by sthen
Branch: MAIN
Changes since 1.148: +2 -1 lines
Diff to previous 1.148 (colored)

The people who wrote this code are not on your side

Revision 1.148 / (download) - annotate - [select for diffs], Thu Oct 29 15:42:01 2015 UTC (8 years, 6 months ago) by tedu
Branch: MAIN
Changes since 1.147: +2 -1 lines
Diff to previous 1.147 (colored)

This sausage is made from unsound meat.

Revision 1.147 / (download) - annotate - [select for diffs], Sat Oct 10 08:35:26 2015 UTC (8 years, 7 months ago) by lum
Branch: MAIN
Changes since 1.146: +2 -2 lines
Diff to previous 1.146 (colored)

Call onlywind() properly.

Revision 1.146 / (download) - annotate - [select for diffs], Thu Mar 19 21:48:05 2015 UTC (9 years, 2 months ago) by bcallah
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.145: +3 -3 lines
Diff to previous 1.145 (colored)

More unifdef cleanup:
-UDIRED_XMAPS and -UFUND_XMAPS: you can't build mg the other way.
-DTIOCGWINSZ: you have this if you have term.h
Remove a #define TERMCAP which isn't being used.

Remove defines for NDIRED_XMAPS, NFUND_XMAPS, and IMAPEXT. They are all
defined to be 0 and are only ever used in addition. We don't need to add 0.
Simply lines that were using those defines.
ok florian@

Revision 1.145 / (download) - annotate - [select for diffs], Thu Mar 19 21:22:15 2015 UTC (9 years, 2 months ago) by bcallah
Branch: MAIN
Changes since 1.144: +8 -2 lines
Diff to previous 1.144 (colored)

Clean up the includes in mg.
This does the following:
Moves all POSIX headers from sysdef.h into the individual .c files so that
each file now only includes what it needs. All headers are properly sorted.
Moves the remainder of sysdef.h to other files (mostly def.h) and deletes
sysdef.h now that it's no longer contains anything.
Tweak a comment that references sysdef.h so that it no longer does that.
ok florian@

Revision 1.144 / (download) - annotate - [select for diffs], Mon Mar 16 13:47:48 2015 UTC (9 years, 2 months ago) by bcallah
Branch: MAIN
Changes since 1.143: +3 -3 lines
Diff to previous 1.143 (colored)

Change the internal name of the newline function to deconflict with a
function of the same name in term.h. This is the first step towards
cleaning up mg's includes. No user-visible changes.
ok florian@

Revision 1.143 / (download) - annotate - [select for diffs], Wed Nov 19 21:22:47 2014 UTC (9 years, 6 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.142: +2 -1 lines
Diff to previous 1.142 (colored)

Fire up your IC fabs!

Revision 1.142 / (download) - annotate - [select for diffs], Wed Oct 15 18:20:06 2014 UTC (9 years, 7 months ago) by tedu
Branch: MAIN
Changes since 1.141: +3 -1 lines
Diff to previous 1.141 (colored)

some choice thoughts on back compat

Revision 1.141 / (download) - annotate - [select for diffs], Sat Sep 27 08:01:26 2014 UTC (9 years, 7 months ago) by benno
Branch: MAIN
Changes since 1.140: +2 -1 lines
Diff to previous 1.140 (colored)

sound reasoning

Revision 1.140 / (download) - annotate - [select for diffs], Tue Aug 19 23:35:28 2014 UTC (9 years, 9 months ago) by schwarze
Branch: MAIN
Changes since 1.139: +2 -1 lines
Diff to previous 1.139 (colored)

Let's talk about obstacles you face when trying to pull off a partial tedu@.

Revision 1.139 / (download) - annotate - [select for diffs], Thu May 8 15:48:41 2014 UTC (10 years ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.138: +2 -1 lines
Diff to previous 1.138 (colored)

protip: "It's largely bad style to do (int)sizeof"

amusingly, theo phrased this with considerably more restraint than i did.

Revision 1.138 / (download) - annotate - [select for diffs], Fri Apr 18 14:25:52 2014 UTC (10 years, 1 month ago) by schwarze
Branch: MAIN
Changes since 1.137: +2 -1 lines
Diff to previous 1.137 (colored)

We should probably thank OpenSSL.
They gave Theo another chance to be happy.

Revision 1.137 / (download) - annotate - [select for diffs], Thu Apr 17 19:28:08 2014 UTC (10 years, 1 month ago) by tedu
Branch: MAIN
Changes since 1.136: +2 -1 lines
Diff to previous 1.136 (colored)

I'm just trying to improve the code...

Revision 1.136 / (download) - annotate - [select for diffs], Thu Apr 17 18:13:26 2014 UTC (10 years, 1 month ago) by sthen
Branch: MAIN
Changes since 1.135: +2 -1 lines
Diff to previous 1.135 (colored)

spidey senses

Revision 1.135 / (download) - annotate - [select for diffs], Tue Apr 15 21:55:38 2014 UTC (10 years, 1 month ago) by tedu
Branch: MAIN
Changes since 1.134: +2 -1 lines
Diff to previous 1.134 (colored)

My mailbox is full of shock.

Revision 1.134 / (download) - annotate - [select for diffs], Mon Apr 14 17:42:17 2014 UTC (10 years, 1 month ago) by tedu
Branch: MAIN
Changes since 1.133: +3 -2 lines
Diff to previous 1.133 (colored)

"the randomization in this entire codebase is a grand experiment in stupid"

Revision 1.133 / (download) - annotate - [select for diffs], Fri Mar 28 16:47:06 2014 UTC (10 years, 1 month ago) by henning
Branch: MAIN
Changes since 1.132: +2 -1 lines
Diff to previous 1.132 (colored)

let's talk about shit

Revision 1.132 / (download) - annotate - [select for diffs], Sat Mar 22 02:42:34 2014 UTC (10 years, 2 months ago) by tedu
Branch: MAIN
Changes since 1.131: +3 -2 lines
Diff to previous 1.131 (colored)

truer words were never spoken

Revision 1.131 / (download) - annotate - [select for diffs], Wed Mar 5 21:45:54 2014 UTC (10 years, 2 months ago) by florian
Branch: MAIN
Changes since 1.130: +3 -2 lines
Diff to previous 1.130 (colored)

complaint handling

Revision 1.130 / (download) - annotate - [select for diffs], Tue Jan 21 22:25:56 2014 UTC (10 years, 3 months ago) by henning
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.129: +2 -1 lines
Diff to previous 1.129 (colored)

fulfilling theo's wishes

Revision 1.129 / (download) - annotate - [select for diffs], Fri Dec 20 20:23:49 2013 UTC (10 years, 5 months ago) by henning
Branch: MAIN
Changes since 1.128: +3 -2 lines
Diff to previous 1.128 (colored)

cannot let theo talking about emacs and mg slide

Revision 1.128 / (download) - annotate - [select for diffs], Sun Oct 20 09:34:20 2013 UTC (10 years, 7 months ago) by blambert
Branch: MAIN
Changes since 1.127: +3 -2 lines
Diff to previous 1.127 (colored)

the safety of the internet is called into doubt

prodding and okay mlarkin@

Revision 1.127 / (download) - annotate - [select for diffs], Tue Oct 8 19:52:49 2013 UTC (10 years, 7 months ago) by reyk
Branch: MAIN
Changes since 1.126: +3 -2 lines
Diff to previous 1.126 (colored)

backwards compatibility is king, and will remain king, until 2038.

Revision 1.126 / (download) - annotate - [select for diffs], Tue Aug 13 09:36:22 2013 UTC (10 years, 9 months ago) by sthen
Branch: MAIN
Changes since 1.125: +3 -2 lines
Diff to previous 1.125 (colored)

addition for 64bit time_t

Revision 1.125 / (download) - annotate - [select for diffs], Thu May 30 20:15:40 2013 UTC (10 years, 11 months ago) by florian
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.124: +3 -2 lines
Diff to previous 1.124 (colored)

"I dare you." lum@

Revision 1.124 / (download) - annotate - [select for diffs], Mon Jul 9 22:24:36 2012 UTC (11 years, 10 months ago) by mlarkin
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2
Changes since 1.123: +3 -2 lines
Diff to previous 1.123 (colored)



OpenBSD has two kinds of developers ...

ok beck@, guenther@ who deal with their own ...
ok deraadt@ who deals with his own and sometimes others ...

Revision 1.123 / (download) - annotate - [select for diffs], Tue Jun 26 21:30:27 2012 UTC (11 years, 10 months ago) by claudio
Branch: MAIN
Changes since 1.122: +3 -2 lines
Diff to previous 1.122 (colored)

It is time to bring this back alive.

Revision 1.122 / (download) - annotate - [select for diffs], Mon Jun 4 20:46:04 2012 UTC (11 years, 11 months ago) by lum
Branch: MAIN
Changes since 1.121: +3 -1 lines
Diff to previous 1.121 (colored)

Open theo mode without splitting window in 2.

Revision 1.121 / (download) - annotate - [select for diffs], Fri Jul 8 00:27:59 2011 UTC (12 years, 10 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.120: +3 -2 lines
Diff to previous 1.120 (colored)

hackathons are good to this file

Revision 1.120 / (download) - annotate - [select for diffs], Tue Aug 3 22:12:27 2010 UTC (13 years, 9 months ago) by henning
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.119: +3 -2 lines
Diff to previous 1.119 (colored)

that had to be added

Revision 1.119 / (download) - annotate - [select for diffs], Thu Jun 24 21:12:09 2010 UTC (13 years, 10 months ago) by jasper
Branch: MAIN
Changes since 1.118: +3 -2 lines
Diff to previous 1.118 (colored)

this just had to be here...

Revision 1.118 / (download) - annotate - [select for diffs], Wed Mar 3 14:55:21 2010 UTC (14 years, 2 months ago) by jasper
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.117: +3 -2 lines
Diff to previous 1.117 (colored)

it's true!

Revision 1.117 / (download) - annotate - [select for diffs], Sun Jan 24 15:02:15 2010 UTC (14 years, 3 months ago) by jasper
Branch: MAIN
Changes since 1.116: +2 -2 lines
Diff to previous 1.116 (colored)

- revert previous; nitems() shouldn't be used in userland (yet).

ok kjell@

Revision 1.116 / (download) - annotate - [select for diffs], Sun Jan 24 05:22:56 2010 UTC (14 years, 3 months ago) by tedu
Branch: MAIN
Changes since 1.115: +2 -2 lines
Diff to previous 1.115 (colored)

use nitems here, no real change

Revision 1.115 / (download) - annotate - [select for diffs], Fri Jan 1 23:01:17 2010 UTC (14 years, 4 months ago) by schwarze
Branch: MAIN
Changes since 1.114: +3 -2 lines
Diff to previous 1.114 (colored)

when asked for the benefit of pre-selecting pkgs in the installer;
ok kettenis

Revision 1.114 / (download) - annotate - [select for diffs], Tue Nov 24 14:21:16 2009 UTC (14 years, 5 months ago) by oga
Branch: MAIN
Changes since 1.113: +3 -2 lines
Diff to previous 1.113 (colored)

Another one.

"yup" henning@

Revision 1.113 / (download) - annotate - [select for diffs], Tue Nov 24 14:19:33 2009 UTC (14 years, 5 months ago) by oga
Branch: MAIN
Changes since 1.112: +3 -2 lines
Diff to previous 1.112 (colored)

More words of wisdom.

ok henning@ dms@

Revision 1.112 / (download) - annotate - [select for diffs], Wed Oct 28 08:37:19 2009 UTC (14 years, 6 months ago) by claudio
Branch: MAIN
Changes since 1.111: +3 -2 lines
Diff to previous 1.111 (colored)

style(9) has all these fascist rules...

Revision 1.111 / (download) - annotate - [select for diffs], Wed Aug 12 22:15:53 2009 UTC (14 years, 9 months ago) by henning
Branch: MAIN
Changes since 1.110: +3 -2 lines
Diff to previous 1.110 (colored)

i am sorry to commit to userland from a kernel hackathon

Revision 1.110 / (download) - annotate - [select for diffs], Tue Jul 7 07:39:14 2009 UTC (14 years, 10 months ago) by jasper
Branch: MAIN
Changes since 1.109: +3 -2 lines
Diff to previous 1.109 (colored)

..couldn't resist..

Revision 1.109 / (download) - annotate - [select for diffs], Thu Jun 4 23:39:37 2009 UTC (14 years, 11 months ago) by kjell
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6
Changes since 1.108: +2 -2 lines
Diff to previous 1.108 (colored)

Add the notion of an "ephemeral" popup, so we can flag a window
for destruction at a later date. (in the process, add a window flag field)

This fixes an issue noted by maja: namely, the *completion*
window that pops up when you try to complete a filename on
buffer load would destroy any second window that you happened
to have open.

ok maja@

Revision 1.108 / (download) - annotate - [select for diffs], Sun Apr 26 10:34:57 2009 UTC (15 years ago) by sthen
Branch: MAIN
Changes since 1.107: +3 -2 lines
Diff to previous 1.107 (colored)

make djm less disappointed

Revision 1.107 / (download) - annotate - [select for diffs], Sun Apr 26 10:25:12 2009 UTC (15 years ago) by djm
Branch: MAIN
Changes since 1.106: +3 -2 lines
Diff to previous 1.106 (colored)

I am disappointed that the commit rate to this file is has slowed.

Revision 1.106 / (download) - annotate - [select for diffs], Tue Dec 23 07:46:04 2008 UTC (15 years, 4 months ago) by claudio
Branch: MAIN
CVS Tags: OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.105: +2 -1 lines
Diff to previous 1.105 (colored)

time to add a new one.

Revision 1.105 / (download) - annotate - [select for diffs], Mon Jun 16 17:38:10 2008 UTC (15 years, 11 months ago) by claudio
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.104: +2 -1 lines
Diff to previous 1.104 (colored)

could not resist. OK ok buddy henning

Revision 1.104 / (download) - annotate - [select for diffs], Sun Jun 8 21:35:21 2008 UTC (15 years, 11 months ago) by henning
Branch: MAIN
Changes since 1.103: +2 -1 lines
Diff to previous 1.103 (colored)

more

Revision 1.103 / (download) - annotate - [select for diffs], Thu May 22 23:15:13 2008 UTC (16 years ago) by beck
Branch: MAIN
Changes since 1.102: +2 -1 lines
Diff to previous 1.102 (colored)

I really hate commiting here, but this was far too good not to.
ok "commit but don't you dare putting my name there" from an anonymous
french developer.

Revision 1.102 / (download) - annotate - [select for diffs], Sun Apr 13 00:22:17 2008 UTC (16 years, 1 month ago) by djm
Branch: MAIN
Changes since 1.101: +2 -2 lines
Diff to previous 1.101 (colored)

Use arc4random_buf() when requesting more than a single word of output

Use arc4random_uniform() when the desired random number upper bound
is not a power of two

ok deraadt@ millert@

Revision 1.101 / (download) - annotate - [select for diffs], Tue Aug 28 17:57:16 2007 UTC (16 years, 8 months ago) by jasper
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.100: +2 -1 lines
Diff to previous 1.100 (colored)

another quote

Revision 1.100 / (download) - annotate - [select for diffs], Mon Aug 6 01:08:52 2007 UTC (16 years, 9 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.99: +3 -2 lines
Diff to previous 1.99 (colored)

this file has been too long without an edit, someone has obviously
been slacking

Revision 1.99 / (download) - annotate - [select for diffs], Thu Jun 1 00:38:35 2006 UTC (17 years, 11 months ago) by kjell
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.98: +3 -6 lines
Diff to previous 1.98 (colored)

Cleanup, and a new one from Aleksander Piotrowski:
"cache aliasing is a problem that would have stopped in 1992 if someone
had killed about 5 people who worked at Sun."

Revision 1.98 / (download) - annotate - [select for diffs], Fri Mar 10 11:01:34 2006 UTC (18 years, 2 months ago) by djm
Branch: MAIN
Changes since 1.97: +3 -2 lines
Diff to previous 1.97 (colored)

i am going to be hated for including this one

Revision 1.97 / (download) - annotate - [select for diffs], Fri Nov 18 20:56:53 2005 UTC (18 years, 6 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.96: +3 -3 lines
Diff to previous 1.96 (colored)

greedy use of typedef struct was making code harder to read; ok kjell cloder

Revision 1.96 / (download) - annotate - [select for diffs], Fri Nov 18 01:41:08 2005 UTC (18 years, 6 months ago) by kjell
Branch: MAIN
Changes since 1.95: +1 -12 lines
Diff to previous 1.95 (colored)

kill more dumb or contextless.

Revision 1.95 / (download) - annotate - [select for diffs], Thu Nov 17 05:24:06 2005 UTC (18 years, 6 months ago) by cloder
Branch: MAIN
Changes since 1.94: +2 -1 lines
Diff to previous 1.94 (colored)

"#ifdef is for emacs developers.", back after kjell cried

Revision 1.94 / (download) - annotate - [select for diffs], Wed Nov 16 04:00:28 2005 UTC (18 years, 6 months ago) by cloder
Branch: MAIN
Changes since 1.93: +1 -8 lines
Diff to previous 1.93 (colored)

I think some people are missing the point of this file

Revision 1.93 / (download) - annotate - [select for diffs], Wed Nov 16 03:53:17 2005 UTC (18 years, 6 months ago) by cloder
Branch: MAIN
Changes since 1.92: +1 -16 lines
Diff to previous 1.92 (colored)

Remove some random stuff theo said once to someone

Revision 1.92 / (download) - annotate - [select for diffs], Wed Nov 16 03:44:14 2005 UTC (18 years, 6 months ago) by cloder
Branch: MAIN
Changes since 1.91: +3 -2 lines
Diff to previous 1.91 (colored)

another

Revision 1.91 / (download) - annotate - [select for diffs], Fri Oct 14 19:46:46 2005 UTC (18 years, 7 months ago) by kjell
Branch: MAIN
Changes since 1.90: +3 -1 lines
Diff to previous 1.90 (colored)

add missing /* ARGSUSED */ to quiet lint.

Revision 1.90 / (download) - annotate - [select for diffs], Fri Oct 14 15:41:33 2005 UTC (18 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.89: +2 -4 lines
Diff to previous 1.89 (colored)

unused variables

Revision 1.89 / (download) - annotate - [select for diffs], Tue Oct 4 02:42:03 2005 UTC (18 years, 7 months ago) by marco
Branch: MAIN
Changes since 1.88: +3 -2 lines
Diff to previous 1.88 (colored)

couldn't resist...

Revision 1.88 / (download) - annotate - [select for diffs], Sat Sep 24 14:17:44 2005 UTC (18 years, 7 months ago) by reyk
Branch: MAIN
Changes since 1.87: +3 -2 lines
Diff to previous 1.87 (colored)

some people suggested to put this quote in here... ok joris@

Revision 1.87 / (download) - annotate - [select for diffs], Fri May 27 01:41:27 2005 UTC (18 years, 11 months ago) by jason
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.86: +3 -2 lines
Diff to previous 1.86 (colored)

more

Revision 1.86 / (download) - annotate - [select for diffs], Tue May 24 03:33:01 2005 UTC (19 years ago) by henning
Branch: MAIN
Changes since 1.85: +3 -2 lines
Diff to previous 1.85 (colored)

'nother

Revision 1.85 / (download) - annotate - [select for diffs], Sun May 22 23:40:16 2005 UTC (19 years ago) by todd
Branch: MAIN
Changes since 1.84: +3 -2 lines
Diff to previous 1.84 (colored)

at the bbq

Revision 1.84 / (download) - annotate - [select for diffs], Thu May 5 04:36:09 2005 UTC (19 years ago) by todd
Branch: MAIN
Changes since 1.83: +3 -2 lines
Diff to previous 1.83 (colored)

another

Revision 1.83 / (download) - annotate - [select for diffs], Sun May 1 03:43:58 2005 UTC (19 years ago) by jcs
Branch: MAIN
Changes since 1.82: +3 -2 lines
Diff to previous 1.82 (colored)

another

Revision 1.82 / (download) - annotate - [select for diffs], Thu Apr 28 23:46:57 2005 UTC (19 years ago) by djm
Branch: MAIN
Changes since 1.81: +3 -2 lines
Diff to previous 1.81 (colored)

another

Revision 1.81 / (download) - annotate - [select for diffs], Sun Apr 3 02:09:28 2005 UTC (19 years, 1 month ago) by db
Branch: MAIN
Changes since 1.80: +13 -14 lines
Diff to previous 1.80 (colored)

This is a no binary change which does:

- spelling, punctuation fixes
- variable declaration lineup
- use parentheses for return and sizeof
- K&R function declarations -> ANSI
- other minor code beautification

ok henning@

Revision 1.80 / (download) - annotate - [select for diffs], Wed Mar 9 11:11:52 2005 UTC (19 years, 2 months ago) by henning
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.79: +4 -2 lines
Diff to previous 1.79 (colored)

the mg binary is too small, if we keep adding theo quotes we might be
as big as vi one day

Revision 1.79 / (download) - annotate - [select for diffs], Wed Mar 2 17:26:53 2005 UTC (19 years, 2 months ago) by jolan
Branch: MAIN
Changes since 1.78: +3 -2 lines
Diff to previous 1.78 (colored)

slacking is a medical condition

Revision 1.78 / (download) - annotate - [select for diffs], Sat Jan 15 08:23:50 2005 UTC (19 years, 4 months ago) by jolan
Branch: MAIN
Changes since 1.77: +5 -2 lines
Diff to previous 1.77 (colored)

hatrick

Revision 1.77 / (download) - annotate - [select for diffs], Fri Jan 14 04:03:45 2005 UTC (19 years, 4 months ago) by marco
Branch: MAIN
Changes since 1.76: +3 -2 lines
Diff to previous 1.76 (colored)

Couldn't resist this one...

Revision 1.76 / (download) - annotate - [select for diffs], Tue Dec 7 19:53:25 2004 UTC (19 years, 5 months ago) by henning
Branch: MAIN
Changes since 1.75: +3 -2 lines
Diff to previous 1.75 (colored)

we did farts.  now we do sperm.  we are cutting edge.

Revision 1.75 / (download) - annotate - [select for diffs], Thu Nov 11 09:55:51 2004 UTC (19 years, 6 months ago) by henning
Branch: MAIN
Changes since 1.74: +3 -2 lines
Diff to previous 1.74 (colored)

long live button pushers (except for when theo is nearby)

Revision 1.74 / (download) - annotate - [select for diffs], Fri Oct 1 21:01:45 2004 UTC (19 years, 7 months ago) by miod
Branch: MAIN
Changes since 1.73: +9 -0 lines
Diff to previous 1.73 (colored)

No deletions unless initially agreed upon or with a very good reason;
by popular demand; henning loses 7.5 karma points.

Revision 1.73 / (download) - annotate - [select for diffs], Fri Oct 1 11:03:08 2004 UTC (19 years, 7 months ago) by henning
Branch: MAIN
Changes since 1.72: +3 -11 lines
Diff to previous 1.72 (colored)

optimism in man kind does not belong here
(and kill a few boring ones)

Revision 1.72 / (download) - annotate - [select for diffs], Wed Sep 29 17:10:54 2004 UTC (19 years, 7 months ago) by henning
Branch: MAIN
Changes since 1.71: +3 -2 lines
Diff to previous 1.71 (colored)

<deraadt> A burp means less gas later.

Revision 1.71 / (download) - annotate - [select for diffs], Wed Sep 15 02:16:18 2004 UTC (19 years, 8 months ago) by marco
Branch: MAIN
Changes since 1.70: +9 -2 lines
Diff to previous 1.70 (colored)

Add some amusing ones.

Revision 1.70 / (download) - annotate - [select for diffs], Mon Aug 23 22:01:31 2004 UTC (19 years, 8 months ago) by henning
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.69: +3 -2 lines
Diff to previous 1.69 (colored)

another

Revision 1.69 / (download) - annotate - [select for diffs], Fri Aug 6 03:02:14 2004 UTC (19 years, 9 months ago) by marco
Branch: MAIN
Changes since 1.68: +3 -2 lines
Diff to previous 1.68 (colored)

And another...

Revision 1.68 / (download) - annotate - [select for diffs], Fri Aug 6 02:33:34 2004 UTC (19 years, 9 months ago) by art
Branch: MAIN
Changes since 1.67: +2 -2 lines
Diff to previous 1.67 (colored)

oops. noted by lizardo@openbsd.org.mx

Revision 1.67 / (download) - annotate - [select for diffs], Wed Aug 4 18:41:13 2004 UTC (19 years, 9 months ago) by art
Branch: MAIN
Changes since 1.66: +2 -1 lines
Diff to previous 1.66 (colored)

Batman?

Revision 1.66 / (download) - annotate - [select for diffs], Fri Jul 30 01:50:56 2004 UTC (19 years, 9 months ago) by marco
Branch: MAIN
Changes since 1.65: +3 -2 lines
Diff to previous 1.65 (colored)

A true gem.

Revision 1.65 / (download) - annotate - [select for diffs], Mon Jun 28 02:35:52 2004 UTC (19 years, 10 months ago) by mcbride
Branch: MAIN
Changes since 1.64: +2 -2 lines
Diff to previous 1.64 (colored)

Unbreak. The bird noises were confusing me.

Revision 1.64 / (download) - annotate - [select for diffs], Mon Jun 28 02:33:25 2004 UTC (19 years, 10 months ago) by mcbride
Branch: MAIN
Changes since 1.63: +4 -2 lines
Diff to previous 1.63 (colored)

Theo denys all allegations that he's becoming more relaxed.

Revision 1.63 / (download) - annotate - [select for diffs], Mon Jun 7 22:31:19 2004 UTC (19 years, 11 months ago) by mickey
Branch: MAIN
Changes since 1.62: +3 -2 lines
Diff to previous 1.62 (colored)

gotta love this one ...

Revision 1.62 / (download) - annotate - [select for diffs], Mon May 10 03:30:20 2004 UTC (20 years ago) by jolan
Branch: MAIN
Changes since 1.61: +4 -3 lines
Diff to previous 1.61 (colored)

another

Revision 1.61 / (download) - annotate - [select for diffs], Sun Apr 4 22:18:16 2004 UTC (20 years, 1 month ago) by beck
Branch: MAIN
Changes since 1.60: +2 -1 lines
Diff to previous 1.60 (colored)

Can't resist.
<deraadt> don't they recognize their moral responsibility to entertain me?

Revision 1.60 / (download) - annotate - [select for diffs], Fri Feb 27 23:20:52 2004 UTC (20 years, 2 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.59: +2 -1 lines
Diff to previous 1.59 (colored)

one more

Revision 1.59 / (download) - annotate - [select for diffs], Sat Jan 3 00:41:26 2004 UTC (20 years, 4 months ago) by henning
Branch: MAIN
Changes since 1.58: +3 -2 lines
Diff to previous 1.58 (colored)

as if we didn't know...

Revision 1.58 / (download) - annotate - [select for diffs], Sat Aug 16 00:24:51 2003 UTC (20 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.57: +9 -9 lines
Diff to previous 1.57 (colored)

spacing

Revision 1.57 / (download) - annotate - [select for diffs], Wed Jul 16 08:45:19 2003 UTC (20 years, 10 months ago) by henning
Branch: MAIN
Changes since 1.56: +3 -2 lines
Diff to previous 1.56 (colored)

another

Revision 1.56 / (download) - annotate - [select for diffs], Thu Jun 12 18:10:22 2003 UTC (20 years, 11 months ago) by pvalchev
Branch: MAIN
Changes since 1.55: +2 -2 lines
Diff to previous 1.55 (colored)

spelling

Revision 1.55 / (download) - annotate - [select for diffs], Mon May 26 12:59:16 2003 UTC (20 years, 11 months ago) by henning
Branch: MAIN
Changes since 1.54: +3 -2 lines
Diff to previous 1.54 (colored)

of course my 1000th commit has to go to theo.c and must be about germans ;-)

Revision 1.54 / (download) - annotate - [select for diffs], Sun May 18 02:35:47 2003 UTC (21 years ago) by henning
Branch: MAIN
Changes since 1.53: +2 -2 lines
Diff to previous 1.53 (colored)

unreliable non-hurlers

Revision 1.53 / (download) - annotate - [select for diffs], Sun May 18 02:29:54 2003 UTC (21 years ago) by todd
Branch: MAIN
Changes since 1.52: +4 -2 lines
Diff to previous 1.52 (colored)

moose bbq is full of quotes

Revision 1.52 / (download) - annotate - [select for diffs], Sat May 17 23:35:42 2003 UTC (21 years ago) by henning
Branch: MAIN
Changes since 1.51: +3 -2 lines
Diff to previous 1.51 (colored)

live from the moose bbq

Revision 1.51 / (download) - annotate - [select for diffs], Thu May 15 03:54:13 2003 UTC (21 years ago) by henning
Branch: MAIN
Changes since 1.50: +3 -2 lines
Diff to previous 1.50 (colored)

another

Revision 1.50 / (download) - annotate - [select for diffs], Sun May 11 09:19:24 2003 UTC (21 years ago) by drahn
Branch: MAIN
Changes since 1.49: +5 -3 lines
Diff to previous 1.49 (colored)

More.

Revision 1.49 / (download) - annotate - [select for diffs], Fri Apr 18 03:19:02 2003 UTC (21 years, 1 month ago) by mickey
Branch: MAIN
Changes since 1.48: +2 -1 lines
Diff to previous 1.48 (colored)

hackers of the planet earth

Revision 1.48 / (download) - annotate - [select for diffs], Fri Apr 18 03:07:20 2003 UTC (21 years, 1 month ago) by mickey
Branch: MAIN
Changes since 1.47: +4 -2 lines
Diff to previous 1.47 (colored)

get some

Revision 1.47 / (download) - annotate - [select for diffs], Thu Mar 13 15:09:36 2003 UTC (21 years, 2 months ago) by grange
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.46: +3 -2 lines
Diff to previous 1.46 (colored)

another

Revision 1.46 / (download) - annotate - [select for diffs], Thu Mar 13 11:22:31 2003 UTC (21 years, 2 months ago) by henning
Branch: MAIN
Changes since 1.45: +3 -2 lines
Diff to previous 1.45 (colored)

another

Revision 1.45 / (download) - annotate - [select for diffs], Wed Mar 12 10:05:36 2003 UTC (21 years, 2 months ago) by art
Branch: MAIN
Changes since 1.44: +25 -1 lines
Diff to previous 1.44 (colored)

Heh. So many commits to this file and noone noticed that I forgot to put a license in it.

Revision 1.44 / (download) - annotate - [select for diffs], Wed Mar 12 07:56:17 2003 UTC (21 years, 2 months ago) by grange
Branch: MAIN
Changes since 1.43: +3 -2 lines
Diff to previous 1.43 (colored)

another

Revision 1.43 / (download) - annotate - [select for diffs], Fri Feb 21 14:00:36 2003 UTC (21 years, 3 months ago) by mcbride
Branch: MAIN
Changes since 1.42: +3 -2 lines
Diff to previous 1.42 (colored)

A little scatological humour goes a long way.

"this is fine" henning@

Revision 1.42 / (download) - annotate - [select for diffs], Tue Feb 4 10:27:51 2003 UTC (21 years, 3 months ago) by henning
Branch: MAIN
Changes since 1.41: +2 -3 lines
Diff to previous 1.41 (colored)

turns out that was theo quoting someone, so it has no place here... bummer.

Revision 1.41 / (download) - annotate - [select for diffs], Tue Feb 4 09:18:04 2003 UTC (21 years, 3 months ago) by henning
Branch: MAIN
Changes since 1.40: +3 -2 lines
Diff to previous 1.40 (colored)

another

Revision 1.40 / (download) - annotate - [select for diffs], Sun Dec 29 14:43:40 2002 UTC (21 years, 4 months ago) by henning
Branch: MAIN
Changes since 1.39: +3 -2 lines
Diff to previous 1.39 (colored)

another

Revision 1.39 / (download) - annotate - [select for diffs], Wed Dec 11 02:34:36 2002 UTC (21 years, 5 months ago) by mickey
Branch: MAIN
Changes since 1.38: +3 -2 lines
Diff to previous 1.38 (colored)

miod asked me to add this

Revision 1.38 / (download) - annotate - [select for diffs], Sat Nov 30 23:31:02 2002 UTC (21 years, 5 months ago) by miod
Branch: MAIN
Changes since 1.37: +3 -2 lines
Diff to previous 1.37 (colored)

So you think your work is funny, eh?

Revision 1.37 / (download) - annotate - [select for diffs], Mon Nov 25 03:29:09 2002 UTC (21 years, 5 months ago) by henning
Branch: MAIN
Changes since 1.36: +3 -2 lines
Diff to previous 1.36 (colored)

yeah

Revision 1.36 / (download) - annotate - [select for diffs], Mon Nov 25 00:45:00 2002 UTC (21 years, 5 months ago) by pvalchev
Branch: MAIN
Changes since 1.35: +3 -2 lines
Diff to previous 1.35 (colored)

more fun

Revision 1.35 / (download) - annotate - [select for diffs], Fri Oct 18 05:24:00 2002 UTC (21 years, 7 months ago) by henning
Branch: MAIN
Changes since 1.34: +3 -2 lines
Diff to previous 1.34 (colored)

<deraadt> screw this operating system shit, i just want to drive!

Revision 1.34 / (download) - annotate - [select for diffs], Thu Oct 10 09:54:14 2002 UTC (21 years, 7 months ago) by henning
Branch: MAIN
Changes since 1.33: +3 -2 lines
Diff to previous 1.33 (colored)

another

Revision 1.33 / (download) - annotate - [select for diffs], Tue Sep 24 08:37:49 2002 UTC (21 years, 7 months ago) by henning
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.32: +3 -2 lines
Diff to previous 1.32 (colored)

another

Revision 1.32 / (download) - annotate - [select for diffs], Thu Jul 25 22:37:22 2002 UTC (21 years, 9 months ago) by mickey
Branch: MAIN
Changes since 1.31: +3 -2 lines
Diff to previous 1.31 (colored)

love, jason

Revision 1.31 / (download) - annotate - [select for diffs], Thu Jul 25 16:02:15 2002 UTC (21 years, 9 months ago) by henning
Branch: MAIN
Changes since 1.30: +3 -2 lines
Diff to previous 1.30 (colored)

this just had to go in

Revision 1.30 / (download) - annotate - [select for diffs], Fri Jul 19 14:21:32 2002 UTC (21 years, 10 months ago) by henning
Branch: MAIN
Changes since 1.29: +3 -2 lines
Diff to previous 1.29 (colored)

feature requests come from idiots

Revision 1.29 / (download) - annotate - [select for diffs], Thu Jul 11 20:18:35 2002 UTC (21 years, 10 months ago) by mickey
Branch: MAIN
Changes since 1.28: +4 -2 lines
Diff to previous 1.28 (colored)

oppose abort()ion and urinetherapy

Revision 1.28 / (download) - annotate - [select for diffs], Wed Jun 26 07:40:31 2002 UTC (21 years, 10 months ago) by miod
Branch: MAIN
Changes since 1.27: +3 -2 lines
Diff to previous 1.27 (colored)

Another great quote.

Revision 1.27 / (download) - annotate - [select for diffs], Mon Jun 10 09:59:21 2002 UTC (21 years, 11 months ago) by kjell
Branch: MAIN
Changes since 1.26: +3 -2 lines
Diff to previous 1.26 (colored)

I do not care about commit count

Revision 1.26 / (download) - annotate - [select for diffs], Mon Jun 10 09:51:50 2002 UTC (21 years, 11 months ago) by kjell
Branch: MAIN
Changes since 1.25: +3 -2 lines
Diff to previous 1.25 (colored)

I love to fight

Revision 1.25 / (download) - annotate - [select for diffs], Mon Jun 10 03:26:22 2002 UTC (21 years, 11 months ago) by beck
Branch: MAIN
Changes since 1.24: +3 -2 lines
Diff to previous 1.24 (colored)

Theo's comments about airport security

Revision 1.24 / (download) - annotate - [select for diffs], Sun Jun 9 02:05:00 2002 UTC (21 years, 11 months ago) by aaron
Branch: MAIN
Changes since 1.23: +3 -2 lines
Diff to previous 1.23 (colored)

<deraadt> i admit you are better than i am...

Revision 1.23 / (download) - annotate - [select for diffs], Sat Jun 8 09:14:05 2002 UTC (21 years, 11 months ago) by kjell
Branch: MAIN
Changes since 1.22: +3 -2 lines
Diff to previous 1.22 (colored)

Free commits from theo's drunken state.

Revision 1.22 / (download) - annotate - [select for diffs], Sat Jun 8 09:10:06 2002 UTC (21 years, 11 months ago) by beck
Branch: MAIN
Changes since 1.21: +3 -2 lines
Diff to previous 1.21 (colored)

It had to go in.

Revision 1.21 / (download) - annotate - [select for diffs], Mon Apr 1 00:34:07 2002 UTC (22 years, 1 month ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.20: +3 -2 lines
Diff to previous 1.20 (colored)

Add some frightening quote.

Revision 1.20 / (download) - annotate - [select for diffs], Tue Mar 26 02:12:29 2002 UTC (22 years, 1 month ago) by hugh
Branch: MAIN
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored)

Add a new vax reference. (after prompting by miod)

Revision 1.19 / (download) - annotate - [select for diffs], Tue Dec 25 16:54:51 2001 UTC (22 years, 4 months ago) by hugh
Branch: MAIN
Changes since 1.18: +2 -0 lines
Diff to previous 1.18 (colored)

Tag.

Revision 1.18 / (download) - annotate - [select for diffs], Tue Dec 25 02:57:29 2001 UTC (22 years, 4 months ago) by miod
Branch: MAIN
Changes since 1.17: +0 -1 lines
Diff to previous 1.17 (colored)

Now that Theo has a working vax, suddenly this is not fun anymore.

Revision 1.17 / (download) - annotate - [select for diffs], Sun Nov 25 07:34:19 2001 UTC (22 years, 5 months ago) by beck
Branch: MAIN
Changes since 1.16: +2 -1 lines
Diff to previous 1.16 (colored)

Well, since I can't do my mondo openssl commit

Revision 1.16 / (download) - annotate - [select for diffs], Thu Aug 23 20:29:05 2001 UTC (22 years, 9 months ago) by beck
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.15: +3 -1 lines
Diff to previous 1.15 (colored)

some phrases just belong together - like goats and latex

Revision 1.15 / (download) - annotate - [select for diffs], Wed Jul 18 00:48:59 2001 UTC (22 years, 10 months ago) by mickey
Branch: MAIN
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored)

new meaning to the terms slackass

Revision 1.14 / (download) - annotate - [select for diffs], Mon Jul 9 07:17:29 2001 UTC (22 years, 10 months ago) by mickey
Branch: MAIN
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored)

right

Revision 1.13 / (download) - annotate - [select for diffs], Sat Jun 30 02:05:41 2001 UTC (22 years, 10 months ago) by mickey
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12 (colored)

fix the love quote, slacker bob

Revision 1.12 / (download) - annotate - [select for diffs], Sat Jun 30 01:51:05 2001 UTC (22 years, 10 months ago) by fgsch
Branch: MAIN
Changes since 1.11: +6 -1 lines
Diff to previous 1.11 (colored)

More log searching; mickey@ ok'ed.

Revision 1.11 / (download) - annotate - [select for diffs], Sat Jun 30 01:31:56 2001 UTC (22 years, 10 months ago) by fgsch
Branch: MAIN
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

more from icb.log; mickey@ ok.

Revision 1.10 / (download) - annotate - [select for diffs], Sat Jun 30 01:23:30 2001 UTC (22 years, 10 months ago) by beck
Branch: MAIN
Changes since 1.9: +3 -1 lines
Diff to previous 1.9 (colored)

ok mickey@

Revision 1.9 / (download) - annotate - [select for diffs], Wed Jun 27 04:08:34 2001 UTC (22 years, 10 months ago) by angelos
Branch: MAIN
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

Update.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Jun 26 18:03:36 2001 UTC (22 years, 10 months ago) by beck
Branch: MAIN
Changes since 1.7: +1 -0 lines
Diff to previous 1.7 (colored)

how pathetic

Revision 1.7 / (download) - annotate - [select for diffs], Mon Jun 25 19:57:25 2001 UTC (22 years, 10 months ago) by mickey
Branch: MAIN
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

give a little slack

Revision 1.6 / (download) - annotate - [select for diffs], Mon Jun 25 09:11:00 2001 UTC (22 years, 10 months ago) by mickey
Branch: MAIN
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

just one more, fresh shiny one, Mon Jun 25 05:10:29 EDT 2001

Revision 1.5 / (download) - annotate - [select for diffs], Sat Jun 23 22:11:25 2001 UTC (22 years, 11 months ago) by miod
Branch: MAIN
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)

Glancing over my fortunes file, I had to add this quote.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Jun 23 04:37:40 2001 UTC (22 years, 11 months ago) by mickey
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

I could search... but I'm a lazy bum;-)

Revision 1.3 / (download) - annotate - [select for diffs], Sat Jun 23 04:32:30 2001 UTC (22 years, 11 months ago) by mickey
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored)

sprinkle some const on theo

Revision 1.2 / (download) - annotate - [select for diffs], Sat Jun 23 04:29:23 2001 UTC (22 years, 11 months ago) by millert
Branch: MAIN
Changes since 1.1: +3 -2 lines
Diff to previous 1.1 (colored)

slacker slacker lazy bum bum bum slacker!

Revision 1.1 / (download) - annotate - [select for diffs], Sat Jun 23 04:22:45 2001 UTC (22 years, 11 months ago) by art
Branch: MAIN

Add "M-x theo". Just like "M-x doctor" in emacs... Well, almost.

More beer!

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.