Commit Graph

99510 Commits

Author SHA1 Message Date
matt 4f983e2982 Common OFW code has been moved to powerpc/mpc6xx/ofw_subr.S. Now use it. 2002-07-09 19:21:03 +00:00
matt 7c3dbdc01d When allocate VA for the msgbuf, don't allocate pages too since we have
already done that in pmap_bootstrap.  (fixes a small page leak at startup).
2002-07-09 19:05:00 +00:00
matt 66eaa16742 Change fpuproc to curcpu()->ci_fpuproc. 2002-07-09 17:41:27 +00:00
atatat c18774b05c The bitwise or-ing together of letters is almost *guaranteed* to do
the wrong thing, as in this case.  I should read the preprocessor
output more often.
2002-07-09 17:22:26 +00:00
lukem dc4928f26f checkflist:
- add "-M metalog".  if metalog starts with "${DESTDIR}/", it
	  will be skipped in the flist check, to prevent unnecessary
	  warnings about extraneous ./METALOG
	- if the diff returned a non-zero exit code, print a warning message,
	  and for the default diff output, print a blurb describing the
	  meaning of the output.

Makefile:
	- call checkflist with "-M ${METALOG}" if UNPRIVED
	- run "${MAKE} checkflist" if ${DESTDIR} != ""

 NOTE:	this change will prevent maketars from running if the
	sets lists are out of date.  This is intentional.
	Better to fail than to build tar files with missing files.
2002-07-09 16:08:38 +00:00
mycroft e6589dc35e Add obsolete files. 2002-07-09 15:07:19 +00:00
mycroft 286a6dd7dd Sync. 2002-07-09 15:04:26 +00:00
pooka 2af7f26ded change versions for file 3.39 2002-07-09 15:01:36 +00:00
pooka ce0a2bbbef end this destructive conflict 2002-07-09 14:59:52 +00:00
mycroft 79d0ee0424 Remove VNODE_OP_NOINLINE, which is already in TX3912. 2002-07-09 14:54:39 +00:00
thorpej 297ae331d6 Make a few performance tweaks:
* Bump the number of Rx descriptors from 128 to 256.
* Don't use a sliding Tx interrupt window.  Instead, just do reap-behind
  when we have <= 1/8 of our available descriptors in wm_start().
* Don't use Tx Queue Empty interrupts, and always set the Tx Interrupt
  Delay bit in the Tx descriptor.
* In wm_intr(), always call wm_rxintr() and wm_txintr(), regardless of
  their respective ISR bits being set.  We're here, might as well do some
  work.
* Adjust the Tx and Rx interrupt delay timer values.  New values from
  Intel's driver for FreeBSD via Allen Briggs.

