CVS commit: src/sys/sys

2011-08-31 Thread David Young
Module Name:src Committed By: dyoung Date: Wed Aug 31 20:04:51 UTC 2011 Modified Files: src/sys/sys: bus.h Log Message: Add some definitions for bus_dma(9) overrides. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/sys/bus.h Please note that diffs

CVS commit: src/sys/sys

2011-08-20 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sat Aug 20 06:00:15 UTC 2011 Modified Files: src/sys/sys: bus.h Log Message: Put back bus_space_handle_is_equal() and bus_space_is_equal() in the non-__HAVE_NEW_STYLE_BUS_H case, since bus_proto.h isn't and can't be included in that

CVS commit: src/sys/sys

2011-08-17 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Wed Aug 17 07:25:30 UTC 2011 Modified Files: src/sys/sys: stat.h Log Message: Add futimens(2) and part utimensat(2) (missing bit from previous commit) To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62

CVS commit: src/sys/sys

2011-08-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 17 10:46:39 UTC 2011 Modified Files: src/sys/sys: bus_proto.h Log Message: Add missing prototypes for bus_*_is_equal functions. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/sys/bus_proto.h Please

CVS commit: src/sys/sys

2011-08-17 Thread David Young
Module Name:src Committed By: dyoung Date: Wed Aug 17 14:52:09 UTC 2011 Modified Files: src/sys/sys: bus.h Log Message: Remove bus_space_handle_is_equal() and bus_space_is_equal() since they're declared in bus_proto.h. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/sys

2011-08-16 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Aug 16 14:03:16 UTC 2011 Modified Files: src/sys/sys: disklabel_gpt.h Log Message: Add partition entry attributes listed in UEFI 2.3.1 spec. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/sys

2011-08-16 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Aug 16 14:04:26 UTC 2011 Modified Files: src/sys/sys: disklabel_gpt.h Log Message: #define is followed by tab, not space. (Not my idea of sanity, but it's convention.) To generate a diff of this commit: cvs rdiff -u -r1.8

CVS commit: src/sys/sys

2011-08-16 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Aug 16 23:30:24 UTC 2011 Modified Files: src/sys/sys: cdefs.h Log Message: Add __strict_weak_alias(), the type-safe alternative to __weak_alias(). To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87

CVS commit: src/sys/sys

2011-08-09 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Aug 9 20:05:05 UTC 2011 Modified Files: src/sys/sys: dirent.h Log Message: __typeof__, not __typeof, to avoid confusing passersby. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/sys/dirent.h

CVS commit: src/sys/sys

2011-08-08 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Aug 8 17:53:29 UTC 2011 Modified Files: src/sys/sys: kcpuset.h Log Message: #include sys/sched.h since it's a dependency To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/sys/kcpuset.h Please note that

CVS commit: src/sys/sys

2011-08-08 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Tue Aug 9 04:19:18 UTC 2011 Modified Files: src/sys/sys: fcntl.h Log Message: improve comment about AT_* defines: they are not only used by linkat(2) To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41

CVS commit: src/sys/sys

2011-08-02 Thread enami tsugutomo
Module Name:src Committed By: enami Date: Wed Aug 3 00:22:05 UTC 2011 Modified Files: src/sys/sys: exec_elf.h Log Message: Replace the word `NetBSD' with `SuSE' in the rest of comments for the cpp macro constatnt ELF_NOTE_SUSE_*. To generate a diff of this commit: cvs

CVS commit: src/sys/sys

2011-07-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jul 30 16:35:58 UTC 2011 Modified Files: src/sys/sys: bitops.h Log Message: add a cast (for _LP64), and mark a variable unused. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/sys/bitops.h Please note

CVS commit: src/sys/sys

2011-07-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jul 30 16:37:05 UTC 2011 Modified Files: src/sys/sys: ptree.h Log Message: since all the fields are unsigned, make the constants unsigned too. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/sys

2011-07-27 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Wed Jul 27 13:20:07 UTC 2011 Modified Files: src/sys/sys: proc.h uio.h Log Message: Forward-declare struct vmspace to reduce dependencies on uvm/uvm_extern.h. To generate a diff of this commit: cvs rdiff -u -r1.307 -r1.308

