ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/src/trunk/sys
r4872
File Last Change
 ../
amd64/ 4872 (12 years ago) by laffer1: dtrace support
boot/ 4649 (12 years ago) by laffer1: tag
bsm/ 4769 (12 years ago) by laffer1: Apple Computer -> Apple
cam/ 4722 (12 years ago) by laffer1: correctly handle several scsi states.
cddl/ 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.
conf/ 4834 (12 years ago) by laffer1: Fix several compile problems with world
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.
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
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$
dev/ 4863 (12 years ago) by laffer1: sync gem(4) with freebsd 7.1
fs/ 4831 (12 years ago) by laffer1: remove advisory lock hack
gdb/ 4263 (12 years ago) by laffer1: *** empty log message ***
geom/ 4868 (12 years ago) by laffer1: expose stripe size
gnu/ 4223 (12 years ago) by laffer1: Update the boot code to support GPT partition schemes.
i386/ 4834 (12 years ago) by laffer1: Fix several compile problems with world
isa/ 2333 (15 years ago) by laffer1: $MidnightBSD$
kern/ 4800 (12 years ago) by laffer1: make vlan default in the GENERIC kernel. make a few minor changes to fix some stability problems.
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.
modules/ 4834 (12 years ago) by laffer1: Fix several compile problems with world
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.
net80211/ 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.
netgraph/ 4743 (12 years ago) by laffer1: Sync several devices with FreeBSD 7.1 code.
netinet/ 4833 (12 years ago) by laffer1: fix includes
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.
netipsec/ 4743 (12 years ago) by laffer1: Sync several devices with FreeBSD 7.1 code.
netipx/ 4743 (12 years ago) by laffer1: Sync several devices with FreeBSD 7.1 code.
netnatm/ 2334 (15 years ago) by laffer1: *** empty log message ***
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$
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$
nfs/ 4745 (12 years ago) by laffer1: tag
nfs4client/ 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
nfsserver/ 4747 (12 years ago) by laffer1: start the kernel lock manager work
nlm/ 4747 (12 years ago) by laffer1: start the kernel lock manager work
opencrypto/ 2332 (15 years ago) by laffer1: $MidnightBSD$
pccard/ 2332 (15 years ago) by laffer1: $MidnightBSD$
pci/ 4718 (12 years ago) by laffer1: support several additional devices
rpc/ 4747 (12 years ago) by laffer1: start the kernel lock manager work
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$
sparc64/ 4799 (12 years ago) by laffer1: add stack(9) for sparc64
sys/ 4834 (12 years ago) by laffer1: Fix several compile problems with world
tools/ 4766 (12 years ago) by laffer1: tag
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/ 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.
x86/ 4302 (12 years ago) by laffer1: add readme until we migrate files here
xdr/ 4747 (12 years ago) by laffer1: start the kernel lock manager work
Makefile 4743 (12 years ago) by laffer1: Sync several devices with FreeBSD 7.1 code.
48 directories and 1 file shown