lukem
932f26073f
Add AM_MAINTAINER_MODE to configure.in
...
Run "autoreconf" (from autoconf-2.57) to rebuild:
aclocal.m4 config.h.in configure
This appears to be a cleaner solution than hand-hacking/merging
changes to **/Makefile.in after each import.
Recently suggested by a couple of people, and confirmed with Ben Elliston.
2003-03-27 03:47:25 +00:00
simonb
d38e1fa853
Use "rxintr" for the name of the receive interrupts evcnt instead
...
of "txintr". Much less confusing that way...
2003-03-27 01:21:52 +00:00
scw
52569eab7f
Add PIC support.
2003-03-26 22:33:56 +00:00
jdolecek
0be1da3379
switch to LIST_FOREACH() in selrecord()
2003-03-26 17:50:16 +00:00
mycroft
0c23a8613a
Fix multiple bugs in the way we do the v4 MMU disable -- it was blasting way
...
too many bits (including some reserved ones) and was writing the wrong value
for the TLB flush.
Also, if the flag is off, don't write the control register!
2003-03-26 17:36:56 +00:00
atatat
55a73f6d52
mdkdir -> mkdir
2003-03-26 17:00:57 +00:00
tsarna
2082416e99
North American postal region codes table. These are the two letter
...
"State or Province" codes seen in US, Canadian, and a few other
addresses. Eg, MT for Montana, ON for Ontario, etc. Includes all the
"wierd" ones that many people don't know, like AA, GU, PW, etc.
This information was compiled from a half dozen websites, as there
didn't seem to be (before this) a good complete list.
Discussed with christos, oster, david, and others.
2003-03-26 15:57:54 +00:00
christos
c87ed3f37f
sprinkle lint, and define MAGIC if not already defined.
2003-03-26 15:18:38 +00:00
scw
e6b13790fa
SH5 needs __HAVE_FUNCTION_DESCRIPTORS defined in order for ld.elf_so
...
to resolve SHmedia function pointers correctly.
2003-03-26 14:46:32 +00:00
scw
eefd7219fd
Sign-extend the return value, as required by the ABI.
...
While I'm here, simplify the asm operands/constraints.
2003-03-26 12:00:41 +00:00
scw
3617381164
Sign-extend the return value, as required by the ABI.
2003-03-26 11:59:36 +00:00
lukem
d544e20194
Support populating the environment from login.conf(5)'s "setenv"
...
capability, using a variation of setuserenv() from login_cap.c.
From Jim Bernard <jbernard@mines.edu>.
2003-03-26 11:16:13 +00:00
taca
a99a3857f9
Add a missing lint library for libmagic.
2003-03-26 10:25:27 +00:00
lukem
507ffb08d9
Remove any rules which ``helpfully'' rerun automake, autoheader, or
...
autoconf if make determines that any of the files are out of date.
Unfortunately, this can occur quite easily after a cvs update, and
will then fail on systems without any of those tools or with read-only
source, and thus generate lots of "it doesn't build" email and bug
reports. If/when we have a better solution in tree, this is how we fix it.
2003-03-26 08:59:40 +00:00
provos
acfe26ec02
add systrace
2003-03-26 04:15:35 +00:00
provos
76df85d406
very simple regression test for systrace; okay atatat@
2003-03-26 04:14:16 +00:00
atatat
2fa2a4a234
Change "imported" to "update to" since it has a more effective meaning.
2003-03-26 03:49:05 +00:00
provos
e3cb39834b
mention "parse error" on stdout for interactive policy generation
2003-03-26 03:40:02 +00:00
pooka
391eab2699
note file(1) update to 4.00
2003-03-26 00:24:11 +00:00
pooka
2477d4fe9b
have plenty of fun and merge diffs once again
2003-03-26 00:20:43 +00:00
pooka
ec40492e1a
script to mangle file distribution into shape suitable for import
2003-03-26 00:10:36 +00:00
pooka
82e0198241
use file from dist
2003-03-26 00:05:02 +00:00
pooka
b4985fa4de
add libmagic man page
2003-03-25 23:59:15 +00:00
pooka
d18b0a2f43
add libmagic
2003-03-25 23:55:35 +00:00
pooka
f5892341fc
descend into libmagic
2003-03-25 23:55:18 +00:00
pooka
8daae68793
build file(1) as a host tool (for compiling magic files)
2003-03-25 23:43:49 +00:00
pooka
ae0bb29eb1
writable, not writeable
...
(let's see if this typo stays dead now)
2003-03-25 23:41:17 +00:00
thorpej
eb7195a019
Gzboot support for the ADI BRH eval board. This flash address allows
...
the kernel to be decompressed and started at board reset if the BRH's
rotary switch is set to position 5.
2003-03-25 23:38:00 +00:00
pooka
d223236902
add file as a host tool
2003-03-25 23:35:48 +00:00
thorpej
0a6cf80b25
Standalone board support routines for the ADI BRH.
2003-03-25 23:34:26 +00:00
thorpej
78c15d17f8
Memory routines for boards using the ADI BECC companion chip.
2003-03-25 23:33:49 +00:00
thorpej
9c484bd88d
Allow the frequency to be set by the Makefile.
2003-03-25 23:32:41 +00:00
provos
a2468a8d04
new "ask" action. creates a new rule that prompts the user for an
...
action but allows only yes or no answer. inspired from talking
with dugsong@monkey
2003-03-25 23:17:29 +00:00
provos
5173f83708
recognize process group pid
2003-03-25 23:15:22 +00:00
lukem
1b0869163c
Add MAKE to PARSELISTENV, and specifically set MAKE=${MAKE} in
...
list.sysinst.
(Better fix to previous, but thanks to Warner for committing a
fix which then prodded me to improve it :)
2003-03-25 23:07:29 +00:00
provos
488a952788
better -c parsing; from camiel@sentia
2003-03-25 23:04:48 +00:00
provos
66570390e4
More details and a few improvement for style. from ian@darwinsys
2003-03-25 23:00:05 +00:00
provos
2b37f26aed
mkdir requires unlinkname as a translator; unlinkname does not return
...
<non-existent filename> errors any longer.
2003-03-25 22:58:24 +00:00
provos
f605994ea3
rename was using an incorrect translation.
2003-03-25 22:54:59 +00:00
mycroft
d8c7d22134
*** empty log message ***
2003-03-25 22:52:48 +00:00
mycroft
8320edced9
Remove a whole bunch of crap -- including the entirely adler32 stuff that's
...
only used in gzip headers/footers -- that's not actually used here. Also use
a smaller CRC table. Saves >4k of code in boot images.
2003-03-25 22:48:43 +00:00
provos
887e433ee2
bug in profile feedback optimization; found by dirt@monkey
2003-03-25 22:48:42 +00:00
pooka
7576a124b2
reachovers to build libmagic
2003-03-25 22:43:09 +00:00
pooka
62d35d72ed
make function name match the one in the prototype and on man page
2003-03-25 22:40:54 +00:00
pooka
79294d5b4e
re-add
2003-03-25 22:38:12 +00:00
mycroft
c6052ec21f
const! const!
2003-03-25 22:35:36 +00:00
pooka
2bbaeb8ecf
bye
2003-03-25 22:34:44 +00:00
pooka
c10bc02261
file 4.00
2003-03-25 22:29:42 +00:00
thorpej
c491d0329c
Add pci_vpd_read/pci_vpd_write.
2003-03-25 22:07:35 +00:00
thorpej
5472a338dd
Document pci_vpd_read() and pci_vpd_write().
2003-03-25 22:04:50 +00:00