freebsd-nq/sys
Daniel C. Sobral 18ee60a576 Remove the setting of sourceid from bf_vm(), as bf_vm() really has
no clue.

Set sourceid to 0 when booting, which is the correct setting for stdin.

Set sourceid to an arbitrary fd when include'ing, preserving and restoring
the previous sourceid. This is possibly broken(), as 0 is a valid fd. Maybe
we should +1 to this value.

This fixes the version problem widely reported.
2000-06-14 19:37:00 +00:00
..
alpha Print error messages to stderr, not stdout. 2000-06-14 02:45:11 +00:00
amd64 Fixed syntax errors and style bugs in previous commit. The syntax 2000-06-14 18:48:39 +00:00
boot Remove the setting of sourceid from bf_vm(), as bf_vm() really has 2000-06-14 19:37:00 +00:00
cam Disable multi-lun probing on Hitachi DK31* drives. 2000-06-04 03:17:37 +00:00
coda
compat
compile
conf s/iomem/maddr/ 2000-06-14 10:04:06 +00:00
contrib Unused include: #include "fla.h" 2000-06-10 11:05:17 +00:00
crypto
ddb
dev Fix typo (accessable --> accessible). 2000-06-14 17:53:40 +00:00
fs before this commit, specfs reported disk partitions 2000-06-12 10:20:18 +00:00
geom
gnu Fix typo (accessable --> accessible). 2000-06-14 17:53:40 +00:00
i4b Borrow phk's axe and apply the next stage of config(8)'s evolution. 2000-06-13 22:28:50 +00:00
i386 Fixed syntax errors and style bugs in previous commit. The syntax 2000-06-14 18:48:39 +00:00
isa Add option ALT_BREAK_TO_DEBUGGER. 2000-06-14 06:41:33 +00:00
isofs/cd9660
kern sys/malloc.h: 2000-06-14 18:31:42 +00:00
libkern
miscfs before this commit, specfs reported disk partitions 2000-06-12 10:20:18 +00:00
modules 1. Update Comtrol RocketPort driver(rp) to version 3.02. 2000-06-11 06:43:16 +00:00
msdosfs
net Do not perform any opeartion with mbuf after it placed into 2000-06-14 05:56:53 +00:00
netatalk
netatm
netgraph Fix bug where receive statistics for the bundle were not getting updated. 2000-06-01 01:29:49 +00:00
netinet - Added support for passive mode FTP by aliasing 227 replies. 2000-06-14 16:09:35 +00:00
netinet6
netipx
netkey Check for MGET* returning NULL and return ENOBUFS in this case. 2000-06-10 17:55:57 +00:00
netnatm
netncp
netns
nfs Correctly set the Maximum DHCP Message Size. bootpd now works 2000-06-13 09:32:09 +00:00
nfsclient Correctly set the Maximum DHCP Message Size. bootpd now works 2000-06-13 09:32:09 +00:00
nfsserver
ntfs
nwfs
pc98 Catch up with Peter's config(8) changes. 2000-06-14 09:20:43 +00:00
pccard
pci Add support for the Accton EN1217. 2000-06-11 11:54:52 +00:00
posix4
powerpc cpu_fork(): Check "flags" before dereferencing "p2". Otherwise, 2000-06-11 06:22:01 +00:00
rpc
svr4
sys Fixed syntax errors and style bugs in previous commit. The syntax 2000-06-14 18:48:39 +00:00
tools
ufs o Remove unneeded off_t variable to clean up compile warning 2000-06-05 14:22:51 +00:00
vm Add missing increment of allocation counter. 2000-06-05 06:34:41 +00:00
Makefile