The NetBSD Project

src/sys/sys/

Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [cvs.NetBSD.org] / src / sys / sys


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[DIR] dm/        
[TXT] Makefile  1.143   15 months  rmind   Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! Approved by core@.
[TXT] acct.h  1.27   4 years  christos   merge christos-time_t
[TXT] agpio.h  1.10   2 years  jmcneill   add AGP v3 support to agp_generic_enable from FreeBSD
[TXT] aio.h  1.12   16 months  christos   According to TOG, <aio.h> is a standalone header.
[TXT] ansi.h  1.14   22 months  joerg   Retire varargs.h support. Move machine/stdarg.h logic into MI sys/stdarg.h and e...
[TXT] aout_mids.h  1.2   4 months  martin   Add a MID for IA64 (also it never used a.out, we need it for kernel crash dumps)...
[TXT] ataio.h  1.9   16 months  jakllsch   Rework struct ata_command to support LBA28 and LBA48-protocol commands. Implemen...
[TXT] atomic.h  1.11   3 years  christos   make atomics usable from c++!
[TXT] audioio.h  1.34   20 months  jmcneill   Add AUDIO_ENCODING_AC3 encoding type.
[TXT] bitops.h  1.11   5 months  christos   add __BITMAP_TYPE
[TXT] blist.h  1.7   7 years  christos   merge ktrace-lwp.
[TXT] boot_flag.h  1.7   5 years  ad   Recognise the RB_MD flags.
[TXT] bootblock.h  1.55   7 weeks  martin   Adapt to new vax primary bootstrap layout.
[TXT] bswap.h  1.16   3 years  christos   Create and use __CAST(type, value) in headers so that modern c++ with -Wold-styl...
[TXT] buf.h  1.119   15 months  yamt   BUFQ_PRIOCSCAN: - to reduce cpu consumption for a long queue, maintain the sort...
[TXT] bufq.h  1.10   4 years  yamt   g/c BUFQ_FOO() macros and use bufq_foo() directly.
[TXT] bufq_impl.h  1.9   18 months  yamt   buf_inorder: - make the return value bool - comments
[TXT] bus.h  1.11   12 months  tsutsui   Add dummy bus_dma(9) typedefs (enabled by __HAVE_NO_BUS_DMA) in <sys/bus.h> for ...
[TXT] bus_proto.h  1.7   3 months  macallan   add BUS_DMA_PREFETCHABLE flag for bus_dmamem_map(), analog to BUS_SPACE_MAP_PREF...
[TXT] callback.h  1.3   5 years  ad   Merge some of the less invasive changes from the vmlocking branch: - kthread, c...
[TXT] callout.h  1.31   5 years  martin   Remove clause 3 and 4 from TNF licenses
[TXT] cctr.h  1.3   5 years  martin   Remove clause 3 and 4 from TNF licenses
[TXT] cdefs.h  1.106   3 weeks  joerg   Add protected visibility marker for things that we want to keep public for histo...
[TXT] cdefs_aout.h  1.20   7 years  christos   Add __weak_reference macro in a way that it works with both gcc < 4 and gcc == 4...
[TXT] cdefs_elf.h  1.43   3 months  gdt   Remove spurious \ from last line of __link_set_decl macro. The next line is bla...
[TXT] cdio.h  1.33   4 years  reinoud   Fix flagbits for MMC_TRACKINFO flags printing; it had an illegal escape code in ...
[TXT] chio.h  1.12   5 years  martin   Remove clause 3 and 4 from TNF licenses
[TXT] clockctl.h  1.15   4 years  christos   merge christos-time_t
[TXT] condvar.h  1.12   3 years  pooka   tsleep() on lbolt is now illegal. Convert cv_wakeup(&lbolt) to cv_broadcast(&lb...
[TXT] conf.h  1.144   6 months  chs   split device_t/softc for all remaining drivers. replace "struct device *" with "...
[TXT] core.h  1.12   3 years  he   Introduce <sys/aout_mids.h>, and include it from <sys/core.h> and <sys/exec_aout...
[TXT] cprng.h  1.6   5 months  christos   add an snprintb format.
[TXT] cpu.h  1.37   7 months  drochner   put binary compatibility support for the old AMD-only CPU microcode update API i...
[TXT] cpu_data.h  1.35   8 months  matt   Add a kcpuset_t which just includes ourself. Add a ci_cpuname for convenience
[TXT] cpufreq.h  1.5   18 months  jruoho   Bump CPUFREQ_LATENCY_MAX to UINT32_MAX.
[TXT] cpuio.h  1.9   4 months  dsl   Add definitions so that the i386 cpuctl can issue IOC_CPU_UCODE_GET_VERSION on a...
[TXT] ctype_bits.h  1.5   3 weeks  joerg   Allow use from C++.
[TXT] ctype_inline.h  1.3   6 weeks  joerg   Extend ctype classification table to 16bit. Based on patch by Takehiko Nozaki, w...
[TXT] debug.h  1.4   13 months  martin   We don't support KMEM_GUARD nor FREECHECK yet with rump, so disable them in debu...
[TXT] device.h  1.143   6 months  chs   split device_t/softc for all remaining drivers. replace "struct device *" with "...
[TXT] device_if.h  1.5   3 years  dyoung   branches: 1.5.2; A pointer typedef entails trading too much flexibility to decl...
[TXT] devmon.h  1.1   5 years  jmcneill   branches: 1.1.2; 1.1.4; 1.1.8; 1.1.22; Add DRVGETEVENT support for /dev/drvc...
[TXT] dir.h  1.11   7 years  christos   merge ktrace-lwp.
[TXT] dirent.h  1.28   19 months  christos   Introduce KERNEL_NAME_MAX = 255, and bump NAME_MAX to 511. This makes NAME_MAX m...
[TXT] dirhash.h  1.5   3 years  reinoud   Add flag to indicate a compactable directory. Used for NiLFS/FFS/EXT2FS free spa...
[TXT] disk.h  1.57   11 months  mlelstv   branches: 1.57.2; Make detection of root on wedges (dk(4)) machine independent....
[TXT] disklabel.h  1.115   3 weeks  matt   If used in a tool, undef MAXPARTITIONS and redefine as MAXMAXPARTITIONS
[TXT] disklabel_acorn.h  1.6   7 years  christos   merge ktrace-lwp.
[TXT] disklabel_gpt.h  1.10   4 months  jakllsch   gdisk 0.7.2 finally introduced a Linux Basic Data partition GUID.
[TXT] disklabel_rdb.h  1.2   2 years  kiyohara   Add definition for MSD(FAT) and SFS(Smart FS).
[TXT] dkbad.h  1.15   7 years  perry   u_intN_t -> uintN_t
[TXT] dkio.h  1.18   7 months  drochner   Implement experimental support to pass notifications that a file was deleted fro...
[TXT] dkstat.h  1.17   7 years  perry   u_intN_t -> uintN_t
[TXT] domain.h  1.31   22 months  christos   * Arrange for interfaces that create new file descriptors to be able to set cl...
[TXT] drvctlio.h  1.7   4 years  freza   Change DRVSUSPENDDEV ioctl number. Fixes PR kern/38740.
[TXT] dtrace_bsd.h  1.7   5 months  chs   adapt the cyclic module and profile dtrace provider to netbsd. for now, just hoo...
[TXT] dvdio.h  1.8   7 years  perry   u_intN_t -> uintN_t
[TXT] endian.h  1.28   3 years  christos   Create and use __CAST(type, value) in headers so that modern c++ with -Wold-styl...
[TXT] envsys.h  1.33   5 months  riastradh   Document that ENVSYS_STEMP is in microkelvins.
[TXT] errno.h  1.40   4 months  dsl   Expose the pseudo-errors if _KMEMUSER is defined (as well as _KERNEL). CVS :----...
[TXT] evcnt.h  1.8   2 years  matt   Add EVCNT_TYPE_ANY for sysctl. Fix EVCNT_STRING_MAX fencepost error.
[TXT] event.h  1.23   22 months  christos   * Arrange for interfaces that create new file descriptors to be able to set cl...
[TXT] eventvar.h  1.8   5 years  ad   File descriptor changes, discussed on tech-kern: - Redo reference counting to b...
[TXT] exec.h  1.139   9 months  matt   back out elf note changes and use EF_ARM_ABIVERS to determine EABI usage.
[TXT] exec_aout.h  1.40   14 months  martin   Remove some lint
[TXT] exec_coff.h  1.7   7 years  christos   merge ktrace-lwp.
[TXT] exec_ecoff.h  1.20   3 years  matt   Change u_long to vaddr_t/vsize_t in exec code where appropriate (mostly involves...
[TXT] exec_elf.h  1.127   3 months  matt   Add DT_PREINIT_ARRAY/DT_PREINIT_ARRAYSZ and few other missing ones.
[TXT] exec_script.h  1.12   7 years  christos   merge ktrace-lwp.
[TXT] extattr.h  1.9   14 months  elad   Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with something m...
[TXT] extent.h  1.19   15 months  para   converting extent(9) from malloc(9) to kmem(9) preceding kmem-vmem-pool-uvm patc...
[TXT] fcntl.h  1.45   4 months  dholland   Revert defective O_SEARCH implementation committed by manu@ along with the *at s...
[TXT] fd_set.h  1.5   2 years  rmind   Cast FD_* argument to unsiged, shut ups lint.
[TXT] fdio.h  1.4   5 years  martin   Remove clause 3 and 4 from TNF licenses
[TXT] featuretest.h  1.10   4 weeks  christos   comment about ISOC11
[TXT] file.h  1.75   4 months  dsl   Expose the DTYPE_xxx (names) defines even if _KERNEL isn't defined. There is no ...
[TXT] fileassoc.h  1.11   6 years  elad   Some Veriexec stuff that's been rotting in my tree for months. Bug fixes: - F...
[TXT] filedesc.h  1.63   15 months  martin   Add a posix_spawn syscall, as discussed on tech-kern. Based on the summer of cod...
[TXT] filio.h  1.10   7 years  christos   merge ktrace-lwp.
[TXT] flashio.h  1.4   22 months  ahoka   branches: 1.4.2; 1.4.10; add flash_addr_t
[TXT] float_ieee754.h  1.10   19 months  christos   Define a macro we can use to detect if a port has support for ieeefp
[TXT] fstrans.h  1.10   4 years  joerg   Don't use do {} while(0) for a single function call.
[TXT] fstypes.h  1.32   5 months  drochner   allow to enable ffs "discard" by update mounts, make the flag visible to userlan...
[TXT] gcq.h  1.2   5 years  kiyohara   branches: 1.2.2; 1.2.6; Add NetBSD tag. patch from Matthew Orgass <darkstar@...
[TXT] gennameih.awk  1.5   3 years  pooka   Print pathnames for created files. No change to generated files.
[TXT] gmon.h  1.10   14 months  christos   use explicit cast for RHS of shift operator since semantics change from traditio...
[TXT] gpio.h  1.13   18 months  mbalmer   Remove an unused constant.
[TXT] hash.h  1.7   10 months  rmind   Add murmurhash2() prototype, missed in previous commit.
[TXT] idle.h  1.4   4 years  ad   PR kern/38707 scheduler related deadlock during build.sh - Fix performance regr...
[TXT] ieee754.h  1.9   2 weeks  matt   Add two convenience macros for testing a zero fraction.
[TXT] intr.h  1.12   9 months  matt   Remove safepri.
[TXT] inttypes.h  1.6   4 weeks  joerg   C++11 no longer requires __STDC_LIMIT_MACROS, __STDC_CONSTANT_MACROS or __STDC_F...
[TXT] ioccom.h  1.11   19 months  yamt   comment
[TXT] ioctl.h  1.36   4 years  apb   Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h" in all kern...
[TXT] ioctl_compat.h  1.15   7 years  christos   Make sure that multiple header inclusion is done, it uses consistent names, and ...
[TXT] iostat.h  1.10   4 years  ad   Add disk_isbusy(), iostat_isbusy().
[TXT] ipc.h  1.33   14 months  elad   Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with something m...
[TXT] joystick.h  1.2   7 years  christos   Make sure that multiple header inclusion is done, it uses consistent names, and ...
[TXT] kauth.h  1.71   2 months  plunky   C99 section 6.7.2.3 (Tags) Note 3 states that: A type specifier of the form ...
[TXT] kcore.h  1.4   2 years  matt   Add a structure tag for phys_ram_seg_t.
[TXT] kcpuset.h  1.8   8 months  rmind   Rename kcpuset_copybits() to kcpuset_export_u32() and thus be more specific abou...
[TXT] kern_ctf.h  1.1   3 years  darran   branches: 1.1.4; 1.1.6; DTrace: Add support for CTF sections in the netbsd elf...
[TXT] kernel.h  1.28   4 years  christos   merge christos-time_t
[TXT] kernhist.h  1.7   3 months  skrll   Fix typo. Hi matt.
[TXT] kgdb.h  1.12   2 years  dyoung   Clean up excessive #ifdef'age of NMI trap handling for amd64/i386/xen. Handle NM...
[TXT] kmem.h  1.9   15 months  rmind   - Make KMGUARD interrupt-safe. - kmem_intr_{alloc,free}: remove workaround. Cha...
[TXT] kobj.h  1.16   21 months  christos   Always provide a meaningful short name for the kobj in the error message, as wel...
[TXT] kobj_impl.h  1.3   21 months  christos   Always provide a meaningful short name for the kobj in the error message, as wel...
[TXT] kprintf.h  1.11   22 months  joerg   Retire varargs.h support. Move machine/stdarg.h logic into MI sys/stdarg.h and e...
[TXT] ksem.h  1.14   5 months  christos   expose ksem_t for fstat(8), and implement stat for future reference.
[TXT] ksyms.h  1.28   6 months  chs   make ksyms structures not depend on KDTRACE_HOOKS. always include a CTF section,...
[TXT] kthread.h  1.12   18 months  christos   change printf gcc attribute to __printflike(), requested by joerg.
[TXT] ktrace.h  1.59   15 months  rmind   Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! Approved by core@.
[TXT] localedef.h  1.9   5 years  ginsbach   Add support for additional locale categories: LC_MESSAGES, LC_MONETARY, LC_NUMER...
[TXT] lock.h  1.86   2 years  hannken   Remove vlockmgr(). Generic vnode lock operations now use a rwlock located in th...
[TXT] lockdebug.h  1.14   4 weeks  mlelstv   Revert change that allowed rw_tryenter(&lock, RW_READER) to recurse for vfs_busy...
[TXT] lockf.h  1.20   4 years  pooka   Bring in vnode.h Why is this file still installed to /usr/include?
[TXT] lwp.h  1.168   8 weeks  christos   prototype adjustments for lwp_park, welcome to 6.99.19
[TXT] lwpctl.h  1.4   5 years  martin   Remove clause 3 and 4 from TNF licenses
[TXT] malloc.h  1.114   12 months  rmind   - Replace some malloc(9) uses with kmem(9). - G/C M_IPMOPTS, M_IPMADDR and M_BWM...
[TXT] mallocvar.h  1.12   12 months  dsl   Remove everything to do with 'struct malloc_type' and the malloc link_set. To ma...
[TXT] mbuf.h  1.151   4 months  rmind   Add m_ensure_contig() routine, which is equivalent to m_pullup, but does not des...
[TXT] md4.h  1.7   7 years  perry   u_intN_t -> uintN_t
[TXT] md5.h  1.9   7 years  perry   u_intN_t -> uintN_t
[TXT] midiio.h  1.15   5 years  martin   Remove clause 3 and 4 from TNF licenses
[TXT] mman.h  1.44   16 months  reinoud   Revert MAP_NOSYSCALLS patch.
[TXT] module.h  1.32   7 months  dyoung   Correct spelling: entrie -> entry.
[TXT] mount.h  1.209   4 weeks  mlelstv   Correct umount semantics to return EBUSY when a filesystem is busy instead of fa...
[TXT] mqueue.h  1.16   18 months  christos   change printf gcc attribute to __printflike(), requested by joerg.
[TXT] msg.h  1.24   4 years  christos   Provide compatibility for pre-christos-time_t sysv sysctls.
[TXT] msgbuf.h  1.15   5 years  ad   Merge from vmlocking.
[TXT] mtio.h  1.23   7 years  perry   u_intN_t -> uintN_t
[TXT] mutex.h  1.20   3 years  skrll   branches: 1.20.10; Re-apply: Invert the sense of the bit to mark if LOCKDEBUG...
[TXT] namei.h  1.87   6 months  dholland   Regen from updated namei.src.
[TXT] namei.src  1.31   6 months  dholland   Apply manu's change to namei.h correctly.
[TXT] null.h  1.9   2 years  kleink   Tack a public domain notice on this, albeit 10 years late, per request from yamt...
[TXT] once.h  1.5   4 years  pooka   Rewrite once to use global locks and atomic ops to get rid of the static simplel...
[TXT] optstr.h  1.3   5 years  martin   Remove clause 3 and 4 from TNF licenses
[TXT] param.h  1.429   4 days  roy   For IPv6, emit RTM_NEWADDR once DAD completes and also when address flag changes...
[TXT] pax.h  1.11   5 years  elad   PAX_ASLR_DELTA_PROG_LEN -> PAX_ASLR_DELTA_EXEC_LEN, and put it in pax.h. Export ...
[TXT] pcq.h  1.1   4 years  matt   branches: 1.1.4; 1.1.6; 1.1.8; 1.1.12; Add generic producer/consumer queue c...
[TXT] pcu.h  1.10   4 months  matt   Add support for kernel-based code to use a PCU. (for memory to memory copies or...
[TXT] percpu.h  1.3   5 years  thorpej   Make the percpu API a little more friendly: - percpu_getptr() is now called perc...
[TXT] percpu_types.h  1.1   5 years  yamt   branches: 1.1.2; 1.1.4; 1.1.6; 1.1.14; add a per-cpu storage allocator.
[TXT] physmap.h  1.4   6 weeks  uebayasi   KMEMUSER -> _KMEMUSER
[TXT] pipe.h  1.32   3 years  dsl   If a multithreaded app closes an fd while another thread is blocked in read/writ...
[TXT] pmc.h  1.5   7 years  christos   merge ktrace-lwp.
[TXT] pmf.h  1.19   7 weeks  martin   Add generic radion on/off/toggle events
[TXT] poll.h  1.15   3 years  rmind   - selcommon/pollcommon: drop redundant l argument. - Use cached curlwp->l_fd, in...
[TXT] pool.h  1.75   11 months  jym   Now that pool_cache_invalidate() is synchronous and can handle per-CPU caches, m...
[TXT] power.h  1.19   8 weeks  christos   reverse the polarity of the extra key option, always enabling them.
[TXT] proc.h  1.319   4 months  dsl   Only expose the bulk of sys/proc.h and sys/lwp.h if _KERNEL or _KMEMUSER is defi...
[TXT] prot.h  1.2   5 years  martin   Convert to new 2 clause license
[TXT] protosw.h  1.44   4 years  plunky   Convert socket options code to use a sockopt structure instead of laying everyth...
[TXT] pserialize.h  1.1   21 months  christos   Add an implementation of passive serialization as described in expired US patent...
[TXT] pset.h  1.4   4 weeks  joerg   Systematically include sys/featuretest.h when _NETBSD_SOURCE is used. Some are r...
[TXT] ptrace.h  1.44   20 months  christos   Add support for PTRACE_FORK. - add a field in struct proc to save the forker/for...
[TXT] ptree.h  1.8   7 months  matt   Add a ptree_mask_node_p to determine if an item is a mask node, and what its non...
[TXT] pty.h  1.8   5 years  martin   Remove clause 3 and 4 from TNF licenses
[TXT] queue.h  1.54   6 weeks  christos   add the _END() macros for OpenBSD compatibility
[TXT] quota.h  1.12   15 months  dholland   Add QUOTA_RESTRICT_READONLY, for the nfs quota access code.
[TXT] quotactl.h  1.36   5 months  mbalmer   Fix misspelling: accommodate is a long enough word to have room for two 'c's an...
[TXT] radioio.h  1.2   7 years  perry   u_intN_t -> uintN_t
[TXT] radixtree.h  1.5   19 months  yamt   branches: 1.5.2; add radix_tree_empty_tagged_tree_p, a "tagged" variant of radi...
[TXT] ras.h  1.14   4 years  skrll   Allow the asm line separator (default ';') to be overridden in the RAS_*_ASM* ma...
[TXT] rbtree.h  1.2   15 months  yamt   remove bogus const quals
[TXT] reboot.h  1.25   5 years  perry   branches: 1.25.6; Convert many of the uses of __attribute__ to equivalent __pac...
[TXT] resource.h  1.33   11 months  christos   Add a new resource to limit the number of lwps per user, RLIMIT_NTHR. There is a...
[TXT] resourcevar.h  1.54   6 months  njoly   Move rusage computation to a new getrusage1() function. Adjust all compat/emulat...
[TXT] rmd160.h  1.2   5 years  apb   For all files under src/common, as well as related man pages under src/lib/libc,...
[TXT] rnd.h  1.35   3 months  tls   Rather than holding samples from each source until we have 64 at a time to proce...
[TXT] rngtest.h  1.1   18 months  tls   branches: 1.1.6; First step of random number subsystem rework described in <201...
[TXT] rpst.h  1.3   2 years  yamt   fix _STANDALONE build
[TXT] rwlock.h  1.10   3 years  skrll   Re-apply: Invert the sense of the bit to mark if LOCKDEBUG is enabled to disa...
[TXT] scanio.h  1.2   15 years  perry   add/cleanup multiple inclusion protection.
[TXT] sched.h  1.75   18 months  christos   change printf gcc attribute to __printflike(), requested by joerg.
[TXT] scsiio.h  1.12   6 years  christos   Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
[TXT] sdt.h  1.2   17 months  dholland   Uses uintptr_t and therefore needs stdint.h.
[TXT] select.h  1.36   3 years  rmind   - selcommon/pollcommon: drop redundant l argument. - Use cached curlwp->l_fd, in...
[TXT] selinfo.h  1.8   2 years  rmind   Implement direct select/poll support, currently effective for socket and pipe su...
[TXT] sem.h  1.29   4 years  christos   Provide compatibility for pre-christos-time_t sysv sysctls.
[TXT] sha1.h  1.14   3 years  joerg   Improve portability and clarity by using uint8_t for the byte data and expanding...
[TXT] sha2.h  1.3   4 years  joerg   Add SHA224 implementation to libc. Make libcrypto use the SHA2 implementation of...
[TXT] shm.h  1.48   4 years  christos   Provide compatibility for pre-christos-time_t sysv sysctls.
[TXT] siginfo.h  1.24   4 weeks  joerg   Systematically include sys/featuretest.h when _NETBSD_SOURCE is used. Some are r...
[TXT] signal.h  1.67   2 years  christos   namespace protect sigqueue and sigqueueinfo
[TXT] signalvar.h  1.83   15 months  rmind   Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! Approved by core@.
[TXT] sigtypes.h  1.10   15 months  rmind   Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! Approved by core@.
[TXT] simplelock.h  1.8   5 years  martin   Remove clause 3 and 4 from TNF licenses
[TXT] sleepq.h  1.22   15 months  rmind   Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! Approved by core@.
[TXT] socket.h  1.108   3 months  joerg   Add sockaddr_format to ease debugging code dealing with socket addresses.
[TXT] socketvar.h  1.129   15 months  matt   When using socket loaning, make sure the KVA used for the loan has the same colo...
[TXT] sockio.h  1.31   6 months  msaitoh   Add SIOCGETHERCAP ioctl. There was no way to know the setting of ec_capabilities...
[TXT] spawn.h  1.4   4 weeks  joerg   Systematically include sys/featuretest.h when _NETBSD_SOURCE is used. Some are r...
[TXT] specificdata.h  1.4   5 years  martin   Remove clause 3 and 4 from TNF licenses
[TXT] spl.h  1.9   4 years  ad   Expose more stuff if _KMEMUSER is defined.
[TXT] spldebug.h  1.1   3 years  dyoung   branches: 1.1.4; Add a kernel configuration flag, SPLDEBUG, that activates a pe...
[TXT] stat.h  1.66   6 weeks  christos   Add posix-2008 mandated timespec fields from Antoine Leca
[TXT] statvfs.h  1.18   7 weeks  christos   all fsblkcnt_t's are in frsize units
[TXT] stdarg.h  1.3   10 months  pooka   ... aaand re-add lint compat. I still got it.
[TXT] stdint.h  1.7   4 weeks  joerg   C++11 no longer requires __STDC_LIMIT_MACROS, __STDC_CONSTANT_MACROS or __STDC_F...
[TXT] swap.h  1.8   4 years  mrg   catch up with dev_t becoming 64 bit: - move struct oswapent into uvm_swap.c pro...
[TXT] syncobj.h  1.8   3 years  rmind   Remove uarea swap-out functionality: - Addresses the issue described in PR/3882...
[TXT] syscall.h  1.258   8 weeks  christos   regen
[TXT] syscall_stats.h  1.4   4 years  ad   Remove LKMs and switch to the module framework, pass 1. Proposed on tech-kern@....
[TXT] syscallargs.h  1.241   8 weeks  christos   regen
[TXT] syscallvar.h  1.5   3 years  pooka   Declare extern syscallnames in a header.
[TXT] sysctl.h  1.207   3 months  matt   Make the inclusion of <sys/cprng.h> a private matter for sysctl. No reason to e...
[TXT] syslimits.h  1.27   5 months  dholland   It is MAXNAMLEN, not MAXPATHLEN, that NAME_MAX has to be the same as.
[TXT] syslog.h  1.35   7 months  christos   PR/47055: David Holland: Add hostname to syslog_data, version number, rename fie...
[TXT] systm.h  1.258   2 months  para   calculate vnode cache size based on the resource it gets allocated from this sto...
[TXT] tape.h  1.3   7 years  perry   branches: 1.3.18; u_intN_t -> uintN_t
[TXT] termios.h  1.31   3 years  mrg   s/SIGINTR/SIGINT/ here as well as termios.4. from jmc@openbsd.
[TXT] time.h  1.65   18 months  christos   There is no reason not to support CLOCK_MONOTONIC in {g,s}etitimer() since the u...
[TXT] timeb.h  1.14   7 years  christos   merge ktrace-lwp.
[TXT] timepps.h  1.20   14 months  matt   Use C89 function definitions for the inlines.
[TXT] times.h  1.13   7 years  christos   merge ktrace-lwp.
[TXT] timetc.h  1.6   4 years  christos   merge christos-time_t
[TXT] timevar.h  1.33   8 weeks  christos   prototype adjustments for lwp_park, welcome to 6.99.19
[TXT] timex.h  1.18   4 years  christos   PR/41144: ntpd dies when syncing, use octal format to avoid \xcCLOCK to be parse...
[TXT] tls.h  1.1   2 years  joerg   branches: 1.1.2; 1.1.4; 1.1.8; Add TLS support infrastructure. For dynamic bi...
[TXT] tprintf.h  1.18   18 months  christos   change printf gcc attribute to __printflike(), requested by joerg.
[TXT] trace.h  1.11   7 years  christos   merge ktrace-lwp.
[TXT] tree.h  1.18   8 weeks  christos   sync with OpenBSD.
[TXT] tty.h  1.91   2 months  matt   Add a t_softc member to struct tty in which a driver can store a pointer to its ...
[TXT] ttychars.h  1.9   7 years  christos   merge ktrace-lwp.
[TXT] ttycom.h  1.20   7 months  apb   Welcome to NetBSD-6.99.14 In struct ptmget, used for ioctl TIOCPTMGET and TIOCP...
[TXT] ttydefaults.h  1.16   5 years  yamt   use designated initializers for ttydefchars.
[TXT] ttydev.h  1.9   7 years  christos   merge ktrace-lwp.
[TXT] types.h  1.90   3 months  matt   Don't define bool/true/false in the kernel if __cplusplus is defined.
[TXT] ucontext.h  1.18   2 months  pooka   Move CTASSERT a few lines down so as to not collide with the CTASSERT in rtsock....
[TXT] ucred.h  1.36   19 months  dholland   sys/ucred.h does not require sys/param.h any more, only limits.h.
[TXT] uidinfo.h  1.3   11 months  christos   Add a new resource to limit the number of lwps per user, RLIMIT_NTHR. There is a...
[TXT] uio.h  1.36   21 months  uebayasi   Forward-declare struct vmspace to reduce dependencies on uvm/uvm_extern.h.
[TXT] un.h  1.46   22 months  christos   * Arrange for interfaces that create new file descriptors to be able to set cl...
[TXT] unistd.h  1.54   6 months  christos   add _SC_PHYS_PAGES
[TXT] unpcb.h  1.17   5 years  ad   Merge the socket locking patch: - Socket layer becomes MP safe. - Unix protocol...
[TXT] user.h  1.18   2 years  rmind   Retire struct user, remove sys/user.h inclusions. Note sys/user.h header as obs...
[TXT] userconf.h  1.7   23 months  dyoung   Don't use the C preprocessor to configure USERCONF. Instead, either do or do no...
[TXT] userret.h  1.26   6 weeks  kiyohara   Remove including myself.
[TXT] utsname.h  1.13   7 years  christos   merge ktrace-lwp.
[TXT] uuid.h  1.5   4 years  joerg   Make uuidgen available for the kernel.
[TXT] vadvise.h  1.10   7 years  christos   merge ktrace-lwp.
[TXT] verified_exec.h  1.58   2 years  dholland   Introduce struct pathbuf. This is an abstraction to hold a pathname and the meta...
[TXT] vfs_syscalls.h  1.18   14 months  elad   Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with something m...
[TXT] videoio.h  1.8   21 months  jakllsch   Restore binary compatibility with NetBSD 5 binaries that utilize video(4).
[TXT] vmem.h  1.20   3 months  para   make vmem(9) ready to be used early during bootstrap to replace extent(9) pass m...
[TXT] vmem_impl.h  1.2   3 months  para   branches: 1.2.4; make vmem(9) ready to be used early during bootstrap to replac...
[TXT] vmmeter.h  1.19   3 years  rmind   Remove uarea swap-out functionality: - Addresses the issue described in PR/3882...
[TXT] vnode.h  1.237   6 months  pooka   Finally remove the "temporary" __VTYPE_DEFINED stuff I added >5 years ago.
[TXT] vnode_if.h  1.83   21 months  manu   regen
[TXT] wait.h  1.26   4 years  christos   merge christos-time_t
[TXT] wapbl.h  1.13   18 months  christos   change printf gcc attribute to __printflike(), requested by joerg.
[TXT] wapbl_replay.h  1.1   4 years  joerg   branches: 1.1.4; 1.1.6; 1.1.8; 1.1.12; Move the specification of the on-disk...
[TXT] wdog.h  1.3   7 years  christos   merge ktrace-lwp.
[TXT] workqueue.h  1.9   5 years  ad   machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
[TXT] xattr.h  1.5   19 months  christos   Introduce KERNEL_NAME_MAX = 255, and bump NAME_MAX to 511. This makes NAME_MAX m...
[TXT] xcall.h  1.5   3 months  martin   Stopgap fix to make rump cooperate with pserialize, may be revisited later. Patc...


CVSweb <webmaster@jp.NetBSD.org>