Commit Graph

9971 Commits

Author SHA1 Message Date
tsutsui
0219c7f5be Fix (almost harmless) typo. 2008-04-29 17:30:34 +00:00
martin
3028e483e4 Convert to new 2 clause license 2008-04-29 06:53:00 +00:00
martin
ce099b4099 Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
tsutsui
03326f4ad8 Shrink ramdisk to 500k again.
The crunched binary with optimized libraries fits it.
2008-04-27 05:59:47 +00:00
tsutsui
8ac07aec99 Build install kernels and standalone bootloaders in their own directories
so that parallel build works properly.
2008-04-27 02:39:04 +00:00
tsutsui
f18be52f75 Build install kernels and standalone bootloaders in their own directories
so that parallel build works properly.
2008-04-26 17:42:09 +00:00
tsutsui
14e5e08b41 Build install kernels and standalone bootloaders in their own directories
so that parallel build works properly.
2008-04-26 14:49:43 +00:00
tsutsui
187061c9e6 Put RAMDISK kernel and bootloader into / of iso-image.
(they can be used for boot from ISO on ARCBIOS)
2008-04-26 10:45:49 +00:00
he
fffa7e0bcb Bump the ramdisk from 500k to 700k to compensate for bloat which
happened while the sun2 kernels were unbuildable.
2008-04-25 23:01:27 +00:00
christos
fc2c50c090 add the math library. 2008-04-25 22:26:06 +00:00
plunky
539d558040 Remove remaining TPCONS code.
(The TPCONS kernel option was marked obsolete over a year ago)
2008-04-23 09:57:59 +00:00
thorpej
34908fe541 Add subroutines to support collating per-cpu-gathered network statistics. 2008-04-23 05:21:17 +00:00
cegger
68519ac971 amdtemp(4): Driver for AMD CPU Temperature Sensors. Adopted from OpenBSD's kate(4).
Changes beyond OpenBSD's driver:
- Improved support for AMD K8
- Added support for AMD Barcelona, AMD Phenom and AMD Griffin
Tested on various single and multi-socket machines.
Review and OK xtreame
2008-04-22 22:37:12 +00:00
rmind
4000aba309 Add posix_madvise(2) and appropriate definitions in sys/mman.h header.
This interface is identical to madvise(2), however, is defined by POSIX.
Partially sync madvise(2) man page with FreeBSD.

Reviewed by <mrg>.
2008-04-22 10:42:16 +00:00
mrg
9770ba3578 bump libbfd major since its ABI changed 2 weeks ago. 2008-04-20 07:11:21 +00:00
jdc
e78f48a7d8 Add getwin and putwin mlinks. 2008-04-15 18:27:01 +00:00
plunky
486e4624e5 some changes to serial bluetooth host controller interfaces
btuartd(8) should be named btattach(8) for consistency
with other parts of NetBSD

make btattach(8) a single-use tool for less complexity

device specicific initialisation (from btuart(4)) is carried
out prior to activating the line discipline (in btattach(8)),
which simplifies the API somewhat and means that the user
tool and the kernel do not need to be kept in sync.

btuart(4) driver is much reduced; naming is made consistent
and all tsleep() and delay() are removed to userland
2008-04-15 11:17:47 +00:00
dogcow
dd2fb065d2 add missing entries for curses_fileio.[03]. (hi, jdc!) 2008-04-15 00:49:02 +00:00
jdc
aba5d1bbdf Increment libcurses minor. 2008-04-14 20:42:58 +00:00
skrll
a4177c5c7a Commit the landisk install stuff I hacked together from hubert's efforts.
Requested by uwe.
2008-04-14 17:24:56 +00:00
rafal
86e129f0e6 Add 'sunrpc' so mount_nfs from an install ramdisk works. Otherwise, you get
a silent failure from the ramdisk mount_nfs binary.
2008-04-11 12:54:35 +00:00
mjf
ff8a916efa Update urls for David Pilling's !SparkPlug and Sergio Monesi's fsck suite.
The old urls were dead.
2008-04-11 12:10:42 +00:00
nonaka
ded7276f3f - zaurus uses MBR
- Added fdisk to ramdisk
- increase ramdisk size
2008-04-10 15:45:29 +00:00
yamt
e675673521 bump libssh 2008-04-07 12:22:24 +00:00
christos
0f04529cc0 bump libssh 2008-04-06 23:40:27 +00:00
christos
e00c77edc9 bump libedit. 2008-04-05 23:54:47 +00:00
xtraeme
a68cbff5b2 Add the finsio(4) driver. This driver supports the Hardware Monitor
device in the Fintek LPC Super I/O chips, this includes the following
list:

