ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/src/trunk/sys
r3310
File Last Change
 ../
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.
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.
bsm/ 2333 (15 years ago) by laffer1: $MidnightBSD$
cam/ 2333 (15 years ago) by laffer1: $MidnightBSD$
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)
compat/ 2602 (15 years ago) by laffer1: finish futex fixes for linuxolator
conf/ 3215 (14 years ago) by laffer1: Add amdtemp, the amd thermal sensor for phenoms, etc.
contrib/ 2975 (14 years ago) by laffer1: Wow this was foobar
crypto/ 2196 (15 years ago) by laffer1: merge
ddb/ 2333 (15 years ago) by laffer1: $MidnightBSD$
dev/ 3302 (14 years ago) by laffer1: Attach the cpufreq child devices with specific orders to enforce relative priority of some of the drivers that manage the same state (e.g. ichss0 vs est0).
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
gdb/ 2333 (15 years ago) by laffer1: $MidnightBSD$
geom/ 2333 (15 years ago) by laffer1: $MidnightBSD$
gnu/ 2594 (15 years ago) by laffer1: Forced commit to note the patch came from Jaakko Heinonen
i386/ 3310 (14 years ago) by laffer1: If we are unable to obtain a frequency list from either ACPI or the static tables, then attempt to build a simple list containing just the high and low frequencies if the hw.est.msr_info tunable is set to 1. By default this is disabled. Obtained from FreeBSD
isa/ 2333 (15 years ago) by laffer1: $MidnightBSD$
kern/ 3232 (14 years ago) by laffer1: style(9) fixes.
libkern/ 2607 (15 years ago) by laffer1: remove arm/ia64 cruft
modules/ 3282 (14 years ago) by laffer1: Remove pc98 support
net/ 2357 (15 years ago) by laffer1: restore LOMTU value
net80211/ 2334 (15 years ago) by laffer1: *** empty log message ***
netatalk/ 2334 (15 years ago) by laffer1: *** empty log message ***
netatm/ 2334 (15 years ago) by laffer1: *** empty log message ***
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.
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.
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.
netipsec/ 2336 (15 years ago) by laffer1: tag
netipx/ 2334 (15 years ago) by laffer1: *** empty log message ***
netnatm/ 2334 (15 years ago) by laffer1: *** empty log message ***
netncp/ 2334 (15 years ago) by laffer1: *** empty log message ***
netsmb/ 2325 (15 years ago) by laffer1: $MidnightBSD$
nfs/ 1907 (15 years ago) by laffer1: *** empty log message ***
nfs4client/ 2320 (15 years ago) by laffer1: $MidnightBSD$
nfsclient/ 2320 (15 years ago) by laffer1: $MidnightBSD$
nfsserver/ 2320 (15 years ago) by laffer1: $MidnightBSD$
opencrypto/ 2332 (15 years ago) by laffer1: $MidnightBSD$
pccard/ 2332 (15 years ago) by laffer1: $MidnightBSD$
pci/ 3277 (14 years ago) by laffer1: Sync re(4) and rl(4) with FreeBSD 7-Stable from a few months ago. The big difference here is that wake on lan support has been disabled since we don't support it. re(4) has been tested on a pciE nic, testing pci will happen shortly and we need more testing on other parts including rl(4)s. This adds several newer cards, plus a few old ones we missed.
rpc/ 2332 (15 years ago) by laffer1: $MidnightBSD$
security/ 2332 (15 years ago) by laffer1: $MidnightBSD$
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.
sys/ 3280 (14 years ago) by laffer1: Add constants required by the ata(4) import.
tools/ 1822 (15 years ago) by laffer1: Bring in new tools
ufs/ 2332 (15 years ago) by laffer1: $MidnightBSD$
vm/ 2332 (15 years ago) by laffer1: $MidnightBSD$
Makefile 1907 (15 years ago) by laffer1: *** empty log message ***
46 directories and 1 file shown