Commit Graph

66520 Commits

Author SHA1 Message Date
bouyer
0273966f04 Add CMD PCI0649 product ID. 2000-06-21 08:58:57 +00:00
matt
a0cf752d0c For omagic & nmagic, add bss size into data magic (needed for brk to work
right).  Deal with the case that the data segment might fit into all the
trailing part of last text page.
2000-06-21 06:40:04 +00:00
thorpej
b4ee6fb6cc First sweep of fixing up set lists after crypto integration. 2000-06-21 06:27:55 +00:00
thorpej
8dd0fdd69b Fix printf formats on LP64. 2000-06-21 06:05:01 +00:00
matt
15511d1dcc Move COFF_LDPGSZ to ibcs2_machdep.h. Fix nmagic loader to deal with
subpage mappings.
2000-06-21 05:45:15 +00:00
thorpej
8f6ee79db8 Detect if MIT Kerberos V headers are present on the system (by looking
in ${DESTDIR}/usr/include/kadm5/kadm_err.h) and if so, tell the operator
to remove the contents of that directory in an error message and abort.
2000-06-21 05:43:50 +00:00
matt
f2bfc30377 Add some kernel printfs (under DEBUG) to print messages when bad things
happen in a exec.
2000-06-21 05:43:33 +00:00
matt
d4513b2c95 Add vmcmd_readvn (which was the 2nd halt of vmcmd_map_readvn). 2000-06-21 05:41:07 +00:00
lukem
78dc0c22fa * add -m option to makelist, which generates an mdoc table with the key
bindings and their descriptions
* manually add the output of 'sh ./makelist -m vi.c ed.c common.c' to
  a new section in editrc(5) called `EDITOR COMMANDS'
2000-06-21 03:21:28 +00:00
enami
cfaeffad70 - Fix .Nd usage; no need to supply hyphen explicitly and the description is
short enough to put on the same line.
- Kill the comma at the end of SEE ALSO list.
- Remove empty line in the source.
- Break line at the end of statement in the source for better output (in other
  words, let the roff to format it).
2000-06-21 03:19:05 +00:00
enami
bc066a6ce1 Avoid null pointer dereference; the `addrp' is NULL if a mount point
is default exported.
2000-06-21 02:48:31 +00:00
hubertf
159bc2d0e5 s/the/The/ at beginngin of sentense. 2000-06-21 02:30:37 +00:00
perseant
bbc8485d45 Make sure to segunmap segments on error in lfs_bmapv or lfs_markv. Prevents
a memory leak of by default 1 Mb per error.  May fix PR #9149.
2000-06-21 01:58:52 +00:00
itojun
f42e218016 sync with more recent kame code.
accept scoped address notation.
2000-06-20 22:23:01 +00:00
thorpej
4696f48761 Remove pre-genereated info files. 2000-06-20 22:02:22 +00:00
thorpej
b914f28687 Remove formatted manpages. 2000-06-20 22:00:14 +00:00
thorpej
4e81b0f0e5 One off the list. 2000-06-20 21:57:46 +00:00
thorpej
4e2363b75f Put the example openssl.cnf into /usr/share/examples/openssl, not
/etc/openssl.
2000-06-20 21:57:12 +00:00
thorpej
e352d2ca43 Fix installing <kerberosIV/des.h> 2000-06-20 21:49:02 +00:00
eeh
75eaa6ba70 lda is unsigned, ldswa is signed. Fixes a 32-bit sign extension bug. 2000-06-20 18:06:12 +00:00
veego
dd68d1f399 Fix the version comment: s/1.4ZD/1.5A/
Noticed by pooka.
2000-06-20 17:59:42 +00:00
bouyer
dbc130250d Patch from Eduardo Horvath: don't bus_dmamap_sync the script dma map if
it lives in the on-chip RAM !
2000-06-20 17:16:22 +00:00
itojun
c60ddc2403 remove ip6defaultif configuration. because:
- ndp is in /usr/sbin, chokes on NFS-mounted /usr installation
- the option is just for IPv6 specification geek, not for normal users
2000-06-20 16:48:14 +00:00
matt
568a487125 Make this produce local objects with .lo suffix. 2000-06-20 16:07:04 +00:00
itojun
948e11b707 allow IPv[46]-over-IPv6 setting properly. sync with kame. 2000-06-20 15:59:35 +00:00
ad
318f9b048b Feck. 2000-06-20 15:04:50 +00:00
ad
bd9588d282 Add /etc/netconfig and /etc/security.local. 2000-06-20 15:01:19 +00:00
pk
2bb919e39a Update entries for VME devices ie[1-4]. 2000-06-20 14:24:24 +00:00
fvdl
ce3461b310 Oops, previous should not have been committed. 2000-06-20 13:56:43 +00:00
fvdl
6806083e5d Free buffer used in xdrmem_create. 2000-06-20 13:55:11 +00:00
fvdl
c92917ebae Declare 1.5A 2000-06-20 12:42:37 +00:00
fvdl
4d16ecfd4e Bump to 1.5A 2000-06-20 12:41:12 +00:00
pk
a849fa0158 region_free: use correct index to invalidate a MMU region cookie in a pmap.
Remove work-around in pmap_enter(); the sun4/3-level MMU now works.
2000-06-20 12:04:22 +00:00
enami
295358cfe1 Don't warn that $hostname isn't set if the hostname is already set. 2000-06-20 08:34:33 +00:00
soda
7b3141e1fb for DeskStation RPC44 2000-06-20 08:26:52 +00:00
soda
5b55580c01 sys/arch/alpha/isa/isadma_bounce.c, for reference. 2000-06-20 08:25:41 +00:00
tsubai
1d8c57a8e5 Need include <vm/vm.h>. 2000-06-20 08:04:35 +00:00
lukem
327792f9ed fix problems noted by <dogcow@redback.com> in [bin/10390] and private email:
* fix RATE{GET,PUT} under some situations when the client is slower than
  the server (something i missed when migrating the rate limiting code
  i wrote in ftp(1) to ftpd(8))
