Commit Graph

4312 Commits

Author SHA1 Message Date
pooka
bfc769e859 debug entries are sacred too 2010-11-04 13:24:26 +00:00
pgoyette
2ce20f6d94 Remove lib/libc/stdio - no longer anything in there. 2010-11-04 13:01:42 +00:00
pooka
90989e51c9 + tests/lib/libc/stdio 2010-11-04 11:50:27 +00:00
christos
1197565d44 add otus 2010-11-03 21:46:36 +00:00
joerg
6960a12118 Install XZ's header files. 2010-11-02 19:12:46 +00:00
christos
29f0bfc6b2 From Anon Ymous:
Send the SIGALRM to the correct process when we timeout. See the note
in src/etc/rc regarding RC_PID.

The former code would leave you with a root shell when the prompt
timed out (if the tty is marked secure) while continuing the boot
process in another shell.  This was easily hidden if you started
xdm(1) at boot, while the root shell remains on another tty
(accessible with CTL-ALT-F1).
2010-11-01 14:42:08 +00:00
christos
a8684509ca add a cgd_stop function 2010-11-01 14:41:11 +00:00
mbalmer
aa94cc597c Link Lua to the build and add the resulting files to the distribution sets.
Document the addition of Lua and the change we made to the default settings.
2010-10-31 11:52:50 +00:00
macallan
3f7245fde9 adapt to how backlight control is supposed to work - just flip the switch and
we don't need to save the brightness level
2010-10-28 02:06:02 +00:00
jmmv
fc81f1bd0c Adjust file lists and directories to match atf 0.11. 2010-10-20 09:22:32 +00:00
kiyohara
c0bd6c34f8 Create installation/floppy directory. 2010-10-17 10:56:48 +00:00
kiyohara
6cd4de0c46 Add bktr.
Remove mms, lms.
2010-10-17 10:55:01 +00:00
christos
8dbfedf8e0 update from the IANA database 2010-10-04 22:31:11 +00:00
tsutsui
424c2d5c6b Build a raw binary format GENERIC kernel and put it into distribution dir.
This would make it possible to create a bootable CD using root on gdrom
without toolchain (i.e. without whole src tree).
2010-10-04 16:03:30 +00:00
tsutsui
807849c28e Change distribution filename for KERNEL_SETS kernels with KERNEL_SUFFIXES
in ${RELEASEDIR}/${RELEASEMACHINEDIR}/binary/kernel/
from "netbsd.aout-GENERIC.gz" to "netbsd-GENERIC.aout.gz" or so
as src/distrib/common/Makefile.mdset does for mdroot ramdisk kernels.
2010-10-04 13:55:39 +00:00
tsutsui
82527754bc Copy ramdisk INSTALL.aout kernel into installation/instkernel in ${RELEASEDIR}
where it had been put and documented. Actually closes PR port-shark/41672.
2010-10-04 13:45:28 +00:00
apb
cc2db4f5f3 Collapse <abckslash><newline> sequences in /etc/ifconfig.xxx files read
by /etc/rc.d/network.  Fixes PR 41662 by Christoph Badura, which was
also reported independently by Jeremy C. Reed.
2010-09-26 18:52:04 +00:00
apb
f265a7c0e8 Add a collapse_backslash_newline function to rc.subr. 2010-09-26 18:37:14 +00:00
bad
712189440d Treat empty or missing fs_passno field like it has a value of 0 as fstab(5)
specifies.
Related to PR misc/43905 but does not fix the underlying issues.
2010-09-25 15:10:14 +00:00
wiz
9bdef74c0a Remove obsoleted directory /usr/share/doc/html/ntp/build/scripts 2010-09-25 10:34:13 +00:00
abs
54e08a2860 use '/etc/rc.d/apmd onestatus' rather than '/etc/rc.d/apmd status',
so we DTRT if apmd is set to NO in rc.conf
2010-09-19 21:47:28 +00:00
jakllsch
ae196f9835 Make pci(4) device nodes root:wheel 0640 by default.
Mortals do not need to be able to generate PCI Configuration Space
read transactions, which are not entirely without side effect, as
reported in PR#16300.
2010-09-19 20:52:23 +00:00
macallan
0b888e557e save backlight level and turn it off on lid close, restore on lid open 2010-09-14 04:37:04 +00:00
spz
e597134d90 releng has been on mollari for a while now. Also, add wiki 2010-09-12 05:00:21 +00:00
christos
f66c6b8ced add the keys directory to base. 2010-09-10 16:37:12 +00:00
christos
0cce27708f add glob tests. 2010-09-09 22:21:41 +00:00
tsutsui
f2af7cc187 Build install ramdisk kernel for JORNADA720. 2010-09-04 01:16:49 +00:00
tsutsui
48fa46df05 Fix yet another botch on mips64 merge. 2010-08-27 11:02:55 +00:00
jmmv
0e3d0af4e3 Add tests dir for libdes. 2010-08-25 16:44:25 +00:00
reed
fa29eada2b mail(8) is no longer in /bin.
(Trivia: this sentence is from the 4.0BSD from 1980.)
2010-08-25 15:38:44 +00:00
christos
a5fe3c0d6f Enable dnssec, and populate managed-keys.bind 2010-08-24 13:18:58 +00:00
christos
24854e5e7c Add directory for bind's managed keys. 2010-08-24 13:18:04 +00:00
pooka
c9a399cbba scsipi test 2010-08-24 11:31:48 +00:00
rmind
2e6f2099c6 Import NPF - a packet filter. Some features:
- Designed to be fully MP-safe and highly efficient.

