matt
ac9ba56f89
Adapted from md.i386.
2004-01-19 03:03:31 +00:00
lukem
9da9eeb6eb
obsolete lib/X11/etc/(sun|xterm).term(cap|info)
2004-01-19 00:35:41 +00:00
lukem
a6abc998f0
Don't bother installing:
...
./usr/X11R6/lib/X11/etc/sun.termcap
./usr/X11R6/lib/X11/etc/sun.terminfo
./usr/X11R6/lib/X11/etc/xterm.termcap
./usr/X11R6/lib/X11/etc/xterm.terminfo
2004-01-19 00:32:41 +00:00
dsl
056e02d208
Copy over the correct entry when writing out an extended partition list
...
that has holes in it.
2004-01-18 16:27:25 +00:00
dsl
ddabfc4cf4
Fix sector numbers written in extended partition chin.
...
Don't write out dummy extended partitions for unused ares in the extended
partition.
Add some more comments - I write this and I couldn't remember how it worked.
2004-01-18 12:23:36 +00:00
dsl
23c3ad7622
Run mdsetimage on a temporary copy of the kernel, then we retry if/when
...
it fails.
2004-01-17 20:17:44 +00:00
lukem
fdc81e1d5a
Move X server related stuff from xbase/md.i386 -> xserver/md.i386.
2004-01-17 05:42:47 +00:00
lukem
f02e617340
Move X server related stuff from xbase/md.sparc64 -> xserver/md.sparc64.
2004-01-17 05:41:50 +00:00
lukem
dbf82357a7
Move X server related stuff from xbase/md.sparc -> xserver/md.sparc.
2004-01-17 05:40:52 +00:00
lukem
74ea47b5f9
Move X server related stuff from xbase/md.macppc -> xserver/md.macppc.
...
(We want to share "xbase" between MACHINEs with a common MACHINE_ARCH.)
2004-01-17 05:39:01 +00:00
lukem
c434d47afe
Remove references to xcontrib and xmisc now that they've been merged
...
into xbase.
2004-01-17 05:30:01 +00:00
lukem
e6789de0c9
be consistent with other platforms and select xfont as well...
2004-01-17 05:29:29 +00:00
lukem
54aa6389e9
Merge xmisc into xbase; xmisc only contained "ssh-askpass", and the other
...
stuff from xsrc/local/programs was already in xbase.
2004-01-17 05:19:46 +00:00
lukem
3851e8f02f
Merge "xcontrib" into "xbase".
...
It was already merged in the XFree86 4.x source anyway, and it doesn't
make senses to keep some programs in a separate set just because they
used to be built from a separate directory in XFree86 3.x.
2004-01-17 05:07:09 +00:00
minoura
20bd8dfcc0
Add XKB files for the x68k keyboard.
2004-01-16 13:05:39 +00:00
dyoung
624b44bb1b
Cache build info. Makes regpkgset more tolerable on my slow 500MHz
...
AMD K6-2 workstation with its slow IDE disks.
2004-01-16 10:05:10 +00:00
kleink
ccbd7776c6
Add fpclassify(3), isfinite(3), isnormal(3), and signbit(3).
2004-01-15 19:50:02 +00:00
kleink
978260600a
libc.so.12.110.
2004-01-15 19:46:20 +00:00
wiz
a5e9e87e98
/usr/X11R6/lib/X11/xkb/symbols/sharp seems to be missing here -- add it.
2004-01-14 19:45:35 +00:00
minoura
b93a66102e
XKB data files for X68k.
2004-01-14 12:53:52 +00:00
blymn
f2995ea7d4
Added veriexec entry.
2004-01-14 07:20:34 +00:00
mrg
e8e95bb6e1
add /sbin/raidctl.
2004-01-14 01:52:59 +00:00
he
614e2c46c6
Since crunchgen now picks up the new gzip from usr.bin/gzip, we now need -lz.
2004-01-13 22:58:02 +00:00
lukem
4ed1ebfd8c
move various directories from comp/mi -> base/mi, for consistency
2004-01-13 09:19:42 +00:00
lukem
593d5bc615
move ./usr/share/sendmail/* directories from misc/mi to base/mi, for consistency
2004-01-13 06:39:26 +00:00
lukem
6df8e119d6
remove unnecessary directory
2004-01-13 06:31:33 +00:00
lukem
e390f904d9
move various directories from comp/*.mi to base/mi, for consistency
2004-01-13 06:27:16 +00:00
lukem
47c480d183
remove unnecessary directory
2004-01-13 06:18:53 +00:00
lukem
62377cf2db
move ./var/games/sail directory from games/mi to base/mi, for consistency
2004-01-13 06:17:56 +00:00
lukem
02da53f2b9
remove unnecessary directory
2004-01-13 06:15:27 +00:00
lukem
ef3dc315f2
remove unnecessary directories
2004-01-13 06:13:21 +00:00
lukem
9a046f2c7a
remove unnecessary directory
2004-01-13 06:07:33 +00:00
lukem
a77e611113
Support MKUUCP=no.
...
Fix the syspkgs for cu (now in uucp) and tip (now in util)
2004-01-12 09:42:07 +00:00
lukem
bffdcf216d
more MKSENDMAIL=no support.
...
noted by Juan Romero Pardines in private email, and confirmed by me.
2004-01-12 06:42:39 +00:00
lukem
6c4f688946
Support MKSHARE=no
2004-01-12 03:08:06 +00:00
lukem
12ba710512
more unnecessary directories
2004-01-12 00:06:07 +00:00
lukem
15f7d00565
Support MKDOC=no MKINFO=no MKNLS=no
2004-01-11 23:42:27 +00:00
lukem
b78a0e235d
remove unnecessary directories from here
2004-01-11 23:33:35 +00:00
hannken
067a3b897d
Update the file system snapshot driver:
...
- Document the kernel thread.
- Rename some functions and variables.
- Return EROFS where appropriate.
- Use shifts instead of 64-bit divide.
- Use a simple_lock to make it MP-safe.
- Add M_CANFAIL to malloc to avoid panic on large cluster size.
- Allow sparse file for backing store and use VOP_BALLOC() to allocate
space. Default size of backing store is the size of the file system.
2004-01-11 19:05:26 +00:00
lukem
31541bb9a6
Add support for MKCATPAGES=no MKMAN=no MKMANZ=yes MKLINT=no.
...
Remove unnecessary entries for directories.
Move some catman pages from xbase -> xserver, to match the man pages.
2004-01-11 15:12:46 +00:00
lukem
27f289e307
Add support for:
...
MKCATPAGES=no
MKMAN=no
MKMANZ=yes
Add ".man" (from "man") and ".cat" (from "catpages") to indicate files
that will automatically be treated as having a ".gz" extension if
MKMANZ != no. (This simplifies the MKMANZ!=no support...)
2004-01-11 15:09:51 +00:00
lukem
fa835c1be8
MKLINT=no support
2004-01-11 14:53:23 +00:00
rtr
b0f40aca45
hpc xserver lists and add vfb to mac68k
2004-01-11 13:33:54 +00:00
lukem
ee7d99d474
reformat whitespace
2004-01-11 10:24:58 +00:00
lukem
5951be5d5a
this file is unnecessary
2004-01-11 10:23:08 +00:00
lukem
b2a7724153
reformat whitespace
2004-01-11 09:53:28 +00:00
lukem
16bd98b6a3
reformat whitespace (take 2)
2004-01-11 09:46:13 +00:00
lukem
1c7f55f3f4
reformat whitespace
2004-01-11 09:44:03 +00:00
lukem
7184a827aa
support MKBFD=no
2004-01-11 08:55:55 +00:00
tls
d8793381d3
Install default ssh_known_hosts file with public keys for Project servers.
...
Hopefully I didn't make too much of a hash of the postinstall support for
this; it currently installs the file if there's none in the destination,
and elsewise notes if the CVS version differs (or is missing) but doesn't
try to fix that.
2004-01-11 04:21:18 +00:00
rtr
8a313477e5
+ x set lists for mac68k
...
+ move arch dep to ad.m68k
2004-01-10 13:43:56 +00:00
rtr
ac1cc37221
md.x68k xserver list
2004-01-09 16:32:13 +00:00
rtr
df7eda3518
Move
...
dpms.h dpmsstr.h xf86misc.h xf86mscstr.h xf86vmode.h xf86vmstr.h libXxf86misc.a
libXxf86vm.a
to mi since always installed.
2004-01-09 16:30:21 +00:00
rtr
41fa42cdde
move xvidtune to xserver/mi since it's installed by all machines
...
XXX we may want to not install it at all, but this is better than
having it spread across xbase for some machines and xserver
for others in various md.<mach> files.
2004-01-09 16:22:12 +00:00
rtr
56f19445ac
Remove from set lists, these are i386 specific (from rendition driver)
...
./usr/X11R6/lib/modules/v10002d.uc
./usr/X11R6/lib/modules/v20002d.uc
2004-01-09 12:34:58 +00:00
sekiya
d91141de9d
Remove paragraph that states that sgimips target media must be formatted first
...
with IRIX's fx -- this has not been true for quite some time.
2004-01-09 05:26:47 +00:00
rtr
0e551b523b
md.macppc x set lists
2004-01-08 14:43:54 +00:00
rtr
f853ac1d0c
md.sparc64 x set lists
2004-01-08 13:02:29 +00:00
lukem
75859304bc
xf86dga stuff is present in ./mi
2004-01-08 09:33:34 +00:00
lukem
5405883214
remove stuff present in ./mi
2004-01-08 09:30:29 +00:00
rtr
b3dc2a2ea7
sparc x set lists
2004-01-08 06:34:48 +00:00
rtr
c6b21d173e
x11 set lists mi and md.i386
2004-01-08 05:12:32 +00:00
lukem
399d0c9695
If MKX11 != no, invoke makeflist & checkflist with -b.
...
Use "makeflist -l" to determine MAKETARSETS
Use sh -c '. ./sets.subr; echo $x11_version' to implement print_x11_version.
2004-01-08 01:48:45 +00:00
lukem
b309c0fe8a
If MKX11 != no, set x11_version="" and ignore USE_XF86_4.
2004-01-08 01:39:26 +00:00
lukem
3c7f5007f5
show count of missing and extra files. idea from rtr@
2004-01-08 01:31:57 +00:00
lukem
c07378c709
implement -l, to list the selected set names rather than the contents
2004-01-08 01:15:25 +00:00
wiz
b577f57ac5
Add usbtask(4).
2004-01-07 16:53:38 +00:00
wiz
4325cf76b7
Add cobalt/boot(8).
2004-01-07 12:57:44 +00:00
rtr
ee094051e8
remaining x11 dirs
2004-01-06 08:26:11 +00:00
lukem
51f1131bbc
Rename /etc/release-info to /etc/release, to be consistent with other
...
implementations and Hubert's original intent.
2004-01-04 23:55:11 +00:00
wiz
a5bf3b3c4c
Spell controller with two ls. Inspired by miod@openbsd.
2004-01-04 16:19:43 +00:00
sekiya
fee8bff58f
ip32 needs "pci(0)" prepended to boot device string.
2004-01-04 15:12:03 +00:00
sekiya
f8ce2975b0
sgimips now supports sysinst's sysinst's "install from cdrom" option.
2004-01-04 15:09:16 +00:00
sekiya
9ab759f23f
Update docs to reflect new kernel naming convention and cdrom installation
...
procedure.
2004-01-04 15:06:44 +00:00
sekiya
41d2641b78
Remove stray .It
2004-01-04 14:27:30 +00:00
lukem
03e3f5841d
Run "cd etc && make install-release-info" at the end of the "build" target.
...
Based on Hubert Feyrer's suggestion on tech-userlevel@.
2004-01-04 13:30:09 +00:00
lukem
23bd6e4a23
support MKCVS=no
2004-01-04 13:20:49 +00:00
lukem
2becb6af9a
Support MKCRYPTO=no
2004-01-04 00:54:18 +00:00
lukem
3e894ed427
Support MKPROFILE=no
2004-01-03 15:43:50 +00:00
lukem
26c228007f
Support MKSKEY=no.
2004-01-03 15:21:30 +00:00
lukem
9bdabb5f9b
support MKYP=no
2004-01-03 14:17:06 +00:00
lukem
df3e8e91a2
support MKHESIOD=no
2004-01-03 13:50:26 +00:00
lukem
0c6b3e795d
Support MKCRYPTO_IDEA=yes, MKCRYPTO_MDC2=yes, MKCRYPTO_RC5=yes.
...
Resolves [install/18136].
2004-01-03 13:31:38 +00:00
lukem
049ab0d282
support MKPOSTFIX=no
2004-01-03 12:40:26 +00:00
lukem
9bd28e238c
support postfix keyword (${MKPOSTFIX} != no).
...
tweak code to make it easier to add new keywords based on MKxxx vars.
2004-01-03 12:23:11 +00:00
lukem
0c014a7868
optimise invocation of list_set_files()
2004-01-03 12:17:31 +00:00
lukem
dbe9e72b8d
support MKSENDMAIL=no (with "sendmail" keyword)
2004-01-03 03:02:25 +00:00
lukem
6f9a1982b5
rename all the <bsd.own.mk> derived variables to uppercase, and export
...
them to the environment.
2004-01-03 02:38:58 +00:00
cl
90e89977d4
- libc.so.12.109 and libpthread.so.0.4
...
- add ssize_t stackinfo_offset argument to sa_register syscall
- remove sa_unblockyield syscall
- make __sigprocmask14 syscall weak
- in pthread__sa_start: catch up with 4-argument sa_register syscall
2004-01-02 18:56:39 +00:00
lukem
bce7c4948b
add usr/X11R6/libexec
2004-01-02 16:23:02 +00:00
lukem
ea188c8e82
When using "MAKEDEV -s" to generate a specfile, rewrite the paths from
...
"./" -> "./dev/". Noted by Tetsuya Isaki <isaki@NetBSD.org> in private mail.
2004-01-01 14:34:24 +00:00
sekiya
0d3d91c92a
IP20 is now supported. While we're here, replace "IP22 class" with "IP2x class"
...
for devices that exist on all IP2x platforms.
2004-01-01 13:58:15 +00:00
mrg
dc8b754441
note merged ofwboot/ofwboot.net
2004-01-01 05:41:57 +00:00
bjh21
3bf4a517e8
Add vidcaudio(4).
2003-12-31 15:09:39 +00:00
jmc
9c51e79187
Add support for rescue.ad.<cpu>.shl which appears to have been missed
2003-12-29 20:54:58 +00:00
igy
9feb9b8ce7
add myself
2003-12-29 13:33:58 +00:00
jmc
a481fc8f48
Simplify rules so tarfiles always attempt to rebuild (let maketars determine
...
whether or not to continue based on METALOG if it choses). Fixes bug where
tar files were rebuilding every other time
2003-12-29 04:46:18 +00:00
lukem
b852db83fb
Significant overhaul of how the sets are used:
...
* Add an optional third field to the sets file which is a list of
comma separated keywords that control if the line is printed.
Currently supported keywords
kerberos4 ${MKKERBEROS4} != no
kerberos ${MKKERBEROS} != no
lint ${MKLINT} != no
obsolete ${obsolete} != 0.
In this case, non obsolete files are not printed.
(This will allow future support for builds with variables such as
MKHESIOD and MKYP set to "no".)
* Use sh(1)'s getopts where appropriate, and otherwise cleanup the
various scripts.
* Move defaults for sets.subr from sets.defaults into sets.subr.
Move replicated code for determining stuff such as shlibs type
from various scripts into sets.subr.
* Merge the obsolete.*, krb.*, krb4.* and lint.* into the appropriate
main lists with the relevant third field keyword(s).
2003-12-29 03:13:25 +00:00
lukem
040073c9a7
Separate out the X sets:
...
* sets for xsrc/xc (XF 3.x)
xbase3 xcomp3 xcontrib3 xfont3 xmisc3 xserver3
* sets for xsrc/xfree/xc (XF 4.x)
xbase4 xcomp4 xcontrib4 xfont4 xmisc4 xserver4
* sets for src/x11 (reachover build of xsrc/xfree/xc):
xbase xcomp xcontrib xfont xmisc xserver
(note: not populated yet, and not to be shared by x*3 or x*4 anymore)
2003-12-28 15:45:58 +00:00
martin
5b8e6dd82f
Since common/miniroot/list now includes -lz, no need to add it here
...
anymore. Noticed by Izumi Tsutsui.
2003-12-28 13:00:47 +00:00