Commit Graph

7323 Commits

Author SHA1 Message Date
fvdl e27e92d426 Bump libc minor. 2004-02-19 21:30:22 +00:00
dyoung c3ca61a258 Clearly the error message was supposed to print $metalog, not
$METALOG.
2004-02-19 02:54:51 +00:00
yamt b395986e05 a link for selnotify(9). 2004-02-18 13:37:40 +00:00
lukem e02544e3b6 add svcudp_create(3) 2004-02-16 02:40:52 +00:00
skrll b263dbdd73 Be more gcc like in the way we deal with libgcc so that sh3/hppa millicode
and exception handling have a chance of working properly.

        - creates libgcc, libgcc_eh and libgcc_s

        - updates LIBGCC_SPEC to use them appropriately.

          There's a hack in here at the moment with respect to libgcc_so in that it
          is preferable to link against libgcc_so will only when -shared-libgcc is
          specified (the c++ frontend does this automatically.) Configurations where
          LINK_EH_SPEC is defined already do this. The gcc configuration for
          NetBSD/alpha and another NetBSD platform (I forget which) actually define
          LINK_EH_SPEC probably by accident rather than design.

        - updates share/mk to use the compiler's knowledge of what needs linking into
          libraries and executables. This removes an hppa hack.

        - updates the sets for the newly created libgcc* files.

	- support for linking against the _pg version of libgcc has been removed.
2004-02-15 19:52:27 +00:00
matt 7cd8226ca7 Add missing files 2004-02-14 22:04:40 +00:00
hannken 142e9d5deb Add a generic copy-on-write hook to add/remove functions that will be
called with every buffer written through spec_strategy().

Used by fss(4). Future file-system-internal snapshots will need them too.

Welcome to 1.6ZK

Approved by: Jason R. Thorpe <thorpej@netbsd.org>
2004-02-14 00:00:56 +00:00
wiz d20841bb64 Uppercase CPU, plural is CPUs. 2004-02-13 11:36:08 +00:00
wiz f5b32c1e69 RealTek -> Realtek. 2004-02-13 10:00:54 +00:00
mhitch 119b3d76c0 Add machine dependent files for Xamiga xserver. 2004-02-13 05:09:05 +00:00
reinoud 77d3513718 There was still a reference to beep.h in the acorn32 `comp'
package list.

AFAIK this patch ought to fix it....
2004-02-09 23:24:29 +00:00
bjh21 fda04272ed /usr/include/acorn32/beep.h is obsolete. 2004-02-09 19:41:11 +00:00
lukem d2b90882d5 generate usr/X11R6/man/whatis.db 2004-02-09 07:59:01 +00:00
sekiya 96bbb4acaa Add new sgimips manpages. From Steve Rumble. 2004-02-08 13:27:01 +00:00
matt acc00ca8a4 Add machine dependent X servers for alpha 2004-02-08 11:25:11 +00:00
rtr aa5a1b371f add that pesky X symlink 2004-02-07 12:50:30 +00:00
rtr 3fa9ccfeb9 move _pic.a archives to shl.mi 2004-02-07 12:39:20 +00:00
rtr 1bf5f020e8 xserver set list for dreamcast 2004-02-07 12:37:29 +00:00
itohy fdfb6f53c6 Add locate.conf(5). 2004-02-07 04:49:26 +00:00
itohy 867dc753a9 Add /etc/locate.conf 2004-02-06 15:36:52 +00:00
lukem 5a4b1f5af4 When not using a metalog, only copy the generated flist.<set> over
/etc/mtree/set.<set> if they are different.  This should allow
installsets to operate from a pre-populated read-only DESTDIR.
Based on fix from Juergen Hannken-Illjes.
2004-02-06 11:38:57 +00:00
minskim 4b0e960702 Add myself. 2004-02-06 07:47:10 +00:00
he e49da78c8f Add a list of files which determine the kernel version as
DISTRIBVERDEP in Makefile.distrib, and make both sysinst and
distribution notes use that information so that they rebuild
if the kernel version changes.

Distribution notes didn't have this before, sysinst had a private
(now outdated, since sys/sys/param.h now determines version) copy
of this.
2004-02-02 18:43:39 +00:00
christos a574909ddd add identd 2004-01-31 21:53:31 +00:00
lukem dc6c3cf836 support MKMAN=no for uuidgen(2) 2004-01-31 15:14:04 +00:00
dan ddc7532f7e mark *_p.a as profile libs, so checkflist copes with MKX11=yes MKPROFILE=no 2004-01-31 15:13:10 +00:00
christos 7645bc35a1 move sticky from section 8 to section 7 where it belongs. 2004-01-30 15:30:44 +00:00
lukem db1714e4b6 Add ./etc/mtree/set.<setname> entry for each set. 2004-01-30 08:44:10 +00:00
lukem 2e8d4db059 * Add "makesetfiles" target, to populate etc/mtree/set.* with maketars -S
* Some MAKEVERBOSE support.
* Add some variables to simplify various rules.
* Simply script startup by replacing ${SETSENV} with ${SETSCMD}, which
  cd's to ${.CURDIR} before doing the work.
2004-01-30 08:43:15 +00:00
lukem 1c401bb3d7 Create ${DESTDIR}/etc/mtree/set.<setname> setfiles for each given <setname>.
Add `-S' to exit after creating the setfiles.
Send errors to stderr instead of stdout.
2004-01-30 08:39:50 +00:00
mrg b156ce7a88 - zlib -> .so.0.4
- note zlib changes
2004-01-29 13:11:21 +00:00
lukem 79700b81fe Remove the set if maketars returns a non-zero exit code 2004-01-29 09:27:53 +00:00
lukem 1d92dd6bcf Add support for "xetc". 2004-01-29 08:48:23 +00:00
lukem 0b419d3b93 * In installsets, pass ${MAKEFLIST_FLAGS} so that the X sets will also
be copied if MKX11 != no.
* Clean up .PHONY and my .PRECIOUS.
* Cosmetic tweaks.
2004-01-29 08:34:21 +00:00
lukem 024e4b2926 Also remove "xetc" from the default list of sets copied with -i installdir 2004-01-29 08:32:51 +00:00
tsarna 72489e1ea0 uuidgen(2) syscall. Originally from FreeBSD, ported by John Franklin in
PR#23470, with minor updates by me. This is only the syscall support
from that PR, for now.

