Commit Graph

13859 Commits

Author SHA1 Message Date
tsutsui b76049b5e9 Add X11R7 X68k server stuff. 2014-03-01 19:46:43 +00:00
dsl bb937bf907 Replace all the libbind9.so.7 with libbind9.so.8.
Hmm... why isn't the list of 32bit compat libs based on the normal list?
2014-03-01 15:41:00 +00:00
christos 4ae39b5fdc bump bind libraries 2014-03-01 03:28:06 +00:00
matt 610fda19da Split ARMv6 and ARMv7 kernels.
Handle armeb properly.
Add CUBIEBOARD
2014-03-01 01:53:36 +00:00
matt 279db79088 TARGETS -> ARCH_TARGETS 2014-03-01 01:52:13 +00:00
skrll 1e41b26996 Bump IMAGESIZE 2014-02-28 09:50:48 +00:00
martin 778a834ff6 Mark two gcc-4.8-only files as such (while the directories they live in
are only dependend on "compat" for now - sigh)
2014-02-28 09:31:17 +00:00
joerg 45ad289cdd Use gcc,compat, directory creation only depends on the MKCOMPAT switch. 2014-02-27 15:56:12 +00:00
isaki 0f8a3551c1 Increase the image size to 1600KB. 2014-02-27 09:13:20 +00:00
martin 0e1ee3bc54 Fix obvious copy&pasto 2014-02-25 14:05:35 +00:00
joerg fe94801223 Fix compat entries. 2014-02-24 21:14:13 +00:00
ozaki-r 4c90c2b202 Add myself 2014-02-24 11:56:01 +00:00
skrll 6d3ceb1d61 Rename NetBSD/hp700 to NetBSD/hppa.
Unfortunately our VCS isn't very helpful here.
2014-02-24 07:23:38 +00:00
jdc c2a0934238 Add the tsciic manual pages to the sets lists. 2014-02-21 12:26:40 +00:00
tsutsui b2183d3ee1 Add dhcpcd(8) to luna68k sysinst. Also bump ramdisk size. 2014-02-20 14:30:23 +00:00
tsutsui 2bfe408bb8 Improve luna68k md part of sysinst.
- setup a boot UFS partition and install native bootloader
- add messages how to setup NVRAM variables for firmware to load bootloader
- enable swap on <= 32MB machines
2014-02-19 12:14:40 +00:00
dsl 63b89b358b Unobsolete fpu.h 2014-02-18 22:03:52 +00:00
christos 6255e66148 bump sqlite3 2014-02-16 18:19:10 +00:00
tsutsui bde3bdd586 Use msg_display(3) rather than printf(3) to print dobootblk messages.
The latter won't show any characters on the sysinst screen
and other ports have used the former.
2014-02-15 19:45:43 +00:00
tsutsui b5686ed1fa Put a bootloader binary into install ramdisk.
sysinst support will come soon.
2014-02-15 18:41:20 +00:00
dsl ec9cf4df7b If MAKEVERBOSE < 2 remove the -v from pax command lines. 2014-02-15 09:43:02 +00:00
dsl 6609905aac Mark i386/npx.h obsolete.
I'd forgotten it was released here as well.
2014-02-13 17:42:24 +00:00
dsl e405c62563 Change i386 to use x86/fpu.c instead of i386/isa/npx.c
This changes the trap10 and trap13 code to call directly into fpu.c,
  removing all the code for T_ARITHTRAP, T_XMM and T_FPUNDA from i386/trap.c
Not all of the code thate appeared to handle fpu traps was ever called!
Most of the changes just replace the include of machine/npx.h with x86/fpu.h
  (or remove it entirely).
