Commit Graph

11184 Commits

Author SHA1 Message Date
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