- F71805F
- F71806F
- F71862FG
- F71872F
- F71882
- F71883F

This has been adapted from the fins(4) driver available in OpenBSD, which
only supported F71805F.

Tobias Nygren <tnn> and myself added support for the other chips; thanks go
to Tobias for testing the driver with a Fintek F71882 chip.
2008-04-03 22:46:22 +00:00
xtraeme
0ee95516ea Add MLINKS for the sysmon_envsys_* functions. 2008-04-02 14:49:31 +00:00
dyoung
55e31e2b6d Update set list for isv(4). 2008-04-02 01:54:34 +00:00
dyoung
d3627477d7 Certain misguided people have complained, NetBSD only runs rare or
"retro" computers, but NetBSD also runs a growing number of rare
and retro add-on cards.  With this patch, NetBSD supports the IDEC
Supervision/16, a black&white image capture board for the 16-bit
ISA bus.  Approximate date of manufacture: 1991.  Total instances
known to be in use throughout the world: one.

Coming soon; isvctl(8), the utility program for capturing 8-bit,
512x480 images at speeds of up to 6 frames per second.
2008-04-02 01:34:36 +00:00
cegger
86a848845f fix spelling: regenate -> regenerate
OK cube
2008-04-01 22:12:38 +00:00
chris
a6421eb745 Add zaurus support to distrib, it's now possible to build a sysinst
enabled install kernel using the standard methods.
2008-03-31 23:59:06 +00:00
chris
4d962d78f3 Add sysinst support for zaurus.
Still needs some work, eg raw partition should be c not d on arm
platforms.
2008-03-31 23:55:29 +00:00
joerg
d2eb72f2d8 libarchive minor bumped. 2008-03-30 05:33:29 +00:00
mlelstv
1155fc6c2d add <der.h> header used by external software. 2008-03-29 19:58:37 +00:00
wiz
18ba1efdd8 Install /usr/include/gssapi.h; this file is needed since applications
using Heimdal expect ``#include <gssapi.h>'' to work in combination
with the ``krb5-config --cflags'' output.

Ok mlelstv.
2008-03-29 17:51:42 +00:00
reed
99fa634a69 Reset DHCP values before use. If you first chose DHCP, then later
chose manual, the generated rc.conf has dhclient details instead
of defaultroute.  (Noticed this when dhclient ran successfully,
but network failed so I entered network settings manually.)
Now only defines dhclient rc.conf variables when DHCP is used
else defines the defaultroute.
2008-03-29 15:19:53 +00:00
mjf
e523c765c2 Add lii.0. Pointed out by mlelstv@ 2008-03-29 12:03:47 +00:00
mjf
1078d801e0 Include lii(4). 2008-03-29 01:24:30 +00:00
lukem
c63660b4d2 Fix fat-finger in previous.
Use "e.g.," instead of "E.g.,".
Noted by Geoff Wing.
2008-03-28 05:47:27 +00:00
lukem
c4851a8c8e Do not mark "old" major and major.minor shared libraries as
"obsolete"; just remove the entry, as third-party applications
may be linked against the old major shared library, and
that is a symlink to the old major.minor shared library.
E.g., "lib<name>.so.<N>" and "lib<name>.so.<N>.<M>"
Exceptions to this rule may include shared libraries that
are dlopen()ed at run-time, such as extra locales, etc.
2008-03-28 01:22:44 +00:00
lukem
978f5e87de Remove all entries for obsolete major shlibs ("lib<name>.so.<N>");
third-party applications may be linked against them.
2008-03-27 23:16:33 +00:00
lukem
4a4d3f9c31 Add a note about handling old major shlibs. 2008-03-27 06:31:21 +00:00
lukem
1c11345734 Remove obsolete entries for old major shlibs for Kerberos and pthread_dbg.
Noted by Greg Troxel.
2008-03-27 06:05:32 +00:00
reed
10ebc9ab81 Add some MLINKS for man pages (no new content).
lpa(4) (Man page was removed about 14 years ago. Now link to lpt.4
on acorn32, i386, and mvme68k.)

