ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/src/trunk/sys
r4432
File Last Change
 ../
amd64/ 4386 (12 years ago) by laffer1: define the target arch
boot/ 4429 (12 years ago) by laffer1: create MidnightBSD GPT partition types rather than FreeBSD on i386/amd64. Our sparc port isn't much of anything now, and we're still using the FreeBSD VTOC entries as their hack won't work for us as we don't have an ELFOSABI number.
bsm/ 2333 (15 years ago) by laffer1: $MidnightBSD$
cam/ 3914 (13 years ago) by laffer1: knlist_* is defined in event.h. Fix lint build
cddl/ 4381 (12 years ago) by laffer1: Merge several changes from FreeBSD 7-stable. Introduce virtualization detection. The kernel knows if it's running with VMWar e, VirtualBox, Parallels, etc and changes the hz level as well as disables MSI a s appropriate. We will need to drop the loader support for part of this once it 's tested further. This is more general and allows us to make more changes for s pecail hardware emulation. Update alc(4), bge(4), mii(4) and cardbus as well as pci. This fixes several pr oblems with various devices, particularly alc(4) which often had difficulty dete cting cables were plugged in and DHCP. bge(4) gains support for several newer ch ips and disables UDP offloading for stability reasons. We also had to hack zfs so that the kernel memmove can be used now rather than t he macro bcopy hack.
compat/ 4262 (12 years ago) by laffer1: disable syscalls we don't support yet
conf/ 4415 (12 years ago) by laffer1: Bring in several improvements to GEOM from FreeBSD 7-stable. Drop PC98 support from GEOM in MidnightBSD. We don't support that architecture and it's not worth the effort to maintain. raid3, label, journal, eli vinum, and part GEOM classes include several bug fixes related to sanity checking, stripe size, disabling debug printing (label), ...
contrib/ 4300 (12 years ago) by laffer1: make more c99 friendly
crypto/ 2196 (15 years ago) by laffer1: merge
ddb/ 2333 (15 years ago) by laffer1: $MidnightBSD$
dev/ 4427 (12 years ago) by laffer1: use atomic_store rather than set
fs/ 4216 (12 years ago) by laffer1: Minor bugfixes to cd9660
gdb/ 4263 (12 years ago) by laffer1: *** empty log message ***
geom/ 4432 (12 years ago) by laffer1: use midnightbsd name
gnu/ 4223 (12 years ago) by laffer1: Update the boot code to support GPT partition schemes.
i386/ 4386 (12 years ago) by laffer1: define the target arch
isa/ 2333 (15 years ago) by laffer1: $MidnightBSD$
kern/ 4381 (12 years ago) by laffer1: Merge several changes from FreeBSD 7-stable. Introduce virtualization detection. The kernel knows if it's running with VMWar e, VirtualBox, Parallels, etc and changes the hz level as well as disables MSI a s appropriate. We will need to drop the loader support for part of this once it 's tested further. This is more general and allows us to make more changes for s pecail hardware emulation. Update alc(4), bge(4), mii(4) and cardbus as well as pci. This fixes several pr oblems with various devices, particularly alc(4) which often had difficulty dete cting cables were plugged in and DHCP. bge(4) gains support for several newer ch ips and disables UDP offloading for stability reasons. We also had to hack zfs so that the kernel memmove can be used now rather than t he macro bcopy hack.
libkern/ 4385 (12 years ago) by laffer1: add memmove and initcpu hacks related to vm_guest/virutalization detection. turn on the new mii stuff in the base kernel
modules/ 4417 (12 years ago) by laffer1: Merge rl(4) and re(4) from 7-stable freebsd.
net/ 4379 (12 years ago) by laffer1: Introduce some aliases for media types and use them in alc(4).
net80211/ 2334 (15 years ago) by laffer1: *** empty log message ***
netatalk/ 2334 (15 years ago) by laffer1: *** empty log message ***
netatm/ 2334 (15 years ago) by laffer1: *** empty log message ***
netgraph/ 4018 (12 years ago) by laffer1: migrate netgraph to kdb_enter_why
netinet/ 4297 (12 years ago) by laffer1: sync libalias with FreeBSD 7-stable
netinet6/ 4042 (12 years ago) by laffer1: our own KAME_VERSION
netipsec/ 3923 (12 years ago) by laffer1: Release SP's refcount in key_get_spdbyid().
netipx/ 2334 (15 years ago) by laffer1: *** empty log message ***
netnatm/ 2334 (15 years ago) by laffer1: *** empty log message ***
netncp/ 2334 (15 years ago) by laffer1: *** empty log message ***
netsmb/ 2325 (15 years ago) by laffer1: $MidnightBSD$
nfs/ 1907 (15 years ago) by laffer1: *** empty log message ***
nfs4client/ 2320 (15 years ago) by laffer1: $MidnightBSD$
nfsclient/ 3406 (13 years ago) by laffer1: The nfsclient didn't validate the length of the path passed to it. This could cause code execution particularly when users are allowed to mount file systems.
nfsserver/ 3747 (13 years ago) by laffer1: Properly close a socket for a tcp nfs client if the nfs server notices that the client has disconnected while attempting to fetch a request. Obtained from: FreeBSD revision 218456
opencrypto/ 2332 (15 years ago) by laffer1: $MidnightBSD$
pccard/ 2332 (15 years ago) by laffer1: $MidnightBSD$
pci/ 4417 (12 years ago) by laffer1: Merge rl(4) and re(4) from 7-stable freebsd.
rpc/ 2332 (15 years ago) by laffer1: $MidnightBSD$
security/ 4019 (12 years ago) by laffer1: kdb_enter_why for MAC
sparc64/ 4386 (12 years ago) by laffer1: define the target arch
sys/ 4428 (12 years ago) by laffer1: define MIDNIGHTBSD GPT types for future use!
tools/ 1822 (15 years ago) by laffer1: Bring in new tools
ufs/ 3565 (13 years ago) by laffer1: Several portions of the kernel and userland code related to UFS file systems (and UFS2) cannot properly handle inode counts above 2^31 due to use of int types. Based on a patch from FreeBSD, I've modified our UFS2 implementation to handle unsigned values for inode counts which should allow for file systems greater than 16TB. newfs and growfs was also modified.
vm/ 4002 (12 years ago) by laffer1: hande race between device_pager and devsw in a graceful manner.
x86/ 4302 (12 years ago) by laffer1: add readme until we migrate files here
Makefile 4298 (12 years ago) by laffer1: catch up to recent directory structure.
47 directories and 1 file shown