2014-02-12 23:24:09 +00:00
dsl fbb90a6bbe Add x86/fpu.h
Nothing in i386 uses it yet, but it ends up in destdir so it has to be
released.
2014-02-11 22:48:25 +00:00
dsl 742d777c6d Move sys/arch/amd64/amd64/fpu.c and sys/arch/amd64/include/fpu.h
into sys/arch/x86 in preparation for using the same code for i386.
2014-02-11 20:17:16 +00:00
pedro 6ef01c7afe add myself 2014-02-10 06:36:53 +00:00
jmmv c973eabc21 Update file lists for atf 0.19.
This has been tested with both MKKYUA=no (the default) and MKKYUA=yes, as
well as with a non-clean tree and a clean build.  Hopefully I got the
details right... but they were tricky!
2014-02-08 19:17:42 +00:00
maxv 472e7df239 add myself 2014-02-08 15:50:29 +00:00
dsl f2491100df Add cpu_extended_state.h 2014-02-07 23:18:04 +00:00
christos d5946430b1 bump 2014-02-06 18:36:15 +00:00
njoly a935b103a7 Handle another declaration after statement case for lint in c99 mode.
Add the corresponding testcase.
2014-02-04 08:08:59 +00:00
matt 53a841187b Pass DBG to crunchgen so it can get into the created mk file. 2014-02-01 21:05:54 +00:00
jmmv 2d5468b007 Add missing Kyuafile for usr.bin/vmstat tests. 2014-02-01 20:49:11 +00:00
nakayama c7c583d9f6 Make sljit usable on sparc64 32-bit kernels. 2014-02-01 17:01:35 +00:00
christos 9f504665aa bump libc for ___lwp_park60 2014-01-31 20:48:49 +00:00
tsutsui f6b1443bfc Update md.ews4800mips list for xorg-server 1.9.2 merge. 2014-01-31 18:13:39 +00:00
joerg 048981b58c Add test for uint64 to real long double conversion. 2014-01-30 15:04:04 +00:00
wiz 87bc762a20 Install a pkg-config file for zlib. 2014-01-30 06:49:16 +00:00
joerg 51553b2f99 Update for libgcc->libgcc_eh change. 2014-01-29 22:35:52 +00:00
matt 450037c90f HAVE_GDB can trigger a false positive if MKGDB=no so add a check for it
like we do for HAVE_GCC.
2014-01-28 02:54:02 +00:00
apb a452d8c9e2 Pass the -n flag to gzip invocations.
This prevents it from embedding a timestamp in the output.  We pass
"-n" unconditionally, not conditional on MKREPRO, because many other
invocations of gzip already passed the -n flag unconditionally.
2014-01-27 21:37:17 +00:00
apb 36ef98548b Use ${TOOL_GZIP} instead of just gzip in all Makefiles
outside */dist/* subdirectories.

When USE_PIGZGZIP=yes, bsd.own.mk sets TOOL_GZIP=${TOOL_PIGZ},
so there's no need to test USE_PIGZGZIP in these Makefiles.
2014-01-27 08:18:07 +00:00
joerg e20abf3ab1 Adjust trigger variable for unwind.h to follow changes in libc. 2014-01-26 21:33:53 +00:00
apb b2a05dedfc For MKREPRO, remove the "%%CreationDate:" comment line from
PostScript output files.
2014-01-26 17:00:03 +00:00
wiedi 2af5363596 add myself 2014-01-25 18:03:10 +00:00
martin e735759761 Slightly bump ramdisk size, so the content fits even when compiled with
gcc 4.8 (usually binaries are smaller or same size, this increase is
strange)
2014-01-24 12:19:10 +00:00
christos 602665c71e add missing library 2014-01-24 01:10:22 +00:00
christos ebf25783a1 add debuglibs 2014-01-24 01:09:59 +00:00
christos 59c0cfef13 fix typo 2014-01-24 01:09:40 +00:00
szptvlfn 555f4359cf + szptvlfn. 2014-01-23 22:52:15 +00:00
apb 9c0097bee2 Remove time= keywords from METALOG.sanitised.
The times add unnecessary differences to the DESTDIR trees for MKREPRO
builds, and they are not needed by anything.  (maketars, the chief
consumer of METALOG.sanitised, explicitly ignores the time fields.)

Also factor out some duplicated code and update comments.
2014-01-23 21:45:27 +00:00
spz 8797028bc7 - make etc/rc.d/wpa_supplicant create directory /var/run/wpa_supplicant
on startup
- create share/examples/wpa_supplicant/wpa_supplicant.conf and make it
  known in the relevant places. Improvements welcome, my point was
  ctrl_interface and "you seriously want this"
2014-01-23 07:26:50 +00:00
tsutsui 26ffaf0582 Add dhcpcd(8) to alpha's INSTALL ramdisk. 2014-01-22 11:48:59 +00:00
christos 6db2d8666d Revert Makefile changes. 2014-01-22 01:03:09 +00:00
christos dbc15d6fe0 don't include bsd.files.mk here, it is intended as a fragment 2014-01-22 00:52:56 +00:00
christos b66286dcc0 include distrib Makefile last 2014-01-22 00:51:38 +00:00
christos 13d8b262bf include distrib Makefile last. 2014-01-22 00:49:46 +00:00
christos 35da150142 put distrib Makefile last 2014-01-22 00:28:35 +00:00
christos 1f8529dbd0 Move the distrib Makefile last so we get a chance to define variables 2014-01-22 00:27:36 +00:00
christos 5fecac9d05 Makefile.distrib includes <bsd.files.mk> so put it last to make the uue
rules to work.
2014-01-21 20:12:54 +00:00
matt 73db293c7b Add debug entries for libc++
Make libgcc_s depend on gcc
2014-01-21 16:38:29 +00:00
mlelstv 45ab26459f Add igmafb man page. 2014-01-21 16:12:56 +00:00
christos de74184385 fix typo 2014-01-20 02:34:20 +00:00
christos 34dcf807f4 add missing. 2014-01-20 02:32:57 +00:00
pgoyette 6acb765790 Update sets lists for new h_sha1hmac test program. 2014-01-17 22:34:36 +00:00
hkenken 5bb74448c5 added myself 2014-01-17 00:19:25 +00:00
riz b9ad97b5d5 Finish updating set lists for libc minor bump. 2014-01-17 00:13:13 +00:00
riz 8de7db405d Update setlists for libc minor bump. 2014-01-17 00:00:05 +00:00
christos 56967680aa Add man pages for {v,}{err,warn}c 2014-01-16 17:30:33 +00:00
pgoyette 67970fce83 Add new file bsd.host.mk to sets list to unbreak the build.
(hello, christos!)
2014-01-16 14:46:36 +00:00
pooka b5108f448c Add rump_wmd, a utility to resolve rump kernel component dependencies. 2014-01-16 01:54:47 +00:00
christos 2b043c75b6 eliminate use of bsd.sys.mk from Makefiles 2014-01-16 01:15:32 +00:00
pgoyette e16dfaa3bb Add debug entries for new opencrypto tests 2014-01-15 15:01:24 +00:00
martin b3fae40fcb Obsolete /usr/tests/opencrypto 2014-01-15 10:23:32 +00:00
christos 5fd5e5c76c new bsd.syscall.mk 2014-01-14 18:52:19 +00:00
pgoyette 4f15d5454c Update sets list for new opencrypto test suite 2014-01-14 17:53:02 +00:00
pgoyette 5119c47a4e Update sets lists for new rump opencrypto library 2014-01-14 17:18:43 +00:00
christos f8e313ca14 bump openssl libraries 2014-01-11 18:38:00 +00:00
matt 4363eb2a4c Build BE ramdisks for BE MACHINE_ARCH's 2014-01-09 22:48:16 +00:00
christos aa302f4be1 add new resolv.conf file 2014-01-09 02:18:55 +00:00
christos 52907fd50f bump libc for ptsname_r 2014-01-08 12:30:27 +00:00
christos 184ec92de6 add ptsname_r 2014-01-08 02:19:12 +00:00
gson 26125ae798 Add some minimal tests of vmstat(1), to serve as regression tests
for PR bin/44518.
2014-01-07 16:47:13 +00:00
christos 1b05a7d034 PR/46182: Andreas Gustafsson: Make all files ending in [.-]sh executable.
The perfect is the enemy of the good.
2014-01-07 13:32:38 +00:00
pho 425d8c4c9a Add pho@ to NetBSD Developers. 2014-01-07 04:46:02 +00:00
gson e54ff2dc1b Make t_hostent test cases that query the DNS work on systems with no
Internet connectivity, by hijacking DNS queries and /etc/resolv.conf
accesses using librumphijack and providing a minimal DNS server to
answer the queries.
2014-01-06 14:50:32 +00:00
apb 9ba6d9ccb0 Add "cdroms" to the SUBDIR list for src/distrib/ews4800mips. 2014-01-06 11:03:25 +00:00
joerg 6d322f2f45 Update LLVM family to 3.5svn r198450. Interesting changes include:
- Improvements in the SPARC64 support
- ARM backend can almost build a full NetBSD/EABI system with the
  integrated assembler
- PowerPC grows disassembler support
- LLD supports copy relocation, beginning of MIPS backend
- New diagnostic for use of bool expression as size_t argument for
  strncmp and friends
2014-01-05 16:38:05 +00:00
tho 95dca9d5ae Add myself 2014-01-02 22:22:18 +00:00
tho 6effffb038 Fix a few "share" flags
. Add missing "share" flag on usr/share/examples/npf files.
. Drop "share" for directories in examples/{libsaslc,npf,tmux}. This is how it
  is done for other directories in usr/share.

This fixes checkflist with MKSHARE=no.

ok christos@.
2014-01-02 18:04:28 +00:00
tho f2050dfc52 Drop superflous "picinstall" flag on "obsolete" items
Reported by apb@, thanks!
2014-01-02 16:46:40 +00:00
tho 8c14c7a552 Mark all _pic.a archive files with the 'picinstall' flag.
This fixes checkflist with MKPICINSTALL=no.

ok christos@.
2014-01-02 12:54:36 +00:00
pgoyette 0e7bb6c6cc Re-sort, and update md.evbppc for new crypto modules 2014-01-01 16:27:10 +00:00
pgoyette 573613f06b Add new modules for opencrypto 2014-01-01 16:06:35 +00:00
pgoyette 06537b934f Add new crypto algorithm modules to sets list 2014-01-01 15:22:33 +00:00
christos b1aa753774 bump libisc for new bind 2013-12-31 20:26:17 +00:00
kiyohara fa3413d91e Add ccd, cgd, dk_subr and zlib. 2013-12-30 14:17:54 +00:00
rkujawa d844050dd3 Note ACA500 support. 2013-12-29 18:11:15 +00:00
pgoyette 9e1a16ff38 Add new zlib module 2013-12-29 08:10:14 +00:00
pgoyette 9b1e967cfc Add entries for new ccd module 2013-12-28 19:46:00 +00:00
pgoyette 61a025d95b Update sets lists for new modules. 2013-12-28 19:25:46 +00:00
mrg 418eb52816 actually fix the previous change as desired. 2013-12-28 14:13:40 +00:00
mrg d89324ae0d add new ntp docs. 2013-12-28 14:08:31 +00:00
christos 35708350d1 add new ntp man pages. 2013-12-28 03:27:01 +00:00
rjs d63e9ca599 Only build shmif_dumpbus when rump is available. 2013-12-28 02:32:01 +00:00
apb a5d67b01f7 Remove empty directory /usr/share/zoneinfo/Mideast.
The files that used to be in this directory were removed in tzdata2013i.
2013-12-26 20:14:38 +00:00
apb 6a278d918a Mark usr/share/zoneinfo/{Asia,Mideast}/Riyadh{87,88,89} as obsolete.
These solar time zones were removed in tzdata2013i.
2013-12-26 17:12:55 +00:00
christos 2800f4c17f add smbutil 2013-12-25 22:08:24 +00:00
rkujawa 16c08e0786 Add acafh(4) to man dist list. 2013-12-24 12:09:19 +00:00
christos 73e8f5b689 refer to our own h_errno so we don't fetch the libc one 2013-12-21 20:10:02 +00:00
rmind 0ec95f7a47 Add a man page for shm_open(3) and shm_unlink(3). Obtained from FreeBSD,
with various modifications.
2013-12-19 19:40:08 +00:00
pooka c0dbaf1358 install rumperr.h 2013-12-18 20:14:02 +00:00
njoly 357f21b477 Add a few missing xorg drivers debug entries. And while here kill some
duplicated lines.
2013-12-17 13:44:59 +00:00
njoly 95fdd71787 Do not remove luacore entries, mark them as obsolete instead. 2013-12-17 08:46:37 +00:00
lneto 1c57b8e8aa renamed luacore to luasystm 2013-12-16 23:54:26 +00:00
mrg 5c35f0bcf2 it's called netbsd-INSTALL64.gz for pmax64. 2013-12-13 10:27:56 +00:00
joerg aceb213538 Allow kernel code to access constant databases by moving cdbr(3) and the
required mi_vector_hash(3) into src/common.
2013-12-11 01:24:08 +00:00
riz 9d05585a8d Fix the build setlists for MKLINT=yes + MKRUMP=yes 2013-12-10 01:09:31 +00:00
martin 5a653d813b Add a tmpfs for /var/shm on machines with more than 16MB ram to the created
/etc/fstab.
2013-12-07 20:40:42 +00:00
martin 1b1205ff08 Remove duplicated line for /etc/fstab in file list 2013-12-07 19:42:36 +00:00
mrg 356bfbf48a fix mips64 sets for GCC 4.8. 2013-12-06 14:01:12 +00:00
njoly fd4071c953 +SIMPLEQ_LAST.0 2013-12-03 16:13:49 +00:00
martin eabaad824f Add a /var/shm directory (to be used for shm_open and friends) 2013-12-01 09:13:54 +00:00
skrll b3ef5c8ff0 unwind-arm-common.h is EABI specific. Mark it as such. 2013-11-30 13:23:57 +00:00
nakayama 605add88bb nvi has moved. 2013-11-30 08:27:17 +00:00
nakayama 1042b8dfbe pppd has moved. 2013-11-30 08:19:30 +00:00
joerg 8538f58f23 Move <dynarray> and <optional> into experimental. 2013-11-28 13:47:29 +00:00
skrll a47f2be0b8 Put console=fb back as autodetect is bunged up. 2013-11-28 13:39:18 +00:00
martin 3b42ee479e Backout previous - it was apparently untested and breaks the build. The
commit message did not mention any reasons for the bump either.
2013-11-27 19:54:10 +00:00
christos 2346c5d0bb forgot the SAFE versions for LIST 2013-11-27 17:28:39 +00:00
christos d1b5b7519f add missing queue.h pages. 2013-11-27 16:36:54 +00:00
mbalmer c5ca2f5d1e obsolete CIRCLEQ man pages 2013-11-26 09:35:32 +00:00
christos cfb58cd36d Bye CIRCLEQ 2013-11-26 01:36:07 +00:00
skrll bc409d7b58 Fix /dev population of the evbarm images by using MAKEDEV -s and appending
to the mtree spec file passed to makefs.
2013-11-22 11:13:54 +00:00
joerg f63f9867dd Add cbrtl(3) and sqrtl(3), from FreeBSD. 2013-11-19 19:24:33 +00:00
kiyohara 1fc0e558b2 Add smsc to ibm4xx and booke. 2013-11-19 12:07:06 +00:00
bad 0e35e79f53 ubsec is not a MI buildable module. disable it for now. 2013-11-18 16:23:47 +00:00
alnsn 870a203eea Build and install sljit.kmod and bpfjit.kmod iff ${MKSLJIT} != "no". 2013-11-17 18:58:28 +00:00
bad 456912e1a9 Make ubsec(4) loadable as kmod. 2013-11-17 17:16:24 +00:00
alnsn 5345f80ec7 Enable sljit and bpfjit on powerpc. 2013-11-17 14:34:11 +00:00
skrll e516de1ff2 Build a module for usmsc(4). 2013-11-16 16:59:03 +00:00
alnsn def19d8993 Build and install sljit and bpfjit rump components iff ${MKSLJIT} != "no". 2013-11-16 13:01:38 +00:00
rmind 6e88b59054 Build rumpkern_sljit and rumpnet_bpfjit; include them into the sets. 2013-11-16 01:39:17 +00:00
mrg 52b710c4ba update gcc 4.8 support for 4.8.1 -> 4.8.2. 2013-11-15 08:42:18 +00:00
martin 591a8c0745 On sparc64: create additional "marker" object files, that can be used by the
compiler to encode the used code model in binaries.
2013-11-14 12:19:34 +00:00
joerg bc2f32b2d9 truncl(3) 2013-11-13 22:09:55 +00:00
mbalmer 853a3f512e Document syslog(3lua). 2013-11-13 20:55:08 +00:00
mbalmer d84d598888 Add the syslog(3) Lua binding to the build. 2013-11-13 09:49:08 +00:00
htodd d1624fe394 Add debug file for hals_end. 2013-11-12 23:39:58 +00:00
pettai 54844dd551 Added zless(1) - comes in the lastest version of zmore(1) from OpenBSD
(OKed by tron@)
2013-11-12 21:58:37 +00:00