audioctl(4)

random(4)
urandom(4)

tuner(4)
vbi(4)

wsmuxctl(4)

As mentioned on netbsd-docs list. (Many, many more man pages to do.)
2008-03-25 20:04:33 +00:00
apb
dd2f4bae78 Install the stuirda.4 man page, which was created in June 2007. 2008-03-25 19:41:56 +00:00
martin
3ee500ddd5 Translate "Test programs" 2008-03-25 12:54:32 +00:00
mlelstv
237876a9eb add new Heimdal files for MKDEBUG option 2008-03-25 07:03:02 +00:00
yamt
d77618f875 update after yamt-lazymbuf merge. 2008-03-24 12:30:17 +00:00
bjs
d975c184ef Append ",profile" at the end of the line for libheimntlm_p.a and
libhx509_p.a.  Without this, the build system expects these to be present
in DESTDIR regardless of whether MKPROFILE was set to "no".
2008-03-23 07:32:13 +00:00
pavel
a4783b9a2e remove myself from releng 2008-03-23 00:08:58 +00:00
tsutsui
927baa9250 Make <cobalt/leds.h> obsolete. (no userland stuff in it anyway) 2008-03-22 18:34:19 +00:00
jmmv
978a8525ec Add obsolete entries for Heimdal-1.1 import. Hi, mlelstv@! 2008-03-22 13:28:12 +00:00
mlelstv
b0f88a0388 Import Heimdal-1.1 2008-03-22 08:36:48 +00:00
reed
b89951ff87 Add "netbsd-tips" fortune database with 23 initial fortunes --
actually hints or suggestions or tips on using NetBSD.
Please share your brief NetBSD usage tips.
If you want to discuss or share suggestions, have a look
at http://wiki.netbsd.se/netbsd-tips wiki page.
2008-03-21 21:09:48 +00:00
jdc
915ba4ba52 Increment libcurses minor version (termattrs() and term_attrs() added). 2008-03-21 13:43:36 +00:00
bjs
a50a2c8f8e Change version suffix back to 1.1 at request of christos@ so that
users know whether or not their library has the security
vulnerability.
2008-03-19 17:10:51 +00:00
bjs
07631e7d54 revert libbz2's version suffix to 1.0, ok cube@ 2008-03-19 02:17:03 +00:00
reed
742cd5ab94 Change email address from netbsd-help to netbsd-users.
I am confused about the context of this though.
2008-03-18 15:03:57 +00:00
christos
2386346428 update sets for bzip2-1.0.5 2008-03-18 14:54:31 +00:00
lukem
6c8d08d4c7 Add '-q' to maketars and makesrctars, to quieten them.
Improve MAKEVERBOSE support.
2008-03-16 07:02:22 +00:00
lukem
1e8f8a64e7 Cleanup .tgz.tmp files on exit. 2008-03-16 04:39:19 +00:00
martin
78154a9662 Add support for the new GENERIC.MP kernel set 2008-03-15 18:30:13 +00:00
martin
2d96efce24 Update supported hardware, add new kernel sets. 2008-03-15 18:21:14 +00:00
tonnerre
974efd2037 Dutifully add myself to the list 2008-03-11 19:19:14 +00:00
rmind
f67f2ea584 Add pset(3) manual page, and appropriate links.
Thanks <wiz> for review and fixes!
2008-03-10 19:00:21 +00:00
rmind
2ac12931eb Add sched(3) manual page, and appropriate links.
Thanks <wiz> for review and fixes!
2008-03-10 14:47:06 +00:00
ad
ed4dfedcd6 Finish moving alpha over to the MI atomic ops. 2008-03-10 14:01:35 +00:00
phx
c470649f44 Include full XServer for ofppc.
Approved by garbled.
2008-03-09 10:13:10 +00:00
phx
ae0b13c01b Make XFree86 compile for ofppc.
Approved by garbled.
2008-03-08 10:37:48 +00:00
jmmv
e708476055 Fix typo in t_modload entry. 2008-03-06 15:57:00 +00:00
cube
c6726d686a Bump libprop's minor after addition of prop_dictionary_make_immutable. 2008-03-05 07:55:36 +00:00
jmmv
a099cd28dc Add the new t_modload test program. 2008-03-02 11:23:49 +00:00
rmind
2fd89ef88a Rename selrecord(9) man page to select(9). Sync selnotify() with reality,
remove selwakeup(), add and explain the usage of selinit() and seldestroy().

