ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/src/trunk/sys
r4971
File (rev) Last Change
 ../
xdr/ 4747 (12 years ago) by laffer1: start the kernel lock manager work
x86/ 4302 (12 years ago) by laffer1: add readme until we migrate files here
vm/ 4737 (12 years ago) by laffer1: Major feature merge from FreeBSD 7.1 Introduce FIB (Forward Routing Base) aka multiple routing tables to MidnightBSD. This is the kernel piece with userland to follow later. As part of this work, changes had to be made to the vm subsystem, rwlocks introduced, changes to sleep queues, and modifications to the pf firewall. Effectively this gives us most of the functionality of the FreeBSD 7.1 network stack including tcp offload.
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.
tools/ 4766 (12 years ago) by laffer1: tag
sys/ 4834 (12 years ago) by laffer1: Fix several compile problems with world
sparc64/ 4799 (12 years ago) by laffer1: add stack(9) for sparc64
security/ 4776 (12 years ago) by laffer1: Bring in several improvements from OpenSolaris for dtrace, zfs, etc. Add kernel code for kernel lock manager for nfs, vfs and vm improvements and general compatibility with the recent network stack changes. Bring in several improvements and bugfixes from FreeBSD 7.1 Tag $MidnightBSD$
rpc/ 4747 (12 years ago) by laffer1: start the kernel lock manager work
pci/ 4718 (12 years ago) by laffer1: support several additional devices
pccard/ 2332 (15 years ago) by laffer1: $MidnightBSD$
opencrypto/ 2332 (15 years ago) by laffer1: $MidnightBSD$
nlm/ 4747 (12 years ago) by laffer1: start the kernel lock manager work
nfsserver/ 4747 (12 years ago) by laffer1: start the kernel lock manager work
nfsclient/ 4747 (12 years ago) by laffer1: start the kernel lock manager work
nfs4client/ 4747 (12 years ago) by laffer1: start the kernel lock manager work
nfs/ 4745 (12 years ago) by laffer1: tag
netsmb/ 4776 (12 years ago) by laffer1: Bring in several improvements from OpenSolaris for dtrace, zfs, etc. Add kernel code for kernel lock manager for nfs, vfs and vm improvements and general compatibility with the recent network stack changes. Bring in several improvements and bugfixes from FreeBSD 7.1 Tag $MidnightBSD$
netncp/ 4776 (12 years ago) by laffer1: Bring in several improvements from OpenSolaris for dtrace, zfs, etc. Add kernel code for kernel lock manager for nfs, vfs and vm improvements and general compatibility with the recent network stack changes. Bring in several improvements and bugfixes from FreeBSD 7.1 Tag $MidnightBSD$
netnatm/ 2334 (15 years ago) by laffer1: *** empty log message ***
netipx/ 4743 (12 years ago) by laffer1: Sync several devices with FreeBSD 7.1 code.
netipsec/ 4743 (12 years ago) by laffer1: Sync several devices with FreeBSD 7.1 code.
netinet6/ 4737 (12 years ago) by laffer1: Major feature merge from FreeBSD 7.1 Introduce FIB (Forward Routing Base) aka multiple routing tables to MidnightBSD. This is the kernel piece with userland to follow later. As part of this work, changes had to be made to the vm subsystem, rwlocks introduced, changes to sleep queues, and modifications to the pf firewall. Effectively this gives us most of the functionality of the FreeBSD 7.1 network stack including tcp offload.
netinet/ 4833 (12 years ago) by laffer1: fix includes
netgraph/ 4743 (12 years ago) by laffer1: Sync several devices with FreeBSD 7.1 code.
netatalk/ 4743 (12 years ago) by laffer1: Sync several devices with FreeBSD 7.1 code.
net80211/ 4743 (12 years ago) by laffer1: Sync several devices with FreeBSD 7.1 code.
net/ 4737 (12 years ago) by laffer1: Major feature merge from FreeBSD 7.1 Introduce FIB (Forward Routing Base) aka multiple routing tables to MidnightBSD. This is the kernel piece with userland to follow later. As part of this work, changes had to be made to the vm subsystem, rwlocks introduced, changes to sleep queues, and modifications to the pf firewall. Effectively this gives us most of the functionality of the FreeBSD 7.1 network stack including tcp offload.
modules/ 4971 (11 years ago) by laffer1: update intel gigabit nic driver build
libkern/ 4768 (12 years ago) by laffer1: introduce common crc32 functions in libkern for use in the kernel. use a faster version that should improve iscsi performance.
kern/ 4800 (12 years ago) by laffer1: make vlan default in the GENERIC kernel. make a few minor changes to fix some stability problems.
isa/ 2333 (15 years ago) by laffer1: $MidnightBSD$
i386/ 4883 (12 years ago) by laffer1: enable several devices now safe with PAE
gnu/ 4223 (12 years ago) by laffer1: Update the boot code to support GPT partition schemes.
geom/ 4912 (11 years ago) by laffer1: Add FEATURE macro to several items.
gdb/ 4263 (12 years ago) by laffer1: *** empty log message ***
fs/ 4831 (12 years ago) by laffer1: remove advisory lock hack
dev/ 4970 (11 years ago) by laffer1: Update em(4) and igb(4) Intel network drivers. Obtained from: FreeBSD 7-stable
ddb/ 4776 (12 years ago) by laffer1: Bring in several improvements from OpenSolaris for dtrace, zfs, etc. Add kernel code for kernel lock manager for nfs, vfs and vm improvements and general compatibility with the recent network stack changes. Bring in several improvements and bugfixes from FreeBSD 7.1 Tag $MidnightBSD$
crypto/ 4721 (12 years ago) by laffer1: avoid 256 integer divisions per rc4_init call. Replace it with using an index variable. Speeds up almost by 2x and helps with VPN software performance. Obtained from: FreeBSD
contrib/ 4737 (12 years ago) by laffer1: Major feature merge from FreeBSD 7.1 Introduce FIB (Forward Routing Base) aka multiple routing tables to MidnightBSD. This is the kernel piece with userland to follow later. As part of this work, changes had to be made to the vm subsystem, rwlocks introduced, changes to sleep queues, and modifications to the pf firewall. Effectively this gives us most of the functionality of the FreeBSD 7.1 network stack including tcp offload.
conf/ 4834 (12 years ago) by laffer1: Fix several compile problems with world
compat/ 4672 (12 years ago) by laffer1: st_atimespec, st_mtimespec, st_birthtimespec etc have been renamed to follow POSIX 2008 specification.
cddl/ 4834 (12 years ago) by laffer1: Fix several compile problems with world
cam/ 4722 (12 years ago) by laffer1: correctly handle several scsi states.
bsm/ 4769 (12 years ago) by laffer1: Apple Computer -> Apple
boot/ 4649 (12 years ago) by laffer1: tag
amd64/ 4916 (11 years ago) by laffer1: fix security issue with non amd cpus on amd64 arch only. ring 0 escape possible
Makefile 4743 (12 years ago) by laffer1: Sync several devices with FreeBSD 7.1 code.
48 directories and 1 file shown