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
wiz
ad9684dee2
Install mom macro sets again, per request from Petar Bogdanovic.
...
Don't install generated PostScript files that were part of the reason
for the removal.
Based on a patch by him with slight changes.
2010-01-26 15:11:56 +00:00
wiz
0add532ac7
libmagic compat lib is installed again, remove obsolete marker.
2010-01-26 15:08:52 +00:00
jruoho
964a8c555f
Add sysmon_pswitch(9).
2010-01-26 14:06:35 +00:00
njoly
1dc2262518
Convert remaining base-obsolete to comp-obsolete.
2010-01-26 12:45:46 +00:00
jruoho
b1433fc056
Include all references from sysmon_taskq(9).
2010-01-26 08:30:20 +00:00
pooka
27d2b45e99
add bpf kmod
2010-01-25 22:21:28 +00:00
jruoho
dd88b90491
Add sysmon_taskq(9).
2010-01-25 16:17:10 +00:00
jruoho
8e22780dd6
Add CTASSERT(9).
2010-01-25 07:57:05 +00:00
joerg
0fa8619ec0
Fix some POD errors in the OpenSSL man pages. Regen them. Install some
...
missing man pages.
2010-01-24 21:19:53 +00:00
joerg
1ca41e3237
Add a regression test for the SHA2 family that also checks for unaligned
...
accesses.
2010-01-24 21:12:17 +00:00
jruoho
cc376dc80f
Add timeradd(3).
2010-01-24 21:05:45 +00:00
wiz
bfff06930e
Add obsolete entries for percpu_init{,_cpu}(9).
...
As the comment on top says, entries shouldn't be removed, but marked
as obsolete instead. Hi rmind!
2010-01-23 10:40:58 +00:00
rmind
48290c7a18
Remove xc_init_cpu(), percpu_init(), percpu_init_cpu() - they are part
...
of implementation, not public API. OK dyoung@.
2010-01-23 00:17:07 +00:00
rmind
ea2aef81a8
Rename xc(9) to xcall(9). OK dyoung@.
2010-01-23 00:03:38 +00:00
dyoung
e54b20a385
Install manual pages for cross-calls and per-CPU storage.
2010-01-22 23:14:28 +00:00
pooka
01080eaeac
add bpf.9 manpage
2010-01-20 12:14:00 +00:00
wiz
af38b12d6c
Like the comment at the top says: don't remove entries here, mark them
...
obsolete.
Do so for pmf_device_resume_subtree.9.
2010-01-20 07:27:09 +00:00
dyoung
b042b809d6
Update PMF documentation: rename pmf_device_resume_subtree to
...
pmf_device_subtree_resume. Briefly describe pmf_qual_t and add it to
the PMF function signatures.
There's still a lot left to document.
2010-01-20 00:39:30 +00:00
pooka
93750266f6
add rumpdev_bpf to setlists
2010-01-19 22:46:33 +00:00
ahoka
a764af8493
Add the new latin2 fonts for wscons to the file list.
2010-01-18 16:57:39 +00:00
wiz
7d9fce090d
Only a return value below 0 denotes an error in open(2). Found by cppcheck.
2010-01-17 22:48:50 +00:00
wiz
af7d8656df
Close file when finished with it. Found by cppcheck.
2010-01-17 22:47:18 +00:00
roy
094674957f
Typo
2010-01-16 16:12:01 +00:00
roy
d8bcc11c1b
Remove tn3270 from sets
2010-01-16 16:10:39 +00:00
roy
8dafc5727f
Remove tn3270 from base system.
...
If anyone really needs it then it can be put into pkgsrc.
Importing c3270 into pkgsrc is probably a better option though.
2010-01-16 15:34:22 +00:00
pooka
101ba40c37
add mount_puffs
2010-01-14 21:35:57 +00:00
wiz
8fd2d7ce4d
More consistency with obsolete tag:
...
it should be only be accompanied by gcc={3,4} or {xorg,x11}, and only
if they are necessary, i.e. if the same line exists for the other setting
of gcc or xorg/x11.
Make it so.
2010-01-14 13:47:41 +00:00
he
677bd46137
In addition to setting module=no if ${MKKMOD} is "no", also
...
set kmod=no. This should get evbppc building correctly again.
2010-01-14 13:45:51 +00:00
wiz
d016495350
Consistency: set for obsolete files should be "foo-obsolete".
2010-01-14 12:01:58 +00:00
wiz
37276ee71d
Consistency: set for obsolete files should be "foo-obsolete",
...
tags only "obsolete".
2010-01-14 10:04:18 +00:00
he
12e154bf88
Bump the ramdisk size so that the contents fits again.
...
OK'ed by reinoud@
2010-01-13 14:24:58 +00:00
skrll
ade14235a9
Add dhcp support to NetBSD/hp700 install stuff.
2010-01-13 10:12:32 +00:00
martin
faac5a2278
Avoid adding -Os to CFLAGS if DBG is set and contains -g.
...
This helps gdb a lot when compiling local debug versions of sysinst.
2010-01-13 07:52:38 +00:00
martin
1aca3c1cd8
Use the proper structs for ioctls to fetch network configuration.
...
Might fix PR 42436.
2010-01-13 07:48:57 +00:00
dyoung
a0fa2e365c
./usr/libdata/ldscripts/kmodule will not be installed if MKKMOD=no, so
...
add 'kmod' to its keywords.
2010-01-13 01:23:06 +00:00
christos
eaed345c96
bump libm for exp2 and exp2f
2010-01-11 16:30:26 +00:00
pooka
4b8d8af4b8
Undocument checkalias() -- it was removed two years ago.
2010-01-08 13:15:45 +00:00
pooka
648b32e7e0
vcount() was removed
2010-01-08 13:10:48 +00:00
pooka
1e2c1aedaf
Remove documentation for removed macros.
2010-01-08 12:41:33 +00:00
dyoung
0109fc751f
Install pcq.9 and links. Update set list accordingly.
2010-01-08 06:25:14 +00:00
gls
e9d13d47e1
Add myself
2010-01-07 22:43:00 +00:00
jdc
1da1a88e96
Add cas(4) manual page.
2010-01-07 09:23:54 +00:00
skrll
2f016ded44
libpmc_g is only available on i386 and arm. Fixes MKDEBUGLIB builds on
...
other platforms.
2010-01-06 19:46:43 +00:00
skrll
1b91b7e11c
Fix MKDEBUG=yes sets lists for hp700.
2010-01-06 16:19:07 +00:00
he
3bb1e78986
Bump the miniroot size from 8m to 9m, so that the contents fits again.
...
OK'ed by mrg@
2010-01-05 18:36:16 +00:00
haad
9c52ca7c82
Revert my unattended change to kadmind.html page
2010-01-04 20:18:02 +00:00
haad
344f97a451
Add device-mapper manual page to build and add it to apropriate lists.
2010-01-04 16:57:48 +00:00
dsl
23ee525d3d
Change most of the variables that hold disk sector number to be (at least)
...
uint32_t. Might make sysinst work on disks between 1TB and 2TB.
Not actually tested because I don't have a big disk.
Hopefully I haven't broken the small disk case!
Set WARNS= 4 so that comparisons of signed and unsigned block numbers
are trapped.
2010-01-02 21:16:46 +00:00
dsl
7dd4a9773c
Fix another couple of signed v unsigned comparisons of disk block numbers.
2010-01-02 20:54:46 +00:00
dsl
8f503a6d66
Fix some of the sign-compare fubar.
2010-01-02 18:06:57 +00:00
dsl
6b52b2b9be
Sanitise whitespace to minimise the differences between these files.
2010-01-02 17:15:07 +00:00
tsutsui
ec5b1733ef
No need to install /usr/share/zoneinfo into miniroot
...
because libc functions in libhack doesn't require it and
zoneinfo files seem to get larger since tzcode2009k import.
(due to 64bit time_t support?)
Briefly tested sysinst on sparc miniroot.
2010-01-02 06:46:09 +00:00
tsutsui
48a350b252
Remove LIBS -lz which is already in distrib/miniroot/list.
2010-01-02 06:39:00 +00:00
tsutsui
2087c24e30
Remove -ledit and -lmagic from LIBS.
...
No program requires -ledit in crunched SMALLPROG case, and
miniroot doesn't have /usr/bin/file which requires -lmagic.
(sparc had it but it was removed in distrib/sparc/miniroot/list rev 1.29)
2010-01-02 06:37:28 +00:00
christos
6e8626c060
don't bump libdes - not needed.
2009-12-27 19:26:04 +00:00
christos
bb63eb87ed
new openssh
2009-12-27 01:42:40 +00:00
christos
fe6a4bfaaf
new openssl
2009-12-27 00:53:35 +00:00
christos
72d39b99c8
sets for new bind.
2009-12-26 23:13:15 +00:00
tsutsui
93bd1a122c
Use /dev/fd0a rather than /dev/rfd0a to read instfs.tgz image from floppy.
...
It looks newer (appearred after 1.6) gzip tries to read less than DEV_BSIZE
(to check header?) so we can't use raw device directly.
(note sparc bootfs ramdisk doesn't have dd(1))
Workaround for PR port-sparc/42193, and would also fix PR install/28734.
2009-12-24 14:56:14 +00:00
jakllsch
36338876d4
Add libdwarf lint file.
2009-12-24 01:13:20 +00:00
mbalmer
8a65aabe5b
Fix typo in command output.
2009-12-23 09:13:21 +00:00
darran
666c22984b
Add libdwarf files.
2009-12-23 00:33:25 +00:00
jmmv
77eb4fd2ef
Update file sets to match atf 0.7.
2009-12-22 13:38:40 +00:00
nonaka
118e8385d3
remove "mount -t kernfs" line.
2009-12-22 11:15:52 +00:00
nonaka
6f567e45e4
Add /usr/bin/{tset,more}.
2009-12-22 11:15:25 +00:00
nonaka
5a5f67b6bf
"Full installation" should install kernel.
2009-12-22 11:14:33 +00:00
dyoung
664580ff00
Fix MKDEBUGLIB=yes builds: add entries
...
/usr/lib/lib{avl,nvpair,umem,uutil,zfs,zpool}_g.a with keywords
'zfs' and 'debuglib'. Add the keyword 'binutils' to entries
/usr/lib/lib{bfd,iberty,opcodes}_g.a.
2009-12-21 21:09:41 +00:00
uebayasi
3db267ebd3
s/sed/${SED}/; s/xargs/${XARGS}/
2009-12-21 15:37:25 +00:00
nonaka
2d1090dc2d
Added dmesg, mount_msdos.
2009-12-21 11:22:41 +00:00
mrg
6879cbdf8e
create the ecoff copy of the install kernel so the prom can boot it.
...
from PR 39915.
2009-12-20 19:53:36 +00:00
jruoho
e050282388
Add myself.
2009-12-20 16:59:39 +00:00
thorpej
cf9dd0698e
Add libelf files.
2009-12-20 05:53:34 +00:00
ahoka
efa829b8a6
Make SHA1 the first option when selecting cyphers, so one without basic
...
understanding of cryptography won't choose DES as the default on his system.
The default option should be the best possible in case the user is unsure.
2009-12-16 16:03:26 +00:00
snj
0d7850aa0d
Remove HAYAKAWA Koichi's acknowledgement.
2009-12-15 22:30:58 +00:00
jmmv
00d06c4b46
Add missing entries for libiscsi compat library. Hi mrg@!
2009-12-15 21:54:22 +00:00
uebayasi
930c6ee6c5
Clean up debug knobs.
2009-12-15 06:18:07 +00:00
mrg
37e0c45668
update mips64* sets for reality, and fix a couple of newly introduced
...
issues with sparc64 and amd64.
2009-12-15 05:59:50 +00:00
uebayasi
4b2bc9eb2d
Factor out print_set_files() printing raw set list entries out of
...
list_set_files(). While here kill a useless-use-of-cat.
2009-12-15 05:11:08 +00:00
uebayasi
6be5668179
We don't need to check ${MACHINE_ARCH} == "m68000" if we use shlib or not.
...
Because such a knowledge is concentrated in bsd.own.mk and passed to as
${MKPIC}. Tested by build.sh -m sun2 distribution sets.
2009-12-15 05:07:11 +00:00
mrg
7dc27f7039
fix a bunch of issues with MKATF=no.
2009-12-15 03:01:15 +00:00
skrll
339f8dbeea
MKDEBUGLIB=yes fixes.
2009-12-14 15:27:13 +00:00
uebayasi
473d579ad2
Set list police.
2009-12-14 09:57:37 +00:00
mrg
da0616fc93
merge in my (uncommited) changes from matt-nb5-mips64 branch.
...
XXX these probably still need updates for eg, shlib bumps, but this should
be mostly correct now.
2009-12-14 02:19:58 +00:00
matt
4979791cbe
Update sets lists from matt-nb5-mips64
2009-12-14 02:01:53 +00:00
matt
1819481222
Merge from matt-nb5-mips64
2009-12-14 01:11:02 +00:00
dyoung
c869fe1c8c
Fix MKKERBEROS=no MKPAM=no MKDEBUGLIB=yes builds by adding missing
...
keywords to a few *_g.a files.
2009-12-13 20:46:10 +00:00
mrg
8b618fb27a
obsolete a bunch of files that should never have been installed, found
...
by the new src/compat framework that builds libraries more like they
are normally built.
2009-12-13 09:28:41 +00:00
tsutsui
cee8238241
Add 5.0.1 configuration files for reference.
2009-12-13 08:37:40 +00:00
nonaka
7ed8bf295b
The support of X for zaurus is added.
2009-12-13 05:04:36 +00:00
nonaka
f97268b43d
Added keyboard config files for Sharp Zaurus SL-C3x00.
2009-12-13 04:57:16 +00:00
snj
7c9842f451
libint10 is only built on amd64, i386, and macppc. Update the xorg part
...
of this setlist to reflect that.
2009-12-11 22:34:30 +00:00
uebayasi
d7fe4afc2b
Set $rundir before calling sets.subr as other scripts do.
2009-12-11 15:25:05 +00:00
he
66597865fb
Move the test for evbppc out of sets.subr and into bsd.own.mk, to
...
decide whether to make kernel modules: set MKKMOD to no for evbppc.
Use this in etc/Makefile to decide whether to do the "modules"
obsolete sets. Move the ./var/db/obsolete/modules entry from the
"mi" to the "module.mi" file set.
Fixes the build for evbppc.
Discussed with uebayasi@
2009-12-11 15:22:33 +00:00
uebayasi
096187792a
list_set_lists() - Share code of handling *.ad.* set lists.
2009-12-11 13:30:11 +00:00
uebayasi
e140e09a48
Indent.
2009-12-11 13:10:47 +00:00
uebayasi
e06370d53f
Refactor list_set_lists using more functions.
2009-12-11 13:10:06 +00:00
uebayasi
0e9d695764
Replace many "if [ -f $x ]; then echo $x; fi" instances with function.
2009-12-11 12:57:39 +00:00
he
9d7093b6b4
Prefix mkvars.mk with ${rundir}/, so that the scripts from this
...
dir using sets.subr can be run from another directory, as is done
e.g. during "make release" via the mksums script.
OK'ed by uebayasi@
2009-12-11 12:07:58 +00:00
uebayasi
f22a6fb255
Put intermediate lists on the top of ${DESTDIR} (${DESTDIR}/SETS.*) and leave
...
them. Teach list generators to ignore them. Always generate metalog
missing/extra lists too, but don't check it (for now). I'll change "flist"
to be generated only when set lists have changed.
No functional changes.
2009-12-11 11:48:41 +00:00
uebayasi
76ff00f330
Thinko; missing/extra are generated differently for metalog/destdir comparison
...
methods. Fix mistakenly merged generation functions.
2009-12-10 17:18:33 +00:00
uebayasi
36a7418873
Style. Better variable names.
2009-12-10 16:40:21 +00:00
uebayasi
9efd91e8af
Share more code. Call functions in one place.
2009-12-10 16:22:06 +00:00
uebayasi
62eb5f0ca2
Refactor; move generate_* function calls in single place.
2009-12-10 16:12:00 +00:00
uebayasi
fe0b0f3007
Use more functions. But still no functional changes.
2009-12-10 16:09:13 +00:00
uebayasi
c5999c8ae5
Use shell function because I like it. No functional changes.
2009-12-10 16:01:06 +00:00
uebayasi
e08ad0e79f
Move make variable extraction & conversion logic from here-documented make
...
-f- command to an isolated makefile. The list of non-_MKVARS.* variables
are concentrated there.
No functional changes.
2009-12-10 15:51:24 +00:00
uebayasi
5b7db8face
Style.
2009-12-10 13:29:14 +00:00
uebayasi
403121b1db
Move the list of non-_MKVARS.* make variables from .for code to MKEXTRAVARS.
...
List one variable in one line for readability. No functional changes.
2009-12-10 13:25:19 +00:00
uebayasi
563445b23a
Put MKMANZ back and unbreak its installation.
2009-12-10 13:19:21 +00:00
uebayasi
69c8fc601b
sh -> ${HOST_SH}
2009-12-10 05:57:23 +00:00
uebayasi
7638dd5a18
Add print_mkvars make target for debug.
2009-12-10 05:15:28 +00:00
uebayasi
779d1d735d
MKZFS is properly set in bsd.own.mk now; remove it from MKEXTRAVARS.
2009-12-10 05:02:48 +00:00
uebayasi
9fa6d83816
sh(1) style. No functional changes.
2009-12-10 02:22:57 +00:00
pooka
4a2258a070
remove cv_wakeup.9 (it wasn't documented, just linked)
2009-12-05 22:43:34 +00:00
pooka
70d4493c77
Remove the portalfs kernel file system driver. Replace mount_portal(8)
...
with a version based on puffs. User functionality remains the same.
2009-12-05 20:11:01 +00:00
pooka
4098e2664f
Install obsolete lists for modules.
2009-12-05 19:14:39 +00:00
sborrill
1e82324f8f
Another attempt to fix ws fallout.
2009-12-05 16:39:50 +00:00
pooka
d6224f4507
Remove support for NetBSD/playstation2.
2009-12-05 16:29:10 +00:00
cegger
a12917370a
Fix syntax error on OSX 10.5.
...
While here, simplify handling with OPTARG using IFS.
developped with and 'go for it' dsl@
2009-12-05 15:56:25 +00:00
haad
3d365d3fb9
Add /usr/include/dev/dm directory.
2009-12-05 12:38:05 +00:00
pooka
384d713d97
Obsolete puffs_suspend manpage.
2009-12-05 12:14:32 +00:00
haad
79ad9d0df4
Install netbsd-dm.h file to include/dev/dm so it can be used by public.
2009-12-05 11:34:37 +00:00
snj
1f05b1aa64
Bring the xorg entries up to date.
2009-12-05 09:17:25 +00:00
snj
7a8b55f69d
cats doesn't run under vmware, so nuke references to the vmware driver.
2009-12-05 08:34:26 +00:00
snj
aae5f537a8
Update for the addition of xf86-video-ws (hi mbalmer!).
2009-12-05 06:45:06 +00:00
snj
60936e4323
Update for librumpdev_dm (hi haad!).
2009-12-05 04:48:20 +00:00
apb
fdf694944f
Remove definition of GREP variable, which was unused. The only use
...
of this variable was removed in revision 1.67.
2009-12-04 12:43:56 +00:00
uebayasi
57fef1c87f
Add MKZFS to MKEXTRAVARS just to make sure.
2009-12-03 18:26:34 +00:00
uebayasi
f254ac3fe3
Put ${MKXORG} back to MKVARS. It doesn't exist in bsd.own.mk but used here
...
to generate th set list keywork "xorg" in list_set_files(). Hopefully fix
some of reported build failures.
2009-12-03 13:45:11 +00:00
apb
3cdf47a42a
Exit with a sensible error message if makeflist output is empty.
...
This should be better than an incomprehensible error message from
mtree.
2009-12-03 12:44:57 +00:00
uebayasi
95f55e8fad
Remove a superfluous base-extsrc-* entry.
2009-12-03 12:22:58 +00:00
uebayasi
e09a9264c5
Oops. Remove debug echo again.
2009-12-02 17:56:14 +00:00
uebayasi
726e3cc2de
Convert make variables ${_MKVARS.yes} / ${_MKVARS.no} to environments
...
${_MKVARS_yes} / ${_MKVARS_no} to make sure assignments done right both in
make and shell.
Extract important make variables not listed in ${_MKVARS.*}.
2009-12-02 17:51:30 +00:00
apb
26fce401e0
Patches from Lloyd Parkes in PR 41684, plus my changes:
...
* ${HOSTNAME} is special to bash, so rename the variable to HOSTNAME_CMD.
* Don't use "cd -".
* Don't use only comments in the else part of an if statement.
2009-12-02 15:52:14 +00:00
uebayasi
85051a7017
Add EXTSRCS to the list of syspkgs aware variables. Remove debug code.
2009-12-02 15:18:06 +00:00
uebayasi
79bf8cee4b
Pass the correct ${MKVARS} equivalent value to list_set_files().
...
XXX list_set_files() needs to be rewritten.
2009-12-02 15:05:55 +00:00
uebayasi
5383775576
Quote variable values from make in case it has spaces. Remove debug print.
2009-12-02 14:32:15 +00:00
uebayasi
62258ab60d
Fix previous; don't forget extra vars other than MK*.
2009-12-02 14:28:24 +00:00
uebayasi
7a06940f80
Don't hardcode the list of MK* variables but use ${_MKVARS.yes} and
...
${_MKVARS.no} provided by bsd.own.mk.
2009-12-02 14:13:12 +00:00
apb
fb5e3559de
There's no point in adding _PKGTOOLS_VER=$(${PKG_CREATE} -V)
...
to any syspkg +BUILD_INFO files, since we don't use the pkg_* tools
to create syspkgs. Also remove the definition of PKG_CREATE
from sets.subr, since nothing uses it now.
2009-12-01 15:49:21 +00:00
uebayasi
6519114ccc
Pass ${TOOL_PKG_CREATE} to scripts for syspkg creation.
2009-12-01 09:11:45 +00:00
snj
b8cfd4e74c
Remove two different explorer@ acknowledgements.
2009-12-01 02:37:07 +00:00
uebayasi
d166c4bf28
Support "extsrc", externally added programs and libraries. Users can write
...
their own reach-overs, cross-build, install, and get set files just like base
and X11 / X.org. (These sets are not included as TNF releases.)
2009-11-30 16:13:22 +00:00
he
c7e9631e11
Add a file to handle m68000 differently from m68k; m68000 doesn't
...
build fdformat.
2009-11-30 07:02:24 +00:00
abs
442fa3d8f5
remove edlabel reference from a commented out line
2009-11-29 20:56:01 +00:00
he
9fc5e76860
Use ${.CURDIR} when referring to a relative source directory.
2009-11-28 22:13:34 +00:00
mbalmer
228477b2fe
Add the xf86-input-elographics driver to i386 builds.
2009-11-28 16:48:25 +00:00
mbalmer
d0bf5c8f87
Link the xf86-input-ws X.Org input driver to the build and add it to the lists
...
that also have the wsmouse driver.
xf86-input-ws adds support for touchpanels in X11 that report absolute position
data through wscons(4), e.g. the extended ums(4) driver. xf86-input-ws was
written by Matthieu Herrb for OpenBSD.
Please remember to also update xsrc before the next system build.
2009-11-28 12:10:24 +00:00
tsutsui
fcf4b7e0c1
Remove fdisk/mbr for macppc which was blindly pulled from OpenBSD.
...
It just fakes MBR partition map which contains 1MB FAT16B partition
and ~1GB OpenBSD partition, and we can always create necessary
MBR partitions for OpenFirmware by the fdisk(8) command itself.
2009-11-27 15:37:32 +00:00
tsutsui
4105ef4a33
Remove unnecessary and never used usr/mdec/mbr from install ramdisk.
2009-11-27 10:23:16 +00:00
tsutsui
64dbdb6579
Don't try installboot(8) if offset of PART_A is not zero.
...
As man page says, installboot(8) is required only OpenFirmware 1 and 2
machines and even on such machines the root partition has to be at the
beginning of the disk to make installboot(8) work.
On OpenFirmware version 3 machines, the strategy provided by
installboot(8) doesn't work, and they need to have an extra
native partition (HFS or FAT16) which can be recognized by
the newer firmware to put a loadable bootloader.
If PART_A has some offset, we can assume the disk is partitioned
for a machine with OF3, which does't require installboot(8).
Eventually, we should provide an independent partitioning method
for OpenFirmware 3 machines (fdisk MBR partition + FAT16 partition
for ofwboot.xcf as OpenBSD does), but it may require some new API
to get OF version in sysinst.
2009-11-23 13:25:02 +00:00
roy
dae79facc9
Hook openresolv into build.
2009-11-21 03:24:30 +00:00
dyoung
de7882afa1
Describe spllower(9) and splraise(9).
2009-11-17 18:36:07 +00:00
snj
a88bca7cce
Argh. Missed another now-unnecessary mhitch@ acknowledgement.
2009-11-15 20:48:34 +00:00
snj
f31c85e46c
Three ad clauses down: one for mhitch@ && is@, and two for mhitch@.
2009-11-15 20:45:36 +00:00
tnozaki
591608f7a5
1. PR/42209 various problems with EBCDIC support in iconv(3)
...
part3: added CP114[0-9] support.
2. fix csmapper name separator.
2009-11-14 01:56:21 +00:00
mishka
5da27c1396
The ippool(5) manpage mentions ippool.conf (which is also more common
...
name for config files) - add it to distribution. Per <hubertf> suggestion.
2009-11-13 09:51:13 +00:00
he
d942b02550
Remove reference to now-moved binutils src directory, it's not needed
...
anymore since strings is commented out and has been for a long time.
... and remove the commented-out strings as well.
2009-11-13 08:20:29 +00:00
nakayama
29ed10d349
Use proper tag ".man" for man files.
2009-11-12 13:17:46 +00:00
macallan
ded0d8dbcb
add entries for the igs driver
2009-11-10 23:14:32 +00:00
snj
9d7eb8e6be
Another acknowledgement down (is@).
2009-11-09 20:54:51 +00:00
njoly
e59aa11092
Obsolete compat libbfd*.a and libbfd.so, following native behaviour.
2009-11-09 15:55:47 +00:00
mrg
d0832255af
update for new libpciaccess
2009-11-09 06:50:15 +00:00
mhitch
65dbb94ed0
The tarfs image in cdhdinstall used to get padded out to an 18KB boundary
...
(the size of the read used to read it) with the alpha-specific image
creation. This got lost when moved to using common routines, so that
burning the cdhdinstall image onto a CDROM resulted in a failure to read
the last block of the tarfs image. Use the provided option to have the
image padded out to the full image size. It's more than actually needed,
but extra isn't likely to cause any problems.
2009-11-09 04:13:23 +00:00
mrg
c53fba5b49
new xkbutils man pages
2009-11-09 00:36:22 +00:00
skrll
32ef3aeee5
Remove references to binutils 2.16 and 2.19 - everything is 2.19 now.
2009-11-08 15:30:21 +00:00
njoly
5ef060dd31
Restrict ncdcs.debug and man pages to MKBINUTILS=yes builds.
2009-11-06 13:36:01 +00:00
is
38a9a9f43c
2nd part of "install kernel -> release" fix, inspired by tsutsui@'s patch
...
to PR 41672.
2009-11-06 13:01:36 +00:00
is
cc125f84ea
Install a.out version of INSTALL kernel in release. Slightly modified
...
from a patch provided by Izumi Tsutsui as response to PR 41672.
2009-11-06 12:31:44 +00:00
dyoung
48e2cd3a62
ncdcs needs to labeled 'binutils' not 'binutils=216', otherwise
...
it's present in the DESTDIR but missing from the flist on binutils
2.19 architectures (today, that is all of the architectures).
2009-11-05 21:11:53 +00:00
dyoung
2e43373a96
Fix MKKMOD=no builds: in sets.subr, if $MKKMOD == no, leave the
...
modules set out of the list of NetBSD set lists, nlists. If
$MKKMOD == no, do not install modules tests.
2009-11-05 17:34:25 +00:00