Commit Graph

1021 Commits

Author SHA1 Message Date
cgd 1370992abd update to version 1.9 of Berkeley yacc, from vangogh 1993-05-28 12:32:12 +00:00
mycroft 6e8052b9c6 Clean up deleted files. 1993-05-28 12:30:37 +00:00
cgd 837392081c update to version 1.9 of Berkeley yacc, from vangogh 1993-05-28 12:30:03 +00:00
brezak 05ccd38d70 Should install to /usr/sbin 1993-05-28 12:28:49 +00:00
brezak a4dd8f97fc Add yppoll command. 1993-05-28 12:19:15 +00:00
brezak 398e2679c3 Build yppoll 1993-05-28 12:17:21 +00:00
cgd d42adacff4 now: make obj dirs if necessary, but only where necessary 1993-05-28 11:04:17 +00:00
mycroft 0f902ffaee Clean up deleted files. 1993-05-28 09:26:07 +00:00
cgd a2a6f44162 fix makefile for new f***ing cron, once and for all. 1993-05-28 09:22:20 +00:00
cgd ec8ca0850a it was putting EOF, rather than newline. comments around
change bogus; it will *always* be putting out newline because
of the program logic.  the comments don't seem to indicate that.
1993-05-28 09:19:08 +00:00
deraadt 2adecf84f6 1. It is now possible to build a kernel that does not have a pc0 device driver.
2. "press any key to reboot" reads the key from the console.
3. wddump() still needs a non-blocking getc() routine (or flush)
1993-05-28 09:10:52 +00:00
cgd a5a32a3cd7 adjust owner/group for new cron security checking 1993-05-28 09:10:43 +00:00
deraadt 0b12df586d 1. It is now possible to build a kernel that does not have a pc0 device driver.
2. "press any key to reboot" reads the key from the console.
3. wddump() still needs a non-blocking getc() routine (or flush)
1993-05-28 09:10:29 +00:00
cgd 414f33710e make installed file owned by root, to keep crond happy 1993-05-28 09:08:28 +00:00
cgd ba83ddc500 use crond.pid rather than cron.pid, like it used to. 1993-05-28 08:56:47 +00:00
cgd 9eccc35a44 update for newest version of vixie's cron, as of May 27 1993 1993-05-28 08:33:52 +00:00
proven 01eda6ff10 Added a couple of things so it will pass the Plum Hall ANSI validation suite. 1993-05-28 05:43:45 +00:00
cgd bb216f6a1a don't USE_DB 1993-05-28 05:34:16 +00:00
cgd fd5ef5c7d9 add "rev" from net/2 1993-05-27 22:17:10 +00:00
cgd 4a1ca0dcfa add "rev" -- it was in /usr/old in net/2, but is back in /usr/bin for 4.4... 1993-05-27 22:15:20 +00:00
cgd d6c4431430 add subdir makefile 1993-05-27 21:53:15 +00:00
cgd d6d2c92e41 add lib to subdirs 1993-05-27 21:52:44 +00:00
cgd 04ba9eb695 update for life in the regress tree 1993-05-27 21:27:46 +00:00
cgd 1c8e446596 add (null) install target and "regress" target 1993-05-27 21:24:06 +00:00
cgd 98e6ed919c add btree tests 1993-05-27 21:19:56 +00:00
cgd 7a24140432 new vangogh db (v1.5) 1993-05-27 19:54:30 +00:00
glass 248f75d9b8 some compatibility fixes to ease bootstrapping:
Makefile.dist is now a decent Makefile and not one of these cc *.c disasters
1993-05-27 16:54:21 +00:00
glass 6cbb2d4ece some compatibility fixes to ease bootstrapping:
Makefile.dist is now a decent Makefile and not one of these cc *.c disasters
RANLIBMAG now defaults if not otherwise defined
1993-05-27 16:53:49 +00:00
cgd 99c3a88ce4 kill the last copy{in,out} (and related functions) changes, because they
were broken...
1993-05-27 16:44:13 +00:00
cgd 7cef199976 make the sleeps on socket open interruptable. 1993-05-27 15:38:18 +00:00
deraadt ada4945e6b patches to make kernel malloc() retryable. from <MDICKSON@CSI.compuserve.com> 1993-05-27 14:34:29 +00:00
deraadt a17c1c267a -DKERNEL in same place as i386 1993-05-27 11:37:20 +00:00
deraadt 4659879b5f compile directory has moved, relative paths change
-DKERNEL in Makefile, not in genassym.c, same as i386
1993-05-27 11:36:25 +00:00
deraadt d307daf9f6 scsi probing spent too much time on the bus -- sped it up now,
and simplified the message printing code (works the same)
1993-05-27 10:14:02 +00:00
deraadt 2032b7529e Changes to hp300 code to support two things:
1. dynamic tty allocation
2. use ring buffers instead of clists
Of course, I can't test it :-)
1993-05-27 09:35:10 +00:00
deraadt b671aede02 slight functionality change to make the rbpack() and
rbunpack() code that I wrote before work cleaner. Many old drivers
call nnn = q_to_b(queue, buf, len), where nnn gets set to len.
for those who are porting:
	q_to_b(queue, buf, len) --> rbunpack(queue, buf, len)
	b_to_q(buf, queue, len) --> rbpack(buf, queue, len)
ie. they are essentialy drop in replacements now.
1993-05-27 09:29:40 +00:00
proven 02dc05dd99 Cleaned up a little. 1993-05-27 02:12:28 +00:00
alm a723dd79c7 Added more tests... 1993-05-27 01:28:27 +00:00
alm f7f6e6ffd5 Added a restricted mode in the form of a new command: red 1993-05-27 01:27:46 +00:00
alm 9030436006 Fixed some regex bugs in sed
Added a regresssion test, compile.c.test
1993-05-27 01:14:14 +00:00
proven 8d60a2631f Compiles with gcc-2.3.3 now. 1993-05-26 18:58:11 +00:00
guido 37e6c3d951 Weird security hole removed. Thanks to cor@hacktic.nl 1993-05-26 18:45:07 +00:00
proven 99519099bf Compiles with gcc-2.3.3 now. 1993-05-26 18:43:33 +00:00
cgd 553d4a1fa6 wtmp should be 644 1993-05-26 18:08:22 +00:00
mycroft 7133ae673a Clean up deleted files. 1993-05-26 16:22:40 +00:00
cgd 1245600784 add "dead" and "pure" declarations, as provided by new db code 1993-05-26 14:52:56 +00:00
cgd 60fe9c133d add "options FIFO" 1993-05-26 12:48:35 +00:00
cgd 4a8a1d2d4c build random programs at "make all" time 1993-05-26 12:38:14 +00:00
cgd 2bcab29ec0 copy termcap and termcap db when installing 1993-05-26 12:22:32 +00:00
cgd 0b58ac8cc8 make non-use of "EXPORTABLE_SYSTEM=true" do the right thing;
before, it didn't really check to see if you really did have the
real crypt.c before making a system with crypt.
1993-05-26 12:19:45 +00:00