ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/src/trunk/sys
r4144
File (rev) Last Change
 ../
vm/ 4002 (12 years ago) by laffer1: hande race between device_pager and devsw in a graceful manner.
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/ 1822 (15 years ago) by laffer1: Bring in new tools
sys/ 4052 (12 years ago) by laffer1: Bump version or cpufreq changes.
sparc64/ 4131 (12 years ago) by laffer1: *** empty log message ***
security/ 4019 (12 years ago) by laffer1: kdb_enter_why for MAC
rpc/ 2332 (15 years ago) by laffer1: $MidnightBSD$
pci/ 3595 (13 years ago) by laffer1: Add support for the 8103E a hardware revision of the 8169. Follow the lead of vendor's interrupt moderation mechanism. It seems RTL8169/RTL8168/RTL810xE has a kind of interrupt moderation mechanism but it is not documented at all. The magic value dramatically reduced number of interrupts without noticeable performance drops so apply it to all RTL8169/RTL8169 controllers. Obtained from FreeBSD & Realtek FreeBSD driver.
pccard/ 2332 (15 years ago) by laffer1: $MidnightBSD$
opencrypto/ 2332 (15 years ago) by laffer1: $MidnightBSD$
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
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.
nfs4client/ 2320 (15 years ago) by laffer1: $MidnightBSD$
nfs/ 1907 (15 years ago) by laffer1: *** empty log message ***
netsmb/ 2325 (15 years ago) by laffer1: $MidnightBSD$
netncp/ 2334 (15 years ago) by laffer1: *** empty log message ***
netnatm/ 2334 (15 years ago) by laffer1: *** empty log message ***
netipx/ 2334 (15 years ago) by laffer1: *** empty log message ***
netipsec/ 3923 (12 years ago) by laffer1: Release SP's refcount in key_get_spdbyid().
netinet6/ 4042 (12 years ago) by laffer1: our own KAME_VERSION
netinet/ 4000 (12 years ago) by laffer1: Remove ifdef from 4.3BSD Net/2. I don't think it's ever going to be done. :)
netgraph/ 4018 (12 years ago) by laffer1: migrate netgraph to kdb_enter_why
netatm/ 2334 (15 years ago) by laffer1: *** empty log message ***
netatalk/ 2334 (15 years ago) by laffer1: *** empty log message ***
net80211/ 2334 (15 years ago) by laffer1: *** empty log message ***
net/ 3921 (13 years ago) by laffer1: Fix a 16 year old bug in the sorting routine for non-contiguous netmasks. For masks of identical length rn_lexobetter() did not stop on the first non-equal byte. This leads rn_addroute() to not detecting duplicate entries and thus we might create a very long list of masks to check for each node. This can have a huge impact on IPsec performance, where non-contiguous masks are used for the flow lookup. In a setup with 1300 flows we saw 400 duplicate masks and only a third of the expected throughput. Obtained from: OpenBSD (revision 1.28 src/sys/net/radix.c)
modules/ 4038 (12 years ago) by laffer1: add missing code
libkern/ 2607 (15 years ago) by laffer1: remove arm/ia64 cruft
kern/ 4053 (12 years ago) by laffer1: This is what i get for being lazy.
isa/ 2333 (15 years ago) by laffer1: $MidnightBSD$
i386/ 4017 (12 years ago) by laffer1: kdb_enter_why
gnu/ 2594 (15 years ago) by laffer1: Forced commit to note the patch came from Jaakko Heinonen
geom/ 4029 (12 years ago) by laffer1: Part 2 of 4: Update geom and sync with freebsd 7.1 Update the kernel geom abi
gdb/ 2333 (15 years ago) by laffer1: $MidnightBSD$
fs/ 4017 (12 years ago) by laffer1: kdb_enter_why
dev/ 4144 (12 years ago) by laffer1: fix irq check
ddb/ 2333 (15 years ago) by laffer1: $MidnightBSD$
crypto/ 2196 (15 years ago) by laffer1: merge
contrib/ 2975 (14 years ago) by laffer1: Wow this was foobar
conf/ 4036 (12 years ago) by laffer1: Catch notes up.
compat/ 4014 (12 years ago) by laffer1: migrate to kdb_enter_why
cddl/ 3221 (14 years ago) by laffer1: ZFS is a file-system originally developed by Sun Microsystems. The ZFS Intent Log ("ZIL") is a mechanism that gathers together in memory transactions of writes, and is flushed onto disk when synchronous semantics is necessary. In the event of crash or power failure, the log is examined and the uncommitted transaction would be replayed to maintain the synchronous semantics. When replaying setattr transaction, the replay code would set the attributes with certain insecure defaults, when the logged transaction did not touch these attributes. A system crash or power fail would leave some file with mode set to 07777. This could leak sensitive information or cause privilege escalation. Based on FreeBSD security advisory SA-10:03.zfs (freebsd 7.x)
cam/ 3914 (13 years ago) by laffer1: knlist_* is defined in event.h. Fix lint build
bsm/ 2333 (15 years ago) by laffer1: $MidnightBSD$
boot/ 3959 (12 years ago) by laffer1: Use real mode to invoke BIOS routines rather than virtual 86 mode. Obtained from: FreeBSD 7.1 circa Aug 2008
amd64/ 4014 (12 years ago) by laffer1: migrate to kdb_enter_why
Makefile 1907 (15 years ago) by laffer1: *** empty log message ***
46 directories and 1 file shown