Commit Graph

11396 Commits

Author SHA1 Message Date
jruoho
e0fa2da951 As the cited setroot(9) was nonexistent, briefly document it here. 2010-04-13 07:32:31 +00:00
jruoho
daf86c0ae0 Briefly note also curlwp. 2010-04-13 05:40:12 +00:00
pooka
d32fe754d7 snapshot test -> setlists 2010-04-12 22:59:49 +00:00
pooka
db46f70b96 As long as humans have to edit these lists, use non-braindead sorting. 2010-04-12 22:38:36 +00:00
pooka
88938aaccd add rumpdev_fss to setlists 2010-04-12 22:34:17 +00:00
ahoka
3fc7b0347a Add pf to the module set list. 2010-04-12 14:12:43 +00:00
pooka
344e2f2f16 Following nullfs, rename rumpfs_umapfs to rumpfs_umap to make the
basename the same as the kernel module (this too was in-tree only
for a little over a week with the old name).
2010-04-11 05:45:57 +00:00
jakllsch
c9128dfbfd Install 'symbol' from font-adobe-(75|100)dpi.
Should fix some symbols in xcalc.

To do: transform these and other currently-installed-only-as-bdf fonts
to pcf.gz.
2010-04-11 02:41:38 +00:00
pooka
b764352d60 Rename librumpfs_nullfs to librumpfs_null to make the basename the
same as with the kernel module (and hence MOUNT_NULL).

I added the old name to the obsolete list, but given that it was
in-tree for only a bit over a week, I'll remove the entries in a
few weeks.
2010-04-10 21:32:59 +00:00
pooka
eb4243508b i386/vald: gone but not forgotten 2010-04-10 20:52:14 +00:00
jruoho
039f34b662 Move vald(4) to sys/dev/acpi. This is MI and should work also on amd64.
ok jmcneill@

XXX:    This is broken: it calls methods with absolute pathnames (almost
        guaranteed not to be portable across models), it accesses methods
        that are in the domain of other drivers, it walks the namespace on
        its own, it contains plenty of magic constants, it does not
        integrate with existing KPIs, etc. Summa summarum: this should be
        rewritten as a more generic toshiba_acpi(4).
2010-04-10 17:55:24 +00:00
jruoho
02e04bf693 Add a (custom) manual page for iASL. 2010-04-10 04:29:39 +00:00
ahoka
4a9711fd6e Connect the pad(4) kernel module to the build on i386 and amd64. 2010-04-09 13:49:12 +00:00
nonaka
0dd8304ff9 fix build failure. 2010-04-09 11:38:10 +00:00
jruoho
dd9f9f5796 Add wmihp(4). 2010-04-08 17:44:22 +00:00
jruoho
8d0a2e3892 Add acpiwmi(4). 2010-04-08 10:06:25 +00:00
nonaka
238763f6ce Added support following boards.
- AlphaNet MS104-SH4
- TAC T-SH7706LAN Ver.3
- TAC T-SH7706LSR Ver.1
2010-04-06 15:54:29 +00:00
martin
2116ace6a7 Add a NO_LFS define to force support for LFS in sysinst off, even if
the install media provides the utilities. Set this for sparc64 for now,
since the bootblocks don't deal with the default LFS parameters used
by sysinst.
2010-04-05 22:53:02 +00:00
tsutsui
6749b41ac2 Also note EtherNEC. 2010-04-05 14:42:38 +00:00
tsutsui
5a31a8eb2b - note SMC_TT to supported VME-bus devices
- capitalize Ethernet
2010-04-05 14:41:35 +00:00
martin
b4deff4fda Cherry-pick the /libexec content for (non miniroot) CDs and add the sysinst
specific dhcpcd hook scripts
2010-04-04 23:02:23 +00:00
martin
8299a0b61d Remove bogus workaround hiding a real bug: /tmp/dhcpcd-lease should be
created by the sysinst specific dhcpcd hook
2010-04-04 22:56:44 +00:00
martin
2866ed0d7d Ooops, remove leftovers from the ramdisk / 2010-04-02 21:58:46 +00:00
spz
db894a99b3 update portmaster and releng lists 2010-04-02 21:52:55 +00:00
martin
411ff5dead Move install CDs over to / on cd9660 (instead of a memory disk image) 2010-04-02 21:29:30 +00:00
christos
84ea502702 handle ctime returning NULL. 2010-04-02 15:34:16 +00:00
pooka
b433d14156 add necessary build bucatini for kernfs tests 2010-03-31 19:18:39 +00:00
pooka
aaf84901aa +rumpfs_kernfs 2010-03-31 14:21:22 +00:00
martin
9174b80259 Do not bother to ask the user for CD details (like device name or path
on the CD) if we can find CDs (i.e. media, not drives) automagically
and check the standard paths on it.

