ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/src/trunk/sys
r3265
File (rev) Last Change
 ../
vm/ 2332 (15 years ago) by laffer1: $MidnightBSD$
ufs/ 2332 (15 years ago) by laffer1: $MidnightBSD$
tools/ 1822 (15 years ago) by laffer1: Bring in new tools
sys/ 3240 (14 years ago) by laffer1: Bump to 3011 to indicate presence of POSIX SEMAPHORES, kqueue changes and libc MNBSD namespace. These are required for libdispatch.
sparc64/ 3239 (14 years ago) by laffer1: Enable options P1003_1B_SEMAPHORES # POSIX-style semaphores This option is required by many modern applications including Firefox 3.5. We also need this to support libdispatch! Enable on all three architectures.
security/ 2332 (15 years ago) by laffer1: $MidnightBSD$
rpc/ 2332 (15 years ago) by laffer1: $MidnightBSD$
pci/ 3041 (14 years ago) by laffer1: Experimental support for Intel G33 and G45 cards. This includes something like say the Intel 4500 series.
pccard/ 2332 (15 years ago) by laffer1: $MidnightBSD$
opencrypto/ 2332 (15 years ago) by laffer1: $MidnightBSD$
nfsserver/ 2320 (15 years ago) by laffer1: $MidnightBSD$
nfsclient/ 2320 (15 years ago) by laffer1: $MidnightBSD$
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/ 2336 (15 years ago) by laffer1: tag
netinet6/ 3020 (14 years ago) by laffer1: The SIOCSIFINFO_IN6 ioctl is missing a necessary permissions check. Don't let everyone on the planet (with local access) change the properties on the ipv6 interfaces.
netinet/ 3156 (14 years ago) by laffer1: soreceive() will send an ACK right away if data was drained from a TCP socket that advertized a 0 sized window. However, the receive window had to be exactly zero. Change the code to check the raw window value instead.
netgraph/ 2224 (15 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r2223, which included commits to RCS files with non-trunk default branches.
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/ 2357 (15 years ago) by laffer1: restore LOMTU value
modules/ 3217 (14 years ago) by laffer1: Only install amdtemp on i386/amd64
libkern/ 2607 (15 years ago) by laffer1: remove arm/ia64 cruft
kern/ 3232 (14 years ago) by laffer1: style(9) fixes.
isa/ 2333 (15 years ago) by laffer1: $MidnightBSD$
i386/ 3239 (14 years ago) by laffer1: Enable options P1003_1B_SEMAPHORES # POSIX-style semaphores This option is required by many modern applications including Firefox 3.5. We also need this to support libdispatch! Enable on all three architectures.
gnu/ 2594 (15 years ago) by laffer1: Forced commit to note the patch came from Jaakko Heinonen
geom/ 2333 (15 years ago) by laffer1: $MidnightBSD$
gdb/ 2333 (15 years ago) by laffer1: $MidnightBSD$
fs/ 3207 (14 years ago) by laffer1: Add the fdclone KPI. fdclone was originally developed for FreeBSD7-CURRENT by Kostik Belousov and Peter Holm. This was developed to allow drivers to clone on open(2). The cloned cdev is not accessible for lookup through devfs and is destroyed automatically. The implementation is based on version 9 of Kostik's patch. I've also included a sample program in share/examples/kld/fdclone on use. $MidnightBSD$ tagged in share/examples/kld
dev/ 3215 (14 years ago) by laffer1: Add amdtemp, the amd thermal sensor for phenoms, etc.
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/ 3215 (14 years ago) by laffer1: Add amdtemp, the amd thermal sensor for phenoms, etc.
compat/ 2602 (15 years ago) by laffer1: finish futex fixes for linuxolator
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/ 2333 (15 years ago) by laffer1: $MidnightBSD$
bsm/ 2333 (15 years ago) by laffer1: $MidnightBSD$
boot/ 2046 (15 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r2045, which included commits to RCS files with non-trunk default branches.
amd64/ 3239 (14 years ago) by laffer1: Enable options P1003_1B_SEMAPHORES # POSIX-style semaphores This option is required by many modern applications including Firefox 3.5. We also need this to support libdispatch! Enable on all three architectures.
Makefile 1907 (15 years ago) by laffer1: *** empty log message ***
46 directories and 1 file shown