ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/src/trunk/sys
r1030
File (rev) Last Change
 ../
vm/ 645 (17 years ago) by laffer1: Sync with FreeBSD 6.1 Release.
ufs/ 635 (17 years ago) by laffer1: VFS fixes, etc. Sync with FreeBSD 6.1 Release.
tools/ 6 (18 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r5, which included commits to RCS files with non-trunk default branches.
sys/ 942 (17 years ago) by laffer1: $MidnightBSD$
sparc64/ 704 (17 years ago) by laffer1: We only lock the local per cpu page in the local dTLB, so accessing the foreign CPU pages in cpu_ipi_send() causes a page fault.
security/ 642 (17 years ago) by laffer1: Add stub audit calls for future compatibility.
rpc/ 6 (18 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r5, which included commits to RCS files with non-trunk default branches.
powerpc/ 777 (17 years ago) by laffer1: COMPAT_43
posix4/ 3 (18 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.
pci/ 760 (17 years ago) by laffer1: Add support for Intel 945G chipset.
pccard/ 3 (18 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.
pc98/ 705 (17 years ago) by laffer1: Sync with FreeBSD 6.1 Release.
opencrypto/ 564 (17 years ago) by laffer1: crypto.ko depends on zlib.
nfsserver/ 633 (17 years ago) by laffer1: VFS SMP fixes, stack api, softupdates fixes.
nfsclient/ 764 (17 years ago) by laffer1: If an NFS server returns more than a few EJUKEBOX errors for a given RPC request, the NFS client will back off for a very long wait (days, weeks) before retrying. Change behavior to match solaris. There is a new sysctl nfs3_jukebox_delay which is in seconds to adjust the retry default.
nfs4client/ 6 (18 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r5, which included commits to RCS files with non-trunk default branches.
nfs/ 3 (18 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.
netsmb/ 6 (18 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r5, which included commits to RCS files with non-trunk default branches.
netncp/ 6 (18 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r5, which included commits to RCS files with non-trunk default branches.
netnatm/ 3 (18 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.
netkey/ 6 (18 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r5, which included commits to RCS files with non-trunk default branches.
netipx/ 696 (17 years ago) by laffer1: Fix up IPXIP so that the network stack is run with Giant. There is unsafety in the code that requires this change for SMP systems to function properly.
netipsec/ 677 (17 years ago) by laffer1: Sync ipsec.
netinet6/ 983 (17 years ago) by laffer1: This is equivalent to the recent OpenBSD discover of type 0 routing headers as insecure. There is now a sysctl to enable the behavior. Currently, this is not needed unless the host is acting as a router. In which case, ideally there should be firewall rules in place to protect the host. ipfw and pf do not offer solutions to protect systems entirely yet. This patch is derived from the FreeBSD SA-07:03.ipv6 patch.
netinet/ 992 (17 years ago) by laffer1: UDP checksums are checked in place, overwriting whatever is there. This has the side effect of the ICMP code sending back the first eight bytes of the UDP payload with 2 bytes different. Patch by Matthew Luckie.
netgraph/ 654 (17 years ago) by laffer1: Free private data when deleting hook.
netatm/ 6 (18 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r5, which included commits to RCS files with non-trunk default branches.
netatalk/ 3 (18 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.
net80211/ 676 (17 years ago) by laffer1: Sync with freebsd
net/ 882 (17 years ago) by laffer1: Increase LOMTU to 32768. The previous value was set in 1995. NetBSD has been using around 32k since the BSD 4.4 lite import. My testing has shown 32768 is faster on some workloads. There is a very slight drop transfer large, cached data but uncached data showed a noticable improvement.
modules/ 881 (17 years ago) by laffer1: Remove WARNS from cpufreq Makefile. kernel source Makefiles should not use WANRS as it conflicts with kernel build options. Add additional Pentium M cpus.
libkern/ 906 (17 years ago) by laffer1: Back out propolice. More information in UPDATING. In short, propolice broke libpthread and libthr.
kern/ 1030 (16 years ago) by laffer1: Better handle error condition for msdos file system.
isofs/ 650 (17 years ago) by laffer1: Unbreaks symlinks that have double slashes...
isa/ 3 (18 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.
ia64/ 635 (17 years ago) by laffer1: VFS fixes, etc. Sync with FreeBSD 6.1 Release.
i4b/ 6 (18 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r5, which included commits to RCS files with non-trunk default branches.
i386/ 1010 (16 years ago) by laffer1: Remove SMP configuration as its not default in GENERIC.
gnu/ 6 (18 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r5, which included commits to RCS files with non-trunk default branches.
geom/ 889 (17 years ago) by laffer1: Remove GIANT lock which should not be ndded with make_dev(9)
gdb/ 3 (18 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.
fs/ 1029 (16 years ago) by laffer1: $MidnightBSD$
doc/ 3 (18 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.
dev/ 1008 (16 years ago) by laffer1: Fix typo in comment.
ddb/ 3 (18 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.
crypto/ 3 (18 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.
contrib/ 693 (17 years ago) by laffer1: Fix IP checksum when modifying IP header fields.
conf/ 944 (17 years ago) by laffer1: Update to 0.2-CURRENT
compat/ 628 (17 years ago) by laffer1: VFS SMP fixes, stack api, softupdates
coda/ 627 (17 years ago) by laffer1: VFS SMP fixes, stack api, softupdates fixes.
cam/ 291 (17 years ago) by laffer1: Add speed sense correction for U320 SCSI. Correct problem with mpt driver import.
bsm/ 3 (18 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.
boot/ 981 (17 years ago) by laffer1: Fix twiddle display.
arm/ 626 (17 years ago) by laffer1: VFS SMP fixes, stack API, softupdates fixes.
amd64/ 1011 (16 years ago) by laffer1: SMP is now default on amd64.
alpha/ 6 (18 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r5, which included commits to RCS files with non-trunk default branches.
Makefile 28 (17 years ago) by laffer1: Added cvs header.
56 directories and 1 file shown