Reviewed by <ad>.
2008-03-02 00:30:21 +00:00
tsutsui
b92bcf19a8 Fix warnings. 2008-02-27 13:08:52 +00:00
joerg
76f009d25d Update build infrastructure for libarchive-2.4.13. 2008-02-26 14:54:18 +00:00
drochner
b0666c0ebd install pmmintrin.h for SSE3 2008-02-26 10:55:49 +00:00
dholland
e8adaaa5e1 /usr/share/games/cards.pck is toast. 2008-02-24 02:46:40 +00:00
sborrill
12958cf8a3 Add boot.cfg files to bootcd and bootcd-com iso images. 2008-02-23 17:52:14 +00:00
drochner
c7a43da627 Add manpages for the complex math functions, originally from SUSv3,
roff source from the Linux documentation project.
Modifications before import:
-added NetBSD RCS ID
-removed Linux PROLOG and declarations with "long double"
-ran the "deshallify" script as required by The Open Group
Split out complex related things into an own Makefile fragment.
Thanks to hubertf for directions.
2008-02-20 09:55:37 +00:00
elad
52cf460a76 Following input from Matthew Mondor, some Veriexec documentation changes:
- Document the signatures file format in a veriexec(5) man-page,
  - Document the strict levels and a general Veriexec intro in veriexec(8)
    instead of security(8).

Okay blymn@.
2008-02-18 10:37:19 +00:00
bouyer
2720c9d6a3 Install xenio.h and xenio3.h in /usr/include/xen, for the benefit
of xentools3.

