Go to file
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
bin Added more tests... 1993-05-27 01:28:27 +00:00
etc wtmp should be 644 1993-05-26 18:08:22 +00:00
games Clean up deleted files. 1993-05-20 10:10:07 +00:00
gnu build random programs at "make all" time 1993-05-26 12:38:14 +00:00
include install /usr/include/malloc.h! 1993-05-26 06:11:22 +00:00
lib Clean up deleted files. 1993-05-26 16:22:40 +00:00
libexec Weird security hole removed. Thanks to cor@hacktic.nl 1993-05-26 18:45:07 +00:00
regress kill install target 1993-05-22 07:10:38 +00:00
sbin Remove ifdefs hiding ISO and XNS functionality 1993-05-21 12:48:49 +00:00
share copy termcap and termcap db when installing 1993-05-26 12:22:32 +00:00
sys slight functionality change to make the rbpack() and 1993-05-27 09:29:40 +00:00
usr.bin Fixed some regex bugs in sed 1993-05-27 01:14:14 +00:00
usr.sbin make non-use of "EXPORTABLE_SYSTEM=true" do the right thing; 1993-05-26 12:19:45 +00:00
Makefile change from rcs "Header" to "Id" 1993-05-22 07:15:52 +00:00