If we find multiple CDs, offer a menu to select showing the volume
name. If something goes wrong, fall back to the manual input method.

In typical installs this makes us just proceed with extracting the sets
after selecting "install from CD/DVD", w/o any further interaction.

As a side effect fixes PR 43012.
XXX new messages need translations.
2010-03-30 20:09:25 +00:00
pooka
cd45f4588a add nullfs/umapfs tests to setlists etc 2010-03-30 01:11:17 +00:00
pooka
67933fb73b add nullfs and umapfs to setlists 2010-03-30 01:01:09 +00:00
pooka
c37c27d1c1 Whoops, missed Atffile in previous. shame on me. 2010-03-29 18:49:02 +00:00
pooka
231821c9be jump through the setlist hoops for adding a new test 2010-03-29 18:21:12 +00:00
pooka
6b070d58f9 +union and layerfs 2010-03-29 18:15:32 +00:00
pooka
9e4fa47492 + ffs/t_fifos 2010-03-29 13:27:52 +00:00
pooka
d8ffac6a1f +rumpvfs_fifofs 2010-03-29 13:23:43 +00:00
jruoho
cbdab0119f In addition to 'hz', document also 'tick', 'tickadj', 'stathz', and 'profhz'.
The idea comes from OpenBSD, but this was written largely based on the
comments in kern_clock.c. XXX: schedhz?
2010-03-25 14:59:36 +00:00
jruoho
7294899bb7 Add pfind(9). 2010-03-25 10:21:09 +00:00
jruoho
4a1c4330a9 Add stdlib(3). 2010-03-25 07:03:33 +00:00
pooka
9b255ab4af Add rumpdev_ubt and rumpnet_netbt components. 2010-03-22 12:27:46 +00:00
cegger
c67c15c2cc fix build.sh -N 4 distribution failure:
+ echo 'MKSOLARIS=yes'
xargs: unterminated quote
2010-03-22 12:03:04 +00:00
jruoho
d1a604fd21 Document the questionable ISSET/SET/CLR macros. 2010-03-22 10:32:48 +00:00
jruoho
08053de4ee Document the weird <iso646.h>. 2010-03-21 21:23:51 +00:00
jruoho
09b0a44249 Add inttypes(3). 2010-03-21 19:45:58 +00:00
jruoho
d7219ce78c Add stddef(3). 2010-03-21 12:30:24 +00:00
jruoho
464601ba7f Add stdbool(3). 2010-03-21 11:14:54 +00:00
jruoho
bd39d09516 Add stdint(3). 2010-03-20 16:38:19 +00:00
joerg
229d59407c Fix set for tparm.html. 2010-03-19 20:31:50 +00:00
joerg
cd786ea4c3 Add man page for fast_divide32. 2010-03-19 20:11:21 +00:00
dogcow
e59c2afa02 Fix entries whose filenames do not actually end with ".sh". (Hi, jmmv!) 2010-03-16 22:01:18 +00:00
martin
e881b496bf Since we don't crunch/libhack sysinst on this CD, we need to populate
the locale information, otherwise the sysinst translations have no
chance to work.
2010-03-16 10:16:39 +00:00
sbd
d16ff838ea Add myself 2010-03-16 09:42:02 +00:00
mrg
e8882d78b6 fix MKDEBUG=yes builds for hp300 2010-03-16 01:49:34 +00:00
mrg
5f0687fbb0 fix MKDEBUG=yes builds for mvme68k, x68k, ofppc and sun3. 2010-03-16 01:48:53 +00:00
jmmv
c649ef358c Register the new tests in sys/rc for rc.d scripts. 2010-03-15 19:03:33 +00:00
mrg
0a92db93dc fix MKDEBUG=yes builds on dreamcast. 2010-03-15 08:03:02 +00:00
mrg
5a15d864e9 fix MKDEBUG=yes builds on amiga 2010-03-15 07:28:56 +00:00
mrg
36701b9819 fix MKDEBUG=yes builds for newsmips and mmeye. 2010-03-15 07:27:04 +00:00
mrg
e042f17320 fix MKDEBUG=yes build for atari. 2010-03-15 06:45:44 +00:00
mrg
57f7004c92 fix MKDEBUG=yes builds for mipsco. 2010-03-15 03:16:07 +00:00
mrg
a815546e15 fix MKDEBUG=yes builds for mac68k 2010-03-15 02:17:29 +00:00
mrg
ce47bd1637 fix acorn32 MKDEBUG=yes builds. 2010-03-15 01:17:36 +00:00
mrg
8b557af72b fix armeb builds with MKDEBUG=yes 2010-03-14 23:32:08 +00:00
mrg
0d5e3985de fix MKDEBUG=yes builds for bebox, prep, rs6000, alpha, cats, macppc,
netwinder, shark, sparc* and zaurus.  (the other changed files were
already working, but wrong.)
2010-03-14 23:19:18 +00:00
mrg
a2d7a57738 fix MKDEBUG=yes build for hpc* 2010-03-14 17:20:08 +00:00
nonaka
d7edcabe41 change baud rate. 2010-03-14 12:36:32 +00:00
mrg
d4c3eb636c fixes for MKDEBUG=yes. 2010-03-14 09:52:00 +00:00
mrg
87836aae66 fixes for MKDEBUG=yes on pmax. 2010-03-14 08:24:18 +00:00
mrg
b437338bfb add add sgivol.debug. 2010-03-14 06:49:57 +00:00
mrg
7af5b7b076 remove all references to X11R6-only tools that have R7 ".debug" versions. 2010-03-14 06:49:31 +00:00
agc
02ff0030f1 deal with libnetpgp major bump to 3 2010-03-13 23:33:52 +00:00
martin
9034c8a049 Simplify the console type check by passing -nx to sysctl. Pointed out
by Alan Barrett.
2010-03-13 14:05:39 +00:00
mrg
4b35b5643b convert sparc64 to MULTIPROCESSOR kernel by default, and introduce
s/MP/UP/ kernels were otherwise in place.

