ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/src/trunk/sys
r3389
File Last Change
 ../
amd64/ 3389 (14 years ago) by laffer1: Fix build error with missing header on amd64.
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/ 3372 (14 years ago) by laffer1: bump the midnightbsd version to indicate the presense of updated hda audio, new tme zones and the cpu detection code. we need to do more with this cpu detection code. Note this also includes changes to linprocfs from freebsd 7-stable that might help with newer kernel emulation.
conf/ 3376 (14 years ago) by laffer1: We don't do ppc or ia64
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/ 3368 (14 years ago) by laffer1: Add support for several newer sound cards including the following ATI and realtek chipsets: hdac0: <ATI SB600 High Definition Audio Controller> mem 0xfbbf4000-0xfbbf7fff ir q 16 at device 20.2 on pci0 hdac0: HDA Driver Revision: 20091113_0138 hdac0: [ITHREAD] hdac0: HDA Codec #0: Realtek ALC887 hdac1: <ATI RV730 High Definition Audio Controller> mem 0xfbcec000-0xfbceffff ir q 19 at device 0.1 on pci1 hdac1: HDA Driver Revision: 20091113_0138 hdac1: [ITHREAD] hdac1: HDA Codec #0: ATI R6xx HDMI hdac2: <ATI RV730 High Definition Audio Controller> mem 0xfbdec000-0xfbdeffff ir q 17 at device 0.1 on pci2 hdac2: HDA Driver Revision: 20091113_0138 hdac2: [ITHREAD] hdac2: HDA Codec #0: ATI R6xx HDMI pcm0: <HDA Realtek ALC887 PCM #0 Analog> at cad 0 nid 1 on hdac0 pcm1: <HDA Realtek ALC887 PCM #1 Analog> at cad 0 nid 1 on hdac0 pcm2: <HDA Realtek ALC887 PCM #2 Digital> at cad 0 nid 1 on hdac0 pcm3: <HDA Realtek ALC887 PCM #3 Digital> at cad 0 nid 1 on hdac0 pcm4: <HDA ATI R6xx HDMI PCM #0 HDMI> at cad 0 nid 1 on hdac1 pcm5: <HDA ATI R6xx HDMI PCM #0 HDMI> at cad 0 nid 1 on hdac2
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/ 3374 (14 years ago) by laffer1: sse support is a effectively required now
isa/ 2333 (15 years ago) by laffer1: $MidnightBSD$
kern/ 3372 (14 years ago) by laffer1: bump the midnightbsd version to indicate the presense of updated hda audio, new tme zones and the cpu detection code. we need to do more with this cpu detection code. Note this also includes changes to linprocfs from freebsd 7-stable that might help with newer kernel emulation.
libkern/ 2607 (15 years ago) by laffer1: remove arm/ia64 cruft
modules/ 3355 (14 years ago) by laffer1: hwpstate
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/ 3365 (14 years ago) by laffer1: Update CPU detection logic. This should greatly simplify determining cpu make.
sys/ 3372 (14 years ago) by laffer1: bump the midnightbsd version to indicate the presense of updated hda audio, new tme zones and the cpu detection code. we need to do more with this cpu detection code. Note this also includes changes to linprocfs from freebsd 7-stable that might help with newer kernel emulation.
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