XXX ignore those in Makefile.ioctl-c, they don't compile properly outside
of the Xen context and the ioctls from xenio.h conflicts with
soundcard.h
2008-02-17 16:23:12 +00:00
dyoung
d469b65bb0 Also bump the minor on the second occurrence of libc.so. :-) 2008-02-11 05:57:30 +00:00
ad
749400b704 Crank minor for atomic ops. 2008-02-10 18:47:06 +00:00
jmmv
e554927f14 Register the new modules tests. 2008-02-10 12:41:36 +00:00
jmmv
a9ec381491 Adjust lists to work when MKMODULAR is set to yes. 2008-02-09 19:34:03 +00:00
jmmv
b0152a99f8 Support negated build-time options in the lists. I need this to disable
some files when the modular option (not yet committed) is enabled.
2008-02-09 19:30:11 +00:00
itohy
c6575c9320 Whitespace police. 2008-02-07 14:36:40 +00:00
jnemeth
b4d97d9373 - prepare for 5.0
- eliminate stuff specific to 4.0
- fix hp700 addition (/brick nick)
- lint
2008-02-06 01:57:31 +00:00
garbled
7c9d238473 Yank the bridge64 kernel 2008-02-05 19:09:02 +00:00
garbled
37e4ea684d Yank the bridge kernels from here too. 2008-02-05 19:05:40 +00:00
itohy
ac4fcb473d Disable hyphenation for legal block to avoid hyphens like "http://www.open-
group.org/unix/online.html".
2008-02-05 05:33:23 +00:00
jmmv
cb1adbc6e9 Adjust lists to match the import of atf 0.4. 2008-02-04 20:33:09 +00:00
chris
1538e8f144 ~17 months ago acorn32 had the WSCONS versions of GENERIC and NC removed.
Update sysinst to no longer offer kernels that don't exist.
2008-02-04 08:42:41 +00:00
mrg
5913e24b1e support MKCRYPTO=no - tag ntp-keygen(8) with crypto. 2008-02-04 02:13:37 +00:00
riz
e298de717f Add 'sha1' as one of the password ciphers to be chosen from at
install time.  Translations will need to be adjusted - I didn't feel
comfortable touching anything but .en and .de despite the relatively
simple adjustment...
2008-02-04 01:54:55 +00:00
itohy
87e62584f4 Fix table. 2008-02-03 02:35:43 +00:00
christos
6ad6f673b0 add a script to generate the mini-termcap and use it. 2008-02-02 21:02:29 +00:00
itohy
4db9c4eb62 ".ne" only ".if t" to avoid unwanted blank lines for text outputs. 2008-02-02 16:56:46 +00:00
tsutsui
4b5bdb9982 Firstcut at a sysinst based RAMDISK kernel for cobalt. Based on arc. 2008-02-02 14:06:47 +00:00
tsutsui
552d8dcaa6 No need to strip symbols from a RAMDISK kernel. 2008-02-02 13:47:04 +00:00
tsutsui
7a945e58eb Handle PIF_NEWFS against ext2fs with newfs_ext2fs(8) if USE_EXT2FS is defined. 2008-02-02 09:26:45 +00:00
tsutsui
b949470a6b Use less(1) rather than x_more. 2008-02-02 09:23:41 +00:00
tsutsui
2465bb71d5 Fix ttypo. 2008-02-02 09:18:00 +00:00
tsutsui
fb7c8da0c1 Firstcut at sysinst for cobalt. Mostly taken from arc.
(using ext2fs instead of FAT12)
2008-02-02 09:14:32 +00:00
tsutsui
88c6f87ede Install the native bootloader (which can be loaded from MS-DOS floppy,
ISO9660 CD and FAT12 partition by the ARC BIOS) into
${RELEASEDIR}/${MACHINE}/installation.
2008-02-02 09:07:09 +00:00
itohy
612456b1a4 Clean ugly figure:
.***********************************************.
  * NetBSD-4.99.51 Install System                     * <==
  *                                               *
  *>a: Install NetBSD to hard disk                *
  * b: Upgrade NetBSD on a hard disk              *
2008-02-02 08:06:25 +00:00
itohy
4c61909d8e Limit root partition size to 2GB, since hp700 PDC can only address up to 2GB.
Should we have /stand partition a la HP-UX?
2008-02-02 06:11:23 +00:00
itohy
1371c81acf Remove ``you may remove floppy'' message from message md_hello.
As far is I know, no hp700 machines can boot from floppy.
2008-02-02 05:40:01 +00:00
itohy
274ba1cc9a Fix comment. 2008-02-02 05:33:56 +00:00
itohy
2f9ebb69fd Garbage collect unused "message fullpart". 2008-02-02 04:51:32 +00:00
itohy
eaa74b11aa tabify 2008-02-02 04:24:13 +00:00
tsutsui
b89379bbc7 Enable sysinst on arc.
Tested on gxemul emulating PICA, but upgrade is untested at all.

Should close PR port-arc/11444.
2008-02-02 04:23:06 +00:00
tsutsui
c14c9fe83a Create a FAT12 partition and copy bootloader into there after partitioning.
Based on the simliar code on prep and ofppc.
2008-02-02 04:20:02 +00:00
itohy
d11c48442b Fix comment. 2008-02-02 04:19:51 +00:00
tsutsui
2d251ce390 Make it possible to invoke newfs_msdos(8) for MS-DOS partitions
if USE_NEWFS_MSDOS is defined and the specified partition can't be mounted.
2008-02-02 04:15:27 +00:00
tsutsui
112c693a1e Remove non English translation messages for now.
They should be prepared once after we have working sysinst on this port.
2008-02-02 04:11:15 +00:00
tsutsui
f27a14abed - use common/termcap.mini
- set TERM=wsvt25
2008-02-01 17:18:07 +00:00
tsutsui
da6308963f Use common/termcap.mini. 2008-02-01 14:25:58 +00:00
tsutsui
8dcb83c8d0 Remove an entry for obsolete pccons. 2008-02-01 13:46:26 +00:00
tsutsui
d92ad10bca Move and share a common termcap.mini file. 2008-02-01 13:43:11 +00:00
rumble
ff2d046b84 Fix MD set tweaking by introducing `md_init_set_status', which is called
at the end of `init_set_status'.