in my testing on a U60, i couldn't really notice any different in
speed, but we need testing on a U1/U5/U10 systems to be sure that
GENERIC.UP isn't necessary.

for sparc64, this is some what required as USIIIi systems have the
memory controller on the CPU, and unless the CPU is spunup, a UP
kernel will not function on these systems.  (we obviously need to
join the NUMA-for-netbsd camp now, too! :-)


this should enable the installer to function on all systems that we
support, but also give the option for people to install GENERIC.UP
on their single-cpu systems if they choose.


XXX: i haven't actually tested sysinst with this, but i have built
both sparc and sparc64 release iso's successfully with this change
(sans having to comment out kern_ctf.c.)
2010-03-13 08:36:06 +00:00
martin
e19ffe5ce4 Provide full terminfo.db on install media 2010-03-12 23:07:13 +00:00
darran
f6bf800773 DTrace: Add the Function Boundary Trace (FBT) provider moduile. This
module  instruments every function in the kernel with entry and exit
probes.  These probes are true zero-effect probes in that they don't
exist in the code until they are enabled.  The probes are enabled by
directly patching the function entry and exit points to make jumps into
the dtrace framework.
This gives us over 29,000 trace points in the kernel.
2010-03-12 21:53:15 +00:00
martin
e4ef8b1dd7 Use sysctl kern.consdev to check wether we use ttyE* as console - in that
case just set up TERM as needed and go straight to sysinst. Otherwise
give a slightly verbose explanation (with common sample values) and
ask for TERM before running sysinst.
2010-03-12 21:36:52 +00:00
enami
b624a04f14 Port uyurex(4) from OpenBSD. There is some XXX but works enough to
play with it.
2010-03-11 10:38:36 +00:00
abs
6c6ab6a995 Relegate edlabel to use in extremely memory constrained install
ramdisks and prefer disklabel elsewhere.
Based on discussion on affected port lists (port-sparc port-sparc64
port-sun3 port-sun2 port-atari port-mvme68k).
All listed ports plus amd64 test built after change
2010-03-10 23:13:09 +00:00
pooka
dbf4dc058b add rumpfs_mfs to setlists 2010-03-08 12:32:17 +00:00
lukem
f9be9a5e45 update for openldap 2.4.21 (add ldapurl, man page for ldapexop, shlib bumps) 2010-03-08 06:40:05 +00:00
plunky
b3fbf28e26 Install PCC cpp as libexec/pcpp to avoid name conflicts with other
compilers (eg GCC), and to match the manpage which is already installed
as pcpp.1