CVS commit: src/sys/sys

2011-07-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jul 19 19:46:13 UTC 2011 Modified Files: src/sys/sys: exec_elf.h Log Message: document all the notes we know about in a consistent fashion. XXX: someone please document the checksum tags. To generate a diff of this

CVS commit: src/sys/sys

2011-07-07 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jul 7 18:23:18 UTC 2011 Modified Files: src/sys/sys: float_ieee754.h Log Message: Use a builtin __FOO__ for FOO if = GCC 3.3 If C99, use hex floating point. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/sys

2011-07-07 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Jul 8 03:24:42 UTC 2011 Modified Files: src/sys/sys: bus.h Log Message: Update bus_space_tag_create(9) declaration. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/sys/bus.h Please note that diffs are

CVS commit: src/sys/sys

2011-07-06 Thread David Young
Module Name:src Committed By: dyoung Date: Wed Jul 6 18:11:45 UTC 2011 Modified Files: src/sys/sys: bus.h Log Message: If __HAVE_NEW_STYLE_BUS_H is #defined, make sys/bus.h declare the new MI API for reserving bus space without mapping it, #include machine/bus_defs.h,

CVS commit: src/sys/sys

2011-07-06 Thread David Young
Module Name:src Committed By: dyoung Date: Wed Jul 6 20:24:21 UTC 2011 Modified Files: src/sys/sys: bus.h Log Message: Bring the bus_space_is_equal() declaration out of the #ifdef __HAVE_NEW_STYLE_BUS_H, since we need it either way. To generate a diff of this commit:

CVS commit: src/sys/sys

2011-07-05 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jul 5 07:32:34 UTC 2011 Modified Files: src/sys/sys: dirent.h Log Message: The manipulation macros for struct dirent are also used by the ufs/ffs code to manipulate the similar but not identical struct direct. For this

CVS commit: src/sys/sys

2011-06-28 Thread Adam Hoka
Module Name:src Committed By: ahoka Date: Tue Jun 28 20:49:43 UTC 2011 Modified Files: src/sys/sys: flashio.h Log Message: add flash_addr_t To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/sys/flashio.h Please note that diffs are not public domain;

CVS commit: src/sys/sys

2011-06-23 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu Jun 23 12:16:03 UTC 2011 Modified Files: src/sys/sys: cdefs.h Log Message: Added __packed define to be able to use eMbedded Visual C++ for building hpcboot.exe. To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86

CVS commit: src/sys/sys

2011-06-22 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jun 23 00:46:38 UTC 2011 Modified Files: src/sys/sys: gpio.h Log Message: Add GPIO_PIN_INTR and GPIO_PIN_INTR_HIGH (placeholders for now). To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/sys/gpio.h Please

CVS commit: src/sys/sys

2011-06-21 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Tue Jun 21 07:20:57 UTC 2011 Modified Files: src/sys/sys: userret.h Log Message: #include sys/proc.h before using struct proc.p_timerpend To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/sys/userret.h

CVS commit: src/sys/sys

2011-06-21 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Tue Jun 21 17:28:11 UTC 2011 Modified Files: src/sys/sys: vnode.h Log Message: The referred-to comment was moved to vfs_vnode.c; update the pointer. To generate a diff of this commit: cvs rdiff -u -r1.231 -r1.232

CVS commit: src/sys/sys

2011-06-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jun 16 13:51:26 UTC 2011 Modified Files: src/sys/sys: cdefs.h Log Message: Add an optional MD calling convention flag for use in libsa when space optimisation is critical. Use this on i386 to switch to register passing calling

CVS commit: src/sys/sys

2011-06-10 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jun 10 14:59:35 UTC 2011 Modified Files: src/sys/sys: kernhist.h Log Message: Protoize the inline to C89 and use const. Optimizie KERNHIST_LOG slightly (saves 40KB over previous version). To generate a diff of this commit:

CVS commit: src/sys/sys

2011-05-26 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu May 26 16:40:38 UTC 2011 Modified Files: src/sys/sys: exec_elf.h Log Message: fix spelling. To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 src/sys/sys/exec_elf.h Please note that diffs are not public

CVS commit: src/sys/sys

