Commit Graph

105084 Commits

Author SHA1 Message Date
manu
55c5227095 Add vm_map and vnode locking 2002-11-17 16:51:12 +00:00
wiz
481f815061 Add {cat,man,html4}/dreamcast, and html4/evbarm. 2002-11-17 15:51:21 +00:00
wiz
2b116e162c Add some definite articles. 2002-11-17 15:48:05 +00:00
itojun
88e44ce1fd named is now 8.3.4 2002-11-17 14:37:47 +00:00
itojun
729df1257b sync with bind 8.3.4. 2002-11-17 14:09:52 +00:00
itojun
9b33cfc68a new version # for bind 2002-11-17 14:05:38 +00:00
itojun
c0ddbdedc2 verifiedexec_parse.h is machine-generated, and shouldn't be committed.
tsutsui
2002-11-17 13:57:38 +00:00
itojun
e5964f595e use CFLAGS for -g (is it needed?) 2002-11-17 13:54:49 +00:00
lukem
32615eac46 Apply fixes & enhancements from Alan Barrett. (Thanks Alan!)
* When building a kernel with the -k option, make obj in $TOP/etc to
    ensure that the correct KERNOBJDIR is created and used.  Previously,
    KERNOBJDIR could sometimes be an objdir outside the source tree
    and sometimes $TOP/sys/arch/$ARCH/compile inside the source tree,
    depending on whether or not a complete build had beed done before
    the kernel build.

  * Renamed KERNCONFNAME to kernconfname, for consistency with what
    seems to be a convention that variables local to build.sh (as
    opposed to make or environment variables) have lowercase names.

  * Renamed the do_buildonlytools and do_buildonlykernel variables to
    do_buildtools and do_buildkernel, because the word "only" is no
    longer appropriate now that more than one of them can be active
    simultaneously.

  * Changed a few '|| exit 1' tests to '|| bomb "message"', and added a
    few more similar tests.

  * Changed all 'echo "===> ..."' to use $runcmd, and added a few more
    similar echos.  Previously, some used $runcmd and some did not.
