Commit Graph

3744 Commits

Author SHA1 Message Date
martin 244a56810f Update after ISDN devices have been added. 2001-01-06 13:53:18 +00:00
martin 56d43050fc Enable ISDN examples. 2001-01-06 13:28:19 +00:00
martin 0a970e19e4 Import of ISDN4BSD configuration example files 2001-01-06 13:26:27 +00:00
garbled 236075fa43 Fix some stupidity in here. There seem to be some definate problems with
this script, that didn't exist before..  It's going to take some doing to
figure them out..
2001-01-06 07:31:03 +00:00
garbled e6b7556dfb Add libcdk to these two files 2001-01-05 15:59:30 +00:00
martin f7c04f17a4 Enable new imported ISDN4BSD man pages. 2001-01-05 15:46:12 +00:00
martin 295d8f125c Documentation for the kernel part of ISDN4BSD.
XXX - needs some work
2001-01-05 15:43:14 +00:00
blymn 3231707aae added libform 2001-01-05 13:11:00 +00:00
blymn 2ba6155111 Added libform. 2001-01-05 12:59:25 +00:00
garbled c6745fa911 Change the sed string to work better with -current.. 2001-01-05 07:50:12 +00:00
garbled 4bf4b46a81 Forgot a makefile.. OOps. 2001-01-05 07:33:32 +00:00
garbled 19b9c78e4c Add the motherload of Makefiles to install all these fun forms and scripts.
I think writing these makefiles takes longer than writing the menu items
themselves.. ;)
2001-01-05 07:32:32 +00:00
garbled 746adc63eb Fix a stupid typo 2001-01-05 03:46:38 +00:00
garbled ceb08cea2c Add all the help menus, and working menu items I currently have for sushi.
Note, these directories are missing Makefiles..  I know that.. and I'm
working on it.
2001-01-05 02:06:53 +00:00
itojun 083a373737 s/.INIT/.BEGIN/ for NetBSD make 2001-01-05 00:25:59 +00:00
garbled 9c926b4602 Add LIBCDK and LIBFORM definitions 2001-01-04 23:52:00 +00:00
itojun 180f4678a4 die if MACHINE_ARCH == sh3 2001-01-04 15:17:41 +00:00
itojun c5fb04a57e sh3 split (MACHINE_GNU_ARCH) 2001-01-04 10:29:11 +00:00
itojun 973149dcb3 sh3 split 2001-01-04 08:32:02 +00:00
nathanw 9f55870caf Put correct whitespace in .Xr command so that the comma doesn't end up
in the section description.
2001-01-03 20:19:42 +00:00
itojun 6c348b2e2e add $ip6sitelocal, to control installation of reject route for fec0::/10. 2001-01-03 17:54:04 +00:00
lukem 9661e3aa77 add LIBC_DIAGASSERT and MALLOC_OPTIONS 2001-01-03 13:35:11 +00:00
lukem 77d909536c remove unnecessary duplication 2001-01-03 13:32:33 +00:00
lukem b206a768a3 add manual page for _DIAGASSERT(3) 2001-01-03 13:29:59 +00:00
lukem 39de8f8975 improve readability 2001-01-03 07:50:54 +00:00
augustss 627c81d365 Add uyap(4) man page. 2001-01-02 22:32:28 +00:00
simonb 15f972c29b Switch NetBSD/hp300's OBJECT_FMT to ELF 2001-01-02 04:34:37 +00:00
hubertf 6e09105843 * Remove documentation of NOCLEANDEPENDS (it's set by default, and there
is no need to change things on that area)
 * Document MAKEFILE, per PR 11866 by Richard Tibbetts <tibbetts@mit.edu>
2001-01-01 22:27:14 +00:00
augustss d3562d8247 Remove some scanners that should be handled by another driver. 2001-01-01 18:59:20 +00:00
sommerfeld bdeb8ccecf Restore the intermediate subdir-${targ} targets since they're
referenced elsewhere; fixes problem of afterinstall running too soon.
2001-01-01 15:27:31 +00:00
ad 53c964df98 +LJBF 2000-12-31 13:39:02 +00:00
sommerfeld 92b01a91b8 Correct typos (SUBDIR, not SUBDIRS).
Document use of .WAIT in SUBDIR
2000-12-30 14:34:51 +00:00
sommerfeld fd805ed302 Change ${PRINTOBJDIR} to a "safer" but more complex form which avoids
infinite recursion when directories reference each other or themselves
(most common when a FOOOBJDIR is defined in a common Makefile.inc).
2000-12-30 14:34:09 +00:00
sommerfeld 3459e6c590 Change SUBDIR expansions so that a .WAIT in a subdirs list turns into
.WAIT (rather than a ${targ}-.WAIT) in the ${targ}'s subdir dependancy list.

This allows .WAIT to be used in SUBDIR as a synchronization barrier
for recursive parallel builds.
2000-12-30 14:32:04 +00:00
itojun 94975bfc4e wrap "locale" by MKNLS != no. req'ed by mrg 2000-12-30 04:21:20 +00:00
itojun f9d029c7cc document host build tools (like rpcgen) in bsd.README. PR 11839 2000-12-30 04:11:34 +00:00
itojun e3f54d12af move src/share/mklocale into src/share/locale/ctype. PR 11838. 2000-12-30 02:33:04 +00:00
mellon f693a6019a Add pfy (Lance Berc) 2000-12-29 19:42:08 +00:00
itojun 87f5fc92dd document MKLOCALE is not a variable to control build behavior. per PR 11839. 2000-12-29 03:18:32 +00:00
thorpej d7f68b8aa0 Don't install a no-longer-present file. 2000-12-29 01:52:25 +00:00
sommerfeld ea23a4b9a6 Preliminary pci_intr_* man page. 2000-12-28 23:06:08 +00:00
is 70692a9b20 Gone since May 2000. 2000-12-28 22:29:57 +00:00
hubertf 1aecee892f Add WSCOMPAT_USL_SYNCTIMEOUT, WS_KERNEL_MONOATTR, WS_KERNEL_COLATTR
to synopsis. Partly by Dominik Rothert <dr@astorit.com>.
2000-12-26 13:02:18 +00:00
wiz 987c42ae1c some whitespace cleanup 2000-12-24 02:52:53 +00:00
itojun cd483dd854 use ${MKLOCALE} from bsd.sys.mk. PR 11801. 2000-12-23 22:48:26 +00:00
itojun 9ad9be84eb declare ${MKLOCALE}. PR11801. 2000-12-23 22:47:28 +00:00
bjh21 883b619b51 MAU detection on E200 now works. 2000-12-22 22:24:09 +00:00
itojun 1f25592a51 declare SWIDTH1. 2000-12-22 01:37:22 +00:00
itojun d31d542a97 populate citrus xpg4dl locale definitions into /usr/share.
if there are any mistakes, please report (i only speak English/Japanese).
currently, only singlebyte locales are usable.

TODO: enable multibyte handler in libc - there still are few design
discussions, but we are almost ready.
2000-12-22 01:31:47 +00:00
itojun c2c9f31e53 for cross builds, use /usr/bin/mklocale. we use the same locale format
for all platforms (not tested - please).
remove bogus comment
2000-12-22 01:11:48 +00:00