Commit Graph

5220 Commits

Author SHA1 Message Date
cgd
90ef506be5 needs -lkvm, not -lutil 1994-01-28 00:23:41 +00:00
cgd
3a14af2571 don't need -lutil 1994-01-28 00:22:37 +00:00
cgd
919f4adecb note requirement of linking with -lkvm if you use this routine. 1994-01-28 00:19:40 +00:00
cgd
e83349cd3f add LIBKVM 1994-01-28 00:16:29 +00:00
cgd
227ad953f9 add two man pages 1994-01-27 23:58:34 +00:00
cgd
73eee0505b stuff moved into libc 1994-01-27 23:51:33 +00:00
cgd
9692bffa3e bump major, for changes theo and i are making. 1994-01-27 23:45:26 +00:00
mycroft
025a03852f Clean up deleted files. 1994-01-27 23:31:23 +00:00
cgd
7999e08c50 get rid of stuff that doesn't belong here 1994-01-27 23:31:19 +00:00
cgd
86b9f0e123 create this in preparation for later. 1994-01-27 23:31:08 +00:00
cgd
fa206f9eb6 get rid of local err(); convert to err() and warn() as appropriate 1994-01-27 20:32:37 +00:00
pk
9c8c8cf98b Remove -lg from LINK_SPEC, as there's no libg.a. 1994-01-27 19:43:11 +00:00
mycroft
f0e6f8605f Clean up deleted files. 1994-01-27 19:22:54 +00:00
pk
dd26876b99 Remove dlopen() et. al., they don't work from libc. 1994-01-27 19:21:55 +00:00
pk
ac0396a732 ptrace_[fp][sg]etreg() 1994-01-27 19:00:13 +00:00
ws
8e7a9ab09f Fix bogus fcom emulations
How did any program with floating point emulation ever work?
1994-01-27 18:01:47 +00:00
jtc
0b5acf9881 Completely new implementation, by me.
Original version by Jeff Comstock did not have a copyright notice, nor did
it release the code into the public domain.
1994-01-27 18:00:06 +00:00
jtc
e23a19d38b Rewrite to eliminate "UNIX" from manpage. 1994-01-27 17:57:48 +00:00
jtc
7c8b875fce Remove text describing how the dot command does not do a $PATH search,
since we added that behavior to get closer to POSIX.2.
1994-01-27 17:53:28 +00:00
mycroft
6a50b26e15 Pointer to common version. 1994-01-27 15:26:31 +00:00
mycroft
ed3beef088 . 1994-01-27 15:24:36 +00:00
mycroft
1fe07f186d Separate curbrk and mincrk. 1994-01-27 15:08:03 +00:00
mycroft
3463cb4eef Trivial speedup inspired by SPARC code. 1994-01-27 15:00:49 +00:00
pk
8674aef654 BLAST! 1994-01-27 14:59:37 +00:00
mycroft
c25c219087 Random cleanup. 1994-01-27 14:45:52 +00:00
cgd
da816a79ea make behaviour with constty consistent, deal properly with the case
where there's no console, and set things up so that this can be made
'shared' eventually.  look at diffs for exact changes.
1994-01-27 07:55:44 +00:00
cgd
1758eaf2cb kill hack for vfs_bio jolitz-ish hack 1994-01-27 07:45:21 +00:00
cgd
4186b67a6b add consconf.c, as standard 1994-01-27 07:40:38 +00:00
cgd
965f91ce73 console config file ; prep for cons.c becoming 'relatively generic' 1994-01-27 07:40:03 +00:00
cgd
07c0d9025d get rid of jolitz hack, and add panic() where appropriate 1994-01-27 07:39:32 +00:00
cgd
f11c10233b stub consinit() so it's not needed in cons.c, and mark some XXX's 1994-01-27 07:17:30 +00:00
deraadt
d7111494d7 having symbolic links in /dev is a bad idea (for ttyname()?) 1994-01-27 07:14:52 +00:00
cgd
7c386eb75b pg() -> panic() 1994-01-27 07:10:09 +00:00
mycroft
ef980f76fe One last tweak. 1994-01-27 06:53:25 +00:00
mycroft
c48a79fee8 Stylistic change. 1994-01-27 06:50:06 +00:00
mycroft
22e614ce10 Random cleanup. 1994-01-27 06:34:59 +00:00
mycroft
9c8862a970 Pedanticism. 1994-01-27 06:34:02 +00:00
cgd
8803fd0388 if CN_REMOTE, don't redirect output. this file needs some help,
but now at least i'm thinking about it again.
1994-01-27 05:30:38 +00:00
mycroft
3cf1bd9939 SYS_brk --> SYS_break. Where's my axe? 1994-01-27 04:30:34 +00:00
mycroft
17b2a501cd Stylistic changes. 1994-01-27 04:16:50 +00:00
mycroft
0496df7164 More stylistic changes. 1994-01-27 04:14:50 +00:00
mycroft
e84d8b28f3 Stylistic changes. 1994-01-27 04:10:20 +00:00
mycroft
b6b0ec3424 Fix bug jtc introduced. 1994-01-27 04:07:13 +00:00
cgd
0782a26f43 quiet a compiler warning 1994-01-27 03:48:44 +00:00
cgd
7df895cf91 oops; fix that last... 1994-01-27 03:42:02 +00:00
cgd
ad869e40c0 kill two patchkit bogons 1994-01-27 03:26:48 +00:00
cgd
5e12573ac2 hack from Mike Karels to deal with the last close on a controlling
terminal.  from 4.4BSD.
1994-01-27 03:16:40 +00:00
cgd
c9c3b2abbe HP300 -> MACHINE 1994-01-27 02:12:44 +00:00
jtc
725b173aa7 Converted to use standard err()/warn() error messages functions. 1994-01-27 02:00:45 +00:00
jtc
0c5ee26bbb Pass through FlexeLint 1994-01-27 01:44:15 +00:00