2002-11-17 12:59:37 +00:00
chs
4b2625143d change uvm_uarea_alloc() to indicate whether the returned uarea is already
backed by physical pages (ie. because it reused a previously-freed one),
so that we can skip a bunch of useless work in that case.
this fixes the underlying problem behind PR 18543, and also speeds up fork()
quite a bit (eg. 7% on my pc, 1% on my ultra2) when we get a cache hit.
2002-11-17 08:32:43 +00:00
takemura
fcdaf149b3 Added xi to GENERIC. (PR port-hpcmips/19059) 2002-11-17 07:21:11 +00:00
simonb
5e3d4a224c Add cache_r4k_op_8lines_{16,32} macros to perform cache ops on 8
consecutive lines.
2002-11-17 06:40:43 +00:00
itohy
d6fda2f750 Add {cat,man}4/dreamcast/* 2002-11-17 06:14:39 +00:00
itohy
590fc1bda3 Add {cat,man,html}4/dreamcast, html4/evbarm 2002-11-17 06:12:52 +00:00
thorpej
260b39b0f5 Put const data in .rodata (cut-and-pasted from linux-elf.h). Pass -matpcs
to the assembler.
2002-11-17 06:03:07 +00:00
itohy
e3d75a4ff4 Regen (fix desc, add manual pages) 2002-11-17 05:58:51 +00:00
itohy
ee6a196208 Add dreamcast specific device names 2002-11-17 05:56:12 +00:00
itohy
f9d87879fa Add man4.dreamcast 2002-11-17 05:54:30 +00:00
itohy
d7eb7f969e Manual pages of dreamcast specific drivers 2002-11-17 05:53:41 +00:00
itohy
30ce0d4185 Unification: "Maple Bus", "Maple" -> "Maple bus" 2002-11-17 05:45:26 +00:00
simonb
aa5595f691 Fix typo in the address of the Au1500 MAC1 enable register; 2nd MAC works
on the Au1500 cpu now.
2002-11-17 04:57:34 +00:00
simonb
ba1c8ffa9d Remove reference to mips_int5_evcnt from here; that is port-specific,
not arch-specific.
2002-11-17 04:56:57 +00:00
itojun
bc0b132907 should be safer to cast to u_long than to cast down to int 2002-11-17 04:49:18 +00:00
tsutsui
b2c857ac58 Add a cast to sizeof in printf() arg since _BSD_SIZE_T is unsigned long
on some ports.
2002-11-17 04:44:42 +00:00
itojun
81a0af7afd ${setdir} is not needed as we chdir to ${setdir}. 2002-11-17 04:14:00 +00:00
lukem
a4b13dc86b postinstall obsolete sets check 2002-11-17 03:25:36 +00:00
lukem
3b1e0611c6 Add support for using the obsolete sets to check for and remove obsolete files. 2002-11-17 03:22:47 +00:00
lukem
e97eca6cda grammar fix 2002-11-17 03:04:53 +00:00
lukem
e134704457 remove unnecessary code, and add minor code formatting tweak 2002-11-17 02:59:56 +00:00
lukem
8df8082f37 - add leading `.' to pathnames, for consistency with other sets lists.
- remove the usr/include/machine and usr/include/${MACHINE} entries
  added to help the sysinst upgrade from 1.4.2 -> 1.5 (where the
  symlink changed from ${MACHINE}->machine to machine->${MACHINE}),
  as they are bogus and lead to false matches when using the obsolete
  lists for other purposes (such as, checking for obsolete files
  outside of sysinst! :)
  the installer should use another mechanism to detect that the
  symlink has to be changed.
2002-11-17 02:54:50 +00:00
manu
08616982e5 regen 2002-11-17 02:48:12 +00:00
lukem
b966f5df8e Add a leading `.' to all pathnames, to be more consistent with the other sets,
and to prepare for an upcoming feature addition to postinstall...
2002-11-17 02:48:11 +00:00
manu
9215e8d4ed regen 2002-11-17 02:48:11 +00:00
lukem
1e09fd464d Add a leading `.' to all pathnames, to be more consistent with the other sets,
and to prepare for an upcoming feature addition to postinstall...
2002-11-17 02:48:01 +00:00
manu
7d02c9fff8 Implement mach_sys_load_shared_file. This are not complete yet, especially
wrt to the flags, but at least it does relocations.
2002-11-17 02:46:24 +00:00
lukem
ac1a503233 use ${MAKE} print_machine(_arch)? where appropriate 2002-11-17 02:22:11 +00:00
itojun
9134efabd0 use strlcpy where it is more appropriate. 2002-11-17 01:51:24 +00:00
itojun
66578bbe09 use strlcpy. correct mis(non-)use of buflen argument. 2002-11-17 01:50:01 +00:00
wiz
e991211bf2 Drop trailing space. 2002-11-17 01:28:18 +00:00
wiz
c59faa6fa4 Bump date. Sort options. New sentence, new line. Other minor fixes. 2002-11-17 01:26:30 +00:00
manu
c6cc98345b Correctly report the CPU type in Mach host_info(BASIC_INFO) 2002-11-17 01:24:03 +00:00
lukem
1be07ae391 In ssh check, ensure that ${DESTDIR}/etc/moduli is up to date.
Supports either ${SRCDIR}/crypto/dist/ssh (if using -s on a src tree)
or ${SRCDIR}/etc (if using -s on an extracted etc.tgz set) for the
"source" location of moduli.
2002-11-17 01:04:46 +00:00
manu
93df539f73 As we use one FreeBSD file for COMPAT_DARWIN, we must include file.freebsd 2002-11-17 00:59:13 +00:00
lukem
4befe83846 todo item: check etc/moduli (if possible) 2002-11-17 00:49:54 +00:00
wiz
a6e74f9b81 Remove trailing space. 2002-11-16 23:54:16 +00:00
itojun
d8cb639e16 use strlcpy to ensure string termination 2002-11-16 23:34:30 +00:00
itojun
5d1183fefb use strlcpy/cat 2002-11-16 23:30:32 +00:00
dyoung
d910717d01 Correct content. Style nits. 2002-11-16 23:09:44 +00:00
itojun
9937085dea isc dhcp 3.0.1rc10 is out 2002-11-16 23:02:44 +00:00
dyoung
8804a2c4e6 Removed deprecated flags from wiconfig(8) manual page. 2002-11-16 22:56:06 +00:00