Commit Graph

13983 Commits

Author SHA1 Message Date
martin 9ce5f7726e Add a test case for PR kern/48787. 2014-05-10 14:15:25 +00:00
uebayasi 413d532bcc Minimal execve(2) ATF test. 2014-04-29 06:29:02 +00:00
abs 2678a1c767 Fix MKPAM=no build 2014-04-25 12:11:27 +00:00
pooka 0159a35e80 obsolete the installed <rump/scsitest.h> header and make it private
to tests/dev/scsipi
2014-04-25 00:24:39 +00:00
pooka 8fa17e4756 scsitest is a SCSI target emulator used by one test, and has little
reason to get installed.  Make the component private to the test using
it and obsolete the installed one.

IOW, rename sys/rump/dev/lib/libscsitest -> tests/dev/scsipi/libscsitest
2014-04-24 21:46:44 +00:00
kardel 04f5544c2e install bcmgpio.4 for evbarm arch 2014-04-23 07:04:01 +00:00
kardel 511648e509 add a driver for BCM2835 obio gpio 2014-04-22 18:51:35 +00:00
christos 36a92b0a64 Kill lint libraries we don't (or can't yet) produce 2014-04-22 15:27:50 +00:00
christos 722e1fac67 fix sparc debug sets 2014-04-21 19:26:56 +00:00
joerg 09f7b6d69d /usr/include/g++/bits/${CONFIG} directories are created independent of
MKGCC, so fix file lists.
2014-04-21 00:17:50 +00:00
abs a260d75005 Mark /rescue/ldconfig as 'pic' only to enable building static releases (NOPIC=).
Only MKX11=no tested.
2014-04-20 13:41:21 +00:00
pgoyette 282ceca326 Reference the correct test file name...
Hello again, xtos!
2014-04-17 23:15:27 +00:00
christos a20e9a10c9 add new lint tests 2014-04-17 18:37:07 +00:00
htodd c33d0dd3ae Add getaddrinfo.debug to lists. 2014-04-16 00:41:07 +00:00
ginsbach 42bc9b7b73 Hook getaddrinfo(1) into the build. Hi riastradh! 2014-04-15 22:09:27 +00:00
skrll 85857b7e96 The ctf tools are controlled by MKCTF now. Mark the debug files
accordingly.
2014-04-13 17:13:27 +00:00
snj f45011fb30 NetBSD.org police. 2014-04-12 18:30:39 +00:00
asau dd8566755f Mark /lib/libnpf.so as a part of NPF to fix builds without NPF (MKNPF=no). 2014-04-10 22:11:57 +00:00
pooka ef453332be add aio driver as rump kernel component 2014-04-10 00:09:08 +00:00
christos 020a8485e4 add stp*cpy tests. 2014-04-06 19:51:39 +00:00
kardel a845bf81d9 add Microchip MCP23S17 GPIO driver
(via SPI interface)
2014-04-06 17:59:39 +00:00
christos b862878222 merge more, and add an i386 image 2014-04-04 16:45:51 +00:00
christos 9926e61998 now that fdisk has optional arguments, don't pass -1 2014-04-03 22:51:38 +00:00
riastradh ed2e9169d8 Update reachover makefiles and set lists for xf86-video-intel 2.21.15. 2014-04-03 02:51:19 +00:00
ozaki-r 66441ce925 Include evbarm.conf as same as other conf files
evbarm.conf ensures ${mnt}/boot exists so that it avoids the error:
  /home/builds/ab/HEAD/src/distrib/utils/embedded/mkimage: cannot create \
  /tmp/mkimage.24444a/mnt/boot/cmdline.txt: directory nonexistent
2014-04-03 01:36:20 +00:00
riastradh 93797f6cf7 Install compositeext.h and shmint.h from X.org. 2014-04-02 01:22:11 +00:00
christos 681726d876 add kvno 2014-04-01 21:40:46 +00:00
martin 2f8231a7ba Add two missing include files 2014-04-01 19:13:31 +00:00
martin e1fb7646e5 Do not set MDSET_RELEASEDIR - need to revisit 2014-04-01 14:06:38 +00:00
christos 652c754390 remove swap; these days x86 machines don't need it. 2014-03-31 18:18:45 +00:00
christos 1ccc28a220 provide a -r rootdev option to handle the wd/sd/ld lossage. 2014-03-31 18:18:29 +00:00
christos 08207c1137 these changes produce a bootable system under qemu, but its root is trashed. 2014-03-31 17:05:03 +00:00
christos b87f017469 Add preliminary support for creating x86 usb sticks with mkimage.
This is untested, and just a checkpoint of the work. Image looks
ok, but I have not tried if it boots.
2014-03-31 16:20:48 +00:00
martin aad6ef8bb5 Bring back the playstation2 port - now that a toolchain for it is
available again.
2014-03-31 11:25:47 +00:00
adam 22b703c4c2 Fix for /usr/include/g++/bits directory, which is only for MKGCC=yes 2014-03-29 20:22:16 +00:00
hsuenaga 99b1ffd423 Added myself, hsuenaga 2014-03-28 08:24:06 +00:00
apb 594d9bd67e Use calloc instead of malloc + memset. This fixes a bug
in which the wrong size was passed to memset.
2014-03-27 16:34:37 +00:00
ozaki-r 1339b2cc13 Add MKCTF
This variable separates CTF stuffs from MKDTRACE; we can build DTrace
solely without building and using them. This allows us to use DTrace
even if CTF stuffs have problems (actually they have now).

