jkh
4209b935fe
What cretin named both a global and a function "reboot"? Global
...
changed to Reboot.
Submitted by: jkh
1994-08-28 10:00:49 +00:00
jkh
a692560c39
Add bsd.port* to the Makefile.
...
Reviewed by:
Submitted by:
1994-08-28 09:35:51 +00:00
dg
e5bc09292d
Made a little more up to date.
1994-08-28 06:46:25 +00:00
jkh
588969915d
Add cron.
...
Submitted by: jkh
1994-08-28 06:19:10 +00:00
nate
398581a79d
Bring in my changes from the 1.1 init.bsdi which causes a reboot (was a
...
halt before) if init is sent an interrupt signal. This is necessary
for <CTL><ALT><DEL> to do the right thing if enabled.
1994-08-27 21:32:01 +00:00
dg
991b08fc7a
ddb ps function from 1.1.5. Moved into its own file and cleaned up a bit
...
by me.
1994-08-27 16:28:45 +00:00
dg
30ea68f3fc
Updated this a bit. It's still woefully out of date.
1994-08-27 16:23:03 +00:00
dg
4d4250da00
1) Changed ddb into a option rather than a pseudo-device (use options DDB
...
in your kernel config now).
2) Added ps ddb function from 1.1.5. Cleaned it up a bit and moved into its
own file.
3) Added \r handing in db_printf.
4) Added missing memory usage stats to statclock().
5) Added dummy function to pseudo_set so it will be emitted if there
are no other pseudo declarations.
1994-08-27 16:14:39 +00:00
csgr
c900d4c13e
This commit was generated by cvs2svn to compensate for changes in r2316,
...
which included commits to RCS files with non-trunk default branches.
1994-08-27 15:48:54 +00:00
csgr
d011ad6fda
The telnet version with encryption in in.
...
Reviewed by: geoff.
1994-08-27 15:48:54 +00:00
csgr
23c56ec341
The telnet version with encryption in in.
...
Reviewed by: geoff.
1994-08-27 15:48:54 +00:00
csgr
c009f27dba
Fix big f*ckup by doing "make nocrypt"
...
(Don't think I don't realize what a big f*ckup this was.)
Submitted by: geoff.
1994-08-27 15:46:29 +00:00
ache
109e9ae764
Continue previous fix:
...
Add MIN_DELAY definition instead of hard-coded 10
1994-08-27 15:28:34 +00:00
jkh
05b94180ee
This commit was generated by cvs2svn to compensate for changes in r2311,
...
which included commits to RCS files with non-trunk default branches.
1994-08-27 13:43:04 +00:00
jkh
54a3fb7337
Paul Vixie's cron, version 3.0. Munged into bmake format. If this goes
...
well, expect our two seperate directories for cron and crontab to go away
shortly.
Submitted by: jkh
1994-08-27 13:43:04 +00:00
ache
ced6ff7c8e
1) Raw partition number was incorrectly 0, changed to 3
...
2) DELAY(1) does nothing, it affects audio playing f.e:
driver can't play second half of disk, changed to DELAY(10)
3) Debugging messages #ifdef DEBUGed
1994-08-27 13:15:25 +00:00
csgr
2a000649cc
Change references to flex(1) and flexdoc(1) to lex(1) and
...
lexdoc(1).
Submitted by: geoff
1994-08-27 10:00:14 +00:00
csgr
7821fe68f7
Do not install as flex
...
Submitted by: Geoff
1994-08-27 09:52:32 +00:00
wollman
ad7993daba
Hopefully fix bogus permissions.
1994-08-26 23:31:11 +00:00
jkh
dd8e4f74c3
Add lex lib to LDADD.
...
Submitted by: jkh
1994-08-26 22:45:49 +00:00
wollman
9489a8e21b
Obey RFC 793, section 3.4:
...
Several examples of connection initiation follow. Although these
examples do not show connection synchronization using data-carrying
segments, this is perfectly legitimate, so long as the receiving TCP
doesn't deliver the data to the user until it is clear the data is
valid (i.e., the data must be buffered at the receiver until the
connection reaches the ESTABLISHED state).
1994-08-26 22:27:16 +00:00
paul
bc652e2092
Removed an echo about directories not being enabled.
...
I removed libkern for the libraries target in the last commit too but
forgot to mention it.
Reviewed by:
Submitted by:
1994-08-26 20:44:12 +00:00
paul
24824020f4
Added an update target. It does nothing by default but you
...
can enable things in /etc/make.conf if you wish for those
who might want to use it.
directories has got enabled by this patch too whch I hadn't meant
to do but there's no harm in it since the mtree stuff has been
pulled over now.
Reviewed by:
Submitted by:
1994-08-26 20:16:58 +00:00
wollman
189837a5f0
Install ld.so immutable.
1994-08-26 19:11:14 +00:00
wollman
e682e5ecfb
Install libdescrypt.so immutable.
1994-08-26 19:03:23 +00:00
wollman
22a09d534e
libc.so should be installed immutable.
1994-08-26 18:59:39 +00:00
wollman
927d2e7853
Add support for two modifier variables which will be useful soon:
...
PRECIOUSLIB causes the shared library to be installed with the system
immutable flag (schg) set. (You can add other flags for shared-library
installation by modifying SHLINSTALLFLAGS.)
INTERNALLIB disables the generation of non-shared versions of the library.
This may be of use for programs like Taylor UUCP and GCC which have large
internal libraries shared among a number of programs.
1994-08-26 18:58:10 +00:00
wollman
411b82456b
Added ntp_gettime and ntp_adjtime syscalls, both nosys'ed out until
...
someone gets to re-integrating the code. ntp_gettime() should be
turned into a sysctl variable and emulated in the library.
1994-08-26 18:15:25 +00:00
dg
51f508b800
Added comcontrol ...this thing *really* should be renamed.
1994-08-26 16:30:55 +00:00
jkh
bac467cadc
Bring back our support for 57K and 115K.
...
Submitted by: jkh
1994-08-26 12:07:31 +00:00
dg
b75c2875e2
Set fs_clean.
1994-08-26 10:41:13 +00:00
sos
970f32f702
Oops didn't check that init_sysent.c was generated proberly. Fixed.
...
Reviewed by:
Submitted by:
1994-08-26 09:33:37 +00:00
sos
89c704fc47
Changes to new sysent structure. TODO MOD_EXEC support.
...
Reviewed by:
Submitted by:
1994-08-26 08:42:07 +00:00
jkh
ed576dbcc4
Add timex.h for xntpd. The system calls will have to wait for tomorrow,
...
when I'm less sleepy.
Submitted by: jkh
1994-08-26 06:29:22 +00:00
jkh
4f27675448
Remove duplicate declaration of sys_errlist[].
...
Submitted by: jkh
1994-08-26 06:09:21 +00:00
jkh
f953722dd2
xntp and tcpdump targets added.
...
Reviewed by:
Submitted by:
1994-08-26 05:55:13 +00:00
jkh
61f6dbe563
Add -ll to link flags to link with the lex library.
...
Submitted by: jkh
1994-08-26 05:44:06 +00:00
jkh
c1a91349de
Whoops - forgot to add this guy.
...
Reviewed by:
Submitted by: jkh
1994-08-26 05:32:15 +00:00
jkh
8028c13dae
Replace this with the 1.1.5.1 getty. David says that the 4.4 version is too
...
broken to live.
Submitted by: jkh
1994-08-26 05:19:17 +00:00
wollman
e6d9c7d41e
We really, really /don't/ want to have a shared lex library. Also,
...
current users should note that the old 1.1.5 lex can't process the
new scan.l, so you have to copy initscan.c to obj/scan.c before it will
build.
1994-08-25 23:11:07 +00:00
jkh
1fa12256c8
Add a pre-configure rule after all, since it's helpful to be able
...
to also run a rule before you apply patches and then go into the 3 stage
script configuration. This bit Adam David in his dgd port.
Submitted by: jkh
1994-08-25 22:59:56 +00:00
wollman
9598c66dbe
Methinks p_sysent should be in the copy-on-fork rather than the
...
zero-on-fork section of the struct proc. (At least, my system
won't boot unless it is.)
1994-08-25 22:59:35 +00:00
jkh
85d1c63301
Also `make Makefiles' in USE_IMAKE case to catch subdirs.
...
Submitted by: jkh
1994-08-25 21:02:45 +00:00
wollman
71bb3a40e9
Add Charles Martin Hannum to copyright notice so he can stop whining and
...
find something useful to do other than taking credit for other people's
work. Also make the 3C507 bits match the indentation style of the rest of
the code.
1994-08-25 20:16:59 +00:00
paul
c351569ffc
Stop cvs up -P from removing empty compile directories.
...
Reviewed by:
Submitted by:
1994-08-25 16:20:16 +00:00
paul
f6b61c2bad
Added libkern to list of libraries to build.
...
Deleted mdec target, the bootblocks should get built during
the normal build process now that the sys/Makefile works.
Submitted by: Paul Richards
1994-08-25 14:45:46 +00:00
jkh
113dd06d20
Sigh. I am a hosebrain. I've been using gmake for so long, I've
...
started using some of its features reflexively.
Submitted by: jkh
1994-08-25 13:56:08 +00:00
paul
2239e40cd8
Added ${MACHINE}/boot to build bootblocks.
...
Submitted by: Paul Richards
1994-08-25 13:54:28 +00:00
jkh
c969a90702
Add a new flag: USE_IMAKE
...
This will cause the configure pass to do an `xmkmf' if set.
Submitted by: jkh
1994-08-25 13:53:02 +00:00
paul
81ba923d34
Moved the csu directory to be first on the SUBDIR list. This is
...
because libmd builds a test program before installation and if
you've used CLOBBER there's no crt.0 to link with. This ensures
that in a make world the csu objects will get installed before
reaching the libmd directory.
Reviewed by:
Submitted by:
1994-08-25 13:39:18 +00:00