Commit Graph

9886 Commits

Author SHA1 Message Date
yamt
264601fbea +newfs_udf.debug
+mmcformat.debug
2008-05-19 02:50:56 +00:00
yamt
f61c7371ca sort 2008-05-19 02:48:59 +00:00
cegger
33e33b567c acpidalb(4): Driver for PNP0C32 Hotkeys aka "Direct Application Launch Buttons".
"awesome" jmcneill
2008-05-18 22:05:59 +00:00
jmcneill
adb4d61725 Add radeondrm kmod 2008-05-18 21:14:51 +00:00
jmcneill
904fcecc76 Add drm and i915drm kmods 2008-05-18 20:55:54 +00:00
peter
38ef85727a Update to libevent 1.4.4-stable.
Reviewed by provos@
2008-05-16 20:24:57 +00:00
martin
795aeb872e Hubert kindly assigned copyright to TNF, so apply the new standard 2 clause
license.
2008-05-16 19:09:10 +00:00
he
88939bb817 Bump ramdisk size from 500k to 600k to compensate for recent bloat,
probably caused by ifconfig now needing proplib.
2008-05-16 15:16:15 +00:00
reinoud
e979c658c9 Import writing part of the UDF file system making optical media like CD's
and DVD's behave like floppy discs. Writing is supported upto and including
version 2.01; version 2.50 and 2.60 will follow.

Also extending the UDF implementation to support symbolic links and
hardlinks.

Added are the mmcformat(8) tool to format rewritable CD/DVD discs and
newfs_udf(8).

Limitations:
        all operations can be performed on the file system though the
        sheduling is currently optimised for archiving workloads.

        mv(1)/rename(2) is currently only implemented for non-directories.
2008-05-14 16:49:47 +00:00
tsutsui
b87210fa51 Normalize my licenses. 2008-05-14 13:29:27 +00:00
he
30e1f3f935 Bump ramdisk size to compensate for recent bloat. 2008-05-14 08:08:31 +00:00
dyoung
e77c76146a Build af_link.c. Should fix 'build.sh release' failures. 2008-05-13 15:53:27 +00:00
martin
3e3aaf429b Remove quirks for fixed or removed parts of the tree.
Add C++/C99 comments.
2008-05-12 20:24:42 +00:00
he
263486a6b0 Bump image size from 1924k to 2000k to compensate for recent bloat. 2008-05-12 09:00:30 +00:00
he
f6ecc10553 Add -lprop, as ifconfig now needs it. 2008-05-11 19:21:02 +00:00
he
d1eb8042a4 Recursively bump the major version number of the shared libraries
which use libcrypto (and those which use those libraries again),
as libcrypto's major number was recently bumped.  The pam modules
share a major with libpam, so they are all bumped as well.
2008-05-11 19:17:06 +00:00
joerg
ad75cc2fc8 Add nbsvtool to the sets. 2008-05-11 18:01:46 +00:00
ad
f674d9678b Share cpu.h between the x86 ports. 2008-05-11 15:32:20 +00:00
chris
2d9b8b788b As part of make release copy the miniroot.kmod into installation/miniroot/
and create sums for it.

This means all the pieces to do network installation are easily accessible
following a release build (and will also come out of the build servers).

netbsd-GENERIC is in binary/kernel/
pxeboot_ia32.bin is in installation/misc/
miniroot.kmod is in installation/miniroot/
2008-05-11 12:31:45 +00:00
isaki
e33e7d58fd Increase ramdisk size. 2008-05-11 09:35:53 +00:00
christos
b0010ee77c bump libssh. 2008-05-10 21:50:47 +00:00
mlelstv
612cebe300 libcrypto was updated 2008-05-10 19:22:29 +00:00
skrll
40167a09da Make the hp700 cdrom bootable in response to PR/37659. 2008-05-10 19:22:17 +00:00
skrll
06decd2786 Add a cdboot prog.
Derived from OpenBSD.
2008-05-10 19:11:58 +00:00
christos
ca47211c3a new openssl 2008-05-09 22:08:26 +00:00
wiz
34d9ab928a No need to explicitly mention my name here any longer. 2008-05-08 15:36:35 +00:00
dyoung
fdf6250eac Add -lprop to the LIBS line so that ifconfig will link. 2008-05-06 15:32:06 +00:00
skrll
2932f766a1 Deal with ifconfig lossage.
Looks like I picked the wrong week to quit netbsd.
2008-05-06 15:09:45 +00:00
yamt
73fd77741c obsolete getiobuf_nowait mlink. 2008-05-06 11:34:18 +00:00
yamt
34e3535d80 document kpreempt_disable, kpreempt_enable, and kpreempt_disabled. 2008-05-06 08:40:47 +00:00
yamt
7c200b21f1 sort. 2008-05-06 08:38:43 +00:00
dyoung
7b01455a0e Overhaul ifconfig. Use fewer global variables. Take a leap toward
improved modularity and extensibility.

