obrien
d2ad9809fd
Remove the trailing ^M's. makeobjops.awk does not like them.
2002-05-01 03:07:40 +00:00
peter
84ae7c9225
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
336f78b18a
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
aac61d6bcd
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
bf12d371f8
Catch any stray KMODDEPS entries to make sure they do not keep turning up.
2002-05-01 01:32:28 +00:00
peter
55a74432bb
kern_tc.c doesn't use <machine/psl.h>, and having this #include breaks
...
other platforms.
2002-05-01 01:31:26 +00:00
obrien
0c1a773004
Remove this Perl script. There have been zero bug reports against
...
vnode_if.awk.
2002-05-01 00:40:44 +00:00
mdodd
ed57320b79
Document the location (in the source tree) of the "Porter's Handbook".
2002-04-30 23:55:16 +00:00
mdodd
2e0d89a50d
Bump __FreeBSD_version for mtx_init() change.
...
Document same.
Forgotten by: jhb
2002-04-30 23:54:03 +00:00
bde
bebc19ee0d
Sorted the directories in the rule for the includes target as much as
...
possible.
2002-04-30 23:29:00 +00:00
scottl
6f6413a223
Fix a bug where the aacp device would only talk to bus 0 on the
...
controller.
2002-04-30 22:50:26 +00:00
scottl
3845bd469f
Note that the aacp device requires CAM
2002-04-30 22:47:26 +00:00
obrien
451e89b13e
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
968fe15c4d
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
alc
0e84366ae7
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
phk
5ae616a516
Brucifixion ? Yes, out that door, row on the left, one patch each.
...
Many thanks to: bde
2002-04-30 20:42:06 +00:00
phk
38a0945624
Brucifixion ? Yes, out that door, row on the left, one patch each.
2002-04-30 19:48:45 +00:00
bmah
2131cb8270
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
phk
26ffc19d1e
Don't export timecounter structures under debug. with sysctl, they
...
contain no truly interesting data anymore.
2002-04-30 19:34:31 +00:00
dillon
8468513da0
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
obrien
1e3fa59089
MI bits for Gcc 3.1.
2002-04-30 17:22:42 +00:00
obrien
9a9ba1484f
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
pdeuskar
81eeb21ad8
Modified the man page to reflect support for
...
82540EM based cards.
MFC after: 1 day
2002-04-30 17:14:51 +00:00
brian
0e37ad70ef
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
2d4af411cc
Need more includes.
2002-04-30 16:43:51 +00:00
asmodai
3292015fc5
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
adee5febf6
Add the myson controllers to LINT
...
MFC after: 2 weeks
2002-04-30 16:08:16 +00:00
julian
b393629971
Add the extra argument to mtx_init()
2002-04-30 15:50:09 +00:00
asmodai
1fe12f5d34
Remove references to zinit() which does not exist anymore.
2002-04-30 15:04:41 +00:00
asmodai
e5f4e75d0c
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
asmodai
410ec4b478
Document uma_zalloc() behaviour.
2002-04-30 14:26:22 +00:00
ru
7e4f7cb51e
Document how to "make release" for a different arch.
...
Obtained from: build(7)
2002-04-30 13:50:04 +00:00
asmodai
b9890f2065
Update function arguments to what is current used.
2002-04-30 13:03:28 +00:00
asmodai
4d8fcc6041
Prefix the remaining functions with uma_ as is now the case in UMA.
2002-04-30 12:45:31 +00:00
asmodai
32b1462881
zinit() does not exist anymore.
2002-04-30 12:29:59 +00:00
ru
7080bdd505
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
ru
443c2c2e10
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
ru
c7f10c0b18
boot2 does not exist on some platforms.
2002-04-30 11:31:25 +00:00
benno
6ff9e30a59
Add sigcode.S
2002-04-30 11:13:16 +00:00
dougb
fe94f05da8
More ispell fun
2002-04-30 10:13:42 +00:00
ru
d8d79a52dd
bin-install.sh has been repo-copied to base-install.sh.
2002-04-30 09:57:21 +00:00
asmodai
0b2fc084f5
Remove references to zbootinit() and zinitna().
2002-04-30 09:47:50 +00:00
asmodai
ff494090b3
Add a MLINKS to uma.9 from zone.9.
2002-04-30 09:41:25 +00:00
asmodai
8adefc573a
Do not use a contraction, aren't -> are not.
2002-04-30 09:38:52 +00:00
asmodai
1dfbebfee3
Remove MLINKS to zinitna, it does not exist anymore.
2002-04-30 09:38:06 +00:00
asmodai
dfed8ea658
Remove MLINKS to zbootinit. This has been gone for a while now.
2002-04-30 09:36:02 +00:00
ru
d2cb56e26c
Make crunchide(1) a cross-tool; needed for cross-arch "make release".
...
Note that a.out is only supported for the non-cross i386 case.
2002-04-30 09:34:53 +00:00
asmodai
b6b2470fee
Remove wrong include, one is supposed to include vm/uma.h instead of
...
vm_zone.h.
2002-04-30 08:51:42 +00:00
dougb
08a4243733
Fix a few more of my typos, a few others I noticed, and some ispell help.
2002-04-30 08:08:31 +00:00
jeff
21868731b0
Add a new UMA debugging facility. This will overwrite freed memory with
...
0xdeadc0de and then check for it just before memory is handed off as part
of a new request. This will catch any post free/pre alloc modification of
memory, as well as introduce errors for anything that tries to dereference
it as a pointer.
This code takes the form of special init, fini, ctor and dtor routines that
are specificly used by malloc. It is in a seperate file because additional
debugging aids will want to live here as well.
2002-04-30 07:54:25 +00:00