cgd
9b2c55744d
updates to timezone files from Arthur David Olson <ado@elsie.nci.nih.gov>
...
more updates are in the works; i'm doing this in chunks.
1993-11-03 09:49:47 +00:00
cgd
1f7689ff10
yearistype (which we didn't have and didn't need before) is now
...
called yearistype.sh
1993-11-03 09:46:23 +00:00
cgd
d4dacf1231
we need this now
1993-11-03 09:45:52 +00:00
cgd
345cb4f5e7
updates to timezone files from Arthur David Olson <ado@elsie.nci.nih.gov>
...
more updates are in the works; i'm doing this in chunks.
1993-11-03 09:34:53 +00:00
cgd
8900ab37e3
clean up, move some XXX's around, and note that one or two things should be
...
replaced with timeval{add,sub}, and generally be made more sane.
1993-11-03 09:08:42 +00:00
cgd
ee26bd5d86
fix inconsistent definition of exitcode. change things so that it
...
(correctly) exits with code 0 if the doc hasn't been modified.
"wah! i want nvi..."
1993-11-03 08:27:14 +00:00
mycroft
d61899ce79
mid+magic is 26 bits, not 24.
1993-11-03 08:03:16 +00:00
mycroft
ec894d851c
Correct page sizes for M68k and SPARC.
1993-11-03 07:45:55 +00:00
mycroft
34b10abe06
Add entries for object files. Someone should update GAS to generate new-style
...
magic numbers; otherwise file(1) will just say `big-endian' or `little-endian',
which is not terribly informative.
1993-11-03 07:33:28 +00:00
cgd
d3fad18c7a
shouldn't link to acctoff -- that's not the way new (i.e. traditional)
...
accounting works.
1993-11-03 06:50:11 +00:00
cgd
a25d7d9a8e
chown here now
1993-11-03 06:48:18 +00:00
cgd
b7a32a0002
chown no longer here
1993-11-03 06:46:24 +00:00
mycroft
9aecec6c48
Clean up deleted files.
1993-11-03 06:45:34 +00:00
cgd
3cd310a659
add 'LDFLAGS+= -static'
1993-11-03 06:18:48 +00:00
mycroft
1b543e994f
Don't generate two warnings if OSI isn't configured in the kernel.
1993-11-03 06:17:08 +00:00
mycroft
a2cdcbb0e1
Add entries for the 386BSD and BSDI executables that we also run, and
...
gratuitously capitalize `NetBSD'.
1993-11-03 06:03:15 +00:00
mycroft
a0b6a72200
Clean up deleted files.
1993-11-03 05:58:02 +00:00
cgd
ab60a0b473
include the NetBSD magic file seperately. call it 'NetBSD' rather
...
than 'netbsd'. cvs tree magic by cgd will move it to the right place.
1993-11-03 05:56:58 +00:00
cgd
7cb8a1a24d
comment out the check for "8086 relocatable (Microsoft)", because
...
our dynamically linked programs match that (!!), and because
few are likely to have it files of that type on NetBSD systems
1993-11-03 05:27:48 +00:00
cgd
c12bc1839f
add -static to 'LDFLAGS', as it goes in /sbin
1993-11-03 05:20:49 +00:00
cgd
402e6e1c32
'official' patch from Ozan S. Yigit <oz@ursa.sis.yorku.ca>:
...
bug:if there are multiple files on the command line, file index is not
reset properly, ie. it falls off the side. sigh. also, somewhere along
the line, i again lost the proper m4wrap/autodiversion semantics
[sorry, eric. :-|] but fixed with this patch.
1993-11-03 05:16:21 +00:00
mycroft
25d572fb12
This warning is fucking annoying, and ld already told us about it when we
...
linked the executable. Make it #ifdef DEBUG.
1993-11-03 04:58:57 +00:00
mycroft
7ec1b16a85
Oops. Don't spew garbage if the type is string.
1993-11-03 04:40:04 +00:00
mycroft
11b47679ef
Update to reflect changes.
1993-11-03 04:31:34 +00:00
mycroft
155d28e87e
Add explicit endians so file(1) works well across architectures.
1993-11-03 04:09:39 +00:00
mycroft
ab61bc03f0
Fix numerous sign-extension problems, and add support for explicitly unsigned
...
comparisons.
1993-11-03 04:04:19 +00:00
mycroft
9fc3df91d1
No, I don't need anyone to point out that I was asleep at the keyboard.
...
Last change revoked.
1993-11-03 00:40:19 +00:00
mycroft
3544adb2b5
Correct test for dynamically linked executables. (Someone forgot that the
...
386 is little-endian.)
1993-11-03 00:24:59 +00:00
mycroft
dd896d55b8
A theoretically working version. The probe routine needs work.
1993-11-02 23:59:34 +00:00
cgd
2b2415ec15
make libfoo.so.m.n depend on libfoo_pic.a, and also explain
...
what we're doing when building libfoo.so.m.n.
1993-11-02 23:14:50 +00:00
cgd
1f88f697c0
MAJOR -> SHLIB_MAJOR, MINOR -> SHLIB_MINOR
1993-11-02 23:08:20 +00:00
pk
8982f4f808
Add `-Bshareable' to shared library rule.
1993-11-02 22:59:06 +00:00
pk
2fe519a144
Documented the -Bshareable option (now required to build shared objects).
1993-11-02 22:56:51 +00:00
pk
f7f25f3486
Don't try to build things when installing.
1993-11-02 22:02:12 +00:00
phil
1859a602ad
Adding extra relocation information for the pc532.
1993-11-02 21:14:10 +00:00
phil
9c11534145
Moved a , in to make an #ifdef PIC work with PIC not defined.
1993-11-02 20:46:15 +00:00
phil
757d5c9cc5
Added a fix to support "movd _foo(pc), _bar(pc)".
1993-11-02 20:44:29 +00:00
mycroft
6c77f913e9
I have pms. ;-)
1993-11-02 20:40:57 +00:00
jtc
4678be880f
Don't dump core when processing more than one file.
...
Bugfix has been forwarded to Ozan, and should be in his next release.
1993-11-02 17:42:17 +00:00
cgd
454f76bbdd
make it compile...
1993-11-02 08:44:00 +00:00
cgd
aea2695257
fix oops
1993-11-02 08:43:48 +00:00
mycroft
ef17c615c2
Clean up deleted files.
1993-11-02 07:51:15 +00:00
cgd
476023b5bb
latest mtree from uunet. doesn't compile, but that'll be fixed soon.
...
(want to have 'pseudo-virgin' sources, for when fixed fnmatch stuff
is released...)
1993-11-02 07:51:06 +00:00
cgd
19f1d2d611
update to the latest cksum utility from uunet. this one is posix
...
compliant (i think), and fixes a bogon in the old CRC calculation.
yes, that's right, the CRC's it generates are different.
1993-11-02 07:33:08 +00:00
glass
3e21ea2e33
tablet line discipline compiles and probably works now.
1993-11-02 06:19:24 +00:00
pk
94aab0b5fc
The N_SET* symbols are back in. C++ object files can now be linked again.
...
(not yet fit for *shared* C++ libraries).
1993-11-01 16:26:13 +00:00
mycroft
3103af7e6b
Take advantage of special mask mode by leaving interrupts masked in ISR until
...
they are serviced. No need to frob IMR.
1993-11-01 08:36:50 +00:00
mycroft
1a2c258aa6
Enable chaining IRQ only if we're using an IRQ on the slave. Other minor
...
cleanup.
1993-11-01 00:06:04 +00:00
mw
b917a0d04f
Change gfx-drivers to used g_data for their private data, and use regaddr
...
for what it's meant, that's to point to the register area. Now, both
gfx drivers should be fairly controllable from user-level applications.
1993-10-31 23:06:36 +00:00
mycroft
44c93f17b5
Grumble. Just set the blasted ICU mode before every read. Also, send the EOIs
...
to the right port in isa_flushintrs().
1993-10-31 20:21:11 +00:00