- Tables/IP sets (hash or red-black tree) for high performance lookups.

- Stateful filtering and Network Address Port Translation (NAPT).
  Framework for application level gateways (ALGs).

- Packet inspection engine called n-code processor - inspired by BPF -
  supporting generic RISC-like and specific CISC-like instructions for
  common patterns (e.g. IPv4 address matching).  See npf_ncode(9) manual.

- Convenient userland utility npfctl(8) with npf.conf(8).

NOTE: This is not yet a fully capable alternative to PF or IPFilter.
Further work (support for binat/rdr, return-rst/return-icmp, common ALGs,
state saving/restoring, logging, etc) is in progress.

Thanks a lot to Matt Thomas for various useful comments and code review.
Aye by: board@
2010-08-22 18:56:18 +00:00
christos
9433b61fdf add x86 section 9 man directories 2010-08-21 06:41:09 +00:00
pooka
80e96e7716 tests/net/carp 2010-08-10 21:56:24 +00:00
pooka
102729d0d8 +tests/dev/sysmon 2010-08-06 16:13:55 +00:00
pooka
7bd8b6f405 dev + dev/audio test dirs 2010-08-04 13:18:50 +00:00
jmmv
e4c7b890ef Add directory for sort(1) tests. 2010-08-01 16:43:38 +00:00
kiyohara
a3950e3133 Add pci* and wscons for xserver. 2010-08-01 06:15:03 +00:00
tsutsui
6be2ca7ac4 Remove unneccesary ttyv0 (pccons), isdns, and openfirm. 2010-08-01 04:08:27 +00:00
tsutsui
8fb0c75b52 Create audio device node for uaudio(4). 2010-08-01 03:59:03 +00:00
pooka
0ad2fa281a nfs testdirs 2010-07-26 16:18:35 +00:00
pooka
5828037405 here we go loop if loop 2010-07-25 21:45:21 +00:00
jmmv
b4f7babb0e Add dirs for libobjc tests. 2010-07-18 12:43:17 +00:00
jmmv
5496453d33 Add directories for lint1 tests. 2010-07-18 10:11:31 +00:00
mrg
3172b07cfc build and install libxcb and xcb-util libraries. 2010-07-18 07:07:08 +00:00
jmmv
9609b16767 Add directories for the lib/csu/ and include/ tests. 2010-07-17 19:26:50 +00:00
jmmv
df453a7e8b Add dirs for libpthread tests. 2010-07-16 15:43:23 +00:00
jmmv
5ff82976a0 Add new tests dirs. 2010-07-16 13:56:52 +00:00