freebsd-skq/sys
bde aec62fec58 Fix initialization of video_mode_ptr. It only worked if the segments
in the far pointers are multiples of 4K (as is normal when the video
BIOS is at seg 0xc000).  Disallow mode switching if the pointer is bad.

Use a new pa_to_va() macro for all BIOS and video addresses in syscons.
1994-10-26 21:51:22 +00:00
..
alpha/include Added more SCO compat ioctl's. 1994-10-17 22:12:06 +00:00
amd64 Enable USERCONFIG and document it in LINT. 1994-10-26 19:20:27 +00:00
compile
conf Stylistic changes. 1994-10-26 21:10:13 +00:00
ddb Avoid ddb getting a panic if the code-segment isn't the usual one... 1994-10-02 19:36:30 +00:00
dev Fix initialization of video_mode_ptr. It only worked if the segments 1994-10-26 21:51:22 +00:00
fs Fixed panic when unmounting floppy msdos filesystems. Problem was 1994-10-23 00:41:17 +00:00
gnu POSSIBLE BOGUS CODE found, (related to dos-partitions) in ufs_disksubr.c, 1994-10-08 06:57:29 +00:00
i386 Fix initialization of video_mode_ptr. It only worked if the segments 1994-10-26 21:51:22 +00:00
isa Fix initialization of video_mode_ptr. It only worked if the segments 1994-10-26 21:51:22 +00:00
isofs/cd9660 Use tsleep() rather than sleep so that 'ps' is more informative about 1994-10-06 21:07:04 +00:00
kern When all else fails, try to use "/stand/sysinstall" as "init" process. The 1994-10-26 03:34:20 +00:00
libkern I'm going to nuke strtol() for now. Now I need strncmp() and rather 1994-10-26 11:14:21 +00:00
miscfs Fixed bug I just introduced that would have allowed a user to clobber 1994-10-18 04:40:41 +00:00
modules Added socksys module 1994-10-16 20:39:52 +00:00
msdosfs Fixed panic when unmounting floppy msdos filesystems. Problem was 1994-10-23 00:41:17 +00:00
net moved a message into a #ifdef DEBUG. This message comes out if a kernel 1994-10-15 21:33:17 +00:00
netccitt
netinet Patch for proper multicast support on point-to-point links. 1994-10-25 22:13:32 +00:00
netiso
netns
nfs Implement fs.nfs MIB variables. 1994-10-23 23:26:18 +00:00
nfsclient Implement fs.nfs MIB variables. 1994-10-23 23:26:18 +00:00
nfsserver Implement fs.nfs MIB variables. 1994-10-23 23:26:18 +00:00
pci Modified fifth parameter (imask) to register_intr() according to 1994-10-25 23:09:08 +00:00
powerpc/include
rpc
scsi Finished device configuration database work for all ISA devices (except `ze') 1994-10-23 21:28:03 +00:00
sys Remove RB_ASKFS again - to make this meaningful we'd need to invest in 1994-10-26 13:45:52 +00:00
tools
ufs Restrict fs_maxfilesize to 2^40, and check against this in ffs_truncate(). 1994-10-22 02:27:35 +00:00
vm Improved I/O error reporting. 1994-10-25 07:06:20 +00:00
Makefile