Commit Graph

5533 Commits

Author SHA1 Message Date
mycroft
073a9f9e99 Simplify calling sequences for hardclock() and profclock(). 1994-02-05 01:14:55 +00:00
cgd
65b04c1f17 from: Christoph Robitschko <chmr@edvz.tu-graz.ac.at>
>fixed segmentation fault when connecting to nowhere.
>Also changed all gets() to fgets().
1994-02-05 00:25:55 +00:00
cgd
3fd0479b57 add 'tap' and 'ident' aliases for 'auth' 1994-02-04 23:53:17 +00:00
cgd
5bdeccb8d4 add a use for -v, for happy paranoid sysadmins 1994-02-04 23:42:16 +00:00
cgd
1efbe5ebae previous change was somewhat nonsensical 1994-02-04 23:20:04 +00:00
cgd
9caa83cfc6 clean up, rcs ids, etc. 1994-02-04 23:17:50 +00:00
mycroft
c5485aeac0 Hack to get softclock() arg correct. The arg should go away eventually. 1994-02-04 23:11:43 +00:00
mycroft
6169755d98 Reorder clockframe. 1994-02-04 23:09:04 +00:00
mycroft
9bb7b8ff7e Use CLKF_PC(), rather than decomposing the frame ourselves. 1994-02-04 23:05:38 +00:00
mycroft
a3f011655d profclock() takes a pointer to clockframe. 1994-02-04 23:02:03 +00:00
mycroft
e61823b6c0 Fix comments 1994-02-04 22:56:17 +00:00
mycroft
17f893cc17 Pass a frame pointer to profclock(), too. 1994-02-04 22:55:23 +00:00
cgd
79a3f3b3bf define 'struct uio' and 'struct proc' 1994-02-04 22:19:41 +00:00
mycroft
c7368afa03 Pass a pointer to hardclock()... 1994-02-04 22:19:28 +00:00
cgd
161220d640 add identd 1994-02-04 22:14:09 +00:00
cgd
642afa1850 import of pidentd 2.1.2, by Peter Eriksson <pen@lysator.liu.se>. needs clennup 1994-02-04 21:41:32 +00:00
deraadt
18f5b4b01e first stab. from Ty Sarna 1994-02-04 20:39:18 +00:00
mycroft
bf5ef648f7 Pass the correct # of args to command(), so we don't core dump later. 1994-02-04 20:11:13 +00:00
mycroft
2f22b17ddf Set KERNEL_U_ADDR to USRSTACK. 1994-02-04 19:50:49 +00:00
mycroft
6472543c6b Clean up deleted files. 1994-02-04 19:15:40 +00:00
jtc
d111379d91 The Lex library is now built from ~/lib/libl by pulling the appropriate
sources from ~/usr.bin/lex.  This will allow us to start "importing"
future flex releases.
1994-02-04 19:15:27 +00:00
jtc
4b3d0dc4c6 add libl 1994-02-04 19:11:02 +00:00
jtc
84cb799d27 Build lex library in ~/lib/libl, but put the sources from ~/usr.bin/lex,
so that we can start "importing" future flex releases without losing our
local changes.
1994-02-04 19:10:17 +00:00
deraadt
2b1ad09541 first cut. derived from the hp300 MAKEDEV 1994-02-04 19:08:24 +00:00
mycroft
7af9c0b2a8 Hopefully fix some of the m68k page size conflicts. 1994-02-04 18:08:09 +00:00
jtc
dd42b1f9c6 spelling error 1994-02-04 18:04:55 +00:00
jtc
d92e02c078 Create links from libl.a & libl_p.a to libfl.a & libfl_p.a.
Programs configured with GNU autoconf notice flex, and assume that
executables should be linked with the -lfl library.
1994-02-04 18:01:37 +00:00
mycroft
78132c69bc We only align to 4-byte boundaries, not 8. 1994-02-04 17:58:40 +00:00
deraadt
31c0012869 make make depend dependable 1994-02-04 17:27:28 +00:00
pk
f565950a7d Remove superfluous #include <machine/ptrace.h> 1994-02-04 16:48:20 +00:00
pk
62edd253d8 Don't try to outsmart <sys/ptrace.h> 1994-02-04 16:40:20 +00:00
pk
1e8c14ed62 Bogus argument to `lda' instr. Apparently only tickled when ptracing. 1994-02-04 16:26:25 +00:00
deraadt
0232a12c36 cleanup 1994-02-04 16:19:35 +00:00
deraadt
6eeef06fa6 blow away sunos cross compilation gunk. we no longer need it,
as we are capable of compiling ourselves.
1994-02-04 16:19:23 +00:00
mycroft
2782a65a0b Don't need to frob IDT if !BDB. 1994-02-04 16:08:52 +00:00
pk
9fce3345c0 Do the necessary fixups if no relocation structure is going to be output. 1994-02-04 14:19:33 +00:00
pk
f6276c82f9 Add a panic condition. 1994-02-04 14:15:57 +00:00
pk
217b863c61 Hack to allow white space between a label and its colon; this will
make ANSI preprocessor catenation work in assembler source.
1994-02-04 13:57:40 +00:00
glass
0224e19bc6 sun3 port works under NetBSD-current now. rcsids probably fucked 1994-02-04 08:19:37 +00:00
cgd
cdf91415a0 use err*() and warn() 1994-02-04 07:18:27 +00:00
cgd
30ac3de0e9 update with latest, from christos@deshaw.com 1994-02-04 07:02:09 +00:00
mycroft
362ce33181 Update to reflect the state of the world. 1994-02-04 06:12:19 +00:00
mycroft
4543b7788b Relocate us to 4k. 1994-02-04 06:07:31 +00:00
mycroft
ad0ce90487 Use .asciz, not `String'. 1994-02-04 05:44:20 +00:00
mycroft
430f4d38ac Garbage collection. 1994-02-04 05:43:53 +00:00
hpeyerl
b648f43dfd Fix UTP enabling/disabling. 1994-02-04 02:06:04 +00:00
cgd
cfda2c12ff back out some bogons. 1994-02-04 01:01:06 +00:00
mycroft
379fa848fc Change format of messages during kernel load. 1994-02-04 00:02:42 +00:00
cgd
327c4bfd3d add a leap second on 6/30/94, per Arthur David Olson <ado@elsie.nci.nih.gov> 1994-02-03 23:45:07 +00:00
cgd
8a8b69552f RCS id's 1994-02-03 23:44:40 +00:00