[Glibc-bsd-commits] r5085 - in trunk/kfreebsd-10/debian: . patches

Robert Millan rmh at alioth.debian.org
Sat Oct 26 01:07:30 UTC 2013


Author: rmh
Date: 2013-10-26 01:07:29 +0000 (Sat, 26 Oct 2013)
New Revision: 5085

Modified:
   trunk/kfreebsd-10/debian/changelog
   trunk/kfreebsd-10/debian/patches/userland.diff
Log:
New upstream snapshot.

Modified: trunk/kfreebsd-10/debian/changelog
===================================================================
--- trunk/kfreebsd-10/debian/changelog	2013-10-25 23:41:45 UTC (rev 5084)
+++ trunk/kfreebsd-10/debian/changelog	2013-10-26 01:07:29 UTC (rev 5085)
@@ -1,4 +1,4 @@
-kfreebsd-10 (10.0~svn256281-1) UNRELEASED; urgency=low
+kfreebsd-10 (10.0~svn257123-1) experimental; urgency=low
 
   * New upstream snapshot.
     - Switch to stable/10 branch.
@@ -13,7 +13,7 @@
   [ Guillem Jover ]
   * Remove myself from Uploaders.
 
- -- Robert Millan <rmh at debian.org>  Thu, 10 Oct 2013 19:59:49 +0200
+ -- Robert Millan <rmh at debian.org>  Fri, 25 Oct 2013 22:58:11 +0200
 
 kfreebsd-10 (10.0~svn255915-1) experimental; urgency=low
 

Modified: trunk/kfreebsd-10/debian/patches/userland.diff
===================================================================
--- trunk/kfreebsd-10/debian/patches/userland.diff	2013-10-25 23:41:45 UTC (rev 5084)
+++ trunk/kfreebsd-10/debian/patches/userland.diff	2013-10-26 01:07:29 UTC (rev 5085)
@@ -347,7 +347,7 @@
  
  /* 
   * __FreeBSD_version numbers are documented in the Porter's Handbook.
-@@ -95,11 +101,15 @@
+@@ -97,11 +103,15 @@
  #include <sys/syslimits.h>
  
  #define	MAXCOMLEN	19		/* max command name remembered */
@@ -363,7 +363,7 @@
  #define	NOFILE		OPEN_MAX	/* max open files per process */
  #define	NOGROUP		65535		/* marker for empty group set member */
  #define MAXHOSTNAMELEN	256		/* max hostname size */
-@@ -136,7 +146,9 @@
+@@ -138,7 +148,9 @@
  #ifndef DEV_BSHIFT
  #define	DEV_BSHIFT	9		/* log2(DEV_BSIZE) */
  #endif
@@ -373,7 +373,7 @@
  
  #ifndef BLKDEV_IOSIZE
  #define BLKDEV_IOSIZE  PAGE_SIZE	/* default block device I/O size */
-@@ -212,9 +224,11 @@
+@@ -214,9 +226,11 @@
  #define	PCATCH	0x100		/* OR'd with pri for tsleep to check signals */
  #define	PDROP	0x200	/* OR'd with pri to stop re-entry of interlock mutex */
  
@@ -385,7 +385,7 @@
  #define	NBPW	sizeof(int)	/* number of bytes per word (integer) */
  
  #define	CMASK	022		/* default file mask: S_IWGRP|S_IWOTH */
-@@ -260,6 +274,7 @@
+@@ -262,6 +276,7 @@
  #define	MAXPATHLEN	PATH_MAX
  #define MAXSYMLINKS	32
  
@@ -393,7 +393,7 @@
  /* Bit map related macros. */
  #define	setbit(a,i)	(((unsigned char *)(a))[(i)/NBBY] |= 1<<((i)%NBBY))
  #define	clrbit(a,i)	(((unsigned char *)(a))[(i)/NBBY] &= ~(1<<((i)%NBBY)))
-@@ -267,6 +282,7 @@
+@@ -269,6 +284,7 @@
  	(((const unsigned char *)(a))[(i)/NBBY] & (1<<((i)%NBBY)))
  #define	isclr(a,i)							\
  	((((const unsigned char *)(a))[(i)/NBBY] & (1<<((i)%NBBY))) == 0)
@@ -401,7 +401,7 @@
  
  /* Macros for counting and rounding. */
  #ifndef howmany
-@@ -275,9 +291,13 @@
+@@ -277,9 +293,13 @@
  #define	nitems(x)	(sizeof((x)) / sizeof((x)[0]))
  #define	rounddown(x, y)	(((x)/(y))*(y))
  #define	rounddown2(x, y) ((x)&(~((y)-1)))          /* if y is power of two */




More information about the Glibc-bsd-commits mailing list