messages from 2006-07-12 16:11:38 to 2006-07-12 20:00:23 UTC [more...]
semanage and RHPL
2006-07-12 20:09 UTC
[PATCH] sysctl: Allow /proc/sys without sys_sysctl
2006-07-12 19:58 UTC (7+ messages)
[SYSFS] Kernel Null pointer dereference in sysfs_readdir()
2006-07-12 19:58 UTC (2+ messages)
AW: [SYSFS] Kernel Null pointer dereference in sysfs_readdir()
2006-07-12 19:57 UTC (3+ messages)
` "
[PATCH] documentation about exclude/ignore files
2006-07-12 19:54 UTC
[PATCH] sysctl: Document that sys_sysctl will be removed
2006-07-12 19:53 UTC (10+ messages)
` [PATCH] Use uname not sysctl to get the kernel revision
[Bluez-devel] Compilation of a simple program (Debian Sid)
2006-07-12 19:53 UTC (3+ messages)
[PATCH 1/1] - sgiioc4: fixup use of mmio ops
2006-07-12 19:52 UTC (2+ messages)
2.6.18-rc1-mm1: reiser4 panicked cowardly nikita-1936
2006-07-12 19:50 UTC
[Cluster-devel] conga/ricci Changelog TODO modules/storage/BD.
2006-07-12 19:47 UTC
domU clock over 23s off
2006-07-12 19:46 UTC (9+ messages)
Magic Alt-SysRq change in 2.6.18-rc1
2006-07-12 19:42 UTC (15+ messages)
` [patch] "
kacpi_notify?
2006-07-12 19:41 UTC
only 4 spares and no access to my data
2006-07-12 19:35 UTC (11+ messages)
ACPICA regression checker
2006-07-12 19:31 UTC
git-daemon problem
2006-07-12 19:28 UTC (3+ messages)
[PATCH] add include/linux/utsrelease.h to .gitignore
2006-07-12 19:27 UTC
[PATCH] 2.6.18-rc1-mm1: fix stub version of module_get_kallsym()
2006-07-12 19:26 UTC
[PATCH 1/10] mptfusion : Transport Layer Retry support
2006-07-12 19:25 UTC (2+ messages)
[PATCH] mptsas: add parent port backlink
2006-07-12 19:23 UTC (2+ messages)
[Cluster-devel] cluster/clumon README
2006-07-12 19:22 UTC
question about sd_sync_cache and shutdown
2006-07-12 19:18 UTC (5+ messages)
[uml-devel] UML fails to build with CONFIG_MK7 set
2006-07-12 19:16 UTC (3+ messages)
[rfc-patch 01/01] leds-48xx: unnecessary extern decl is needed !?
2006-07-12 19:16 UTC (2+ messages)
2.6.18-rc1-mm1 NULL pointer dereference
2006-07-12 19:08 UTC
oops during rsync
2006-07-12 19:08 UTC (2+ messages)
ipoib lockdep warning
2006-07-12 19:06 UTC (12+ messages)
` [openib-general] "
tool for measuring interactive responsiveness of the system under load ?
2006-07-12 19:01 UTC (2+ messages)
[uml-devel] uml and gdb debugging questions
2006-07-12 18:59 UTC (2+ messages)
[PATCH 4/5] UML - Reenable SysRq support
2006-07-12 18:56 UTC (4+ messages)
` [uml-devel] "
[PATCH 00/10] Kernel memory leak detector 0.8
2006-07-12 18:46 UTC (2+ messages)
[Cluster-devel] conga/ricci/ricci Ricci.cpp
2006-07-12 18:46 UTC
sig 11 in hdlc_enet_rx
2006-07-12 18:46 UTC
patch for timer.c - two dmesgs
2006-07-12 18:41 UTC (4+ messages)
` "
[PATCH] Fix security check for joint context= and fscontext= mount options
2006-07-12 18:41 UTC
RE: [PATCH] Xenoprof passive domain support fixes
2006-07-12 18:40 UTC (2+ messages)
Working on hvm save/restore
2006-07-12 18:39 UTC
[ patch -mm1 01/03 v2 ] gpio: drop gpio_set_high/low from vtable, and from pc8736x_gpio
2006-07-12 18:36 UTC
[ALSA PATCH] fixes and cleanups
2006-07-12 18:32 UTC
2.6.18-rc1-mm1
2006-07-12 18:30 UTC (4+ messages)
[Cluster-devel] conga/ricci common/Variable.cpp docs/variables
2006-07-12 18:27 UTC
[RFC][PATCH 00/27] Mount writer count and read-only bind mounts (v4)
2006-07-12 18:17 UTC (28+ messages)
` [RFC][PATCH 01/27] prepare for write access checks: collapse if()
` [RFC][PATCH 02/27] r/o bind mount prepwork: move open_namei()'s vfs_create()
` [RFC][PATCH 03/27] unlink: monitor i_nlink
` [RFC][PATCH 04/27] reintroduce list of vfsmounts over superblock
` [RFC][PATCH 05/27] Add vfsmount writer count
` [RFC][PATCH 06/27] record when sb_writer_count elevated for inode
` [RFC][PATCH 07/27] kill open files traverse on remount ro
` [RFC][PATCH 08/27] increment sb writer count when nlink hits zero
` [RFC][PATCH 09/27] elevate writer count for chown and friends
` [RFC][PATCH 10/27] elevate mnt writers for callers of vfs_mkdir()
` [RFC][PATCH 11/27] elevate write count during entire ncp_ioctl()
` [RFC][PATCH 12/27] sys_symlinkat() elevate write count around vfs_symlink()
` [RFC][PATCH 13/27] elevate mount count for extended attributes
` [RFC][PATCH 14/27] sys_linkat(): elevate write count around vfs_link()
` [RFC][PATCH 15/27] mount_is_safe(): add comment
` [RFC][PATCH 16/27] unix_find_other() elevate write count for touch_atime()
` [RFC][PATCH 17/27] elevate write count over calls to vfs_rename()
` [RFC][PATCH 18/27] tricky: elevate write count files are open()ed
` [RFC][PATCH 19/27] elevate writer count for do_sys_truncate()
` [RFC][PATCH 20/27] elevate write count for do_utimes()
` [RFC][PATCH 21/27] elevate write count for do_sys_utime() and touch_atime()
` [RFC][PATCH 22/27] sys_mknodat(): elevate write count for vfs_mknod/create()
` [RFC][PATCH 23/27] elevate mnt writers for vfs_unlink() callers
` [RFC][PATCH 25/27] elevate writer count for custom 'struct file'
` [RFC][PATCH 24/27] do_rmdir(): elevate write count
` [RFC][PATCH 26/27] Originally from: Herbert Poetzl <herbert@13thfloor.at>
` [RFC][PATCH 27/27] honor r/w changes at do_remount() time
some problems on the SystemACE driver
2006-07-12 18:22 UTC (2+ messages)
How to make KDE default windows manager?
2006-07-12 18:21 UTC (3+ messages)
` transfer OS from failing HD questions
xen test results on Unisys ES7000
2006-07-12 18:16 UTC
[Cluster-devel] conga/ricci common/Variable.cpp docs/variables
2006-07-12 18:15 UTC
+ sata-add-pci-id.patch added to -mm tree
2006-07-12 18:04 UTC
[PATCH] gitweb.cgi: Teach tree->raw to not require the hash of the blob
2006-07-12 18:12 UTC (3+ messages)
[PATCH -mm 0/7] execns syscall and user namespace
2006-07-12 18:10 UTC (16+ messages)
` [PATCH -mm 5/7] add "
2.6.18-rc1-mm1
2006-07-12 18:12 UTC
annoying frequent overcurrent messages
2006-07-12 18:26 UTC (10+ messages)
[PATCH 4/5] PCI-Express AER implemetation: AER core and aerdriver
2006-07-12 18:07 UTC (3+ messages)
[PATCH 0/3] powerpc: Instrument Hypervisor Calls
2006-07-12 18:05 UTC (3+ messages)
Errors and resets using sata_promise and libata 1.20
2006-07-12 18:04 UTC (2+ messages)
Daily Xen Builds
2006-07-12 18:02 UTC
oops in bttv
2006-07-12 17:54 UTC (3+ messages)
[alsa-cvslog] alsa-kernel: snd-emu10k1: Add support for EMU1212m card
2006-07-12 17:53 UTC (7+ messages)
[U-Boot-Users] [PATCH] Generic LOGO support
2006-07-12 17:52 UTC (2+ messages)
[PATCH] gitweb.cgi: Teach tree->raw to not require the hash of the blob
2006-07-12 17:52 UTC (2+ messages)
[U-Boot-Users] PPC U-boot Don't Want to Relocated
2006-07-12 17:51 UTC (2+ messages)
[PATCH] ia64 build fix
2006-07-12 17:51 UTC
[PATCH 1/3] VFS: Fix access("file", X_OK) in the presence of ACLs
2006-07-12 17:50 UTC (3+ messages)
` [PATCH 2/3] VFS: Remove redundant open-coded mode bit check in prepare_binfmt()
` [PATCH 3/3] VFS: Remove redundant open-coded mode bit checks in open_exec()
[U-Boot-Users] [PATCH] au1x00 LCD support
2006-07-12 17:48 UTC (2+ messages)
+ sata-add-pci-id.patch added to -mm tree
2006-07-12 17:46 UTC
[PATCH] gitweb.css: Courer fonts for commits and tree-diff
2006-07-12 17:46 UTC (2+ messages)
See/Listen what CNN,Fox News,ABC says
2006-07-12 17:47 UTC
See/Listen what CNN,Fox News,ABC says
2006-07-12 17:47 UTC
[PATCH 0/6] AHCI suspend/resume support --take4
2006-07-12 17:42 UTC (2+ messages)
tg3: oops on incompletely initialized rx ring
2006-07-12 17:41 UTC
[PATCH 1/10] mptfusion : Transport Layer Retry support
2006-07-12 17:40 UTC (2+ messages)
xfs fails dbench in 2.6.18-rc1-mm1
2006-07-12 17:36 UTC (3+ messages)
[klibc 00/43] klibc as a historyless patchset
2006-07-12 15:23 UTC (4+ messages)
` klibc and what's the next step?
` [klibc] "
[Cluster-devel] cluster/gnbd-kernel/src gnbd.c
2006-07-12 17:34 UTC
[parisc-linux] Uninterruptible sleep
2006-07-12 17:29 UTC (2+ messages)
[linux-lvm] cryptsetup
2006-07-12 17:24 UTC (2+ messages)
` [linux-lvm] cryptsetup *SOLVED*
[PATCH] [MTD] block2mtd.c: Make kernel boot command line arguments work (try 3)
2006-07-12 17:24 UTC (4+ messages)
[ patch -mm1 03/03 ] gpio: rename exported vtables to better match purpose
2006-07-12 17:22 UTC
[ patch -mm1 02/03 ] gpio: cosmetics - remove needless newlines
2006-07-12 17:21 UTC
[ patch -mm1 01/03 ] gpio: drop vtable members .gpio_set_high .gpio_set_low gpio_set is enough
2006-07-12 17:20 UTC
[ patch -mm1 00/03 ] gpio: 3 minor tweaks
2006-07-12 17:19 UTC
Will there be Intel Wireless 3945ABG support?
2006-07-12 17:17 UTC (7+ messages)
[PATCH]NET: Add ECN support for TSO
2006-07-12 17:15 UTC (2+ messages)
[Cluster-devel] cluster/rgmanager TODO
2006-07-12 17:15 UTC
e1000 problems in 2.6.18-rc1-mm1
2006-07-12 17:11 UTC
[U-Boot-Users] How to set up Am29LV641D flash on MPC5200B
2006-07-12 17:09 UTC
PATCH: Fix Jmicron support
2006-07-12 17:05 UTC (2+ messages)
[PATCH] reiserfs: fix handling of device names with /'s in them
2006-07-12 17:02 UTC (3+ messages)
[PATCH] d80211: SET_NETDEV_DEV for non-master devices
2006-07-12 17:02 UTC (2+ messages)
` [PATCH] bcm43xx-d80211: use SET_NETDEV_DEV
[klibc] klibc and what's the next step?
2006-07-12 17:01 UTC (13+ messages)
[MailServer Notification]Security Notification
2006-07-12 16:57 UTC
[Cluster-devel] cluster/fence/scripts scsi_reserve
2006-07-12 16:55 UTC
[PATCH] d80211: make sleeping in hw->config possible #2
2006-07-12 16:53 UTC (2+ messages)
2.6.18-rc1-git4 and 2.6.18-rc1-mm1 OOM's on boot
2006-07-12 16:53 UTC
[Cluster-devel] cluster/rgmanager/src/resources service.sh svc
2006-07-12 16:53 UTC
[Cluster-devel] conga/ricci docs/storage_api.html modules/stor
2006-07-12 16:52 UTC
[Patch] statistics infrastructure - update 10
2006-07-12 16:45 UTC (3+ messages)
[PATCH 3/5] UML - Tidy biarch gcc support
2006-07-12 16:40 UTC (2+ messages)
` [uml-devel] "
[PATCH 5/5] UML - Header formatting cleanups
2006-07-12 16:40 UTC (2+ messages)
` [uml-devel] "
[PATCH 2/5] UML - tidy longjmp macro
2006-07-12 16:39 UTC (2+ messages)
` [uml-devel] "
[PATCH 1/5] UML - Fix ZONE_HIGHMEM compilation error
2006-07-12 16:39 UTC (2+ messages)
` [uml-devel] "
Re : 2 questions on git-send-email usage
2006-07-12 16:37 UTC (8+ messages)
RouterBoard 532 NAND support
2006-07-12 16:37 UTC
Slow perfs with IDE SSD
2006-07-12 16:32 UTC (3+ messages)
Line6 Toneport UX1 driver again
2006-07-12 16:31 UTC (8+ messages)
Revisiting large binary files issue
2006-07-12 16:29 UTC (13+ messages)
` [PATCH 2/3] sha1_file: add the ability to parse objects in "pack file format"
[PATCH 1/5] PCI-Express AER implemetation: aer howto document
2006-07-12 16:26 UTC (6+ messages)
` [PATCH 2/5] PCI-Express AER implemetation: Add new defines to pci_regs.h
` [PATCH 3/5] PCI-Express AER implemetation: export pcie_port_bus_type
` [PATCH 4/5] PCI-Express AER implemetation: AER core and aerdriver
[Xenomai-help] handling threads within a pod
2006-07-12 16:23 UTC (2+ messages)
[PATCH 00/10] Kernel memory leak detector 0.8
2006-07-12 16:17 UTC (15+ messages)
[PATCH] Add memcpy_cachebypass, a copy routine that tries to keep cache pressure down
2006-07-12 16:15 UTC (2+ messages)
[discuss] Re: [PATCH] Allow all Opteron processors to change pstate at same time
2006-07-12 16:14 UTC (2+ messages)
[Printing-architecture] Wed 12 July - FSG Arch meeting
2006-07-12 16:13 UTC (2+ messages)
Problem with SiI 3112 SATA Controller/Driver ?
2006-07-12 16:12 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.