(Gregory McGarry: "I think it's a good idea")
2010-03-07 16:27:17 +00:00
plunky
800cedea24 Add uhso(4) driver and manpage for Option N.V. Wireless WAN modems 2010-03-06 21:05:36 +00:00
dsieger
9347a4aa25 Since someone (hi ahoka) added a reference to non-existant sched_m2(9),
add at least a stub now.
2010-03-06 16:42:55 +00:00
pettai
40e5bde73e Added myself 2010-03-05 22:18:33 +00:00
jruoho
d50ead3f00 Add roundup(9). 2010-03-04 08:13:29 +00:00
tron
11300caff5 "dtrace,zfs" means "MKDTRACE=yes" *and* "MKZFS=yes" which is not what
we want. Invent a flag "solaris" which is the or of those two flags.
2010-03-03 16:13:42 +00:00
tron
404aaa2973 The directory "modules/solaris" depends on ZFS as well. 2010-03-03 14:43:41 +00:00
tron
4423c472c6 The "solaris" kernel module also gets build if ZFS is enabled. 2010-03-03 14:32:29 +00:00
matt
68c2ae2f0f Make machine/spr.h as obsolete. 2010-03-02 21:54:06 +00:00
darran
3e85fef9b3 DTrace: Add the sdt.h header to the set lists. 2010-03-02 20:04:16 +00:00
mrg
ed186a47bf bump the size of the boot.fs, we bloated. 2010-03-02 08:05:48 +00:00
darran
6a9056a926 DTrace: Add an SDT (Statically Defined Tracing) provider framework, and
implement most of the proc provider.  Adds proc:::create, exec,
exec_success, exec_faillure, signal_send, signal_discard, signal_handle,
lwp_create, lwp_start, lwp_exit.
2010-03-01 21:10:13 +00:00
jruoho
4146a232bf Add setbit(9). 2010-03-01 19:12:49 +00:00
jruoho
4bd7659c96 Add hztoms(9). 2010-03-01 17:22:20 +00:00
jruoho
3db029824f Add tgmath(3). 2010-03-01 16:37:46 +00:00
jruoho
88c02de084 Add __arraycount(3). 2010-03-01 16:03:34 +00:00
jruoho
fe2edbeb65 Add __UNCONST(3). 2010-03-01 13:45:54 +00:00
martin
fef6bd65fd Enable dynamic sizing of the default swap partition 2010-02-28 22:42:44 +00:00
wiz
5905514238 Add offsetof(3) man page. From Thomas Pfaff via OpenBSD. 2010-02-27 22:04:37 +00:00
jruoho
b3f6831537 Add acpiecdt(4). 2010-02-27 16:13:28 +00:00
martin
c4dca15847 obsolete the popcount tests for now 2010-02-27 12:16:50 +00:00
morr
e4cb9ffb2f Add myself 2010-02-26 21:52:22 +00:00
matt
ff9115fad5 Add <powerpc/ibm4xx/spr.h> and <powerpc/oea.spr.h> 2010-02-25 23:36:31 +00:00
pgoyette
4f7ceb6b4d Add man page for smscmon(4) 2010-02-22 03:54:24 +00:00
tsutsui
106d393c5c Remove unnecessary LIBS (-ledit, -lbz2, -lcrypt) for SMALL binaries
with libhack.
2010-02-21 20:18:08 +00:00
tsutsui
b61b63add5 Fix indent. 2010-02-21 20:10:51 +00:00
tsutsui
a61bdefffd Use tiny limited distrib/utils/x_gzip. (no bzip2 and compress support) 2010-02-21 20:09:50 +00:00
tsutsui
93ca9b1e4f - explicitly specify -Os via DBG for libhack build
- set WARNS=1 for sanity
2010-02-21 20:06:19 +00:00
tsutsui
9c220d174d Add dd(1) to install ramdisk binaries to wipe out existing disklabel etc.
Per request from David Ross on port-atari.
2010-02-21 20:04:59 +00:00
wiz
95c5212343 Consistently call the file system "ext2". 2010-02-21 13:28:12 +00:00
cnst
51998ed2d7 New wbsio(4) driver for Winbond Super I/O attachment of lm(4) on any port.
http://mail-index.netbsd.org/tech-kern/2010/02/17/msg007338.html