Previously, i386/amd64, mac68k and sgimips were using `md_init' to set the
appropriate kernel, but any changes made were being undone by a later call
to `init_set_status'.

This should fix IP3x installation issues on sgimips.

XXX - `md_init' is now unused. Should we G/C it?
2008-01-28 02:47:12 +00:00
christos
4d6010e3ba add openpam_attr.h 2008-01-27 01:30:18 +00:00
garbled
9e09960721 Now that we have support in ofwboot to correctly guess the right kernel,
produce a CD that works on both the 7044 and the pegasos.
2008-01-24 20:08:39 +00:00
rmind
75f3a93931 Add schedctl(8) manual page.
/etc/rc.d/wizd start
2008-01-24 19:34:05 +00:00
garbled
e87796b3eb Change bsddisklabel.c to export it's functions rather than declaring them
all static.  This makes it possible to write a md_make_bsd_partitions()
function without having to copy all of bsddisklabel.c into md.c.

Make ofppc sysinst install sanely and in a bootable manner on both my
7044, and my pegasos.  The only thing the user needs to do is pick the
right kernel set.
2008-01-23 23:15:37 +00:00
bouyer
61d4b35251 build XEN3PAE kernels as part of release. 2008-01-23 19:52:24 +00:00
uebayasi
cd0b25a26a Add uhmodem.0 and uhmodem.4. 2008-01-22 06:58:13 +00:00
dyoung
934ea5e80a Install elanpar(4), elanpex(4) manual pages. Update distribution
set lists.
2008-01-21 08:13:55 +00:00
dyoung
b6eebee058 Sort. 2008-01-21 08:10:51 +00:00
yamt
6db1337305 add x86/pmap_pv.h 2008-01-20 20:23:21 +00:00
dyoung
05e738a7c8 Add /usr/mdec/mbr_com0{,_9600}. Sort. 2008-01-19 23:30:08 +00:00
dyoung
1db95ef542 Sort. 2008-01-19 23:29:29 +00:00
chris
f2037fb52d Flag ipkdb.h as obsolete for arm and arm platforms. 2008-01-19 13:15:46 +00:00
he
9df302c742 Fix another place where the newly added partial debugging symbols
need to be omitted in ELF -> a.out conversion.
2008-01-19 00:03:39 +00:00
ad
bbc79e58a6 Pull in my modules code for review/test/hacking. 2008-01-16 12:34:50 +00:00
njoly
88ba2df42e Add schedctl.debug 2008-01-15 16:33:48 +00:00
hubertf
5e527e9f98 Create /cdrom and add an entry to fstab
Discussed & OK'd in October 2007 on tech-install
2008-01-15 12:09:24 +00:00
rmind
5c71a4d49f Implementation of processor-sets, affinity and POSIX real-time extensions.
Add schedctl(8) - a program to control scheduling of processes and threads.

Notes:
- This is supported only by SCHED_M2;
- Migration of LWP mechanism will be revisited;

Proposed on: <tech-kern>. Reviewed by: <ad>.
2008-01-15 03:37:10 +00:00
tsutsui
ef31271269 Make it possible to specify multiple targets in TARGET_CD_IMAGE. 2008-01-11 11:37:03 +00:00
simonb
ccab3b34ce Remove support for NetBSD/pc532. 2008-01-10 13:40:36 +00:00
xtraeme
810aa8579e Add gcscpcib(4): a driver for the AMD CS5535 and CS5536 Companion Device
that acts as PCI-ISA bridge and supports a Timecounter, Watchdog Timer
and GPIO.

Adapted by Yojiro UO and minor tweaks by me from OpenBSD. Tested on
CS5535 and CS5536. This closes PR kern/37577.
2008-01-09 14:23:46 +00:00
simonb
d8de5b102b Remove support for NetBSD/pc532. 2008-01-09 11:25:58 +00:00
skrll
7fd0ed6a92 Improve hp700 install notes somewhat.
Actually build and install a SYSNBSD.
2008-01-06 20:16:24 +00:00
dsl
66767e035f Add /usr/include/amd64/frame_regs.h 2008-01-04 23:05:42 +00:00
jdc
5a990b469d Add a note about marking entries as "obsolete", instead of deleting them. 2008-01-03 20:47:55 +00:00
jnemeth
d402445f4f add back removed pixmaps and mark as obsolete 2008-01-03 00:53:49 +00:00
jnemeth
0d8b11ae16 add back removed pixmaps and flag as obsolete 2008-01-03 00:52:01 +00:00
gdt
1c4e7422e0 Remove no-longer-installed xsystrace pixmaps. 2008-01-02 21:58:17 +00:00
mrg
a41df38359 - put netbsd.ofppc and ofwboot.ofppc in the root of ofppciso.cd.
- create a mostly working sysinst/ramdisk environment.  i was
able to successfully run sysinst, but the screen displays many
"bad format `p'" errors i am yet to track down entirely that
make it somewhat difficult to see.
2008-01-02 11:39:01 +00:00
mrg
0738c9d4c5 port the prep parts to ofppc. this is tested on a pegasosII box and
with a suitable ramdisk etc, you can actually install successfully.