Changes: port over fix from FreeBSD for multicast address generation.
Changed bcopy to memcpy.  For now, #ifdef notyet the portions of
kern_uuid.c that are meant to be used by (currently nonexistent) other
things in the kernel.  Added syscall to COMPAT_FREEBSD as well, though
that's currently not useful, as any program new enough to use this call
also uses other syscalls we don't (yet) emulate.
2004-01-29 02:00:02 +00:00
jdolecek 3d22b8ae1a g/c obsolete cpu_wait(9)
reported in PR misc/24260 by Nicolas Joly
2004-01-28 17:44:25 +00:00
rtr 19947b4674 ./usr/X11R6/bin/inb
./usr/X11R6/bin/inl
./usr/X11R6/bin/inw
./usr/X11R6/bin/ioport
./usr/X11R6/bin/outb
./usr/X11R6/bin/outl
./usr/X11R6/bin/outw

for x86_64, this should resolve recent issues w/ amd64 and these files
being installed but not in the set lists.
2004-01-28 09:02:41 +00:00
tsarna aa0acf5064 Sort and remove some dupes 2004-01-27 23:05:18 +00:00
bjh21 450df46dd3 Obsolete /dev/beep on systems that had it in their MAKEDEV "all" target. 2004-01-25 14:10:09 +00:00
bjh21 81e554ec15 Obsolete beep(4). 2004-01-25 14:06:55 +00:00
lukem b7b8fd2efe Implement `xetc' set to contain configuration that may be changed by
the end-user that we don't want to overwrite when extracting the
other X sets.
2004-01-23 14:38:09 +00:00
dyoung 4645fb4362 `-p' takes an argument, so fix the getopts optstring. 2004-01-23 06:13:23 +00:00
atatat f473152980 sysctl(9) man pages 2004-01-21 03:09:38 +00:00
rearnsha a29f7ddebd Add intro(4) for evbarm. 2004-01-20 15:21:55 +00:00
snj a658a33749 Add myself. 2004-01-19 23:34:11 +00:00
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