Reviewed by <pgoyette>, <tech-kern>.
2010-02-21 05:16:29 +00:00
darran
eda67656cd Add DTrace to sets. 2010-02-21 03:18:45 +00:00
joerg
966b72ab39 Update build infrastructure for libarchive 2.8.0. 2010-02-20 02:55:52 +00:00
joerg
51e7f65a76 Sort list. 2010-02-20 02:26:14 +00:00
martin
c9c80e594c Since we call /usr and /var with absolute paths, lets do that for /tmp
as well.
2010-02-18 12:21:52 +00:00
martin
d41883434c add mount_tmpfs 2010-02-17 16:15:15 +00:00
martin
7171f90002 We can now boot from FFSv2, so offer it + even use it as a default. 2010-02-17 16:11:00 +00:00
martin
c82870bc88 eeh says we should not enable fsck_lfs on lfs partitions 2010-02-17 16:09:52 +00:00
pgoyette
da75d7bdc1 Move acpismbus into proper place, alphabetically. 2010-02-16 01:18:02 +00:00
dyoung
20ecd150d5 Link atomic_cas.3 to atomic_cas_{32,64,ptr,uint,ulong}_ni.3. 2010-02-12 22:34:38 +00:00
dyoung
d3057cdd9e Add nmi(9), a manual page for the x86-only
nmi_establish(9)/nmi_disestablish(9) routines.
2010-02-12 00:45:37 +00:00
haad
1527fc9caf Hook kmem_asprintf and vrele_async manpages to the build. 2010-02-11 23:28:53 +00:00
roy
0adc6cef21 Remove terminfo.db as it's now embedded in libterminfo. 2010-02-11 09:06:47 +00:00
macallan
808aedb26d add entries for the suncg14 driver
This driver isn't actually useful yet - our kernel cgfourteen driver pretends
to be a cg8, I'll change that next.
2010-02-11 04:09:10 +00:00
pooka
c6f1a0115f add new rump components to setlists 2010-02-11 02:29:23 +00:00
cnst
1c23afa3cb New aibs(4) driver for ASUSTeK AI Booster (ACPI ATK0110) hardware monitor
with limit support.

        http://thread.gmane.org/gmane.os.netbsd.devel.kernel/35654

