Commit Graph

461 Commits

Author SHA1 Message Date
ad bf2be27cd8 Remove /usr/share/lkm & subdirs and kill evil whitespace. 2000-12-11 19:47:32 +00:00
jdolecek 02ab8e1e3f nuke /usr/share/lkm - kernel modules are inherently depedant upon kernel,
so the example lkms should be included in kernel sets only; furthermore,
the stuff was highly outdated
relevant items will be moved to lkm(4) and under syssrc/sys/lkm/
2000-12-11 13:44:00 +00:00
jdolecek 624b2ecd81 nuke vfs LKM examples - we have enough examples in kernel sources 2000-12-11 09:18:03 +00:00
tron 9699b9bf61 Add new manual page links "pw_getprefix(3)" and "pw_setprefix(3)". 2000-12-06 13:40:32 +00:00
matt 86e73d4390 Add int_types.h 2000-11-28 06:23:15 +00:00
tsubai fe63c77e86 Add hid.h. 2000-11-25 17:16:19 +00:00
wiz 312dcf1382 Oops, fix typo introduced two revisions ago. 2000-11-18 06:22:18 +00:00
wiz 21a7ac04e8 for completeness, add the /usr/include/dev/i2o directory itself. 2000-11-18 06:20:30 +00:00
wiz 0cad7812a0 add some libintl stuff 2000-11-18 06:17:35 +00:00
wiz 4905dfb5f7 add fmtcheck and linedisc man pages 2000-11-18 06:11:03 +00:00
tv 1966cce0c3 Only include "c++rt0.o" in one file -- ad.m68k. 2000-11-18 05:14:28 +00:00
matt cef1462af1 add ./usr/include/dev/ofw/openfirmio.h 2000-11-14 06:53:26 +00:00
ad 28c73a6870 Add headers from sys/dev/i2o. 2000-11-09 12:39:30 +00:00
itojun 5314e970c4 gettextize removed from our tree (see comment for
src/gnu/usr.bin/gettext/Makefile change)
2000-11-08 16:28:00 +00:00
wiz aade753574 Remove files/directories that are in more than one set from one of them.
Fixes PR 11138 by Jun-ichiro itojun Hagino.
2000-11-08 11:11:28 +00:00
thorpej 113f6a0e18 Add <machine/pmc.h> 2000-11-05 22:29:03 +00:00
thorpej 6ba1a794ad Add <sys/wdog.h> 2000-11-04 18:35:49 +00:00
itojun ef14cfbe4b build framework for GNU gettext. will be overridden whenever
Todd's BSD licensed gettext implementation comes in.
2000-11-02 01:09:01 +00:00
itojun dd5efd6d45 enable lib/libintl. 2000-10-31 10:46:34 +00:00
simonb 4ab9235edb Add now uninstalled wscons headers. 2000-10-20 06:10:48 +00:00
simonb 43478aaefa Remove uninstalled wscons headers. 2000-10-20 05:53:26 +00:00
bjh21 b2eacf307e We could probably do with installing the arm26 includes. 2000-10-19 21:57:54 +00:00
thorpej bea0bc67a3 Add <dev/isa/weaselreg.h> 2000-10-16 23:00:33 +00:00
wiz ea328985c3 Add /usr/include/dev/sub/fbio.h (pk: should this be installed? what about
fbvar.h?)
Also add strsvis, strsvisx, svis cat/man pages (hi lex!) and cvs man pages.
2000-10-14 01:53:14 +00:00
itojun c2bb9fa1d8 add m_dup(9) 2000-10-13 04:33:01 +00:00
itojun 9841e19b81 repair some of catman/man confusion 2000-10-06 13:43:22 +00:00
itojun 05a03575d1 avoid conflicting manpage filenames (like err.3) 2000-10-05 01:55:49 +00:00
itojun d3e00e4496 move ssl(4) to ssl(3). sorry for the mess. 2000-10-04 07:15:06 +00:00
itojun 23a6673513 modify some chapters 2000-10-04 06:52:11 +00:00
itojun 5ca577ee77 add manpages for libcrypto. still need to review contents. 2000-10-04 05:58:15 +00:00
enami dbf09f35da Add net/if_vlanvar.h. 2000-09-28 06:10:53 +00:00
nisimura bbd34dfd6e MD filename lists for NetBSD/luna68k distribution. 2000-09-10 05:51:20 +00:00
tsutsui d8352a33cc Add missing ${MACHINE}/asm.h. 2000-09-10 05:46:35 +00:00
christos 0ffdc3e20c add cvs files. 2000-09-04 22:49:11 +00:00
bjh21 b86b5d0346 Remember that arm26/spl.h is obsolete. 2000-08-22 21:39:37 +00:00
augustss a5626942dc Add usr/include/dev/usb/usbdevs.h 2000-08-22 16:51:35 +00:00
mrg ca3e065825 update vague reality. 2000-08-19 13:33:40 +00:00
wiz 71913384f4 remove some not-so-obsolete files from the obsolete lists (these are
still built and installed into DESTDIR). Approved by perry.
2000-08-13 22:24:30 +00:00
wiz af2bea44c1 sync (some crypto headers and man pages, tprintf* man pages) 2000-08-13 11:03:35 +00:00
tv 8ba27bd9cd Resort. 2000-08-09 10:28:54 +00:00
tv 361f4e3a0d Add new kprintf links and bitmask_snprintf(9). 2000-08-09 10:27:43 +00:00
wiz aba1831bf4 RCS police 2000-08-06 22:37:18 +00:00
nonaka 7a41932873 for make snapshot 2000-08-06 16:11:32 +00:00
itojun f7e4207188 add ppsratecheck(9). 2000-08-03 00:09:39 +00:00
wiz be8ff811b7 Rename VM_INHERIT_* to MAP_INHERIT_* and move them to sys/sys/mman.h as
discussed on tech-kern.
Retire sys/uvm/uvm_inherit.h, update man page for minherit(2).
2000-08-01 00:53:07 +00:00
wiz 50765f3176 sync (msg_*, {RMD,rmd}160*, pw_getconf, clock_*_to_*, todr_*) 2000-07-28 00:15:49 +00:00
wiz a74701a897 add /usr/include/dev/tc/tcds{reg,var}.h 2000-07-27 23:16:45 +00:00
pk e0a4823dfa Add todr.9 2000-07-26 23:00:23 +00:00
wiz bb2467339b add the last missing (obsolete) vm files (and the directory itself) 2000-07-23 14:17:49 +00:00
mrg 0190889425 add <openssl/ebcdic.h> 2000-07-17 05:49:28 +00:00