HardenedBSD/sys
Joerg Wunsch d439025208 Temporary kludge: treat \r same as \n in input, so working on a
comconsole will behave as expected.  The true problem should be fixed
instead, Bruce' comment for this:

>Anyway, i found the reason for my problems: somehow, ICRNL isn't in
>effect at `userconfig' time (but only for comconsole?), hence only

ICRNL doesn't apply to cngetc().  cnputc() unconditionally does the
equivalent of ONLCR; perhaps cngetc() should unconditionally do the
equivalent of ICRNL.  Ddb must be checking for CR.  Userconfig only
checks for NL.  Userconfig works with syscons because pccngetc()
does the conversion.  This is probably the wrong place to do it.
1994-11-27 13:43:37 +00:00
..
alpha/include
amd64 I made a syntax error yesterday. 1994-11-27 01:49:39 +00:00
compile
conf Added #define PROBE_VERBOSE and description (PCI chip set boot messages) 1994-11-24 20:35:21 +00:00
ddb
dev Always put received packets in an mbuf cluster. This simplifies the code 1994-11-26 10:51:49 +00:00
fs
gnu
i386 Temporary kludge: treat \r same as \n in input, so working on a 1994-11-27 13:43:37 +00:00
isa Fix wrong size check for scroll forward/backward ('S'/'T') 1994-11-21 17:59:29 +00:00
isofs/cd9660
kern Fix cblock starvation bugs by reserving enough cblocks for minimal 1994-11-26 19:24:13 +00:00
libkern
miscfs
modules
msdosfs
net Fix cblock starvation bugs by reserving enough cblocks for minimal 1994-11-26 19:24:13 +00:00
netccitt
netinet
netiso
netns
nfs
nfsclient
nfsserver
pci Moved conversion of ether_type to host byte order out of ethernet drivers 1994-11-24 14:29:38 +00:00
powerpc/include
rpc
scsi
sys Fix cblock starvation bugs by reserving enough cblocks for minimal 1994-11-26 19:24:13 +00:00
tools
ufs Submitted by: Kirk McKusick 1994-11-26 19:38:30 +00:00
vm These changes fix a couple of lingering VM problems: 1994-11-25 07:58:29 +00:00
Makefile