2011-05-26 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu May 26 16:42:15 UTC 2011 Modified Files: src/sys/sys: exec_elf.h Log Message: fix ELFxx_M_SIZE macro. To generate a diff of this commit: cvs rdiff -u -r1.111 -r1.112 src/sys/sys/exec_elf.h Please note that diffs are not

CVS commit: src/sys/sys

2011-05-25 Thread David Young
Module Name:src Committed By: dyoung Date: Wed May 25 22:58:29 UTC 2011 Modified Files: src/sys/sys: bus_proto.h Log Message: Add some missing prototypes for streaming routines. Correct some bus_space_*_8 prototypes that used uint32_t instead of uint64_t. Replace size_t

CVS commit: src/sys/sys

2011-05-03 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Tue May 3 21:37:00 UTC 2011 Modified Files: src/sys/sys: bitops.h Log Message: Use fls64() only for types strictly bigger than 4 bytes. ok christos@. Will ask for a pull-up, using 64 bits ops even for 4-bytes int's is plain

CVS commit: src/sys/sys

2011-05-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 2 08:26:32 UTC 2011 Modified Files: src/sys/sys: pcu.h Log Message: Make it self-contained (add missing stdbool.h include when used for libkvm) To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/sys

2011-05-02 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon May 2 22:27:53 UTC 2011 Modified Files: src/sys/sys: proc.h Log Message: Update few comments. To generate a diff of this commit: cvs rdiff -u -r1.306 -r1.307 src/sys/sys/proc.h Please note that diffs are not public domain;

CVS commit: src/sys/sys

2011-05-01 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon May 2 02:28:58 UTC 2011 Modified Files: src/sys/sys: lwp.h pcu.h Log Message: Limit sys/pcu.h inclusion within _KERNEL scope, plus _KMEMUSER. To generate a diff of this commit: cvs rdiff -u -r1.150 -r1.151 src/sys/sys/lwp.h

CVS commit: src/sys/sys

2011-04-27 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Wed Apr 27 09:47:25 UTC 2011 Modified Files: src/sys/sys: buf.h Log Message: Remove no longer needed flag BC_SCANNED /* Block already pushed during sync */. To generate a diff of this commit: cvs rdiff -u -r1.115 -r1.116

CVS commit: src/sys/sys

2011-04-26 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Apr 26 21:27:44 UTC 2011 Modified Files: src/sys/sys: sysctl.h Log Message: Kill CTL_EMUL_NAMES. To generate a diff of this commit: cvs rdiff -u -r1.194 -r1.195 src/sys/sys/sysctl.h Please note that diffs are not public

CVS commit: src/sys/sys

2011-04-24 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sun Apr 24 21:50:34 UTC 2011 Modified Files: src/sys/sys: param.h Log Message: Bump to 5.99.50 for recent changes. To generate a diff of this commit: cvs rdiff -u -r1.386 -r1.387 src/sys/sys/param.h Please note that diffs are

CVS commit: src/sys/sys

2011-04-14 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu Apr 14 15:31:20 UTC 2011 Modified Files: src/sys/sys: rpst.h Log Message: fix _STANDALONE build To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/sys/rpst.h Please note that diffs are not public domain;

CVS commit: src/sys/sys

2011-04-14 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu Apr 14 15:34:43 UTC 2011 Modified Files: src/sys/sys: radixtree.h Log Message: fix _STANDALONE build To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/sys/radixtree.h Please note that diffs are not public

CVS commit: src/sys/sys

2011-04-13 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Apr 13 08:45:00 UTC 2011 Modified Files: src/sys/sys: proc.h Log Message: expose the KSTACK_LOWEST_ADDR and KSTACK_SIZE to _KMEMUSER as well, like the x86 versions do. for crash(8). To generate a diff of this commit: cvs

CVS commit: src/sys/sys

2011-04-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 10 14:37:20 UTC 2011 Modified Files: src/sys/sys: siginfo.h Log Message: revert previous. breaks things in subtle ways (ntpdate gets stuck on boot, shell processes get stuck on ^C) To generate a diff of this commit:

CVS commit: src/sys/sys

2011-04-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 10 00:04:37 UTC 2011 Modified Files: src/sys/sys: siginfo.h Log Message: Make lwpid part of siginfo so that it can be passed to userland. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/sys/sys

