deraadt
ec249f458d
document the magic number gibble somewhat
1994-04-07 06:34:03 +00:00
cgd
90c2230246
why bother with prefixes...
1994-04-07 03:36:06 +00:00
cgd
939e626570
typo
1994-04-07 02:32:31 +00:00
cgd
d464e461ac
clean up, zero args struct so we're ok for changes coming soon...
1994-04-07 02:31:20 +00:00
cgd
554caa6d69
more info for msdosfs mounts
1994-04-07 02:27:35 +00:00
cgd
e6a6d0ec1b
fix from nnd@KremlSun.ussr.EU.net for lookup/conversion bug
1994-04-07 02:24:17 +00:00
chopps
7352d87ef6
all amigas ahve internal drive so anything to the contrary is bogus.
1994-04-07 00:43:05 +00:00
cgd
675a199909
SUGID semantics, similar to 4.4BSD
1994-04-07 00:40:14 +00:00
chopps
2155f4d97e
build generic and a3000 kernels when making snapshot.
1994-04-07 00:34:33 +00:00
cgd
082660ef11
when you move a fn. call to another function, you shouldn't depend
...
on the locals' values it used to set...
1994-04-07 00:33:20 +00:00
cgd
2396958784
kill two LIBCOMPATs
1994-04-07 00:15:29 +00:00
chopps
6aadf28e31
zero length place holders for now.
1994-04-06 23:37:47 +00:00
cgd
728fddd911
add ktrace
1994-04-06 23:30:26 +00:00
cgd
46a40b386f
M-x shuffle-functions-and-documentation
...
basically, move things around so documentation is in the correct place,
and bump appropriate functions into the 'compat' section.
1994-04-06 23:29:29 +00:00
mycroft
a8735bf4ab
Clean up deleted files.
1994-04-06 23:29:16 +00:00
cgd
a2770ef528
M-x shuffle-functions-and-documentation
...
basically, move things around so documentation is in the correct place,
and bump appropriate functions into the 'compat' section.
1994-04-06 23:28:36 +00:00
cgd
a601e055c5
add SUGID
1994-04-06 21:24:34 +00:00
chopps
d1c2c7c8c7
fix to floptical code from
...
Andreas Heitmann (heitmann@crunch.ikp.physik.th-darmstadt.de )
1994-04-06 21:01:06 +00:00
cgd
24eb7e91c0
add default ftpchroot (with bogus entry) for the latest ftpd mods
1994-04-06 20:54:01 +00:00
cgd
8940935dd1
Jarle.F.Greipsland@idt.unit.no's changes to allow for password-protected
...
chrooted ftp logins.
1994-04-06 20:49:52 +00:00
cgd
66f99eaedd
do right right thing if 'read' given no args. ptd out by Geoff Rehmet
1994-04-06 19:08:14 +00:00
cgd
f699598151
fix a real, live null deref
1994-04-06 17:54:35 +00:00
cgd
6d4a80e947
print quads with q
1994-04-06 17:51:04 +00:00
cgd
4d677d675c
kill lseek defn's
1994-04-06 17:50:39 +00:00
andrew
fc3e00430e
Support up to 256 ptys.
1994-04-06 08:54:35 +00:00
mycroft
6b0345e8e4
vt220: Use as many codes from vt100 as possible.
1994-04-06 08:37:31 +00:00
cgd
ddd4b762f4
DTRT on one error exit -- more necessary, much more...
1994-04-06 08:34:46 +00:00
mycroft
4eec603e8c
Remove SF and SR from vt220 and add a termcap specificaly for pcvt. Real
...
vt220 does not have these commands.
1994-04-06 08:00:54 +00:00
mycroft
b66898cf06
Fix scroll forward/backward, and add default geometry for vt220.
1994-04-06 07:23:30 +00:00
cgd
176eb49a7a
kill two casts
1994-04-06 06:40:28 +00:00
chopps
568355ca48
relink (recompile) single source programs when crt0.o is updated.
1994-04-06 06:37:38 +00:00
phil
374d83bd64
KTRACE and syscall debug clean up.
1994-04-06 06:33:21 +00:00
mycroft
dd708000e8
Fix column names, and shorten gaps a bit.
1994-04-06 05:29:32 +00:00
mycroft
1c340d9a3e
More stylistic cleanup.
1994-04-06 04:46:55 +00:00
mycroft
62c628e14a
Change two testl's to testb's.
1994-04-06 04:30:18 +00:00
mycroft
b9aee0da11
General style cleanup.
1994-04-06 04:22:40 +00:00
briggs
72eff49c03
Don't define DEBUG by default.
1994-04-06 03:10:13 +00:00
andrew
b55bc39b4e
rwhod wasn't too happy after the off_t change - its lseek() to check the
...
boottime was broken. Replaced this code with kvm_nlist()/kvm_read() to be
more efficient.
1994-04-06 03:01:46 +00:00
briggs
d04160dd34
Some cleanup--largely from amiga/trap.c. "Do" __syscall...
1994-04-06 02:59:52 +00:00
briggs
31d0809898
Bug pointed out by chopps (thanks!)
...
We were also lacking another copy in cpu_fork() for the struct mdproc.
1994-04-06 02:55:54 +00:00
cgd
df58009c91
serious perversion:
...
most of the 'off' arguments to Lseek() (the internal lseek() wrapper)
are unsigned longs. we need them to be sign extended, though, so change
Lseek() to take a 'long' rather than an 'off_t', and let the compiler
do the dirty work via implicit casts.
1994-04-06 01:41:32 +00:00
mycroft
3d09f5597c
Need to clear %fs and %gs early on.
1994-04-06 01:31:33 +00:00
mycroft
5fe1b5b538
Redo the last change; it was compltely bogus.
1994-04-06 00:43:57 +00:00
mycroft
8b1679d75d
Remove spurious arg to printf(), per JT Conklin.
1994-04-06 00:27:49 +00:00
mycroft
87e831ef86
Try to detect garbage data from page 4 sense.
1994-04-06 00:23:31 +00:00
cgd
c9b86e9473
kill the evil U word! from Mike Long <mike.long@analog.com>
1994-04-06 00:08:58 +00:00
cgd
e104a4a2bc
don't core if -b is given no argument. bug pointed out by nate williams,
...
fix by me.
1994-04-06 00:04:09 +00:00
deraadt
4b24a3521e
rainse() -> raisestr(), per <arnej@fm.unit.no>
1994-04-05 23:57:26 +00:00
glass
e96e34d073
chopps fix
1994-04-05 23:45:01 +00:00
deraadt
65893ce47b
TIOCGWINSZ
1994-04-05 23:35:16 +00:00