mycroft
fc5d3e31e0
Small fix to attach message.
1994-04-08 18:57:24 +00:00
mycroft
f9a7294e32
Get rid of the extra hop between fdcintr() and fdcstate(), and fdcretry()
...
doesn't need to return a value.
1994-04-08 18:51:19 +00:00
cgd
c524ac711f
setuid rather than setruid
1994-04-08 18:23:31 +00:00
mycroft
55efebae3e
Fix return values from some interrupt routines.
1994-04-08 18:22:15 +00:00
cgd
78d7559413
one letter...
1994-04-08 18:04:22 +00:00
mycroft
72c593c2e3
Fix return fro isa_epprobe().
1994-04-08 17:58:47 +00:00
cgd
d59710c209
don't forget backslashes, and spelling. from dgy@mcs.com
1994-04-08 17:52:39 +00:00
mycroft
0ae5489036
Return correct values from edintr().
1994-04-08 17:16:39 +00:00
glass
e81348df5f
sys to sun_sys
1994-04-08 16:49:18 +00:00
mycroft
3da15f45bb
Clean up deleted files.
1994-04-08 08:39:11 +00:00
phil
454544a141
ns32k changes.
1994-04-08 08:38:40 +00:00
deraadt
69ca046de0
work around what appears to be a groff bug. the line is shortened so that
...
groff doesn't truncate it, in any case the sentence still makes sense.
1994-04-08 08:36:24 +00:00
pk
c541862af5
Theorem:
...
Computer scientists don't care much for poetry.
Prove:
They haven't run `quiz poem next-line' for ages.
get_file(), appdstr() and quiz() we made
one more correctly catenate.
On top of that, repeat after me:
"Thou shallst not err, except in libc!"
1994-04-08 08:33:13 +00:00
deraadt
9e884098d2
fix from <dgy@mcs.com>
1994-04-08 08:09:14 +00:00
deraadt
6b902e3271
cgthree/cgsix major numbers were wrong
1994-04-08 07:06:26 +00:00
hpeyerl
b97e243bba
Delete MAP_FILE here too.
1994-04-08 06:32:26 +00:00
hpeyerl
660e347200
Remove "MAP_FILE". okey-dokey'd by Charles.
1994-04-08 06:28:21 +00:00
deraadt
78343670e1
oops with sysent
1994-04-08 06:02:01 +00:00
mycroft
088a1b076b
Fix stack corruption bug.
1994-04-08 05:26:49 +00:00
mycroft
fb12ba70e2
Only #include other stuff #ifdef KERNEL.
1994-04-08 04:24:16 +00:00
jtc
32a561a5d1
Changed traverse() and display() so that errors are reported when
...
they are first detected in display(), rather than waiting until later
in traverse().
The old code allowed "Can not read directory" error messages to be
left unreported unless the -R (recurse) option was used.
1994-04-08 02:06:45 +00:00
cgd
1717de7c65
kill relative paths
1994-04-08 01:40:51 +00:00
cgd
8636037f88
new functionality -- uid/gid/perms settable, users can invoke
1994-04-08 01:26:59 +00:00
deraadt
3162350fc7
resolver code is new here too
1994-04-08 01:17:11 +00:00
deraadt
887f77edc0
MULTICAST is standard now
1994-04-08 01:14:24 +00:00
cgd
4fffd61a7f
fix it to be the way i *meant* it to be...
1994-04-08 00:58:04 +00:00
mycroft
4c8226b387
Clean up deleted files.
1994-04-07 22:12:13 +00:00
pk
f8af116033
dlopen() should make a copy of argument (Thomas Eberhardt).
1994-04-07 19:46:30 +00:00
pk
a426b2b937
ns32k support by Matthias Pfaller.
1994-04-07 19:44:46 +00:00
pk
afc89926d8
Use machine architecture when examining object files for compatibility.
1994-04-07 19:43:37 +00:00
pk
12f28a9ba6
PC relative segment relocations don't need to be looked at at run-time (such
...
relocations occur on the ns32k).
Dump <strings.h> from header files.
1994-04-07 19:41:17 +00:00
mycroft
bbcbd9ca18
Argh! Someone's defining all the obvious constants to switch on.
1994-04-07 19:21:36 +00:00
mycroft
51a66580d4
Ditch the warnings by default.
1994-04-07 19:19:07 +00:00
mycroft
b53cb36f67
Delete 0 displacements in base-index operands.
1994-04-07 19:14:45 +00:00
chopps
6d450b4478
add floppy comment out aconf.
1994-04-07 18:06:16 +00:00
chopps
3629e4d216
yuck, there has got to be a better way to derive things and copyright them.
1994-04-07 17:43:29 +00:00
mycroft
1296236880
Macroize some more constants.
1994-04-07 17:34:20 +00:00
chopps
667794048e
fp -> fd from (rhealey@aggregate.com)Z
1994-04-07 17:06:44 +00:00
mycroft
cc1c9183b4
splbio() should also block timeouts.
1994-04-07 17:00:55 +00:00
mycroft
6bd5adc331
Add X11R6 to the default search list(s).
1994-04-07 16:31:45 +00:00
mycroft
30a812575e
From Mark Weaver: Fix typo.
1994-04-07 16:28:05 +00:00
mycroft
8d725ebdb0
From Mark Weaver: Fix some defaults listed in the documentation and comments.
1994-04-07 16:26:27 +00:00
mycroft
c896c3f4af
From Mark Weaver: [pc3] Add commands to reset the colors in the reset string.
1994-04-07 16:21:09 +00:00
jtc
352131ba27
Pay attention to SUBMITTER environment variable. Fix from Mark Weaver
1994-04-07 16:06:10 +00:00
mycroft
8691c46e32
Implement dynamic IRQ configuration and IRQ sharing. Inline spl*() calls.
...
Reorganize and clean up the relevant code.
1994-04-07 07:31:09 +00:00
cgd
dce8f4f821
add support for being user-mounted. add support for setting uid and
...
gid of files, as well as mask for file perms. this code desperately needs
cleanup.
1994-04-07 07:30:23 +00:00
cgd
b9bf37a91f
if MNT_USER is set, let fs authenticate unmount
1994-04-07 07:20:31 +00:00
cgd
45ba525494
change msdosfs mount args again, and add MNT_USER flag, for user-mntd fs's
1994-04-07 07:13:28 +00:00
deraadt
39217627a5
new resolver -> major bump
1994-04-07 07:07:06 +00:00
deraadt
bc93d2c77e
new resolver. changes from 4.9.2 by <paul@vix.com>, as well as a number
...
of features and optimizations by myself.
1994-04-07 06:58:29 +00:00