Doug Barton
c1ca1eec09
Move the Rush Limbaugh fortunes to the offensive file, right after the
...
Anti-Reagan section. :) Apparently, people find opinions contrary to
their own to be offensive.
2002-04-29 00:41:55 +00:00
Doug Barton
3028cb907b
Sort according to ../tools/do_sort
2002-04-29 00:33:30 +00:00
Eric Anholt
c9d942be3a
Diff reduction to my experimental code: clean up return code handling.
...
Approved by: des
2002-04-29 00:25:10 +00:00
Doug Barton
c1652fa4a1
* Add a quote about the differences between human and machine
...
understanding from Ellen Ullman.
* Add Rush Limbaugh's 35 Undeniable Truths of Life. The ordering
of the entries is due to the ../tools/do_sort script.
2002-04-28 23:34:25 +00:00
David Malone
df374705d2
Add a French calendar.
...
PR: 32265
Submitted by: Thierry Thomas <thierry@pompo.net>
MFC after: 1 week
2002-04-28 23:22:13 +00:00
Alan Cox
780b1c0997
Pass the caller's file name and line number to the vm_map locking functions.
2002-04-28 23:12:52 +00:00
Cameron Grant
21ed9908a2
add a missing \n to an unregister failure message
2002-04-28 22:59:45 +00:00
Cameron Grant
9dbee70d4a
recognise ct5880-e
...
Submitted by: SONODA Yoshihide <yshd@na.rim.or.jp>
2002-04-28 22:38:23 +00:00
Doug Barton
b564d8acf1
* Add $FreeBSD$ to limerick and zippy
...
* Delete trailing white space in all its forms. In addition to being
bad style in general, it also causes formatting, and other problems
for various third party items (like xscreensaver) which use fortunes
for their own purposes.
2002-04-28 21:59:07 +00:00
Juli Mallett
3ee16cca88
Kill one version of a limerick here.
...
Approved by: The usual suspects on that IRC channel.
2002-04-28 21:16:32 +00:00
Juli Mallett
382f76926f
Kill some duplicates.
...
Kill an incorrectly duplicated Einstein limerick (thanks phk!)
2002-04-28 21:03:26 +00:00
Poul-Henning Kamp
b418ad5c2e
Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/
2002-04-28 20:34:20 +00:00
Poul-Henning Kamp
07dd938303
Don't pass three args when one will do just fine, and even prevent
...
mistakes like the one brgphy.c (now corrected).
2002-04-28 19:25:07 +00:00
Dag-Erling Smørgrav
afe18bfe77
Move drm to the i386-only section.
2002-04-28 19:21:48 +00:00
Poul-Henning Kamp
83549c664b
Improve an API by about 4 lines per driver.
2002-04-28 19:01:32 +00:00
Poul-Henning Kamp
3aae18bde8
Use generic MII #defines instead of private ones when the registers
...
are IEEE defined.
Object file comes out the same.
2002-04-28 18:47:29 +00:00
Poul-Henning Kamp
1aad4b2a52
Merge in rev 1.9 from NetBSD.
2002-04-28 18:43:30 +00:00
Poul-Henning Kamp
2f35ea476d
We don't need the arp kludge any more.
2002-04-28 18:29:44 +00:00
Poul-Henning Kamp
6b00cf46ec
Stylistic sweep through the timecounter code.
...
Renovate comments.
2002-04-28 18:24:21 +00:00
Poul-Henning Kamp
d25917e856
Don't screw up our uptime with historical dates.
2002-04-28 16:51:36 +00:00
Dag-Erling Smørgrav
f249dbcc71
Spell void * as void * rather than caddr_t. This is complicated by the
...
fact that caddr_t is often misspelled as char *.
Sponsored by: DARPA, NAI Labs
2002-04-28 15:18:50 +00:00
Mark Murray
6c28b67b1e
Minor nit; return(foo) from main rather than exit(foo).
2002-04-28 14:04:24 +00:00
Mark Murray
5d09098835
Very minor whitespace nit.
2002-04-28 13:59:42 +00:00
Mark Murray
4d56f83516
Remove GCC-specific flags.
2002-04-28 13:58:41 +00:00
Mark Murray
4b1b25d919
Reorder for style.
2002-04-28 13:54:45 +00:00
Mark Murray
5666a04546
Remove GCC-specific flags.
2002-04-28 13:53:38 +00:00
Mark Murray
1abf87a869
Fix VCS tags; ANSIfy functions
2002-04-28 13:50:54 +00:00
Mark Murray
5a92bc60c9
Add some function prototypes to squash warnings.
2002-04-28 13:49:15 +00:00
Mark Murray
60d1fdaa47
Easy warns fixes; sort out some types and me them a bit more consistent;
...
fix initialisers.
2002-04-28 13:46:40 +00:00
Mark Murray
01588bbd2b
Warnings fix; ANSIfy, constify, mark unused function parameter(s).
2002-04-28 13:00:16 +00:00
Mark Murray
a53809fd7e
Warns; ANSIfy, constify and move declarations into a common header.
2002-04-28 12:55:35 +00:00
Mark Murray
f5b7af34dd
Remove GCC-specific flags.
2002-04-28 12:54:24 +00:00
Mark Murray
9e5ff032b5
Fix a const-char vs char issue.
2002-04-28 12:39:12 +00:00
Mark Murray
900d70a0c0
Very minor whitespace nit.
2002-04-28 12:36:56 +00:00
Mark Murray
046f5106a7
Declarations cleanup; make sure externs are in a common header.
...
Fix declarations, casts and return values.
2002-04-28 12:34:54 +00:00
Mark Murray
ffc6a8e325
warns fixes; ANSIfy, deregister, constify.
2002-04-28 12:28:41 +00:00
Mark Murray
f372d010df
Easy warns fixes; constify.
2002-04-28 12:25:03 +00:00
Mark Murray
348870705a
Style; line up columns, space things out more consistently.
2002-04-28 12:24:20 +00:00
Mark Murray
81edeb0a44
Style fixes; whitespace and header order.
2002-04-28 12:21:31 +00:00
Mark Murray
635615eb2c
Fix VCS inclusion and tidy up #includes.
2002-04-28 12:19:30 +00:00
Mark Murray
241667c457
Cast to kill warnings. De-register.
2002-04-28 12:17:27 +00:00
Mark Murray
e65dd7bc2f
fix warnings; change variable/argument names that mask global names.
2002-04-28 12:15:40 +00:00
Mark Murray
2d3f94bf1b
Remove GCC-specific flags and commented out cruft.
2002-04-28 12:14:10 +00:00
Mark Murray
fa6d48c068
Some easy const fixes.
2002-04-28 12:12:49 +00:00
Mark Murray
dba464cc27
ANSIfy, VCS inclusions and some very minor style.
2002-04-28 12:09:33 +00:00
Mark Murray
f099c6c361
Minor reorder for style.
2002-04-28 12:08:18 +00:00
Mark Murray
561618799d
Fix some easy warnings; ANSIfy, constify.
...
Fix VCS inclusion and deregister.
2002-04-28 12:04:20 +00:00
Mark Murray
822f14c2ff
ANSIfy functions, and move extern declarations into a shared header
...
where ${DEITY} intended them to be.
2002-04-28 11:59:43 +00:00
Ian Dowse
62e621e89c
Fix a number of warnings. A gcc preprocessor bug relating to macros
...
with variable numbers of arguments made this slightly harder than
it should be. Avoid the bug by not doing string concatenation within
the macros, and instead add a new function to syslog or print the
error messages.
2002-04-28 11:59:30 +00:00
Gary Jennejohn
85c1d5977c
Add the Dynalink IS64PPH+ as a supported card.
...
Reported by: znerd
2002-04-28 11:52:53 +00:00