Commit Graph

180984 Commits

Author SHA1 Message Date
wiz 85d294df1c Sort SEE ALSO. New sentence, new line. 2009-05-18 09:30:31 +00:00
wiz 7f3775f247 Bump date for last effective change. 2009-05-18 09:28:51 +00:00
wiz 992878d274 New sentence, new line. 2009-05-18 09:27:11 +00:00
wiz e9a2a0b639 regen. 2009-05-18 09:25:04 +00:00
wiz c18818412f Fix xrefs, sort SEE ALSO. 2009-05-18 09:24:47 +00:00
wiz 464455da3c Use .Tn for company/product names. 2009-05-18 09:16:43 +00:00
skrll 58cfbf9fac Regen 2009-05-18 09:06:54 +00:00
skrll f9f90e394b Add more devices in my c3700. 2009-05-18 09:06:22 +00:00
wiz 282b14962b Bump date for last effective change (2008). 2009-05-18 09:02:35 +00:00
wiz 5dd21e58d5 Grammar fix. 2009-05-18 09:00:02 +00:00
wiz a398d1f604 Avoid Po/Pc when not needed (i.e. most of the time, always here).
Mark up some defined values with .Dv.
2009-05-18 08:58:54 +00:00
wiz a9174e477b Punctuation nit. 2009-05-18 08:56:32 +00:00
skrll ba469aeb30 Note com at dino works on hp700. 2009-05-18 06:20:02 +00:00
mrg b71ffbf87a if there is no "name" properly, don't assert(), pretend it is empty.
now "ofctl" works on the shark.  fixes PR#36733.
2009-05-18 05:51:53 +00:00
skrll 07b81fef7e Remove stray printf. 2009-05-18 05:20:46 +00:00
skrll 9e2dbc9c64 Whitespace. 2009-05-18 05:19:15 +00:00
mrg 690e1aefb0 apply the change from PR 40289 - use ppc405 on openblocks ppc405 kernel. 2009-05-18 05:17:28 +00:00
skrll 13ddb65233 u_intXX_t -> uintXX_t 2009-05-18 05:13:26 +00:00
skrll 9e95fb4dde Use the right interrupt number for com @ dino.
Tested as working by Jonathan Kollasch. Thanks.
2009-05-18 04:58:23 +00:00
agc f4badd9b47 + some more name changes
+ we've had the ability to sign files with a detached signature for
  a while now. We can now verify the files using the detached signature
  file.
+ in honour of this, update version numbers - 1.0.0/20090517
2009-05-18 03:55:42 +00:00
snj 4a7a083566 Remove stale link to the IWN webpage, which is nowhere to be found.
Noted by Takuro KUBOTA in PR misc/40129.
2009-05-18 02:41:23 +00:00
mrg 281af2fcaa fix a LOCKDEBUG problem from the previous: need to call pmap_kremove()
on a pre-existing mapping, before installing a new one.
2009-05-18 02:28:35 +00:00
snj 68ce5ccced Make some updates (most notably syncing the Postfix section with reality)
inspired by PR misc/39168.
2009-05-18 02:25:34 +00:00
mrg 8d972bdec3 - retire union cpu_info_pg
- allocate space for each cpu_info{} in pmap_bootstrap
- remap cpu0's space into the PA currently in CPUINFO_VA
- cpus[] becomes an array of pointers to cpu_info{}, easy to traverse
- only call kernel lock for IPL_VM interrupts (?  as implemented on
  x86 and sparc64)
- revert a minor part of locore.s:1.241
- in cpu_hatch(), set %sp to near the middle of the interrupt stack.
  we only need a %sp until we get to run an MI thread (own idlelwp or
  real code)

