freebsd-skq/sys
Bill Paul e8dfeb8828 Some people have complained that they were unable to boot the
Feb. 10th snapshot. The keyboard probe in the bootblock seems to
have been singled out as the cause of these problems, so I've beefed it
up alittle. This pushes us right up to the edge of the size limit:
the second stage boot is now 7152 bytes in size, just 8 bytes under
the wire. On the other hand, the new probe now does almost exactly
what syscons does, so hopefully this will do the trick. It seems
to work properly on my hardware, but then so did the old probe.
1995-03-02 21:00:14 +00:00
..
alpha/include Third round in syscons update. 1995-01-28 22:18:05 +00:00
amd64 Changes to incorporate the Matsushita CDROM driver (otherwise known as 1995-03-02 04:07:03 +00:00
compile
conf Finish the matcd import. My face is red. 1995-03-02 07:34:38 +00:00
ddb Added "panic" command to ddb, so we can do something sensible even if 1995-02-05 21:09:04 +00:00
dev Missed a reference to numvnd. 1995-03-02 01:04:38 +00:00
fs Obtained from: memories of 1.1.5 1995-02-21 18:41:30 +00:00
gnu Incorporate bde's code-review comments. 1995-02-28 00:21:11 +00:00
i386 Some people have complained that they were unable to boot the 1995-03-02 21:00:14 +00:00
isa Workaround IXOFF bug when output queue is full && RTS control is on 1995-02-28 23:21:33 +00:00
isofs/cd9660 Obtained from: memories of 1.1.5 1995-02-21 18:41:30 +00:00
kern Don't try to cluster busy buffers. 1995-03-02 19:36:50 +00:00
libkern Add strncmp() function..I need it and 1995-02-27 09:16:04 +00:00
miscfs Make sure process isn't swapped when messing with it. 1995-02-20 15:53:33 +00:00
modules Once and for all: Never a ${DESTDIR} in ${BINDIR} ! 1995-02-23 19:45:30 +00:00
msdosfs Use the correct block number for updating the backup copy of the FAT when 1995-02-10 18:39:45 +00:00
net New user Process PPP based on iij-ppp0.94beta2. 1995-02-26 12:18:08 +00:00
netccitt And fix some more compiler warnings. Then give up. /sys/net* is FULL of 1995-02-15 06:29:47 +00:00
netinet Move exact match pcb's to the head of the list to improve lookup 1995-03-02 19:29:42 +00:00
netiso Update calls to rtalloc1(). 1994-12-13 22:33:05 +00:00
netns Include <sys/systm.h> to get inlines for spl*() so that LINT kernel links. 1994-11-15 14:26:31 +00:00
nfs YF fix. 1995-02-15 04:21:32 +00:00
nfsclient YF fix. 1995-02-15 04:21:32 +00:00
nfsserver YF fix. 1995-02-15 04:21:32 +00:00
pci Add code to deal with PCI-PCI bridge chips, especially the DEC 21050. 1995-02-27 17:22:09 +00:00
powerpc/include Don't define CLK_TCK here. 1995-02-03 21:49:18 +00:00
rpc
scsi Reviewed by: gibbs@freefall.cdrom.com julian@freefall.cdrom.com 1995-03-01 22:24:47 +00:00
sys Incorporate bde's code-review comments. 1995-02-28 00:21:11 +00:00
tools
ufs Don't try to make use of useless rotational position optimisation, 1995-02-27 17:43:57 +00:00
vm Various changes from John and myself that do the following: 1995-03-01 23:30:04 +00:00
Makefile