1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00
freebsd/sys
Bruce Evans 4a04f6f613 Quote port names that have a digit in them. IO_TIMER1 was lexed as
{ port_name = "IO_TIMER", port_number = 1 } and only worked because
it was reassembled to "IO_TIMER1".  Trailing digits always work, but
this is too magic to depend on.

Don't quote port names that don't have a digit in them.
1998-10-22 13:49:51 +00:00
..
alpha Decrement the now unused page table page's wire_count prior to freeing it. 1998-10-21 11:38:14 +00:00
amd64 Quote port names that have a digit in them. IO_TIMER1 was lexed as 1998-10-22 13:49:51 +00:00
boot Bye-bye setdefs. 1998-10-21 20:11:03 +00:00
cam Add a mechanism to send a non-tagged transaction even if a device is 1998-10-15 23:17:35 +00:00
coda
compat Fix a couple of out-of-bounds array references in mapping between 1998-10-11 04:54:16 +00:00
compile
conf Quote port names that have a digit in them. IO_TIMER1 was lexed as 1998-10-22 13:49:51 +00:00
contrib/softupdates
ddb Forgot to commit this; the alpha uses the kld symbol interface now. The 1998-10-15 02:01:50 +00:00
dev Initialize isa_devtab entries for interrupt handlers in individual 1998-10-22 05:58:45 +00:00
fs
geom
gnu Initialize earlier (ie: before npx) in case it makes any difference. 1998-10-18 07:44:33 +00:00
i386 Quote port names that have a digit in them. IO_TIMER1 was lexed as 1998-10-22 13:49:51 +00:00
isa Initialize isa_devtab entries for interrupt handlers in individual 1998-10-22 05:58:45 +00:00
isofs/cd9660
kern Eliminate a superfluous comment. 1998-10-21 16:31:38 +00:00
libkern
miscfs
modules Missed this file. 1998-10-16 04:31:35 +00:00
msdosfs
net Check the timeval passed to BIOCSRTIMEOUT with itimerfix. Use tvtohz() 1998-10-08 00:32:08 +00:00
netatalk
netatm
netinet *gulp*. Jordan specifically OK'ed this.. 1998-10-16 03:55:01 +00:00
netipx
netkey
netnatm
netns
nfs
nfsclient
nfsserver
pc98 Added rl driver. 1998-10-22 11:29:58 +00:00
pccard
pci Defer rundown (m_freem) of completed transmit buffers for no longer 1998-10-22 02:00:49 +00:00
posix4
powerpc R_ALPHA_RELATIVE relocations need to add the value to the existing memory 1998-10-18 19:04:13 +00:00
rpc
sys post-tag version bump. We're now back at 3.0-current! 1998-10-16 06:55:07 +00:00
tools
ufs Use only the correct raw partition for writing labels. Don't use the 1998-10-17 07:49:04 +00:00
vm Make the VM system handle the case where a terminating object contains 1998-10-22 02:16:53 +00:00
Makefile In src/Makefile.inc1: 1998-10-11 18:39:38 +00:00