we still waste one page of space, but this gets SMP much closer to
actually working again.
2009-05-18 01:36:11 +00:00
snj f5d1705271 Document PROC_PID_LIMIT_SBSIZE. From Greg A. Woods in PR lib/36463.
Wording is taken from getrlimit(2).
2009-05-18 00:41:53 +00:00
mrg 07f49ab104 also print the cpu_number() when we get a strayintr(). 2009-05-18 00:25:15 +00:00
he df7cd4eea6 Complete the device_t / softc split by changing the sc_dev member
from "struct device" to "device_t".  Commit overlooked when tga.c was
changed?
2009-05-18 00:14:27 +00:00
snj 1a30d8a579 Fix some typos and bad wording. From Raphael Langerhorst in
PR misc/35213, plus two small nits from me.
2009-05-18 00:07:47 +00:00
joerg 0334ae0007 Merge for pkg_install-20090513. 2009-05-17 21:31:59 +00:00
joerg 52b3fbfec5 Import pkg_install-20090513:
- Make compression type selection in pkg_create optionally explicit.
- PREV_PKGPATH / SUPERSEDES
2009-05-17 21:21:07 +00:00
bouyer cc56ebe228 on Xen the GDT has to be updated though HYPERVISOR_update_descriptor().
Export i386/i386/gdt.c:update_descriptor() and use it in x86_set_sdbase(),
as a direct write to the GDT will cause a kernel trap.
Fix PR port-xen/41401.
2009-05-17 18:24:23 +00:00
mjf bcf861f849 u_intNN_t -> uintNN_t 2009-05-17 18:21:29 +00:00
dyoung 776b6e11bf Reverse the sense of the DETACH_FORCE check so that we return EBUSY in
the correct circumstances.
2009-05-17 18:11:34 +00:00
ad 61cac435e4 - Convert from makecontext() -> _lwp_makecontext().
- Rely on _lwp_makecontext() to set up the thread identity register.
  This is not currently done (a bug), nor does libpthread use the
  threadreg yet. I'm doing this so it the code can be used by the
  person working on TLS to verify that their threadreg code is working.
2009-05-17 14:49:00 +00:00
elad a0de6c0f32 Undocument FILE_LOCK(), FILE_UNLOCK() -- heh. 2009-05-17 14:46:33 +00:00
cegger 82fdd59cb5 fix crash with LOCKDEBUG+DIAGNOSTIC kernels:
sdhc_bus_clock() calls mutex_enter().
then in DIAGNOSTIC section, sdhc_bus_clock() calls sdhc_card_detect().
sdhc_card_detect() calls mutex_enter() on the same mutex again.
when LOCKDEBUG is enabled, you get

Mutex error: lockdebug_wantlock: locking against myself
2009-05-17 14:36:46 +00:00
mjf 3d68316951 Add an exmaple of unmounting all file systems apart from NFS and MFS
e.g,

	umount -a -t nonfs,mfs

This makes it clear that the "no prefix" only needs to be on the first
file-system argument to -t. The mount(8) man page has a clear example
of this but for some reason umount(8) was missing one.
2009-05-17 14:09:15 +00:00
he 8cce58a8c3 Add LDADD+= and DPADD+= settings so that this builds on sun2 as well,
where we can't rely on shared libraries expressing the needs of the
program.
2009-05-17 11:38:42 +00:00
cegger 9c2bd94081 fix crash in bridge_ioctl():
BRDGGFLT and BRDGSFILT bridge controls are only available with BRIDGE_IPF and PFIL_HOOKS defined.
In amd64 GENERIC and XEN kernel configs PFIL_HOOKS is defined but BRIDGE_IPF is not.

When a BRDGGFLT or BRDGSFILT command comes in, then ifd->ifd_cmd is not in range
of bridge_control_table_size. Then bc is not set and is dereferenced
later => BOOM.
2009-05-17 11:34:21 +00:00
ad 92ee1731b0 Updates to f_flag need to be made with atomics. 2009-05-17 10:08:38 +00:00
wiz bdcda8d0cc Remove trailing whitespace. Avoid marking up punctuation. Remove
superfluous Pp. Make HTML-ready. ioctl(4) -> ioctl(2).
Fix wrong end-of-sentence break.
2009-05-17 06:50:59 +00:00
wiz ef7e198809 Remove trailing whitespace. Make HTML-ready. 2009-05-17 06:46:46 +00:00
wiz 3e6dc3da17 Avoid Pp before Sh; make HTML-ready; add missing comma in SEE ALSO. 2009-05-17 06:45:47 +00:00
pooka bb7d994504 pad -> PAD. Fixes build problem reported by Paul Goyette in private email. 2009-05-17 05:57:01 +00:00
pooka ed09069bac regen: pad -> PAD 2009-05-17 05:55:42 +00:00
yamt 7e13bf31c7 remove FILE_LOCK and FILE_UNLOCK. 2009-05-17 05:54:42 +00:00
pooka 5b4deca5cb pad -> PAD 2009-05-17 05:54:22 +00:00
fair b97f1ee262 Eliminate groff warning. Add protocol reference in SEE ALSO section.
A little more verbiage for clarity.
2009-05-17 05:08:57 +00:00
fair 784c61fc29 Eliminate a groff warning. Clarify wording. 2009-05-17 02:52:03 +00:00
fair 6dfa2f6a1f Eliminate a groff warning. Clarify text. 2009-05-17 02:36:10 +00:00