mostly the changes from port-prep are to switch the prep mkbootimage
to an msdos boot partition with a copy of ofwboot in it.
2008-01-02 11:30:30 +00:00
mrg
8403b85c70 add support for PART_BOOT_PI_FLAGS and PART_BOOT_PI_MOUNT defines that
allow PART_BOOT support to set flags / mountpoint for the boot partition.

will be used for ofppc port to create an msdos /boot.
2008-01-02 11:23:22 +00:00
chris
85047bd3d7 Add kcore.h to the files installed on arm. 2008-01-01 14:08:03 +00:00
jnemeth
ab591ccf7c put back etc/systrace and mark as obsolete 2008-01-01 10:47:54 +00:00
jnemeth
058ba778d1 put back rescue/systrace and mark as obsolete 2008-01-01 10:45:12 +00:00
ad
2ecdf58c2c Remove systrace. Ok core@. 2007-12-31 15:31:24 +00:00
ad
19d27a5813 -compat_hpux 2007-12-31 13:33:37 +00:00
dholland
1bbd65fe3f Extend size of entry buffer for partition type ids from 4 to 5, to allow
room for hex values. Fixes (my own) PR 34791, now that I've had a chance
to test it.
Reviewed-by: martin
2007-12-28 00:48:43 +00:00
jmmv
7b84aa1ff1 Fix name of t_psshfs. 2007-12-26 22:31:51 +00:00
jmmv
d8ba3420fd Register the new tests for puffs (psshfs only for now). 2007-12-26 20:53:33 +00:00
ad
f4c9b5b65a Make SMP the default on i386. For the time being the noacpi kernel does
not have it enabled.
2007-12-25 01:03:31 +00:00
ad
e2209e397c Install sys/atomic.h 2007-12-24 15:15:47 +00:00
ad
a5b4bcb2d5 libpthread minor was bumped. 2007-12-24 14:48:23 +00:00
jmcneill
190527566a Move sony.4 from i386 to MD man page directory 2007-12-23 17:39:19 +00:00
jmmv
5d2f326e93 Register the directories and files related to the addition of the test
programs for connect(2) and listen(2).
2007-12-23 13:51:16 +00:00
jmcneill
1247e31569 Add example hotkey_button script 2007-12-22 19:04:10 +00:00
ad
e16a661bf3 - Make __cpu_simple_lock and similar real functions and patch at runtime.
- Remove old x86 atomic ops.
- Drop text alignment back to 16 on i386 (really, this time).
- Minor cleanup.
2007-12-20 23:46:10 +00:00
ad
f28895c808 Remove GENERIC.MP config and enable SMP by default on amd64. 2007-12-20 23:32:24 +00:00
macallan
6f048fd242 build the glint driver on sparc64 2007-12-19 17:33:55 +00:00
rillig
5adf6fa315 Added myself. I must have forgotten to do this some years ago. 2007-12-19 15:03:26 +00:00
dogcow
779352d8d0 hello to libssh.so.7. 2007-12-18 09:17:21 +00:00
christos
68066588aa bump for 4.7 2007-12-18 02:32:36 +00:00
joerg
cc25cbe9b0 Don't hardcode limits for the floppy number on amd64. Just let it use as
many floppies as necessary.
2007-12-17 13:47:29 +00:00
jnemeth
2e2f0a7f1e usr/include/sys/pmf.h as it is no longer installed, so mark it obsolete
XXX lines should not be removed from this file
2007-12-17 07:53:41 +00:00
jnemeth
5e804d8ae6 add usr/include/sys/pmf.h 2007-12-17 00:46:10 +00:00
drochner
25d7d279f8 don't include <sys/pmf.h> for userland programs, saves some recompilation
if internals are changed
2007-12-16 23:24:21 +00:00
pavel
1bde439405 Remove a spurious paragraph break from the start of the generated
text. Bump date.
2007-12-15 19:48:16 +00:00
agc
2c5108a997 Update the number of packages in pkgsrc to match reality.
Dedicate the 4.0 release to the memory of itojun.
2007-12-15 19:16:57 +00:00
pavel
339ab7fc8b add a space between "NetBSD" and the version number. 2007-12-15 14:00:08 +00:00
pavel
a181cd6f4f avoid the Fl macro because of formatting problem in the HTML output. 2007-12-15 12:29:16 +00:00
pavel
b5140129cc Our xsrc is based on XFree86 4.5.0, not 4.4.0. Applies also to the
netbsd-4 branch and to all 3.x releases thanks to a pullup.
2007-12-15 12:08:01 +00:00
jnemeth
d073d0744a some updates to the "Thanks go to" section 2007-12-14 23:38:22 +00:00
yamt
c9f8844e18 add several manpages. 2007-12-14 22:01:52 +00:00
pavel
474470307d Update URLs after website reorganization. patch by OKANO Takayoshi, from
PR 37070.
2007-12-14 21:15:52 +00:00
explorer
64abe01775 add dehumanize_number so the build works again 2007-12-14 20:22:45 +00:00
christos
24d7eb9482 bump libc 2007-12-14 17:27:55 +00:00
jnemeth
07b65a160e remove statement about working towards six month releases 2007-12-14 10:18:30 +00:00
jnemeth
cf0f556363 - grammar
- lint
2007-12-14 07:07:29 +00:00
jnemeth
87ad1ce6f1 grammar 2007-12-14 06:33:30 +00:00
jnemeth
4440531974 add ACPI to supported items 2007-12-14 06:32:21 +00:00
jnemeth
94b641365c - we don't support the new UltraSPARC T1 or T2
- lint
- we ffb and afb aka Creator3D
2007-12-14 04:30:40 +00:00
jnemeth
6eb364453e - lint
- mention set extraction progress bar
2007-12-14 04:28:14 +00:00
jnemeth
f754fb6212 - fix some URLs
- setup postfix, not sendmail
2007-12-14 04:27:03 +00:00
jnemeth
00fdab89a2 - update from htdocs/releases/formal-4/NetBSD-4.0.xml#major-changes
- fix incorrect usage of .Lk macros
- update Release Contents
  - new CHANGES.* files
  - no pkgsrc
  - new SHA512 checksum files
- update set sizes
- grammar
- lint
- thank WWU CS Dept. for a build cluster
- update portmaster list
2007-12-14 04:24:49 +00:00
jnemeth
5969189dbc update set sizes 2007-12-14 00:11:55 +00:00
xtraeme
a239f94d36 Rename battery(4) to battery_pmu(4), because at least we know that is
only specific to pmu.
2007-12-12 20:26:23 +00:00
macallan
2204867a54 add a simple battery(4) man page 2007-12-12 20:09:27 +00:00
jnemeth
69990213c9 - update instructions
- update to match current layout of arch dirs
2007-12-12 09:58:41 +00:00
jnemeth
dde0984447 init creates the RAM disk for devices not the kernel 2007-12-12 00:09:43 +00:00
jnemeth
ff9bf3e224 add common/sysinst to SRCS 2007-12-11 20:57:19 +00:00