mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* uml-patch-2.6.4-1
@ 2004-03-12  3:13 Jeff Dike
  2004-03-14 12:40 ` uml-patch-2.6.4-1 Peter Osterlund
  0 siblings, 1 reply; 2+ messages in thread
From: Jeff Dike @ 2004-03-12  3:13 UTC (permalink / raw)
  To: linux-kernel, user-mode-linux-devel

This patch updates UML to 2.6.4.  Besides the update, there were the following
changes since the last patch:
	a bug which caused either a crash in the kernel or a BUG at exit.c:793
was fixed
	a bug which caused a crash when a process tried to dump core was fixed
	the hang early in boot on GHz hosts is gone
	various other

The 2.6.4-1 UML patch is available at
	http://www.user-mode-linux.org/mirror/uml-patch-2.6.4-1.bz2

BK users can pull my 2.5 repository from
	http://www.user-mode-linux.org:5000/uml-2.5

For the other UML mirrors and other downloads, see 
        http://user-mode-linux.sourceforge.net/dl-sf.html
 
Other links of interest:
 
        The UML project home page : http://user-mode-linux.sourceforge.net
        The UML Community site : http://usermodelinux.org

				Jeff



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: uml-patch-2.6.4-1
  2004-03-12  3:13 uml-patch-2.6.4-1 Jeff Dike
@ 2004-03-14 12:40 ` Peter Osterlund
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Osterlund @ 2004-03-14 12:40 UTC (permalink / raw)
  To: Jeff Dike; +Cc: linux-kernel, user-mode-linux-devel

Jeff Dike <jdike@addtoit.com> writes:

> This patch updates UML to 2.6.4.  Besides the update, there were the following
> changes since the last patch:
> 	a bug which caused either a crash in the kernel or a BUG at exit.c:793
> was fixed
> 	a bug which caused a crash when a process tried to dump core was fixed
> 	the hang early in boot on GHz hosts is gone
> 	various other
> 
> The 2.6.4-1 UML patch is available at
> 	http://www.user-mode-linux.org/mirror/uml-patch-2.6.4-1.bz2

+/*
+ * Overrides for Emacs so that we follow Linus's tabbing style.
+ * Emacs will notice this stuff at the end of the file and automatically
+ * adjust the settings for this buffer only.  This must remain at the end
+ * of the file.
+ * ---------------------------------------------------------------------------
+ * Local variables:
+ * c-file-style: "linux"
+ * End:
+ */


I think it's cleaner to handle this in your .emacs file. Here is what
I use:

(add-to-list 'auto-mode-alist '("/home/petero/kernel.*/.*\\.[ch]$" . linux-c-mode))

(defun linux-c-mode ()
  "C mode with adjusted defaults for the Linux kernel."
  (interactive)
  (c-mode)
  (c-set-style "K&R")
  (setq c-basic-offset 8))

This way it will work for all kernel files, not just the ones
containing special emacs comments.

-- 
Peter Osterlund - petero2@telia.com
http://w1.894.telia.com/~u89404340

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-03-14 12:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-12  3:13 uml-patch-2.6.4-1 Jeff Dike
2004-03-14 12:40 ` uml-patch-2.6.4-1 Peter Osterlund

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®