With these changes, NetBSD can sustain > 900Mb/s userland to userland
*without* using TCP checksum offload using Intel PRO/1000 XT cards.
2002-07-09 14:52:37 +00:00
lukem 743c37bcb0 - more new ports
- more features
- improve display & details of 3rdparty updates
- add Ss2 sub section header for port specific stuff
- add 1.5 upgrade items, and refer to etc/postinstall
- add back ".if \n[FOR_RELEASE] \{\" i accidentally removed a couple of revs ago
2002-07-09 14:49:27 +00:00
wiz 148bbc0647 Typos. 2002-07-09 14:49:24 +00:00
pooka 741f0f5afe file 3.39 2002-07-09 14:47:21 +00:00
lukem 67270d0611 remove info that's not relevant for 1.6 2002-07-09 14:32:38 +00:00
wiz 7c42d2fdaf Clean up last (no spaces before parentheses). 2002-07-09 14:13:18 +00:00
wiz 4a2012a1cc Comment out $Log$, and remove one entry added during the import. 2002-07-09 14:08:38 +00:00
wiz 190d4218c8 ispell 2002-07-09 14:05:29 +00:00
simonb cb09cbdc32 Work around an egcs internal compiler error when compiling ip6_mroute.c
with -O2 or greater.
2002-07-09 12:55:47 +00:00
mycroft b572262b8a Fix formatting errors. 2002-07-09 12:52:03 +00:00
pooka ade9640026 Add -o, -D, and -L to usage() to get it in sync with reality. 2002-07-09 12:49:10 +00:00
mycroft cabca75155 Fix silly typo. 2002-07-09 12:40:41 +00:00
mycroft 746a89b6ae Sync. 2002-07-09 12:24:32 +00:00
itojun 92b7524e7d silently connect(2) to next address. sync w/openbsd 2002-07-09 12:04:10 +00:00
itojun a2a47b15ce don't warn even if reverse lookup fails. sync w/openbsd 2002-07-09 12:03:54 +00:00
lukem afef24c235 1.6 feature: asian LC_CTYPE locales from citrus.
thanks to Bang Jun-Young <junyoung@mogua.com> for the reminder.
2002-07-09 11:16:53 +00:00
tron 4a3185f506 Get rid of __P() here. The rest of the sources doesn't use it, too. 2002-07-09 10:34:44 +00:00
tron cb35c09756 Fix build problem probably caused by some toolchain change. 2002-07-09 10:34:16 +00:00
hamajima b99ebea79a comment out "options OFB_ENABLE_CACHE" again,
because this makes PowerMac 8500 + Millennium II broken.
OKed by tsubai.
2002-07-09 10:14:18 +00:00
tshiozak f96d7c340f add ./usr/share/locale/sk_SK.ISO8859-2 . 2002-07-09 09:04:51 +00:00
tshiozak 973a95f068 add LC_CTYPE for sk_SK.ISO8859-2, by Lubomir Sedlacik. 2002-07-09 09:00:30 +00:00
lukem 670f095799 - update alpha sizes (for base system; haven't built xsrc yet)
- fix a couple of minor mdoc issues
2002-07-09 08:49:27 +00:00
lukem 45ee1ccce9 fix rev 1.37; .el needs .ie (not .if) to work 2002-07-09 08:42:51 +00:00
lukem d2c851f82c remove unnecessary .It 2002-07-09 08:39:51 +00:00
junyoung 2009b23147 switch/case KNF. 2002-07-09 07:15:21 +00:00
junyoung b9f82fe6d3 ANSIfy. 2002-07-09 06:55:09 +00:00
pooka d1cacc3197 fix pasto in error message
reported by Andrew Freedman in toolchain/17530
2002-07-09 06:36:16 +00:00
dbj 913e76340c get pdisk compiling on macppc and mac68k 2002-07-09 05:57:32 +00:00
dbj a1246c73e0 import pdisk utility from Eryk Vershen:
http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
this is the utility provided by mklinux and osX to manipulate
the Apple Partition map.
2002-07-09 05:49:02 +00:00
mycroft 418d617a93 Add the (inane) zzz link for apm. 2002-07-09 05:30:49 +00:00
yamt a8463800e2 don't pass null pointers to printf for "%s". 2002-07-09 04:35:30 +00:00
yamt 84954a6eb7 - use snprintf and strlcpy instead of strcpy, strcat and sprintf in some place.
- remove a unneeded strcpy.
2002-07-09 03:30:05 +00:00
thorpej 3acbaeb040 Overhaul documentation of the kernel signal facilities. Some text
liberally borrowed from Paul's psignal(9) manpage.

More work can be done here, but there's more here than before, at least.
2002-07-09 02:28:08 +00:00
lukem 384ed56864 usr/include/alpha/fpu.h is not actually obsolete! 2002-07-09 02:25:57 +00:00
hubertf 534ff5d5e9 This fixes various little problems in the lpd source.
lpd.c           bogus 'c' option in getopt option string

        printjob.c      spelling "prstatic inter" -> "printer"
                        finish ANSIfication

        recvjob.c       finish ANSIfication

Patch contributed by Brian Ginsbach <ginsbach@cray.com> in PR 17520
2002-07-09 01:12:35 +00:00
thorpej 649dfd174e Document the ELF core file format. 2002-07-09 01:05:32 +00:00
mycroft 53fb5dd4fa Sync. 2002-07-09 00:48:35 +00:00
uwe 401b8356c5 Print correct io addresses in sm attachment message (pasto). 2002-07-09 00:24:52 +00:00
itojun 373383a4ab typo in message. PR 17528 2002-07-08 23:01:57 +00:00
jdolecek 9cfce187c5 track rev. 1.36 of GENERIC:
adapted to new interrupt code and shb changes.

also disable tlphy - no bus_dma, so it doesn't compile
2002-07-08 22:49:01 +00:00