anholt
bb589e7417
Diff reduction to my experimental code: clean up return code handling.
...
Approved by: des
2002-04-29 00:25:10 +00:00
dougb
730253b82f
* 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
dwmalone
4af9569b92
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
alc
50524fd0df
Pass the caller's file name and line number to the vm_map locking functions.
2002-04-28 23:12:52 +00:00
cg
edb0df5e22
add a missing \n to an unregister failure message
2002-04-28 22:59:45 +00:00
cg
5aa98887d0
recognise ct5880-e
...
Submitted by: SONODA Yoshihide <yshd@na.rim.or.jp>
2002-04-28 22:38:23 +00:00
dougb
8153c8ffd9
* 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
jmallett
48130aa318
Kill one version of a limerick here.
...
Approved by: The usual suspects on that IRC channel.
2002-04-28 21:16:32 +00:00
jmallett
7a14893b0a
Kill some duplicates.
...
Kill an incorrectly duplicated Einstein limerick (thanks phk!)
2002-04-28 21:03:26 +00:00
phk
e67296b3b0
Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/
2002-04-28 20:34:20 +00:00
phk
f8c369f7e5
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
des
47669f2ea0
Move drm to the i386-only section.
2002-04-28 19:21:48 +00:00
phk
9f962d9702
Improve an API by about 4 lines per driver.
2002-04-28 19:01:32 +00:00
phk
d3a0fb2abd
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
phk
f2c462ee95
Merge in rev 1.9 from NetBSD.
2002-04-28 18:43:30 +00:00
phk
5549556e4f
We don't need the arp kludge any more.
2002-04-28 18:29:44 +00:00
phk
307f787e5a
Stylistic sweep through the timecounter code.
...
Renovate comments.
2002-04-28 18:24:21 +00:00
phk
e866359c06
Don't screw up our uptime with historical dates.
2002-04-28 16:51:36 +00:00
des
e48f76df85
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
markm
905d923df1
Minor nit; return(foo) from main rather than exit(foo).
2002-04-28 14:04:24 +00:00
markm
1564a712ca
Very minor whitespace nit.
2002-04-28 13:59:42 +00:00
markm
183c01f925
Remove GCC-specific flags.
2002-04-28 13:58:41 +00:00
markm
09b63c5efb
Reorder for style.
2002-04-28 13:54:45 +00:00
markm
443c5ce6b2
Remove GCC-specific flags.
2002-04-28 13:53:38 +00:00
markm
deaa4a187b
Fix VCS tags; ANSIfy functions
2002-04-28 13:50:54 +00:00
markm
afdd6c61a4
Add some function prototypes to squash warnings.
2002-04-28 13:49:15 +00:00
markm
de78eb8c7f
Easy warns fixes; sort out some types and me them a bit more consistent;
...
fix initialisers.
2002-04-28 13:46:40 +00:00
markm
a735b516eb
Warnings fix; ANSIfy, constify, mark unused function parameter(s).
2002-04-28 13:00:16 +00:00
markm
2f918abe2e
Warns; ANSIfy, constify and move declarations into a common header.
2002-04-28 12:55:35 +00:00
markm
432896d29d
Remove GCC-specific flags.
2002-04-28 12:54:24 +00:00
markm
d642bb3e8a
Fix a const-char vs char issue.
2002-04-28 12:39:12 +00:00
markm
bf0d40842d
Very minor whitespace nit.
2002-04-28 12:36:56 +00:00
markm
20e29126e7
Declarations cleanup; make sure externs are in a common header.
...
Fix declarations, casts and return values.
2002-04-28 12:34:54 +00:00
markm
38668d26e3
warns fixes; ANSIfy, deregister, constify.
2002-04-28 12:28:41 +00:00
markm
ed297fee6f
Easy warns fixes; constify.
2002-04-28 12:25:03 +00:00
markm
2ddedfffab
Style; line up columns, space things out more consistently.
2002-04-28 12:24:20 +00:00
markm
673f6ef6d9
Style fixes; whitespace and header order.
2002-04-28 12:21:31 +00:00
markm
2df22de47e
Fix VCS inclusion and tidy up #includes.
2002-04-28 12:19:30 +00:00
markm
d4767a7bb1
Cast to kill warnings. De-register.
2002-04-28 12:17:27 +00:00
markm
0f588b9373
fix warnings; change variable/argument names that mask global names.
2002-04-28 12:15:40 +00:00
markm
9302f8d66b
Remove GCC-specific flags and commented out cruft.
2002-04-28 12:14:10 +00:00
markm
38c3f4b69a
Some easy const fixes.
2002-04-28 12:12:49 +00:00
markm
62123726bd
ANSIfy, VCS inclusions and some very minor style.
2002-04-28 12:09:33 +00:00
markm
df2d11edfa
Minor reorder for style.
2002-04-28 12:08:18 +00:00
markm
aa3fa5ac74
Fix some easy warnings; ANSIfy, constify.
...
Fix VCS inclusion and deregister.
2002-04-28 12:04:20 +00:00
markm
6e62811ca3
ANSIfy functions, and move extern declarations into a shared header
...
where ${DEITY} intended them to be.
2002-04-28 11:59:43 +00:00
iedowse
679fd48b5c
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
gj
5df4184529
Add the Dynalink IS64PPH+ as a supported card.
...
Reported by: znerd
2002-04-28 11:52:53 +00:00
markm
06bdac1d86
Fix VCS inclusions.
2002-04-28 11:52:43 +00:00
markm
82e411fc67
More low hanging warnings fruit; ANSIfy, de-register, constify.
2002-04-28 11:51:03 +00:00