This variable would be merged into MKDTRACE eventually, once CTF stuffs
work correctly again.
2014-03-25 09:52:55 +00:00
hannken f3cf481632 - Make VI_XLOCK, VI_CLEAN and VI_LOCKSHARE private to kern/vfs_*.c.
- Make vwait() static.
- Add  vdead_check() to check a vnode for being or becoming dead.

Discussed on tech-kern.

Welcome to 6.99.38
2014-03-24 13:42:40 +00:00
njoly 7c7fa700e5 Add a few xorg lint libraries. 2014-03-22 13:40:55 +00:00
skrll 532f35877f Add mtsleep(9) and a description of how it, tsleep(9), and wakeup(9)
should all be replaced with condvar(9).

While here clear out the lock(9) reference(s) and the obsoleted example.

Based on misc/48671
2014-03-22 11:24:35 +00:00
christos ad99e7817d bump libssl 2014-03-21 17:00:18 +00:00
wiz ba2e1ecb62 Fix simplelock entry. 2014-03-21 13:30:39 +00:00
martin 2f7cf5b01f Add libpthread-stubs_g.a 2014-03-21 12:30:00 +00:00
riastradh 5e5d46fece Update libfreetype debug data version. Hi mrg! 2014-03-20 15:20:44 +00:00
mrg ac142a8081 merge freetype 2.5.3. 2014-03-20 08:57:48 +00:00
skrll 8cb3822189 simplelock.h is no longer used. 2014-03-20 06:50:54 +00:00
nonaka c3077021ad Add a driver for Realtek RTS5209/RTS5229 Card Reader.
Ported from OpenBSD.
2014-03-19 15:26:41 +00:00
hannken b349ee43ab Operations vmark(), vunmark() and vismarker() have been replaced by
vfs_vnode_iterator_*(), remove them.

Document vfs_vnode_iterator_*().

Make VI_MARKER private to vfs_vnode.c, vfs_mount.c and unfortunately
to ufs/lfs/lfs_segment.c.

Welcome to 6.99.37
2014-03-18 10:21:47 +00:00
mrg 5fedc2df63 updates for libdrm 2.4.52. 2014-03-17 08:11:32 +00:00
mrg 6f16f8b83f merge libxcb 1.10 and libpthread-stubs build.
update the libxcb generated files.
2014-03-17 07:25:34 +00:00
mrg 2c51d1ae0f merge xtrans 1.3.3 (deletes Xtranstli.c -- so sad, bye bye.) 2014-03-17 01:09:07 +00:00
mrg c23d29ea55 updates for libX11 1.6.2, dri3proto and presentproto, and fix
the libXrender build.
2014-03-16 23:25:15 +00:00
joerg 8512c71356 Bump INSTALL ramdisk size slightly to allow building with DBG=-g. 2014-03-16 13:37:36 +00:00
martin 8ada782766 Add umcs(4) 2014-03-16 09:28:43 +00:00
pooka 519e5d9ffc + rumpkern_time 2014-03-14 01:05:57 +00:00
nat 00def356cf Add myself. 2014-03-13 03:34:00 +00:00
njoly b2c88113da Add a few dwarf/elf cat pages. Sort list. 2014-03-12 12:26:40 +00:00
christos 2c78a050a7 fix libelf.so sets 2014-03-11 01:38:15 +00:00
martin 1484d21b0b Fix compat libelf version numbers 2014-03-10 13:19:53 +00:00
martin e54f44c728 Fix compat libelf version 2014-03-10 08:45:30 +00:00
htodd ac4d595faa Fixing sets. Adding dwarf/elf man pages and fixing library versions. 2014-03-10 00:23:22 +00:00
htodd ddd98b33bf Fix typo in library version. 2014-03-09 20:35:30 +00:00
christos e7afef90f3 bump libelf and libdwarf 2014-03-09 18:12:57 +00:00
matt db3aaf6ec5 Update for MKCOMPAT=yes 2014-03-07 05:50:41 +00:00
skrll 5c4082b335 Repeat after me... don't delete entries mark them obsolete. 2014-03-06 12:17:11 +00:00
martin 17aac1395e It is md.${MACHINE}.${MACHINE_ARCH} 2014-03-05 08:23:16 +00:00
martin f53fda53b2 Rename md.evbppc to md.evbppc-powerpc, to separate it from the evbppc64
one (which is nonexistant for now).
2014-03-04 11:53:48 +00:00
joerg 25dea22938 Pass down TOOL_STAT here as well. 2014-03-03 19:14:00 +00:00
pooka 98974ef8eb add man page for rumpfs 2014-03-03 18:27:20 +00:00
skrll 2b310a0c9d Restore the hp700 file entries and mark them obsolete.
Don't mark any hppa files obsolete - delete them.
2014-03-03 13:54:43 +00:00
ozaki-r fd90b32458 Add micphy 2014-03-03 02:10:24 +00:00
joerg eb64341606 Bump sshramdisk size to 3800k, reserve 4MB in the install kernel. 2014-03-02 13:25:43 +00:00
joerg e216bba83c Clang needs a slightly larger MD image, so bump the size to 2300k. 2014-03-02 13:24:38 +00:00
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