SYSVIPC is a pretty crucial feature that I doubt very much if anyone except embedded people should even consider disabling - it simply breaks too much software for a Linux box to really be useful without it, for most purposes. For that reason I find it quite odd that the feature defaults to 'No' currently. I really cannot see any reason why we wouldn't want this to default to 'Yes', so this patch changes the default by adding 'default y' to Kconfig. Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com> --- Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/init/Kconfig b/init/Kconfig index ba3a389..023b2b6 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -112,6 +112,7 @@ config SWAP config SYSVIPC bool "System V IPC" + default y ---help--- Inter Process Communication is a suite of library functions and system calls which let processes (running programs) synchronize and --
| Ryan Hope | reiser4 for 2.6.27-rc1 |
| Bart Van Assche | Integration of SCST in the mainstream Linux kernel |
| Pierre Ossman | [RFC][PATCH] cpuidle: avoid singing capacitors |
| Rafael J. Wysocki | 2.6.26-rc9-git12: Reported regressions from 2.6.25 |
git: | |
| Marius Storm-Olsen | Stats in Git |
| Jakub Narebski | [PATCH] gitweb: Use File::Find::find in git_get_projects_list |
| Johannes Schindelin | [PATCH 01/15] Mark strings for translation. |
| Linus Torvalds | Re: git and larger trees, not so fast? |
| Richard Stallman | Real men don't attack straw men |
| Steven Surdock | Problems with second ipsec(ctl) tunnel |
| GVG GVG | ssh_exchange_identification: Connection closed by remote host |
| Bertram Scharpf | First install: Grub doesn't find partitions |
| Jim Winstead Jr. | Re: Root Disk/Book Disk Compatibility |
| Stephen Pierce | SLS |
| Les Andrzejewski | X386/WD90C31/SUMSUNG SYNC MASTER 4 |
| Sander van Malssen | uemacs |
