Commit Graph

1070 Commits

Author SHA1 Message Date
pk a0c5f89f2d Add mk48txx.4 & intersil7170.4 2000-07-26 22:57:38 +00:00
augustss fa6273782e Add ofisa(4). 2000-07-26 22:12:08 +00:00
itojun 0e416c083c add usr.bin/{hoststat,purgestat}, which are new argv[0] hack
for sendmail 8.10.x and beyond.  sorry that i forgot to add this one.

From: Andrew Brown <atatat@atatdot.net>
2000-07-26 16:35:33 +00:00
lukem 7139ec4211 add rc.d/NETWORK, obsolete rc.d/systemfs 2000-07-26 05:24:59 +00:00
ad 25047caef0 PCVT is dead. 2000-07-24 14:42:27 +00:00
ad 119ee262a5 PCVT is dead. 2000-07-24 12:26:15 +00:00
ad 31364cda65 Add ioat.{0,4}. 2000-07-24 11:54:41 +00:00
ad b7f651f06b px(4) is now installed. 2000-07-24 11:51:23 +00:00
wiz bb2467339b add the last missing (obsolete) vm files (and the directory itself) 2000-07-23 14:17:49 +00:00
bjh21 5a263911f5 ea(4) is now useful on arm26, so document it. 2000-07-22 23:14:38 +00:00
tsubai a66935b46e Add fstab.wd. 2000-07-20 09:21:09 +00:00
minoura 6e6e2897da Add compat_pecoff(8) manpage. 2000-07-17 14:39:33 +00:00
mrg 0190889425 add <openssl/ebcdic.h> 2000-07-17 05:49:28 +00:00
mrg 439532f303 bump libssl major 2000-07-17 02:32:56 +00:00
mrg 218aaf9ee5 bump libcrypto minor 2000-07-17 02:21:18 +00:00
lukem 0b284e70ff add usr/share/examples/syslogd/* 2000-07-13 14:31:13 +00:00
thorpej d4ef07d010 Add the bdes(1) related entries. 2000-07-13 00:35:22 +00:00
soren df9f4f3541 sup.no is no more. 2000-07-10 23:41:46 +00:00
shin 854ee3f4c8 add /usr/X11R6/lib/X11/rgb.db 2000-07-09 05:28:56 +00:00
kleink cb17c4c493 Add fseeko(3) and ftello(3) links. 2000-07-08 14:17:46 +00:00
kleink 1a4d443770 Sync libc minor. 2000-07-08 13:47:34 +00:00
enami bf53880ad5 Create link to lchflags.[02]. 2000-07-08 00:53:39 +00:00
itojun b596a9b104 rename securepath.3 into secure_path.3, as the function is named secure_path().
it is too hard to guess...
2000-07-07 11:05:06 +00:00
mjl c31ef53b64 Bump libskey version. 2000-07-06 22:33:50 +00:00
dmcmahill a837227ef1 Add ofwboot.xcf 2000-07-06 19:46:15 +00:00
ad 8a82d4a86e Bump libutil minor (pw_getconf()). 2000-07-06 11:26:23 +00:00
ad 2fb062082f Add passwd.conf.5. 2000-07-06 11:24:03 +00:00
ad 489f880428 Add rmd160.h. 2000-07-06 10:58:56 +00:00
veego 1b45532bcc Bump the minor version, because RIPEMD-160 was added to libc. 2000-07-05 16:08:28 +00:00
itojun 0bfeec5234 sync sendmail default configuration file with GENERIC kernel setting.
was: sendmail-IPv6.cf(v4/v6) + sendmail.cf(v4)
now: sendmail-IPv4only.cf(v4) + sendmail.cf(v4/v6)

do we need etc/obsolete.mi?
2000-07-04 12:21:02 +00:00
gmcgarry 76405ae56d audioamd(4) man page. 2000-07-04 07:59:12 +00:00
assar 91c3839d0a add man-pages for kf and kfd 2000-07-02 16:40:14 +00:00
thorpej 8b1b3bc680 gifconfig(8) is obsolete. 2000-06-30 18:07:16 +00:00
mrg 128b39502d * sys/vm is dead.
- obsolete <vm/vm.h>
- put ./usr/include/uvm in base not comp (like everything else).
- remove ./usr/include/vm
2000-06-29 12:03:08 +00:00
mhitch dead2ce832 add <m68k/endian_machdep.h> 2000-06-28 19:53:14 +00:00
mrg 88adda1288 more vm header file changes:
<vm/vm_extern.h> merged into <uvm/uvm_extern.h>
	<vm/vm_page.h> merged into <uvm/uvm_page.h>
	<vm/pmap.h> has become <uvm/uvm_pmap.h>

this leaves just <vm/vm.h> in NetBSD.
2000-06-27 09:00:14 +00:00
mrg d1039325e4 <vm/pmap.h> -> <uvm/uvm_pmap.h> 2000-06-27 07:18:07 +00:00
gmcgarry ee16625999 Add lock(9) entries. 2000-06-26 21:55:25 +00:00
mrg 2def7838c4 add removed vm headers; from veego. 2000-06-26 16:47:58 +00:00
kleink f4314449b5 Add <machine/int_types.h>. 2000-06-26 15:49:42 +00:00
mrg 7665599771 <vm/vm_map.h> gets merged into <uvm/uvm_map.h> 2000-06-26 15:32:23 +00:00
mrg 4c698e84f6 <vm/vm_param.h> -> <uvm/uvm_param.h> 2000-06-26 14:58:58 +00:00
mrg 2f159a1bac remove/move more mach vm header files:
<vm/pglist.h> -> <uvm/uvm_pglist.h>
	<vm/vm_inherit.h> -> <uvm/uvm_inherit.h>
	<vm/vm_kern.h> -> into <uvm/uvm_extern.h>
	<vm/vm_object.h> -> nothing
	<vm/vm_pager.h> -> into <uvm/uvm_pager.h>

also includes a bunch of <vm/vm_page.h> include removals (due to redudancy
with <vm/vm.h>), and a scattering of other similar headers.
2000-06-26 14:20:25 +00:00
soren dbed2b99d1 Reflect reality. 2000-06-25 17:00:08 +00:00
mrg 53be5b215c <vm/vm_pageout.h> is already empty; kill it totally. 2000-06-25 13:49:33 +00:00
mrg f5f84f80c5 <vm/vm_prot.h> becomes <uvm/uvm_prot.h> 2000-06-25 13:37:51 +00:00
thorpej 53eb5923da libcrypto.so.0.1 and libdes.so.5.1 2000-06-21 19:50:51 +00:00
thorpej b4ee6fb6cc First sweep of fixing up set lists after crypto integration. 2000-06-21 06:27:55 +00:00
enami ff4f7d0056 Sync with reality; netconfig.4 is moved to section 5. rpc.4 is removed. 2000-06-20 04:31:45 +00:00
minoura 860baf4491 Sort. 2000-06-20 01:28:36 +00:00