In the new architecture, a directed graph of argument-matching
objects (match objects) expresses the set of feasible ifconfig
statements.  Match objects are labelled by subroutines that provide
the statement semantics.

Many IPv4, IPv6, 802.11, tunnel, and media configurations have been
tested.

AppleTalk, ISO, carp(4), agr(4), and vlan(4) configuration need
testing.
2008-05-06 04:33:42 +00:00
jmmv
940585f3ea Fix MKMODULAR=yes builds by resolving installation problems of the k_helper
test module after the introduction of bsd.kmodule.mk.  The files list was
inconsistent with the new module structure and the Makefile did not use the
correct variable to specify the installation of the module.  Hi ad@!
2008-05-05 19:33:09 +00:00
ad
8f4b352702 Compress the module. 2008-05-05 17:10:28 +00:00
ad
2bbb14eaa4 Back out previous. It broke the build. 2008-05-05 13:41:29 +00:00
ad
9f4cef7b1f Don't install sys/net/zlib.h. 2008-05-04 22:58:52 +00:00
plunky
005a75dd15 update disk.9 manpage to current reality
- add disk_init()		(from vmlocking merge)
    - add disk_destroy()	(from vmlocking merge)
    - remove disk_resetstat()	(was removed)
    - update structure defs
    - update examples		(ANSI, const, device_t etc)
2008-05-03 09:43:40 +00:00
tsutsui
44aaaba704 Fix tyop. 2008-05-03 05:08:45 +00:00
tsutsui
f91b42aa3f Use CDBUILDEXTRA to put bootloader into iso. 2008-05-03 05:07:27 +00:00
ad
7eb9b0eaa1 Bump the timeout to 30s, it takes longer to read and digest the information
esp. if you have not seen it before.
2008-05-02 23:15:31 +00:00
ad
59978d093b Put the GENERIC kernel onto i386 installation CDs and load a kernel module
from the boot loader to provide the miniroot.
2008-05-02 23:13:05 +00:00
ad
7d1f779aa2 Build and install modules into /kernel/modules. Each module gets a
directory for properties, blobs, etc. It's not fixed in stone and
can easily be changed if there are issues with the location/layout.
2008-05-02 23:12:00 +00:00
apb
3ba96f4940 If MAKETARS_SERIAL is set to "YES" or "yes", then the tar sets will be
made in series, even if make's "-j" flag requests multiple parallel
jobs.  This is useful on systems that exhibit poor performance when
running multiple parallel disk-intensive operations.  The default is
MAKETARS_SERIAL=NO, which will obey the "-j" flag passed to the make
command.

Requested in tech-toolchain.  Reverts the change made in revision 1.56.
2008-05-02 19:25:42 +00:00
martin
4b207265cb Fix copy&pasto in license text and move to 2 clause 2008-05-02 18:31:11 +00:00
ad
3ba209837a - Add a bsd.kmodule.mk to build new style modules.
- Set the file suffix to .kmod
2008-05-02 14:20:50 +00:00
garbled
cc7a9bfb3c Switch to using x_ed and x_umount. x_mount didn't save much, but x_ed
saved alot:  1516140->1503104.  28k to go, and running out of ideas.
2008-05-01 23:23:23 +00:00
garbled
889060cb8a Update to point to the cut-down version of protocols 2008-05-01 22:44:23 +00:00
xtraeme
e0328a5a63 Add the hpqlb(4) manpage. (HI CEGGER!) 2008-05-01 22:09:29 +00:00
garbled
01e0801fb8 Use the generated protocols file. Save another 20k or so. 2008-05-01 22:03:58 +00:00
garbled
890832bb43 Add a stripped down protocols file, similar to how services was done. If
you use this instead, you save about 21k on the install media.
2008-05-01 22:02:54 +00:00