Commit Graph

190495 Commits

Author SHA1 Message Date
tsutsui
b46834071d Update IP addresses (both IPv4 and IPv6) of current ftp.NetBSD.org.
XXX: is it still worth to note those numbers in INSTALL docs nowadays?
2010-05-03 15:14:24 +00:00
tsutsui
8939ecc4ca Remove "MS-DOS floppy" from "Getting the NetBSD System on to Useful Media"
section. The media is actually being dead especially for large binary sets.

XXX: too much more "floppy" words in INSTALL docs
2010-05-03 15:08:52 +00:00
tsutsui
433257934d Briefly note about hpcboot and pull notes/common/sysinst. 2010-05-03 14:39:03 +00:00
tsutsui
5b534b475e Add sysinst(8) for hpcsh.
Mostly taken from hpcsmips, but no non-English translations.

Tested on HPW-50PA.
2010-05-03 14:14:35 +00:00
christos
7283382b7f make the dependency to libpam, explicit. Fixes afpd in pkgsrc. From Mark Davies
XXX: Should be pulled up to 4.x and 5.x.
2010-05-03 12:58:09 +00:00
tsutsui
3f23c95545 Sync kloader(4) behavior with hpcmips:
- use bootstr passed via reboot(2) with RB_STRING for the next kernel path
- prepare independent opt_kloader_kernel_path.h for KLOADER_KERNEL_PATH
- some cosmetics to reduce diffs from hpcmips

Tested on HPW-50PA (Hitachi PERSONA).
2010-05-03 12:16:04 +00:00
darran
17b7c13057 DTrace: Fix several bugs where the mod_ctf_get() function could return
success even though no CTF section was present in the kernel or module.
This fixes the panic that several people saw when trying out the FBT
provider without updating /boot or missing a CTF section in /netbsd.
2010-05-03 09:51:36 +00:00
darran
80dda7416d DTrace: print a warning no CTF section is found when processing arguments.
This should help diagnose problems such as netbsd images without CTF
sections and old boot loaders.
2010-05-03 09:28:38 +00:00
skrll
7d9f1f6afe Allocate a major number for pci and created device nodes. 2010-05-03 08:45:43 +00:00
jruoho
26a87898ae Fix previous commit by also moving the type of _malloc_options. In addition,
add a (commented) note that _malloc_message should be documented better.
2010-05-03 08:23:20 +00:00
jruoho
60d71be703 Move the '_malloc_options' variable from malloc(3) to jemalloc(3). 2010-05-03 08:11:57 +00:00
skrll
020f8ac55b Create tty0[0-3] devices. 2010-05-03 07:11:25 +00:00
skrll
900e6610de Add PCIVERBOSE 2010-05-03 06:59:47 +00:00
jruoho
49bb3cb02e Note the problems with SSP. 2010-05-03 06:11:38 +00:00
jruoho
40c884b1c3 Note secure_path(3) in SEE ALSO. 2010-05-03 05:53:56 +00:00
jruoho
e206128379 .Nm -> .Fn, and one .Pp. 2010-05-03 05:40:37 +00:00
jruoho
f08e16091d Note that rest of the functions come from C99. 2010-05-03 05:35:58 +00:00
jruoho
ef40c024f6 Move the examples to where they belong, in EXAMPLES. 2010-05-03 05:11:34 +00:00
jruoho
26e9ae259a Split the implementation details of malloc(3) to a separate jemalloc(3)
manual page. This way malloc(3) can follow the standard terse format used
elsewhere in the libc, while additional details can be added to jemalloc(3).

Note HISTORY and AUTHORS in jemalloc(3), and add some reading material to
SEE ALSO.
2010-05-03 05:01:53 +00:00
dholland
e26685ec75 Fix a crash during alc888 initialization caused by holding a pointer
across realloc. Patch from Bj?rn Barkenfelt in PR kern/41957, rearranged
somewhat by myself.
2010-05-03 04:36:43 +00:00
jruoho
a80a543b80 Add more markup. 2010-05-03 03:47:51 +00:00
haad
4673d87178 Add _mutex_held routine to test if mutex_t * is held. 2010-05-03 00:31:32 +00:00
haad
91b542a3db In NetBSD pool cache constructor/destructor routines has inverted arguments.
C
2010-05-02 23:59:54 +00:00
haad
951cf32ac2 Initialize system_taskq during taskq init. This fixes ztest crash in taskq_dispatch. 2010-05-02 23:50:34 +00:00
dholland
05d90ebea1 Blanking the path buffer only needs to be done when DIAGNOSTIC.
(I meant to set it back this way before committing but evidently forgot
last night. Thanks to rmind for noticing.)
2010-05-02 23:22:51 +00:00
nakayama
7fa006a735 Move dirs of debug compat lib from comp to base. Fix builds for sparc64. 2010-05-02 19:43:39 +00:00
kefren
f4183d10ff Permit the existence of a route with unlinked ifp and ifa,
enabling this way the posibility to send a packet on an interface with
source address from another interface.
2010-05-02 19:17:56 +00:00
jakllsch
59a03cddc2 This only needs one bus_space_tag_t.
While here, rename one of the bus_space_handle_ts
to be be descriptive of its function.

