| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-01 | Add BE version of cubieboard. Plus hf too. And hf for BCM5301X. | matt | |
| 2014-02-28 | There are no powerpc64 in evbppc currently. | matt | |
| 2014-02-24 | Rename NetBSD/hp700 to NetBSD/hppa. | skrll | |
| Unfortunately our VCS isn't very helpful here. | |||
| 2014-02-08 | Adjust directories for atf 0.19 import. | jmmv | |
| 2014-01-27 | Pass the -n flag to gzip invocations. | apb | |
| 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 | Use ${TOOL_GZIP} instead of just gzip in all Makefiles | apb | |
| 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-26 | Add BUILDSEED to RELEASEVARS. | apb | |
| 2014-01-26 | Add MKREPRO and MKARZERO to the list of variables in RELEASEVARS. | apb | |
| 2014-01-24 | Add raid disk nodes for the install images | martin | |
| 2014-01-23 | - make etc/rc.d/wpa_supplicant create directory /var/run/wpa_supplicant | spz | |
| 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-22 | Create a bpf(4) device node on ramdisk for DHCP client. | tsutsui | |
| 2014-01-16 | eliminate use of bsd.sys.mk from Makefiles | christos | |
| 2014-01-15 | Backout previous, now that the makefile glitch causing population of | martin | |
| the tests/opencrypto directory has been fixed | |||
| 2014-01-15 | Add usr/tests/opencrypto | martin | |
| 2014-01-14 | Create new directory for the opencrypto tests | pgoyette | |
| 2014-01-14 | Don't try to use server-specific "restrict" settings; | apb | |
| they do not work when the server is specified by domain name and the name is associated with multiple IP addresses. This also means that uncommenting "restrict default ignore" will not work, so remove the comments suggesting that. Also edit some other comments. | |||
| 2014-01-07 | Add some minimal tests of vmstat(1), to serve as regression tests | gson | |
| for PR bin/44518. | |||
| 2014-01-06 | Another comment change, missed in previous commit. | apb | |
| 2014-01-06 | Attempt to improve comments about how to choose servers, | apb | |
| and about what "tos minsane" does. | |||
| 2014-01-06 | Add several "restrict" lines to the default ntp.conf, with comments. | apb | |
| 2014-01-05 | Update LLVM family to 3.5svn r198450. Interesting changes include: | joerg | |
| - 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 | |||
| 2013-12-28 | put a comment for mode7 | christos | |
| 2013-12-26 | Remove empty directory /usr/share/zoneinfo/Mideast. | apb | |
| The files that used to be in this directory were removed in tzdata2013i. | |||
| 2013-12-22 | Fix _crunch entries, which accidentally got changed from compression | dholland | |
| operations to decompression operations nearly two years ago. They are used only by catman(8), which we don't run any more, but they ought to be correct anyway. | |||
| 2013-12-01 | Add a /var/shm directory (to be used for shm_open and friends) | martin | |
| 2013-11-28 | + /usr/include/c++/experimental | joerg | |
| 2013-11-24 | Replace the comment on this file. It appears to date back to CSRG days | dholland | |
| and in particular was clearly last edited before nsswitch.conf existed. | |||
| 2013-11-06 | Introduce a variable for security.conf, default empty, to list users | spz | |
| whose home is (allowed to be) owned by another user. It's a separate variable and not just check_passwd_permit_dups so I can make security shut up about my uucp users. Fixes the second half of PR misc/36063 | |||
| 2013-11-06 | having more than one line with the same group name and gid is not only | spz | |
| allowed, it's even recommended for groups with lots of members, so do not warn about duplicate group name lines if the gid is the same | |||
| 2013-11-06 | add g++ subdirs for GCC 4.8. | mrg | |
| 2013-11-01 | HOST_SH is defined in bsd.sys.mk, so we need to include that | apb | |
| as well as bsd.own.mk. Revert previous use of ${HOST_SH:Ush}. | |||
| 2013-11-01 | If HOST_SH is not defined, use sh to parse osrelease.sh | martin | |
| 2013-11-01 | Reinstate .include <bsd.own.mk>. Without this, many variables are undefined. | apb | |
| Define DISTRIBVER in the same way that src/etc/Makefile defines it. Without this, "make params" in src/Makefile uses an undefined value. Remove a spurious ">&3". | |||
| 2013-10-30 | Instead of stupid postprocessor tricks, use redirect tricks | apb | |
| to ensure that the output from ${PRINT_PARAMS} contains only the desired information without any debugging noise. | |||
| 2013-10-30 | add ./usr/include/gcc-4.8 directory to the build. | mrg | |
| 2013-10-28 | create a lua device node for lua(4) and luactl(8) | mbalmer | |
| 2013-10-25 | add 3l/3lua and 9l/9lua man page sections | mbalmer | |
| 2013-10-25 | define a place for Lua man pages | mbalmer | |
| 2013-10-25 | _build rule for man pages with a .<number><letters> extension (.3tcl, .3am, ↵ | mbalmer | |
| .3lua, etc.) | |||
| 2013-10-24 | add new g++ directories | christos | |
| 2013-10-19 | add missing chroot directories for rtadvd | mlelstv | |
| 2013-10-18 | Add HAVE_LLVM/HAVE_PCC, MKLLVM/MKPCC to RELEASEVARS. | njoly | |
| 2013-10-16 | silence is golden | christos | |
| 2013-10-15 | Add sysmon (required for the envsys framework). | jdc | |
| 2013-09-12 | wait until our local address is available before configuring. | christos | |
| 2013-09-08 | Add CUBIEBOARD | matt | |
| 2013-09-08 | Add defaults for pkg_info and pkg_admin variables in case pkgpath.conf | prlw1 | |
| is not installed. | |||
| 2013-08-22 | Re-add "/usr/include/gcc-4.1". It is only obsolete on ports that use | tron | |
| GCC 4.5.x. Explanation provided by Thomas Klausner in private e-mail. | |||
| 2013-08-21 | Remove more obsolete directories: | tron | |
| - /usr/include/gcc-4.1 - /usr/share/locale/no_NO.ISO8859-1 - /usr/share/locale/no_NO.ISO8859-1/LC_MESSAGES | |||
| 2013-08-21 | Remove obsolete directories "/usr/share/locale/no_NO.ISO8859-15" and | tron | |
| "/usr/share/locale/no_NO.ISO8859-15/LC_MESSAGES". | |||
