1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-29 12:03:03 +00:00
freebsd/sys
Paul Traina 8c5c37cd75 Incorporate bde's code-review comments.
(a) bring back ttselect, now that we have xxxdevtotty() it isn't dangerous.
(b) remove all of the wrappers that have been replaced by ttselect
(c) fix formatting in syscons.c and definition in syscons.h
(d) add cxdevtotty

NOT DONE:
(e) make pcvt work... it was already broken...when someone fixes pcvt to
	link properly, just rename get_pccons to xxxdevtotty and we're done
1995-02-28 00:21:11 +00:00
..
alpha/include Third round in syscons update. 1995-01-28 22:18:05 +00:00
amd64 Replace all remaining instances of i386/include' by machine' and fix 1995-02-26 05:14:53 +00:00
compile Stop cvs up -P from removing empty compile directories. 1994-08-25 16:20:16 +00:00
conf Use relative include path and -nostdinc avoid getting anything from 1995-02-26 05:05:53 +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 Incorporate bde's code-review comments. 1995-02-28 00:21:11 +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 Incorporate bde's code-review comments. 1995-02-28 00:21:11 +00:00
isa Incorporate bde's code-review comments. 1995-02-28 00:21:11 +00:00
isofs/cd9660 Obtained from: memories of 1.1.5 1995-02-21 18:41:30 +00:00
kern Incorporate bde's code-review comments. 1995-02-28 00:21:11 +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 Allow "via" to be specified ever as IP adress or 1995-02-24 14:33:54 +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 Use the header files that are compatible with the code just moved over 1994-08-07 18:41:02 +00:00
scsi iodone->biodone; get rid of older call syntax. 1995-02-25 19:11:11 +00:00
sys Incorporate bde's code-review comments. 1995-02-28 00:21:11 +00:00
tools Added $Id$ 1994-08-02 07:55:43 +00:00
ufs Don't try to make use of useless rotational position optimisation, 1995-02-27 17:43:57 +00:00
vm Don't use __P(()) in a function definition. 1995-02-25 18:39:04 +00:00
Makefile Added ${MACHINE}/boot to build bootblocks. 1994-08-25 13:54:28 +00:00