David E. O'Brien
addbf23d05
"pointers are not permitted as case values", so force the macros to ints.
2002-05-01 04:18:36 +00:00
David E. O'Brien
90a78bd0ba
makeobjops.awk is stricter on syntax than the perl version.
2002-05-01 03:52:40 +00:00
David E. O'Brien
9fa411ae4a
Use makeobjops.awk rather than makeobjops.pl.
...
(with big thanks to Oliver Fromme <olli@fromme.com>)
2002-05-01 03:28:14 +00:00
David E. O'Brien
dfbf15ee80
Awk version of makeobjops.PL.
...
Note the invocation ordering is slightly different:
awk -f makeobjops.awk foo.m -ch
Submitted by: Oliver Fromme <olli@fromme.com>
2002-05-01 03:19:19 +00:00
David E. O'Brien
82303b6b14
Remove the trailing ^M's. makeobjops.awk does not like them.
2002-05-01 03:07:40 +00:00
Peter Wemm
6692ac6644
Cosmetic tweaks. Try and keep the style more consistent, catch some stray
...
whitespace and update a comment.
2002-05-01 02:51:50 +00:00
Peter Wemm
4924b9dd80
Zap some stale unused headers, including one machine/psl.h (which is
...
a stub on alpha). Compile tested on alpha and x86.
2002-05-01 02:17:33 +00:00
Peter Wemm
701964e4a2
Zap KMODDEPS entries so that people do not wonder why it isn't working on
...
-current.
Apolgies to: anhold
2002-05-01 01:34:48 +00:00
Peter Wemm
06639be707
Catch any stray KMODDEPS entries to make sure they do not keep turning up.
2002-05-01 01:32:28 +00:00
Peter Wemm
aed0556447
kern_tc.c doesn't use <machine/psl.h>, and having this #include breaks
...
other platforms.
2002-05-01 01:31:26 +00:00
David E. O'Brien
2244cf6bba
Remove this Perl script. There have been zero bug reports against
...
vnode_if.awk.
2002-05-01 00:40:44 +00:00
Matthew N. Dodd
47bbd753d9
Document the location (in the source tree) of the "Porter's Handbook".
2002-04-30 23:55:16 +00:00
Matthew N. Dodd
a8f6daaeca
Bump __FreeBSD_version for mtx_init() change.
...
Document same.
Forgotten by: jhb
2002-04-30 23:54:03 +00:00
Bruce Evans
61e86e72c8
Sorted the directories in the rule for the includes target as much as
...
possible.
2002-04-30 23:29:00 +00:00
Scott Long
1089f082aa
Fix a bug where the aacp device would only talk to bus 0 on the
...
controller.
2002-04-30 22:50:26 +00:00
Scott Long
44b00b1df3
Note that the aacp device requires CAM
2002-04-30 22:47:26 +00:00
David E. O'Brien
ee1c407b54
Add the ability to use Bzip'ed packages.
...
Also add the ability to use Bzip'ed distributions -- but this is exclusive
of being able to use Gzip'ed distributions.
Sponsored by: FreeBSD Mall, Inc.
2002-04-30 22:40:06 +00:00
Jeff Roberson
289f207c81
Convert longs to u_longs in stats. This will hold off wrap arounds for a
...
while longer.
2002-04-30 22:39:32 +00:00
Alan Cox
ea0f50bcf0
o Convert the vm_page buckets mutex to a spin lock. (This resolves
...
an issue on the Alpha platform found by jeff@.)
o Simplify vm_page_lookup().
Reviewed by: jhb
2002-04-30 21:24:47 +00:00
Poul-Henning Kamp
39acc78a1e
Brucifixion ? Yes, out that door, row on the left, one patch each.
...
Many thanks to: bde
2002-04-30 20:42:06 +00:00
Poul-Henning Kamp
9c30ce571e
Brucifixion ? Yes, out that door, row on the left, one patch each.
2002-04-30 19:48:45 +00:00
Bruce A. Mah
d5efb9fab4
New release notes: bsd-airtools integration (+ MFC), reboot(8) -k (+
...
MFC), sysinstall(8) doesn't mount procfs(5) on new installs,
XFREE86_VERSION=4 default (+MFC), cross-version and cross-arch
releases.
Updated release notes: Heimdal Kerberos 0.4e (+ MFC).
MFCs noted: wi(4) hostap.
2002-04-30 19:40:22 +00:00
Poul-Henning Kamp
2266fe776e
Don't export timecounter structures under debug. with sysctl, they
...
contain no truly interesting data anymore.
2002-04-30 19:34:31 +00:00
Matthew Dillon
e6728403d4
These are Alexander Kabaev's VFSops fixes (see the thread 'Found: module
...
loading breakage'). The patch fixes serious issues with the VFS
operations vector array which results in a crash when a filesystem module
adding a new VOP is loaded into the kernel. Basically what was happening
before was that the old operations vector was being freed and a new one
allocated. The original MALLOC code tended to reuse the same address
for the case and so the bug did not rear its ugly head until the new memory
subsystem was emplaced.
This patch replaces the temporary workaround Dave O'Brien comitted in 1.58.
The patch is clean enough that I intend to MFC it to stable at some point.
Submitted by: Alexander Kabaev <ak03@gte.com>
MFC after: 1 week
2002-04-30 18:44:32 +00:00
David E. O'Brien
b8df1f7e86
MI bits for Gcc 3.1.
2002-04-30 17:22:42 +00:00
David E. O'Brien
353c69dcb9
i386 MD bits for Gcc 3.1.
...
These are totally untested. Do these work? Hell if I know, I have yet to
bootstrap using these bits. But people want them, so here they are.
2002-04-30 17:15:01 +00:00
Prafulla Deuskar
e4fe103d73
Modified the man page to reflect support for
...
82540EM based cards.
MFC after: 1 day
2002-04-30 17:14:51 +00:00
Brian Somers
ee9336d9b7
Handle .bz2 files created by newsyslog
...
PR: 37529
Partially submitted by: Peter Hollaubek <fifteen@inext.hu>
MFC after: 1 week
2002-04-30 17:07:32 +00:00
Julian Elischer
d4f567ee57
Need more includes.
2002-04-30 16:43:51 +00:00
Jeroen Ruigrok van der Werven
acff84fb0e
Chase the sources and document the change of wait to flags, which are
...
the normal malloc(9) flags.
Submitted by: arr
2002-04-30 16:30:19 +00:00
Julian Elischer
9a27ef0da4
Add the myson controllers to LINT
...
MFC after: 2 weeks
2002-04-30 16:08:16 +00:00
Julian Elischer
f269532cd0
Add the extra argument to mtx_init()
2002-04-30 15:50:09 +00:00
Jeroen Ruigrok van der Werven
5540755955
Remove references to zinit() which does not exist anymore.
2002-04-30 15:04:41 +00:00
Jeroen Ruigrok van der Werven
9a79558313
Document the zone allocator is now a slab allocator.
...
Show Jeff's work and your's truly manual page updates.
2002-04-30 14:56:44 +00:00
Jeroen Ruigrok van der Werven
1437c79a4a
Document uma_zalloc() behaviour.
2002-04-30 14:26:22 +00:00
Ruslan Ermilov
25923b9799
Document how to "make release" for a different arch.
...
Obtained from: build(7)
2002-04-30 13:50:04 +00:00
Jeroen Ruigrok van der Werven
f1de92e633
Update function arguments to what is current used.
2002-04-30 13:03:28 +00:00
Jeroen Ruigrok van der Werven
7c32182e06
Prefix the remaining functions with uma_ as is now the case in UMA.
2002-04-30 12:45:31 +00:00
Jeroen Ruigrok van der Werven
2f91527664
zinit() does not exist anymore.
2002-04-30 12:29:59 +00:00
Ruslan Ermilov
8f1f55e9ae
Milestone #2 in cross-arch make releases. They now work!
...
You need to set TARGET_ARCH and possibly TARGET, the same
way you normally do it for a cross build(7).
Renamed `distribworld' to a more natutal `distributeworld'.
Put pwd_mkdb(8) under ${INSTALLTMP}; for `distributeworld'.
2002-04-30 11:50:01 +00:00
Ruslan Ermilov
d6e61d989b
Back out part of the revision 1.261: "etc" indeed needs to be
...
last for "distribute" to succeed -- the "make makedb" part of
the etc/Makefile:distribution target should be the last thing
made.
2002-04-30 11:46:49 +00:00
Ruslan Ermilov
581102328a
boot2 does not exist on some platforms.
2002-04-30 11:31:25 +00:00
Benno Rice
b23e18d688
Add sigcode.S
2002-04-30 11:13:16 +00:00
Doug Barton
ab4b9024b8
More ispell fun
2002-04-30 10:13:42 +00:00
Ruslan Ermilov
5183f6e789
bin-install.sh has been repo-copied to base-install.sh.
2002-04-30 09:57:21 +00:00
Jeroen Ruigrok van der Werven
77776e8c7a
Remove references to zbootinit() and zinitna().
2002-04-30 09:47:50 +00:00
Jeroen Ruigrok van der Werven
9daecfc462
Add a MLINKS to uma.9 from zone.9.
2002-04-30 09:41:25 +00:00
Jeroen Ruigrok van der Werven
008080bd8b
Do not use a contraction, aren't -> are not.
2002-04-30 09:38:52 +00:00
Jeroen Ruigrok van der Werven
268c1b9c75
Remove MLINKS to zinitna, it does not exist anymore.
2002-04-30 09:38:06 +00:00
Jeroen Ruigrok van der Werven
c25d2ac8cb
Remove MLINKS to zbootinit. This has been gone for a while now.
2002-04-30 09:36:02 +00:00