1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-22 11:17:19 +00:00
freebsd/sys
Marcel Moolenaar 3c7b85d4f0 Fix Alpha related brokenness. We used to have a MD linux_ioctl.h
that appeared to be very different from the MI version. These
differences were mostly bogus and caused by copying octal
definitions and write them as hexadecimal values without doing
any base conversion (ie 010 was copied to 0x10). After filtering
out these differences, any remaining (real) incompatibilities
have been merged into the MI header file to make them more visible.

While here, fix the termios <-> termio conversion WRT to the c_cc
field for Alpha. The termios values do not match the termio values
and thus prevents us from copying.

By eliminating the Alpha MD copy of linux_ioctl.h we also fixed
the recent build breakage caused by putting new bits in the MI
header and not in the MD header.
2001-10-19 08:18:31 +00:00
..
alpha My attempts at minimizing the number of #def's got me in trouble. 2001-10-18 16:07:21 +00:00
amd64 Make SCSI changer and SES devices standard in generic kernels. 2001-10-16 22:22:58 +00:00
arm My attempts at minimizing the number of #def's got me in trouble. 2001-10-18 16:07:21 +00:00
boot Use a array to convert from a attribute for AT to one for PC98. 2001-10-17 15:15:01 +00:00
cam Add a quirk entry so that the Maxtor 3000LE USB drive will work. 2001-10-15 02:05:06 +00:00
coda Fixed bitrot in a banal comment by removing the comment. 2001-10-13 06:57:59 +00:00
compat Fix Alpha related brokenness. We used to have a MD linux_ioctl.h 2001-10-19 08:18:31 +00:00
conf Add entry for the PRO/1000. 2001-10-19 02:28:12 +00:00
contrib
crypto
ddb
dev Add a driver for the Intel PRO/1000 Gigabit Ethernet boards. 2001-10-19 02:17:32 +00:00
fs Switch to dynamic rather than static initialization. 2001-10-19 01:43:06 +00:00
geom
gnu
i4b Add experimental support for sending keypad facility messages. 2001-10-18 11:58:49 +00:00
i386 Add entry for the PRO/1000. 2001-10-19 02:28:12 +00:00
ia64 Shift the code which packs and unpacks instruction bundles out of DDB 2001-10-18 16:20:04 +00:00
isa Hack for the "out-of-sync" error. 2001-10-13 10:28:02 +00:00
isofs/cd9660
kern Add dev_named(dev, name), which is similar in spirit to devtoname(). 2001-10-17 18:47:12 +00:00
libkern
modules Linux compiles broken on alpha again. Remove. 2001-10-19 05:04:02 +00:00
net Add a SIOCGIFINDEX ioctl, which returns the index of a named interface. 2001-10-17 19:40:44 +00:00
netatalk
netatm
netgraph Fix bug that cheated hook names out of the last 2 bytes. 2001-10-10 19:58:11 +00:00
netinet Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2. 2001-10-17 18:07:05 +00:00
netinet6 Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2. 2001-10-17 18:07:05 +00:00
netipx
netkey The behavior of SPDUPDATE has been changed. 2001-10-17 13:01:39 +00:00
netnatm
netncp Change the kernel's ucred API as follows: 2001-10-11 23:38:17 +00:00
netns
netsmb
nfs
nfsclient Change the kernel's ucred API as follows: 2001-10-11 23:38:17 +00:00
nfsserver
pc98 Make SCSI changer and SES devices standard in generic kernels. 2001-10-16 22:22:58 +00:00
pccard Print 4 per line. To do this, we test against i % 16 == 0 rather than i % 4 2001-10-17 05:33:51 +00:00
pci Whack on this soon to be deprecated driver. 2001-10-15 06:59:41 +00:00
posix4
powerpc Add support for the gcc-2.95 stdarg implementation. 2001-10-18 19:11:12 +00:00
rpc
sparc64 My attempts at minimizing the number of #def's got me in trouble. 2001-10-18 16:07:21 +00:00
svr4
sys Add two "device private" ioctls needed by the Aironet (an) driver. 2001-10-19 01:20:21 +00:00
tools
ufs Change the kernel's ucred API as follows: 2001-10-11 23:38:17 +00:00
vm contigmalloc1() could cause the vm_page_zero_count to become incorrect. 2001-10-17 17:34:34 +00:00
Makefile