Commit Graph

3211 Commits

Author SHA1 Message Date
dyoung
e99b377d3f Build and install atppc(4), plip(4), ppbus(4), ppi(4) manual pages. 2004-05-05 21:29:34 +00:00
kanaoka
0659f098f3 Add vald(4) manual page. 2004-05-03 12:56:55 +00:00
kochi
e163d075b9 specify obsolete for old spic(4) 2004-05-03 02:54:13 +00:00
kochi
41cd704df5 Move spic.4 from man4 to man4.i386. 2004-05-03 02:46:29 +00:00
mrg
d04c0ebe4a oops; don't back out the minor number, just remove the functions.
this will allow updating to happen seemlessly.
2004-05-01 07:57:46 +00:00
mrg
cd841de728 backout the changes made on 29th of january:
- remove gzopenfull() and gzdopenfull()
	- un-bump minor number
	- remove docs for gone functions.

traditionally this is an invalid change (removing an API from a library
without bumping the major.)  it has been decided that this case is special
enough not to require that.  no one should have been using these new
functions yet.

PS:  this may cause "make install" to barf about older libraries already
being installed.
2004-05-01 07:54:50 +00:00
kleink
733d7fc457 Add ndbm(3) et al. 2004-04-30 21:16:13 +00:00
jonathan
5267884365 Make new hifn(4) and ubsec(4) manual pages visible to system, after
review, proofing, and bug-fixing by Thomas Klausner (wiz):
1. add hifn(40 and ubsec(4) to share/man/man4/Makefile and the distrib set lists.
2. Restore commented-out cross-references to hifn(40 and ubsec(4) in crypto(4).

No change made to hifn.4 or ubsec.4; commit forced for cross-reference
and for pullup-request purposes.
2004-04-29 19:42:29 +00:00
lukem
0a6b839847 Install VeraIt.ttf, per PR [xsrc/25373] from FUKAUMI Naoki.
Sort xfont/mi, and cleanup whitespace.
2004-04-29 03:23:44 +00:00
wiz
ad2a49f2be Add crypto(4). Noted by Hisashi T Fujinaka. 2004-04-28 18:42:03 +00:00
lukem
8a1597d78b Fix up botches in X userland from upgrade from XFree86 4.3.0 -> 4.4.0.
(All paths are relative to usr/X11R6)

* Obsolete:
	bin/fontconfig-config

* Add directories:
	lib/X11/locale/zh_CN.UTF-8
	lib/X11/xkb/geometry/ibm

* Rename include/freetype2/ft2build.h to include/ft2build.h and obsolete former

* Add files:
	fonttosfnt(1) program & man page
	include/expat.h
	lib/X11/app-defaults/XClock-color
	lib/X11/fonts/TTF/Vera*.ttf
	some font encodings
	zn_CN.UTF-8 locale
	some font encodings
	various xkb config files
	lib/X11/xedit/lisp/progmodes/patch.lsp
	Xfontcache(3) and various links
	XDGA(3) and various links
	XRes(3) and various links
	Xss(3) and various XScreenSaver*(3) links

* Add some more TODO items

* Clean up lib/expat build now that the version is hard coded.
2004-04-28 14:17:55 +00:00
lukem
41b630a3ff correct the setname for cat8/verify.0 2004-04-28 02:11:02 +00:00
kleink
ac908ddaab Welcome libc.so.12.117. 2004-04-28 00:12:26 +00:00
heas
032279758d The cat8 (pre-formatted) version of verify(8) should have a suffix of .0
instead of .8.

Noted by Hisashi T Fujinaka.
2004-04-27 17:51:17 +00:00
heas
58c6b4341a Add readmes &/ obsoletes that I missed.
Noted by Lubomir Sedlacik.
2004-04-27 15:35:55 +00:00
heas
986d9bca7f Updates for Postfix 2.1.0 2004-04-27 07:38:23 +00:00
jonathan
cd2b9513c7 Add cat4, man4 entries for fast_ipsec(4). 2004-04-27 00:51:32 +00:00
kleink
b78e1efd3c Bump libpci major to 1(.0). 2004-04-24 09:59:01 +00:00
kleink
c368e20f92 Add statvfs(5). 2004-04-21 21:24:01 +00:00
kleink
64a2a6f5d5 cat3/fgetstr.3 -> man3/fgetstr.3 2004-04-21 21:05:20 +00:00
kleink
1f6fa1a655 Welcome libc.so.12.116! 2004-04-21 21:01:41 +00:00
jdc
eb71bd67da Add missing mvin* and mvwin* manual pages. 2004-04-21 06:24:32 +00:00
christos
6bd1d6d4db Replace the statfs() family of system calls with statvfs().
Retain binary compatibility.
2004-04-21 01:05:31 +00:00
christos
8e5b7cdbb5 update sets for fgetstr 2004-04-21 00:08:04 +00:00
lukem
aa5498d450 makesrctars:
* Support '-x xsrcdir' to tar up xsrcdir as xsrc.tgz, with the
  contents of the tarfile being relative to xsrcdir and
  prefixed with 'usr/xsrc'
* Convert to getopts a la the other scripts in this directory

Makefile
* if ${MKX11} != no, call makesrctars with '-x ${X11SRCDIR}'
2004-04-20 06:36:34 +00:00
lukem
32037997ae clean up to operate similar to other scripts in this directory, including:
* separate usage function
* use getopts (replacing '-all' with '-a')
2004-04-20 05:37:15 +00:00
lukem
fd4dd26667 Move ./contrib/sys from src.tgz to syssrc.tgz.
Fixes [misc/25251] from Darren Reed.
2004-04-20 03:40:45 +00:00
lukem
a90e0c0e64 Add MLINKS for:
CIRCLEQ_FOREACH(3) CIRCLEQ_FOREACH_REVERSE(3)
	LIST_FOREACH(3)
	SIMPLEQ_FOREACH(3)
	SLIST_EMPTY(3) SLIST_ENTRY(3) SLIST_FIRST(3) SLIST_FOREACH(3)
	SLIST_HEAD(3) SLIST_HEAD_INITIALIZER(3) SLIST_INIT(3)
	SLIST_INSERT_AFTER(3) SLIST_INSERT_HEAD(3) SLIST_NEXT(3)
	SLIST_REMOVE(3) SLIST_REMOVE_HEAD(3)
	STAILQ_EMPTY(3) STAILQ_ENTRY(3) STAILQ_FIRST(3) STAILQ_FOREACH(3)
	STAILQ_HEAD(3) STAILQ_HEAD_INITIALIZER(3) STAILQ_INIT(3)
	STAILQ_INSERT_AFTER(3) STAILQ_INSERT_HEAD(3) STAILQ_INSERT_TAIL(3)
	STAILQ_NEXT(3) STAILQ_REMOVE(3) STAILQ_REMOVE_HEAD(3)
	TAILQ_FOREACH(3) TAILQ_FOREACH_REVERSE(3) TAILQ_LAST(3) TAILQ_PREV(3)
2004-04-18 23:42:23 +00:00
dsl
eb5d4e583d Write to a temporary file and mv to real name to avoid getting a
truncated file if/when interrupted.
2004-04-18 19:52:32 +00:00
jdc
5b02e6f602 Add the XF86VidMode* manual pages.
Fixes PR port-atari/25181 from Piotr Meyer.
2004-04-18 16:44:10 +00:00
dbj
4fe7bbb7da enable rc.d fixsb script
initial testing suggests that it is working and I am confident it
will not cause irrevocable damage
2004-04-18 04:02:27 +00:00
hubertf
0c58031127 Add mmapw - mmapr is already there. Discovered while trying to build 2.0. 2004-04-05 17:52:16 +00:00
uwe
7b00555453 Add intro(4) and j6x0lcd(4) for hpcsh. 2004-04-04 17:34:43 +00:00
mrg
625248bde9 install ippool(5) manual as well. from peter postma in PR#25053. 2004-04-04 15:59:44 +00:00
lha
6f880d33f3 bump minor version on libkrb5 2004-04-04 14:01:05 +00:00
mrg
b32cb935ed evbsh3 builds Xvfb. 2004-04-04 10:06:24 +00:00
uwe
40f1406199 Descend into man8.hpcsh.
Add boot(8) for hpcsh to lists.
2004-04-03 04:20:38 +00:00
uwe
ef240435db Add hpcboot(8). 2004-04-03 03:13:21 +00:00
uwe
cc64a5cc4f Add kloader(4). 2004-04-03 02:39:27 +00:00
christos
22cea37a8e unobsolete which. 2004-04-01 21:43:32 +00:00
martin
4da1a3d409 /usr/bin/which is gone. 2004-04-01 14:49:05 +00:00
mrg
20f7152fc9 cat pages end in .0 not .n, noted by skrueger and europe dot com 2004-03-31 15:43:58 +00:00
mrg
b590c00e16 add a sparc64 intro(4). 2004-03-31 08:04:38 +00:00
mrg
f5b2796520 copy over several sparc* man pages from openbsd. 2004-03-31 07:20:48 +00:00
dyoung
061f5fc4ee Add a manual page to section 9 for rssadapt, the rate-adaptation
framework.
2004-03-29 04:14:03 +00:00
he
ff8ddbe028 Add entries for new include files installed by the new version of IPF. 2004-03-28 18:23:27 +00:00
drochner
ec31ee66ae should have moved sigreturn.2 to comp-obsolete, pointed out by Chris Gilbert 2004-03-28 15:40:20 +00:00
martti
509f68316f Added ippool 2004-03-28 10:26:11 +00:00
martti
d37577c593 Added /usr/sbin/ippool 2004-03-28 09:51:46 +00:00
jmc
1a0711506f All of mipseb builds Xvfb 2004-03-28 09:35:37 +00:00
jmc
f74370d6fa All of powerpc build Xvfb 2004-03-28 09:35:36 +00:00
jmc
1d498f63f8 All of mipseb builds Xvfb 2004-03-28 09:28:55 +00:00
jmc
3bd3446c99 All of m68k except x68k need Xvfb 2004-03-28 09:25:49 +00:00
jdc
6c70d527d6 Add *echochar() manual pages. 2004-03-28 08:59:54 +00:00
jdc
3a817d94fd Increment libcurses minor to 1 (addition of *echochar()). 2004-03-28 08:59:15 +00:00
jmc
16443b7581 AMD64 doesn't build i740.o, etc so nuke those entries from here. If this is
a mistake, fix the Makefiles under src/x11/Xserver first.
2004-03-28 07:27:21 +00:00
jmc
8f412a5db0 This is no longer needed w. ad.arm and the additions to mi 2004-03-28 07:19:37 +00:00
jmc
7f1f790d43 Note X server 2004-03-28 07:18:23 +00:00
jmc
d85c7d7eea All mipsel build Xvfb. 2004-03-28 07:18:08 +00:00
jmc
077853427b Add ID 2004-03-28 07:01:02 +00:00
jmc
a47a1a9cbc Note X server 2004-03-28 06:57:13 +00:00
jmc
d0ef3d1fb7 Xvfb is built on all arm platforms. Reference it out of ad.arm instead of an
md.X file per machine.
2004-03-28 06:51:12 +00:00
jmc
bbe0ccbd7b Eliminate a lot of redundancy here. Xnest is built on every platform..So it
goes in mi
2004-03-28 06:48:43 +00:00
rtr
2930aa495f + Xvfb/Xnest riff raff for netwinder. Allows sets to be created without
complaint from checkflist.  Maybe they shouldn't be built at all for
  netwinder.
2004-03-27 15:07:22 +00:00
uwe
0531f48a40 Add shb(4). 2004-03-27 01:47:38 +00:00
drochner
66a132ee6f sigreturn() isn't officially supported anymore; remove its manpage
(which was outdated anyway)
2004-03-26 21:49:35 +00:00
mrg
1d5769dcfc switch over to mrg gzip. 2004-03-26 08:52:26 +00:00
atatat
29e15c7932 Move sysctlbyname(), sysctlnametomib(), and sysctlgetmibinfo() from
sysctl(8) into libc, making the minor number jump.  Add prototypes to
sys/sysctl.h, fix sets, modify man pages, etc.  That oughta cover it.
2004-03-25 19:36:26 +00:00
atatat
1449152ac6 Add man page for new sysctl_teardown() function. 2004-03-24 19:37:10 +00:00
garbled
4b489dfcde Add rcconf/script4 for sushi 2004-03-24 18:48:10 +00:00
fair
790f7311ff Add man page link from talkd.8 to ntalkd.8 per PR 13433
We should probably rename all of this back to talkd. XXX
2004-03-24 05:20:12 +00:00
jdc
dd5d3aabfc Add (missing) mvgetch() and mvwgetch() manual pages. 2004-03-23 21:56:53 +00:00
jonathan
7dceec999c Add kcont(9) to Makefile, comp set. 2004-03-23 00:59:47 +00:00
jdc
3f48c562aa Reflect major number increments of libcurses, libform and libmenu. 2004-03-22 19:02:06 +00:00
he
fa8bd886a7 Fix typo in manual page name: OPENSSL_load_builtin_modules instead
of OPENSSL_load_built_modules.
2004-03-22 10:28:55 +00:00
groo
19aa054c0d Actually install the new man pages. 2004-03-22 00:48:04 +00:00
jdolecek
b86e67870a add /rescue/mount_smbfs 2004-03-21 18:07:45 +00:00
bjh21
b38b985f56 pckbport(9) and friends. 2004-03-20 22:05:56 +00:00
bjh21
093d228060 iomdkbc(4), rpckbd(4). 2004-03-20 17:09:04 +00:00
ragge
ba5400a136 Add dge manpage. 2004-03-18 20:42:07 +00:00
scw
37998f0fde Add MD files for sh5/evbsh5. 2004-03-17 20:36:04 +00:00
scw
0b2cfb4c45 Add keyword 'gdb' to files built with MKGDB!=no. 2004-03-17 20:34:47 +00:00
scw
c7f9b71508 Allow MKGDB=no to override inclusion of records with the 'gdb' keyword. 2004-03-17 20:32:02 +00:00
matt
145d009bbb Don't include newport on non-sgimips. remove unneeded tings on sgimips. 2004-03-16 17:40:02 +00:00
jdc
2b5352e212 Add can_change_color.[03].
Move can_change_colors.[03] to obsolete category.
2004-03-16 07:57:30 +00:00
yamt
e71ca4ef99 some manpages of scheduler activation syscalls. 2004-03-14 09:18:45 +00:00
jdc
09067ca179 Sun 3 MD X server sets list for src/x11 builds. 2004-03-14 08:12:20 +00:00
matt
888790cc43 Add sgimips specific contents for xsets. 2004-03-14 07:22:29 +00:00
matt
98c3642817 Add Xmacppc 2004-03-14 04:08:24 +00:00
bjh21
aef140f614 Obsolete busmouse(4), opms(4), and wsqms(4) on acorn32. 2004-03-13 19:51:11 +00:00
bjh21
80a4c8f403 Obsolete /usr/include/acorn32/mouse.h. 2004-03-13 19:46:46 +00:00
matt
13f77ea600 Add entries for Xvfb/Xnest 2004-03-12 22:57:54 +00:00
matt
602591975c Add missing via files. 2004-03-12 02:24:18 +00:00
rtr
18a3e07a50 + add/update files removed between xf43->44 as obsolete 2004-03-11 06:28:59 +00:00
chris
7a2da6b41b Add set files for cross building X for cats. 2004-03-10 22:38:37 +00:00
lukem
2adb6a08e7 add fonts/Speedo/encodings.dir 2004-03-10 00:39:13 +00:00
garbled
6f214d2eca Add ./usr/share/sushi/system/sshdconf/script7
From PR bin/24645 by Peter Postma
2004-03-09 21:37:24 +00:00
garbled
823e7a0547 Apply patch from bin/24695 by Peter Postma. Add new files to the set
lists for the users/groups menu of sushi.
2004-03-09 20:10:47 +00:00
rtr
0e9ed59745 + update list for libXxf86misc 1.1
+ remove libXxf86misc and libXxf86vm from sparc64 they aren't md.
2004-03-08 07:14:47 +00:00
cgd
7f89649063 add set lists for sbmips cross builds. Xnest/Xvfb only (like several
other set lists).
2004-03-08 06:26:47 +00:00