Commit Graph

9820 Commits

Author SHA1 Message Date
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