* document what units RATE{GET,PUT} use
2000-06-20 07:39:46 +00:00
thorpej
0fa81d1574 ...and a couple more. 2000-06-20 06:02:37 +00:00
thorpej
e7d6b96938 Merge a bunch of things from crypto-us and crypto-intl into basesrc,
adding support for Heimdal/KTH Kerberos where easy to do so.  Eliminate
bsd.crypto.mk.

There is still a bunch more work to do, but crypto is now more-or-less
fully merged into the base NetBSD distribution.
2000-06-20 06:00:24 +00:00
soda
76baab0725 3rd argument of TBRPL() is not paddr_t but PTE.
XXX - mips3_TBRPL seems to be never called.
2000-06-20 05:54:03 +00:00
thorpej
efbc580022 One more. 2000-06-20 05:12:07 +00:00
thorpej
8b8fb98e91 Add an initial TODO list. This is based solely on things I encountered
while doing the Heimdal+KTH merge.
2000-06-20 05:03:04 +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
matt
6f65b2f744 Nuke mount_kernfs and add the new small dmesg. 2000-06-20 04:30:16 +00:00
matt
5c13e34063 CDROMs can exist on ide buses 2000-06-20 03:48:53 +00:00
soren
d78ff1cd5b Add mips3_write_config(). 2000-06-20 02:57:17 +00:00
sommerfeld
e62920cf2e revised rndctl which can display pool statistics. 2000-06-20 02:40:10 +00:00
mrg
7083fdcb62 disable the bloated NFS structure check on 64bit sparc64. 2000-06-20 02:29:51 +00:00
itojun
278184a8ab avoid possible mbuf leaks on ipsec policy violation.(sync with kame) 2000-06-20 02:24:42 +00:00