Fixes crash caused by uninitialized bus_space_tag_t
discovered by Paul Goyette.
2010-05-02 18:49:13 +00:00
plunky
b8a6a61f01 The spl inline functions refer to external symbols that are only
defined in the kernel.

Wrap kernel-specific declarations in #ifdef _KERNEL to avoid unresolved
references when including from userland.
2010-05-02 18:03:31 +00:00
jakllsch
488f603517 Add (missing) newlines to error messages. 2010-05-02 17:37:52 +00:00
chs
7f20444bc1 add alipm and its iic bus. 2010-05-02 17:24:35 +00:00
tsutsui
b3d183afc6 There is no bootable floppy on hpc ports.
XXX: no translations
2010-05-02 16:35:09 +00:00
pooka
00ed8a38a3 Prefer a real device for pseudoroot and only create a fake device
in the case we are attaching to a pure attribute.  Otherwise we
end up creating a fake device instance every time ...
2010-05-02 15:35:00 +00:00
phx
94d41e64cc Bumped version, because of last changes. 2010-05-02 14:27:07 +00:00
tsutsui
8fc25fb037 Remove unused messages. (mostly pulled from i386?)
XXX1: I don't think it's worth to keep bad144 for modern flash devices.
XXX2: Should we still maintain non-English translations without a maintainer
      even after we removed www translations?
2010-05-02 14:00:44 +00:00
tsutsui
d9f9bedcec hpcarm doesn't have GENERIC or TX3912.
Use IPAQ and JORNADA720 instead in messages per md.h.

XXX1: hpcarm seems to have more kernels.
XXX2: hpcarm doesn't have a common INSTALL kernel so
      choosing a kernel set during sysinst doesn't make sense.
2010-05-02 13:52:00 +00:00
pgoyette
a26d53cca0 Include support for BCM5481. From OpenBSD and confirmed to work by
myself on XFX nForce 790i motherboard.
2010-05-02 13:49:17 +00:00
phx
f6b5358cf9 Fixed ALLOC() macro to allocate properly aligned memory. 2010-05-02 13:36:30 +00:00
phx
cea3999396 Add support for Qnap TS101 (untested) and Synology-DS boards.
Detect Synology SATAlink device (although still unused).
New skg driver for Marvell SKnet Yukon-lite based GbE, used on most DS boards.
As there is no documentation available, it was based on if_sk.c, with lots
of testing. Known problem: The MAC address on my DS-101g+ is always read
as 00:11:22:33:44:54, but sk(4) unfortunately has the same problem.
New allocaligned() function to replace non-working ALLOC() macros.
2010-05-02 13:31:14 +00:00
pgoyette
e3643c0afa Regen 2010-05-02 12:43:05 +00:00
pgoyette
9054e40691 Add Broadcom BCM5481 and BCM5709S - From OpenBSD 2010-05-02 12:38:06 +00:00
martin
c529dbfa93 Fix R_SPARC_OLO10 relocations.
XXX this whole code does not look like it would have a chance to work on
32bit kernels, but I can't test right now.
2010-05-02 11:43:30 +00:00
pooka
e7f4f9320b ABC2010 paper 2010-05-02 11:11:36 +00:00
pooka
193bcc771a If a builtin dependency is missing, error instead of panic. As
pointed out by martin, configurations like builtin nfsserver can
be succesfully linked without including all dependencies (specifically,
nfs).  Until all such weirdosities are fixed, opt for at least a
semifunctional system.
2010-05-02 11:01:03 +00:00
dholland
30c9deb259 Don't printf a userspace pointer; print the copied-in kernel version
instead, now that it's readily available. Fixes PR 43217.
2010-05-02 06:35:21 +00:00
dholland
f6e199ad65 typo in comment 2010-05-02 06:31:48 +00:00
dholland
7785b64ee7 5.99.29: smaller struct exec_package. 2010-05-02 05:31:47 +00:00
dholland
54f6c52ba9 Remove the nameidata from struct exec_package. It was used only for two
things: passing an argument to check_exec, which is better done explicitly,
and handing back the resolved pathname generated by namei, which we can
make an explicit slot for in struct exec_package instead. While here,
perform some related tidyup, and store the kernel-side copy of the path
to the executable as well as the pointer into userspace. (But the latter
should probably be removed in the future.)
2010-05-02 05:30:20 +00:00
christos
ecc4179d07 Replace iwn_tx from rev. 1.39 with a port of the current OpenBSD version.
Remove superfluous call to bpf_detach.
Add comments regarding porting issues and add a couple of cosmetic changes
that reduce the diffs to the OpenBSD version. From Sverre Froyen
2010-05-02 02:06:15 +00:00
pooka
145a3f9eec ignore mainbus in previous for now 2010-05-01 23:54:35 +00:00