Reviewed by <pgoyette>, <jruoho> and <tech-kern>.
2010-02-09 03:19:50 +00:00
cnst
aba828dbc5 add myself as per the welcome email 2010-02-08 08:32:58 +00:00
snj
7e6d1f5f00 Use http: for links to files on ftp.NetBSD.org. 2010-02-07 19:43:11 +00:00
snj
a3e31bf1fb Update version number examples for the post-2.0I world. 2010-02-07 18:50:49 +00:00
dyoung
31c659dfea Move MD spllower(9) and splraise(9) doco from the MI spl(9) to an i386
manual page.
2010-02-06 22:32:07 +00:00
pgoyette
572b649d58 Add man page for acpismbus(4) 2010-02-06 20:15:54 +00:00
tonio
9e0a061a49 Add uthum(4) man page 2010-02-06 11:26:56 +00:00
pooka
6467c64e95 add rumpnet_net80211 to lists 2010-02-05 22:07:14 +00:00
plunky
16898b5422 add PCC commands and manpages [pcc(1), pcpp(1) and ccom(1)] and libpcc 2010-02-05 19:08:25 +00:00
njoly
3b322df2c0 +infocmp.debug +tic.debug 2010-02-05 12:46:33 +00:00
roy
bb3a353864 Use the rescue terminfo.db in our images instead of termcap. 2010-02-05 10:01:16 +00:00
roy
89d790bdbe Move the emergancy terminfo database from /root to /rescue. 2010-02-05 09:44:23 +00:00
roy
4d083fa19a Note .terminfo and .terminfo.db in /root. 2010-02-04 21:01:45 +00:00
roy
346b4bb3a1 Don't remove termcap.db from existing systems. 2010-02-04 14:04:59 +00:00
plunky
097453b233 add note of "pcc" and "pcccmds" attributes 2010-02-04 13:07:55 +00:00
pooka
2f22471206 lib_g is debuglib 2010-02-03 23:13:28 +00:00
roy
98eb889579 Userland now builds and uses terminfo instead of termcap.
OK: core@, jdc@
2010-02-03 15:34:37 +00:00
tls
529d2eb4cb Plug liblzf into build. Liblzf is a small (3504 byte shared library on i386),
very very fast, 2-clause BSD-licensed compressor.  We provide the LZF_STATE
version of the API, which is not the default for generic liblzf.
2010-02-03 06:25:54 +00:00
yhardy
a8f33b89f7 Add my name, as specified in the welcome message. 2010-02-02 19:42:32 +00:00
phx
3196bb8213 Make ./build release work with new amigappc port. 2010-02-02 14:13:16 +00:00
ahoka
291052535a Make it proper KNF as it should have been done in my previous commit. 2010-02-01 00:39:03 +00:00
ahoka
57c158572e Remove duplicate sys/sysctl.h inclusion and put includes in alpabetic
order.
2010-02-01 00:06:18 +00:00
pooka
ce0b07ef94 Add rump sysmon component to devlists. 2010-01-31 03:09:26 +00:00
drochner
7033707525 retire pw_policy(3) -- it is not found useful, there are other
(more common) ways to enforce a password strength policy
approved by elad
2010-01-27 19:10:30 +00:00
jmmv
296908ed7b Perform in-place replacement of the cypher type instead of renaming the
passwd.conf file to passwd.conf.pre-sysinst file and creating a new one
from scratch:

- This is consistent with all other edits of configuration files performed
  by sysinst.  (E.g. in-place changes of rc.conf.)

- This eases the upgrade of the system to a newer set of files because the
  diffs presented by etcupdate are easier to read.

No objections in tech-install@.  Tested installing NetBSD/amd64.
2010-01-27 11:02:03 +00:00