jhb
7202da4491
- Merge the pgrpsess_lock and proctree_lock sx locks into one proctree_lock
...
sx lock. Trying to get the lock order between these locks was getting
too complicated as the locking in wait1() was being fixed.
- leavepgrp() now requires an exclusive lock of proctree_lock to be held
when it is called.
- fixjobc() no longer gets a shared lock of proctree_lock now that it
requires an xlock be held by the caller.
- Locking notes in sys/proc.h are adjusted to note that everything that
used to be protected by the pgrpsess_lock is now protected by the
proctree_lock.
2002-04-16 17:03:05 +00:00
phk
79d2daeb7f
update the reference vector.
2002-04-16 16:11:29 +00:00
scottl
f7790608e2
Note my areas of interest
2002-04-16 16:02:43 +00:00
sos
4f38ae3f16
Update my preferred way of handling ATA related stuff.
2002-04-16 15:26:49 +00:00
ru
48a2a6a0b8
Sort _startup_libs, _prebuild_libs, and _generic_libs lists alphabetically.
...
Submitted by: bde, ru
2002-04-16 14:38:15 +00:00
ru
805db85123
Keep up with lib/Makefile,v 1.64 (uhh).
2002-04-16 14:35:01 +00:00
trhodes
ba4684c0e7
s/CMOS/hardware as talked about on cvs-committers.
...
Suggested by: sheldonh
Approved by: bde
MFC after: 1 day
2002-04-16 14:28:47 +00:00
phk
513ad7f93a
Try to express (in 15 char or less) the areas of kernel infrastructure
...
where I pretend to know what happens.
2002-04-16 13:37:04 +00:00
yar
16901d7bd1
Describe possible values for net.inet.tcp.log_in_vain
...
and their effects.
PR: docs/35932
Submitted by: Alex Semenyaka <alexs@ratmir.ru>
MFC after: 1 week
2002-04-16 13:19:33 +00:00
jhb
9695ebd644
Specify my personal desired level of review for commits to several portions
...
of the i386 bootstrap code and witness.
2002-04-16 13:16:52 +00:00
markm
d00831ac21
Document the degree of maintainership that I am prepared to assume for
...
perl and telnet.
2002-04-16 13:06:15 +00:00
rwatson
2018c5eaae
Review opportunity preferred for changes to libc/posix1e.
2002-04-16 13:02:55 +00:00
ru
bc595cdde6
Reflect change in share/mk/bsd.dep.mk,v 1.31.
2002-04-16 12:52:22 +00:00
ru
768e9cceca
Don't spawn extra make(1) process to execute _EXTRADEPEND.
2002-04-16 12:27:07 +00:00
benno
2a838a2aff
Correct a comment.
2002-04-16 12:15:17 +00:00
benno
10462ad477
Implement the following functions:
...
- pmap_kextract
- pmap_object_init_pt
- pmap_protect
- pmap_remove_pages
I'm pretty sure pmap_remove_pages is at least somewhat bogus.
2002-04-16 12:13:10 +00:00
benno
ed687f83ff
Remove some dead code.
2002-04-16 12:10:04 +00:00
benno
f2d443a680
Use mtsrin() instead of inline asm.
2002-04-16 12:07:41 +00:00
benno
327177ba2e
Change the value of PMAP_BOOTSTRAP so we don't stomp on the PTE index value.
2002-04-16 12:00:43 +00:00
benno
6ea8f0587f
Add inlines for mtsrin and mfsrin.
2002-04-16 11:45:09 +00:00
phk
d9b060bed3
Forgot to commit the updates to the regression test suite.
...
Sponsored by: DARPA & NAI labs.
2002-04-16 11:42:13 +00:00
joe
b981450019
Support the snapshot file flag, so that tools like 'ls -ol' work
...
as expected on snapshot files.
PR: bin/37038
Submitted by: Joshua Goodall <joshua@roughtrade.net>
2002-04-16 11:03:22 +00:00
ume
903c50775a
When opieverify() is fail, fallback to try unix password.
...
Tested by: kuriyama
2002-04-16 10:54:30 +00:00
ceri
36e818184d
Add a missing cross-ref.
...
Approved by: murray
MFC after: 1 week
2002-04-16 10:15:51 +00:00
ume
7027bf8c9b
Add an IPv6 support.
...
I dunno if there is an IPv6 supported rexec client. So, it was
tested that this change doesn't break an IPv4.
Tested by: kuriyama (IPv4 only)
2002-04-16 10:15:30 +00:00
dd
577209724f
Correct spacing.
2002-04-16 09:56:28 +00:00
sos
b45627b32f
Add support for the nVIDIA nForce ATA controller.
...
Collapse the VIA/AMD/nVIDIA support code into one, they are
created more or less equal anyway..
2002-04-16 08:30:51 +00:00
ru
ed0fcaf91d
Really sort entries.
2002-04-16 07:55:20 +00:00
kuriyama
c89f41e943
Make this compilable without -DOPIE.
...
Hint by: ume
2002-04-16 07:53:42 +00:00
imp
37bc817098
Merge from OpenBSD's fixes:
...
o move timeout from wihap_info to wihap_sta_info
o sprinkle spls into the code (need to use proper -current locking)
o better use of le16toh and htole16
o fix a few leaks m_freem(m)
o minor knf
o minor de-knf to match OpenBSD
o de__P
2002-04-16 07:45:30 +00:00
imp
ca41daa96d
Minor format nit
2002-04-16 07:39:25 +00:00
ru
ef6fbcba9b
*sigh* Really fix a typo.
...
Submitted by: bde
2002-04-16 06:34:59 +00:00
alc
e4a086ec75
Remove code that updates vm->vm_ssize. This duplicates work already
...
performed by vm_map_growstack().
2002-04-16 05:56:01 +00:00
alc
d366f41148
Remove code that updates vm->vm_ssize. This duplicates work already performed
...
by vm_map_growstack().
2002-04-16 05:38:13 +00:00
keramida
9d36fe9a23
Expand the reserved space section. Explain how the amount of reserved
...
space can affect performance.
Submitted by: David Schultz <dschultz@uclink.Berkeley.EDU>
2002-04-16 05:35:56 +00:00
bmah
a1c1001cdd
Updated release notes: spic(4) tweaks and note MFC, OpenPAM Cineraria.
2002-04-16 04:47:35 +00:00
jhb
e34af244a9
Cast another bus_addr_t to long long for a printf to quiet a warning on
...
alpha.
2002-04-16 01:58:13 +00:00
arr
0517513584
- Nuke fore_pci_device.
...
- Add a device_method_t array, fore_methods.
- Add a fore_ident_table that contains the various FORE Systems PCA-200
series devices.
- Rewrite of the fore_probe routine (formerly known as fore_pci_probe).
- Minor changes... mostly WIP stuff to get this updated... still much to
be done.
2002-04-16 01:38:31 +00:00
arr
e96a876e5f
- Remove PCA-200E definition -- this will be re-added in the commit to
...
fore_load.c that will add ``fore_ident_table'' which holds various
types of FORE Systems PCA-200 series devices.
2002-04-16 01:34:00 +00:00
kuriyama
4cd83dc274
Change reference path/URL.
...
Submitted by: Olivier Tharan <olivier.tharan@idealx.com>
PR: docs/37094
MFC after: 1 week
2002-04-16 01:21:06 +00:00
kuriyama
da4022a8af
Change reference URLs.
...
Submitted by: Olivier Tharan <olivier.tharan@idealx.com>
PR: docs/37094
MFC after: 1 week
2002-04-16 01:18:25 +00:00
obrien
b080d56742
pal.s is no longer needed for the kernel to build with Gcc. We now use
...
in-line macros. pal.s remains however for use by Compaq 'ccc' some day.
2002-04-15 23:28:10 +00:00
obrien
2cae3ce3f1
The GCC developers have made good on their threats against #pragma for 3.1.
...
Use __weak_reference in place of the #pragma.
Submitted by: eischen
2002-04-15 23:11:38 +00:00
obrien
938168982f
Back out rev 1.6 -- I was in the wrong dir during a 'ci'. This change
...
was on hold waiting feedback from previous committer.
2002-04-15 23:03:29 +00:00
obrien
7f0d36ec10
ypclnt.h was the correct spelling... we now have yet another special
...
thing that needs to be done to get a header installed.
2002-04-15 22:57:56 +00:00
des
b41d43d579
Revert previous commit, it is incorrect.
2002-04-15 22:51:31 +00:00
obrien
f46bf6f79a
Properly spell rpcsvc/ypclnt.h and fix the build.
2002-04-15 22:47:28 +00:00
trhodes
9e9c2c31ac
disklabel(8) manual page:
...
--change "-s newboot" to "-s newboot2" in an example
--Fixed spelling
--Fixed some confusion between slice/parition/primary partition and other
things.
PR: 35947 and 35951
Noticed by: Gary W. Swearingen <swear@blarg.net>
Reviewed by: keramida
Thanks to: grog
MFC after: 2 days
2002-04-15 22:24:34 +00:00
obrien
a27301d850
Fix typo.
2002-04-15 21:57:40 +00:00
obrien
ab8cc9f06d
Remove the .stab directives. I do not understand what is different about
...
Gcc 3.1's 'cpp' vs. 2.95.3's. Maybe it is due to other code movement and
it just shows up weirdly in handling the .stab's. Anyway, w/o this change
building a kernel gives:
alpha/alpha/pal.s:75: relocation truncated to fit: REFLONG .text
alpha/alpha/prom_disp.s:67: relocation truncated to fit: REFLONG .text
2002-04-15 21:44:19 +00:00