2011-04-08 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Fri Apr 8 10:36:58 UTC 2011 Modified Files: src/sys/sys: userret.h Log Message: comment To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/sys/userret.h Please note that diffs are not public domain; they are

CVS commit: src/sys/sys

2011-04-06 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed Apr 6 08:15:45 UTC 2011 Modified Files: src/sys/sys: power.h Log Message: Include stdint(3) for user space. Fixes PR # 39744. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/sys/power.h Please note

CVS commit: src/sys/sys

2011-04-04 Thread Adam Hoka
Module Name:src Committed By: ahoka Date: Mon Apr 4 16:26:09 UTC 2011 Modified Files: src/sys/sys: flashio.h Log Message: this file was missing from the flash_off_t commit To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/sys/flashio.h Please note

CVS commit: src/sys/sys

2011-04-04 Thread Adam Hoka
Module Name:src Committed By: ahoka Date: Mon Apr 4 18:23:39 UTC 2011 Modified Files: src/sys/sys: flashio.h Log Message: dont use size_t, but a fixed 64 bit unsigned type flash_size_t in ioctls To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/sys

2011-03-24 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Thu Mar 24 07:28:29 UTC 2011 Modified Files: src/sys/sys: cdefs_elf.h Log Message: use a comma in attribute list; from from gcc.info (5.25 Attribute Syntax): An attribute specifier is of the form `__attribute__

CVS commit: src/sys/sys

2011-03-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Mar 9 19:02:04 UTC 2011 Modified Files: src/sys/sys: param.h Log Message: Bump version for new quota code -- even if ABIs didn't change, it's still a major feature. To generate a diff of this commit: cvs rdiff -u -r1.384

CVS commit: src/sys/sys

2011-02-25 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Feb 25 12:15:32 UTC 2011 Modified Files: src/sys/sys: param.h Log Message: Bump to 5.99.47 for TLS changes. To generate a diff of this commit: cvs rdiff -u -r1.382 -r1.383 src/sys/sys/param.h Please note that diffs are not

CVS commit: src/sys/sys

2011-02-25 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Feb 25 13:29:46 UTC 2011 Modified Files: src/sys/sys: param.h Log Message: Fix redundant version. To generate a diff of this commit: cvs rdiff -u -r1.383 -r1.384 src/sys/sys/param.h Please note that diffs are not public

CVS commit: src/sys/sys

2011-02-25 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Fri Feb 25 22:37:12 UTC 2011 Modified Files: src/sys/sys: userret.h Log Message: mi_userret: disable an assertion for __HAVE_PREEMPTION case as it's racy. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/sys/sys

2011-02-19 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sat Feb 19 09:54:01 UTC 2011 Modified Files: src/sys/sys: param.h Log Message: Bump kernel due recent ACPICA changes. (ACPI modules may panic, etc.). To generate a diff of this commit: cvs rdiff -u -r1.381 -r1.382

CVS commit: src/sys/sys

2011-02-18 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Feb 18 21:06:12 UTC 2011 Modified Files: src/sys/sys: cdefs.h Log Message: Add a __noprofile keyword to disable the profiling of a function. To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 src/sys/sys/cdefs.h

CVS commit: src/sys/sys

2011-02-18 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Feb 19 00:22:50 UTC 2011 Modified Files: src/sys/sys: lwp.h Log Message: Move lwp_getpcb() into a (_KERNEL || _KMEMUSER) ifdef. Unbreaks crash(8). To generate a diff of this commit: cvs rdiff -u -r1.146 -r1.147

CVS commit: src/sys/sys

2011-02-18 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Feb 19 02:01:46 UTC 2011 Modified Files: src/sys/sys: cdefs.h Log Message: Add __CTASSERT(x) To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 src/sys/sys/cdefs.h Please note that diffs are not public domain;

CVS commit: src/sys/sys

2011-02-18 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Feb 19 02:21:21 UTC 2011 Modified Files: src/sys/sys: cdefs.h Log Message: Make __CTASSERT use __COUNTER__ instead of __LINE__ if the cpp supports it. To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84

CVS commit: src/sys/sys

2011-02-17 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 17 19:28:46 UTC 2011 Modified Files: src/sys/sys: lwp.h Log Message: Move lwp_getpcb to the area with the rest of the _KERNEL function declarations. To generate a diff of this commit: cvs rdiff -u -r1.143 -r1.144

CVS commit: src/sys/sys

2011-02-17 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 17 19:29:41 UTC 2011 Modified Files: src/sys/sys: userret.h Log Message: Make sure that biglock is unlocked before returning to userspace. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/sys/sys

2011-02-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 17 20:55:02 UTC 2011 Modified Files: src/sys/sys: lwp.h Log Message: don't include things twice. To generate a diff of this commit: cvs rdiff -u -r1.144 -r1.145 src/sys/sys/lwp.h Please note that diffs are not public

CVS commit: src/sys/sys

2011-02-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 17 21:02:26 UTC 2011 Modified Files: src/sys/sys: lwp.h Log Message: Need pcu.h unconditionally. To generate a diff of this commit: cvs rdiff -u -r1.145 -r1.146 src/sys/sys/lwp.h Please note that diffs are not public

CVS commit: src/sys/sys

2011-02-17 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Feb 17 21:06:26 UTC 2011 Modified Files: src/sys/sys: cdefs_elf.h Log Message: Revert 1.34 now that clang supports .pushsection / .popsection. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

CVS commit: src/sys/sys

2011-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 16 23:22:30 UTC 2011 Modified Files: src/sys/sys: exec_elf.h Log Message: add the rest of the gnu specific pt sections. To generate a diff of this commit: cvs rdiff -u -r1.108 -r1.109 src/sys/sys/exec_elf.h Please

CVS commit: src/sys/sys

2011-01-31 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Feb 1 01:40:00 UTC 2011 Modified Files: src/sys/sys: param.h Log Message: Welcome to NetBSD 5.99.45 (Routing socket changes) To generate a diff of this commit: cvs rdiff -u -r1.380 -r1.381 src/sys/sys/param.h Please note

CVS commit: src/sys/sys

2011-01-29 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Jan 29 18:21:23 UTC 2011 Modified Files: src/sys/sys: evcnt.h Log Message: Add EVCNT_TYPE_ANY for sysctl. Fix EVCNT_STRING_MAX fencepost error. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/sys/evcnt.h

CVS commit: src/sys/sys

2011-01-22 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jan 22 09:40:51 UTC 2011 Modified Files: src/sys/sys: systm.h Log Message: move sys/device_if.h outside of _KERNEL since the bulk of the previous change depends upon device_t being defined. fixes sparc/stand build. To

CVS commit: src/sys/sys

2011-01-18 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jan 18 08:17:39 UTC 2011 Modified Files: src/sys/sys: kcore.h Log Message: Add a structure tag for phys_ram_seg_t. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/sys/kcore.h Please note that diffs are

CVS commit: src/sys/sys

2011-01-18 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Tue Jan 18 20:17:51 UTC 2011 Modified Files: src/sys/sys: lwp.h Log Message: G/C unused declaration; fix few comments on locking; whitespaces. No functional changes. To generate a diff of this commit: cvs rdiff -u -r1.140

CVS commit: src/sys/sys

2011-01-18 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jan 18 21:45:28 UTC 2011 Modified Files: src/sys/sys: param.h Log Message: Welcome to 5.99.44 To generate a diff of this commit: cvs rdiff -u -r1.379 -r1.380 src/sys/sys/param.h Please note that diffs are not public domain;

CVS commit: src/sys/sys

2011-01-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jan 13 07:23:39 UTC 2011 Modified Files: src/sys/sys: fstypes.h Log Message: fix incorrect value of IMNT_MPSAFE in __IMNT_FLAG_BITS To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/sys/fstypes.h Please

CVS commit: src/sys/sys

2011-01-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 10 13:56:44 UTC 2011 Modified Files: src/sys/sys: signal.h Log Message: namespace protect sigqueue and sigqueueinfo To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/sys/sys/signal.h Please note that

CVS commit: src/sys/sys

2011-01-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 10 04:38:38 UTC 2011 Modified Files: src/sys/sys: signal.h Log Message: add sigqueue. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/sys/sys/signal.h Please note that diffs are not public domain;

CVS commit: src/sys/sys

2011-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 7 11:25:10 UTC 2011 Modified Files: src/sys/sys: namei.src Log Message: fix PARAMASK To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/sys/namei.src Please note that diffs are not public domain;

CVS commit: src/sys/sys

2011-01-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Jan 5 17:00:25 UTC 2011 Modified Files: src/sys/sys: conf.h Log Message: d_type is now d_flag, update comment to match To generate a diff of this commit: cvs rdiff -u -r1.137 -r1.138 src/sys/sys/conf.h Please note that

CVS commit: src/sys/sys

2010-12-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Dec 30 12:46:34 UTC 2010 Modified Files: src/sys/sys: systm.h Log Message: update comment To generate a diff of this commit: cvs rdiff -u -r1.243 -r1.244 src/sys/sys/systm.h Please note that diffs are not public domain;

CVS commit: src/sys/sys

2010-12-25 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Dec 25 22:30:52 UTC 2010 Modified Files: src/sys/sys: cdefs.h Log Message: Rename __BEGIN_PUBLIC / __BEGIN_HIDDEN to __BEGIN_PUBLIC_DECLS / __BEGIN_HIDDEN_DECLS and corresponding __END_* macros. Push the extern C logic into

CVS commit: src/sys/sys

2010-12-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 20 04:27:35 UTC 2010 Modified Files: src/sys/sys: cpu.h Log Message: Add a little #ifdef _KERNEL so that vmstat can use this file. Also userland does not know about lwp_t, so use struct lwp. To generate a diff of this

CVS commit: src/sys/sys

2010-12-13 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Dec 13 19:37:32 UTC 2010 Modified Files: src/sys/sys: exec_elf.h Log Message: Add PT_GNU_EH_FRAME definition To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 src/sys/sys/exec_elf.h Please note that diffs are

CVS commit: src/sys/sys

2010-12-07 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Dec 8 01:18:55 UTC 2010 Modified Files: src/sys/sys: cdefs_elf.h Log Message: Implement __warn_references and __SECTIONSTRING (used e.g. by __RCSID) for clang without assembler. This declares a global variable with attribute

CVS commit: src/sys/sys

2010-11-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Nov 30 10:50:29 UTC 2010 Modified Files: src/sys/sys: param.h Log Message: Time for 5.99.41 - struct componentbuf and struct nameidata both changed. To generate a diff of this commit: cvs rdiff -u -r1.376 -r1.377

CVS commit: src/sys/sys

2010-11-18 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Nov 19 06:46:33 UTC 2010 Modified Files: src/sys/sys: param.h Log Message: 5.99.40: nameidata changed. To generate a diff of this commit: cvs rdiff -u -r1.375 -r1.376 src/sys/sys/param.h Please note that diffs are not

CVS commit: src/sys/sys

2010-11-13 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Sat Nov 13 08:41:41 UTC 2010 Modified Files: src/sys/sys: param.h Log Message: Include uvm/uvm_param.h from here to provide PAGE_SIZE and other VM related constants. Many users of uvm/uvm_extern.h in subsystems are interested

CVS commit: src/sys/sys

2010-11-13 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Sun Nov 14 05:34:56 UTC 2010 Modified Files: src/sys/sys: sysctl.h Log Message: According to nxr.netbsd.org nothing uses CTL_NAMES now. To generate a diff of this commit: cvs rdiff -u -r1.188 -r1.189 src/sys/sys/sysctl.h

CVS commit: src/sys/sys

2010-11-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Nov 4 17:03:20 UTC 2010 Modified Files: src/sys/sys: syscallargs.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.216 -r1.217 src/sys/sys/syscallargs.h Please note that diffs are not public domain;

CVS commit: src/sys/sys

2010-10-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Oct 14 07:57:34 UTC 2010 Modified Files: src/sys/sys: exec_elf.h Log Message: Define PT_TLS. To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105 src/sys/sys/exec_elf.h Please note that diffs are not public

CVS commit: src/sys/sys

2010-10-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Oct 12 06:39:48 UTC 2010 Modified Files: src/sys/sys: cdefs_elf.h Log Message: Don't include opt_multiprocessor.h - it is not needed. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/sys/cdefs_elf.h

CVS commit: src/sys/sys

2010-09-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 27 22:49:46 UTC 2010 Modified Files: src/sys/sys: agpio.h Log Message: move the compat code in the .c file. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/sys/agpio.h Please note that diffs are

CVS commit: src/sys/sys

2010-08-22 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Aug 22 14:12:10 UTC 2010 Modified Files: src/sys/sys: systm.h Log Message: Only define kernconfig_lock routines for _KERNEL Fixes i386 build problem reported by Juergen Hannken-Illjes. To generate a diff of this commit:

CVS commit: src/sys/sys

2010-08-07 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Aug 7 21:03:18 UTC 2010 Modified Files: src/sys/sys: cdefs.h Log Message: Add __BEGIN_PUBLIC / __END_PUBLIC, __BEGIN_HIDDEN / __END_HIDDEN and __dso_public and __dso_hidden markers. Change __BEGIN_DECLS / __END_DECLS to

CVS commit: src/sys/sys

2010-07-28 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Wed Jul 28 09:31:00 UTC 2010 Modified Files: src/sys/sys: vnode.h Log Message: Remove now unneeded flag LK_INTERLOCK. To generate a diff of this commit: cvs rdiff -u -r1.221 -r1.222 src/sys/sys/vnode.h Please note that diffs

CVS commit: src/sys/sys

2010-07-08 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Thu Jul 8 13:58:52 UTC 2010 Modified Files: src/sys/sys: fd_set.h Log Message: Make __fd_mask unsigned. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/sys/fd_set.h Please note that diffs are not public

CVS commit: src/sys/sys

2010-07-08 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Thu Jul 8 18:56:18 UTC 2010 Modified Files: src/sys/sys: fd_set.h Log Message: Cast FD_* argument to unsiged, shut ups lint. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/sys/fd_set.h Please note that

CVS commit: src/sys/sys

2010-07-06 Thread Klaus Klein
Module Name:src Committed By: kleink Date: Tue Jul 6 11:56:20 UTC 2010 Modified Files: src/sys/sys: null.h Log Message: Tack a public domain notice on this, albeit 10 years late, per request from yamt. No objections from those who touched it since. To generate a diff

CVS commit: src/sys/sys

2010-07-06 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Wed Jul 7 01:37:35 UTC 2010 Modified Files: src/sys/sys: param.h Log Message: welcome to 5.99.35 (changes for updated COMPAT_LINUX). To generate a diff of this commit: cvs rdiff -u -r1.369 -r1.370 src/sys/sys/param.h Please note

CVS commit: src/sys/sys

2010-07-02 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Fri Jul 2 11:38:20 UTC 2010 Modified Files: src/sys/sys: cdefs_elf.h Log Message: don't propagate __read_mostly and __cacheline_aligned to userland. Uncovered by Xen build failures. Xen includes this header through stdarg.h, but

CVS commit: src/sys/sys

2010-06-19 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sat Jun 19 08:45:25 UTC 2010 Modified Files: src/sys/sys: disklabel_rdb.h Log Message: Add definition for MSD(FAT) and SFS(Smart FS). To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/sys/disklabel_rdb.h

CVS commit: src/sys/sys

2010-06-12 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Sun Jun 13 03:31:28 UTC 2010 Modified Files: src/sys/sys: lwp.h Log Message: remove __dead from the prototype of lwp_exit, which actually can return these days. To generate a diff of this commit: cvs rdiff -u -r1.134 -r1.135

CVS commit: src/sys/sys

2010-06-04 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Fri Jun 4 23:17:28 UTC 2010 Modified Files: src/sys/sys: dtrace_bsd.h Log Message: kdtrace_{pro,thread}c_ctor: use kmem_zalloc(), instead of manual memset(). To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/sys

2010-05-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat May 29 23:18:40 UTC 2010 Modified Files: src/sys/sys: ucred.h Log Message: Use NGROUPS_MAX (which is posix) instead of the old NGROUPS. This is another patch I've been sitting on for years. To generate a diff of this

CVS commit: src/sys/sys

2010-05-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun May 30 02:25:15 UTC 2010 Modified Files: src/sys/sys: lwp.h Log Message: Uses PRI_KERNEL from sys/param.h; include that explicitly instead of by accident. To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133

<    4   5   6   7   8   9   10   >