1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-29 12:03:03 +00:00
freebsd/sys
Marcel Moolenaar 618c18c7c3 Reset the text attributes when initializing the console. The EFI
loader typically doesn't do this so that we end up booting the
with whatever the EFI loader has set it to last.
2004-03-09 04:00:33 +00:00
..
alpha Retire pmap_pinit2(). Alpha was the last platform that used it. However, 2004-03-07 21:06:48 +00:00
amd64 Stop depending on #include pollution from cpufunc.h 2004-03-08 00:25:03 +00:00
arm
boot Reset the text attributes when initializing the console. The EFI 2004-03-09 04:00:33 +00:00
cam Compare the *number* of patterns to zero, not the *pointer* to the 2004-02-28 12:59:56 +00:00
coda
compat Add preliminary support for PCMCIA devices in addition to PCI/cardbus. 2004-03-07 02:49:06 +00:00
conf Link pf to the build and install: 2004-03-08 22:03:29 +00:00
contrib Part 2 of Project Evil: Pretend to be Windows 2000 for buggy ASL that 2004-03-04 05:57:41 +00:00
crypto
ddb Give DDB a "watchdog" command which disables all watchdogs. 2004-02-29 09:55:32 +00:00
dev Use one bus_dma_tag_t for all pSRB instead of creating one for each. 2004-03-07 17:23:39 +00:00
fs Change __FUNCTION__ to __func__ 2004-03-03 07:43:34 +00:00
geom Don't panic on providers already withered when we wither a geom. 2004-03-07 17:33:15 +00:00
gnu
i4b
i386 Add #ifdef CPU_SOEKRIS in the missing places around the led_* code 2004-03-09 02:51:21 +00:00
ia64 Retire pmap_pinit2(). Alpha was the last platform that used it. However, 2004-03-07 21:06:48 +00:00
isa Remove unused FDNUMTOUNIT() macro 2004-02-29 10:21:40 +00:00
isofs/cd9660
kern Hook CPUs up to newbus. CPUs will ultimately be a bus driver so that 2004-03-09 03:37:21 +00:00
libkern
modules Link pf to the build and install: 2004-03-08 22:03:29 +00:00
net Const-poison ip_stf_ttl to make it clear that the variable is not 2004-03-07 05:15:42 +00:00
net80211
netatalk Rename dup_sockaddr() to sodupsockaddr() for consistency with other 2004-03-01 03:14:23 +00:00
netatm
netgraph Add a netgraph node to handle ATM LLC encapsulation. This currently handles 2004-03-08 10:54:35 +00:00
netinet To comply with the spec, do not copy the TOS from the outer IP 2004-03-08 07:47:27 +00:00
netinet6 move in6_addmulti()/in6_delmulti() into mld6.c 2004-03-04 15:07:42 +00:00
netipsec
netipx Rename dup_sockaddr() to sodupsockaddr() for consistency with other 2004-03-01 03:14:23 +00:00
netkey
netnatm Rename dup_sockaddr() to sodupsockaddr() for consistency with other 2004-03-01 03:14:23 +00:00
netncp
netsmb Rename dup_sockaddr() to sodupsockaddr() for consistency with other 2004-03-01 03:14:23 +00:00
nfs
nfs4client kthread_exit() no longer requires Giant, so don't force callers to acquire 2004-03-05 22:42:17 +00:00
nfsclient Rename dup_sockaddr() to sodupsockaddr() for consistency with other 2004-03-01 03:14:23 +00:00
nfsserver Convert from timeout to callout API. 2004-03-07 16:28:31 +00:00
opencrypto kthread_exit() no longer requires Giant, so don't force callers to acquire 2004-03-05 22:42:17 +00:00
pc98 Restore CDIOCREADAUDIO ioctl. 2004-03-07 14:16:42 +00:00
pccard
pci
posix4
powerpc Retire pmap_pinit2(). Alpha was the last platform that used it. However, 2004-03-07 21:06:48 +00:00
rpc Convert from timeout to callout API. 2004-03-07 16:23:03 +00:00
security Define BPFD_LOCK_ASSERT() to assert the BPF descriptor lock. 2004-02-29 15:33:56 +00:00
sparc64 Retire pmap_pinit2(). Alpha was the last platform that used it. However, 2004-03-07 21:06:48 +00:00
sys Hook CPUs up to newbus. CPUs will ultimately be a bus driver so that 2004-03-09 03:37:21 +00:00
tools
ufs
vm Implement a work around for the deadlock avoidance case in 2004-03-08 03:54:36 +00:00
Makefile