Warner Losh
bb28f3c29b
Breath deep and take __P out of the system include files.
...
# This appears to not break X11, but I'm having problems compiling the
# glide part of the server with or without this patch, so I can't tell
# for sure.
2002-03-23 17:24:55 +00:00
David E. O'Brien
194788fafc
GDB 4.18 does not use the mmalloc library by default. So GC a little.
2002-03-23 17:15:49 +00:00
Jake Burkholder
f4db8e245f
Machine must be non-static for COMPAT_43 to compile. This is used in bsd/os
...
1.x compatibility code, which I'm sure we all use every day.
2002-03-23 17:13:45 +00:00
Jake Burkholder
9ce91e87da
Oops. Should have said
...
Submitted by: tmm
2002-03-23 17:06:15 +00:00
Jake Burkholder
b7cbb37042
Cleanup the trace back routine slightly. Print the leaf return value so
...
that traps inside of leaf functions are less confusing. Add a function
to print a non-symbolic trace of the user stack.
2002-03-23 17:04:41 +00:00
Jake Burkholder
c8c751181e
Sync with other arches; add bloat.
2002-03-23 16:55:37 +00:00
Poul-Henning Kamp
8dc8db2787
Revert last commit, it came too late to save alpha :-(
2002-03-23 16:54:19 +00:00
Poul-Henning Kamp
50abd3e193
Hide the ugly d_boot[01] from the kernel.
2002-03-23 16:03:13 +00:00
Bruce Evans
ea1499bf8f
Fixed some style bugs in the removal of __P(()). The main ones were
...
not removing tabs before "__P((", and not outdenting continuation lines
to preserve non-KNF lining up of code with parentheses. Switch to KNF
formatting and/or rewrap the whole prototype in some cases.
2002-03-23 16:01:49 +00:00
Nicolas Souchu
c17d43407f
Major rework of the iicbus/smbus framework:
...
- VIA chipset SMBus controllers added
- alpm driver updated
- Support for dynamic modules added
- bktr FreeBSD smbus updated but not tested
- cleanup
2002-03-23 15:49:15 +00:00
Mark Murray
ed86ca364b
Very simple fixes; WARNS and ANSIfy. Remove GCC-specific options from
...
Makefile.
2002-03-23 15:43:11 +00:00
Nicolas Souchu
ddd22fb7fb
Restore the original copyright
2002-03-23 15:36:13 +00:00
Nicolas Souchu
d0d27909aa
viapm is the driver for VIA SMBus controllers
2002-03-23 15:26:20 +00:00
Mark Murray
ed74761863
Minor whitespace nit.
2002-03-23 15:20:45 +00:00
Bruce Evans
809dbbc99b
Fixed some style bugs in the removal of __P(()). The main ones were
...
not removing tabs before "__P((", and not outdenting continuation lines
to preserve non-KNF lining up of code with parentheses. Switch to KNF
formatting and/or rewrap the whole prototype in some cases.
2002-03-23 15:09:35 +00:00
Bruce Evans
fa9c948c1c
Fixed some style bugs in the removal of __P(()). The main ones were
...
not removing tabs before "__P((", and not outdenting continuation lines
to preserve non-KNF lining up of code with parentheses. Switch to KNF
formatting and/or rewrap the whole prototype in some cases.
2002-03-23 14:27:06 +00:00
Bruce Evans
f47e870c55
Moved $FreeBSD$ to the correct place.
2002-03-23 13:48:10 +00:00
Bruce Evans
d4ee5a13d3
Repaired CSRG id. This file was not in Lite1; it was just cloned from a
...
file with a in Lite1 before being cvs-added to FreeBSD.
2002-03-23 13:41:52 +00:00
Bruce Evans
995b73dcc3
Fixed some style bugs in the removal of __P(()). Continuation lines
...
were not outdented to preserve non-KNF lining up of code with parentheses.
Switch to KNF formatting.
2002-03-23 13:10:13 +00:00
Chris D. Faulhaber
3f31f1ab4c
Work around zlib bug where using a deflate window size of 8 will
...
cause memory corruption.
2002-03-23 13:05:53 +00:00
Bruce Evans
b76d0b3217
Fixed some style bugs in the removal of __P(()). Continuation lines
...
were not outdented to preserve non-KNF lining up of code with parentheses.
Switch to KNF formatting.
2002-03-23 12:38:05 +00:00
Akio Morita
81b60c7395
Add new graphical screen saver (dragon_saver).
...
Add support for NEC PC-9821 PEGC screen (fire/logo/rain/warp_saver).
2002-03-23 12:36:19 +00:00
Bruce Evans
359052dbcc
Fixed some style bugs in the removal of __P(()). The main ones were
...
not removing tabs before "__P((", and not outdenting continuation lines
to preserve non-KNF lining up of code with parentheses. Switch to KNF
formatting and/or rewrap the whole prototype in some cases.
2002-03-23 12:13:34 +00:00
Bruce Evans
763df83622
Fixed some style bugs in the removal of __P(()). Continuation lines
...
were not outdented to preserve non-KNF lining up of code with parentheses.
Switch to KNF formatting.
2002-03-23 11:53:03 +00:00
Bruce Evans
c58eb46e8a
Fixed some style bugs in the removal of __P(()). The main ones were
...
not removing tabs before "__P((", and not outdenting continuation lines
to preserve non-KNF lining up of code with parentheses. Switch to KNF
formatting and/or rewrap the whole prototype in some cases.
2002-03-23 08:46:52 +00:00
Takanori Watanabe
391b5c4a91
Add bios area range check (lower side).
2002-03-23 06:44:04 +00:00
David E. O'Brien
8c157f6041
Fix setting of CLEANFILES.
2002-03-23 04:52:02 +00:00
David E. O'Brien
2fe5bfd7a1
Use our auto-YACC'ing rules to do most of the work.
...
Submitted by: bde
2002-03-23 04:49:43 +00:00
Jake Burkholder
f1bb97a884
Fix a deadlock condition with tlb shootdown ipi delivery. Since ipis are
...
not blocked by raising the pil, a reciever may be interrupted while holding
a spinlock. If the sender does not defer interrupts throughout the entire
operation it may be interrupted and try to acquire a spinlock held by a
reciever, leading to a deadlock due to the synchronization used by the
ipi handlers themselves.
Submitted by: tmm
2002-03-23 04:20:00 +00:00
Jake Burkholder
44a7aea1d7
Backout intrusive ktr traces in tlb fault handlers which have served their
...
purpose.
2002-03-23 03:25:09 +00:00
David E. O'Brien
c04447ba03
Standardize on our SCM ID style.
2002-03-23 02:44:19 +00:00
David E. O'Brien
0f4f02856d
Restore CSRG ID's lost in January 1995.
2002-03-23 02:10:28 +00:00
David E. O'Brien
439a4003ab
ASM versions of __FBSDID.
2002-03-23 02:01:27 +00:00
Garrett Wollman
efbb5e2289
Disable -Werror when building -- the old version of gcc used on IA32 can't
...
deal with C99 formats.
2002-03-23 00:44:00 +00:00
Bruce A. Mah
4df161e512
Lots of markup fixes and improvements.
...
Submitted by: ue
2002-03-23 00:24:32 +00:00
Bruce A. Mah
27905e3dfa
Don't use graphics in callouts for the release documentation. The
...
little graphics images are a pain to deal with, and they don't work in
the *.TXT files anyways.
Submitted by: ue
2002-03-23 00:23:53 +00:00
Bruce A. Mah
dadb1dedec
Remove an obsolete release note about TCP and SYN-flood protection.
...
Reviewed by: silby
2002-03-23 00:07:12 +00:00
Brian Somers
89b1b9c8b8
Update perl's man path for 5.6.1
2002-03-23 00:04:15 +00:00
David E. O'Brien
68141defd1
Sendmail can be slow to startup.
...
So start it in the background to speed up booting.
2002-03-22 23:45:13 +00:00
David E. O'Brien
1114a754ed
Fix the style of the SCM ID's.
...
I believe have made all of libc .h's as consistent as possible.
2002-03-22 23:42:05 +00:00
David E. O'Brien
d3d20c8267
Fix the style of the SCM ID's.
...
I believe have made all of libc .c's as consistent as possible.
2002-03-22 23:18:37 +00:00
David E. O'Brien
74fd44fc19
Fix the style of the SCM ID's.
...
I believe have made all of libc .h's as consistent as possible.
2002-03-22 23:18:17 +00:00
Warner Losh
c26b04727e
Use int (ioctl)(...) rather than int ioctl(...) so that ioctl can be defined
...
as a macro w/o messing things up. This is really an abuse and we will back
this out as soon as the abusers have been fixed. Add a comment to this
effect.
With this change, the XFree86-4 port now builds.
2002-03-22 22:36:23 +00:00
John Baldwin
d846883bc4
Use td_ucred in several trivial syscalls and remove Giant locking as
...
appropriate.
2002-03-22 22:32:04 +00:00
David E. O'Brien
333fc21e3c
Fix the style of the SCM ID's.
...
I believe have made all of libc .c's as consistent as possible.
2002-03-22 21:53:29 +00:00
John Baldwin
f2ae7368ea
Use explicit Giant locks and unlocks for rather than instrumented ones for
...
code that is still not safe. suser() reads p_ucred so it still needs
Giant for the time being. This should allow kern.giant.proc to be set
to 0 for the time being.
2002-03-22 21:02:02 +00:00
Garrett Wollman
dc2f94a3ff
Typo (if => of).
2002-03-22 20:49:29 +00:00
Garrett Wollman
7316a9465e
Add a word of caution about integer arithmetic range and overflow detection.
2002-03-22 20:46:59 +00:00
Garrett Wollman
f477880a4f
Fix a few formatting brainos and make the formatting of the EXAMPLES
...
section somewhat clearer.
2002-03-22 20:38:44 +00:00
Dag-Erling Smørgrav
fe9c2732d1
Actually install the moduli(5) man page.
2002-03-22 20:29:26 +00:00