Commit Graph

181145 Commits

Author SHA1 Message Date
wiz
4f22df61b7 Point to pkg_add(1) instead of non-existing pkg_install(1). 2009-05-18 12:07:30 +00:00
wiz
0f87bb868f Sort sections. Make HTML-ready. 2009-05-18 12:06:01 +00:00
wiz
afc1ce3f86 Sort SEE ALSO. 2009-05-18 12:03:56 +00:00
wiz
8ab6f9e454 Sort options. Sort sections. Remove superfluous .Pp. 2009-05-18 12:03:06 +00:00
wiz
9730c3b7d9 New sentence, new line. 2009-05-18 12:00:46 +00:00
wiz
b649b20e90 New sentence, new line.
Adapt wording from FreeBSD to apply to pkgsrc. Bump date.
2009-05-18 11:57:30 +00:00
nakayama
4dfed8d59b Remove random() from locore.s since it is in libkern. 2009-05-18 11:42:30 +00:00
nakayama
8276d7c522 Make ofwboot can handle over 4GB physical memory by using OpenFirmware
calls properly, and some cosmetic changes.  Idea from OpenBSD.
2009-05-18 11:39:30 +00:00
wiz
6ff569e343 New sentence, new line. 2009-05-18 09:45:54 +00:00
wiz
c428d5d46a New sentence, new line. Fix xrefs in SEE ALSO. 2009-05-18 09:39:14 +00:00
wiz
ea548d35a5 Sort options. 2009-05-18 09:37:44 +00:00
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