Link [ NetBSD | NetBSD OpenGrok source search | PR fulltext-search | Summary of daily snapshot builds | history of daily build result | pkgsrc commit viewer ]


   
        usage: [branch:branch] [user:user] [path@revision] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN sys/arch/arm, if_wm.c@1.234 )




switch to index mode

recent branches: MAIN (1h)  netbsd-10 (17d)  netbsd-9 (17d)  netbsd-8 (22d) 

2024-06-02 21:00:22 UTC Now

2019-04-02 02:59:50 UTC MAIN commitmail json YAML

Compiling some files with -fPIC and -O2 ends up having global
symbols classified as local in pic mode, and that ends up with PC32
relocations "movl *psp, %rx" (/bin/sh parse.c). Treat pic code as
shared libraries to avoid classifying common initialized symbols
as local. Thanks to thorpej@ for his help.

(christos)

2019-04-01 02:02:54 UTC MAIN commitmail json YAML

2019-04-01 02:01:39 UTC MAIN commitmail json YAML

paleo diet is not working

(christos)

2019-03-31 20:08:45 UTC MAIN commitmail json YAML

2019-03-31 16:11:57 UTC MAIN commitmail json YAML

2019-03-31 16:10:27 UTC MAIN commitmail json YAML

2019-03-31 16:09:14 UTC MAIN commitmail json YAML

2019-03-31 16:08:08 UTC MAIN commitmail json YAML

2019-03-31 02:24:47 UTC MAIN commitmail json YAML

2019-03-30 23:29:55 UTC MAIN commitmail json YAML

tuck the strings inside _NETBSD_SOURCE

(christos)

2019-03-30 23:29:27 UTC MAIN commitmail json YAML

Add some string tags for resources

(christos)

2019-03-30 23:28:30 UTC MAIN commitmail json YAML

2019-03-30 21:06:42 UTC MAIN commitmail json YAML

Need to include <sys/cdefs.h> so that the _ARM_CPU* macros get defined
so that we always select the correct page size (8K for armv6+).

(christos)

2019-03-29 22:00:31 UTC MAIN commitmail json YAML

Set the maximum column index in a tbl(7) to the maximum *right* edge
of any cell span, not to the maximum *left* edge, which may be smaller
if the last column of the table is only reached by horizontal spans,
but not by any regular cell in any row of the table.
Otherwise, the algorithm calculating column widths accessed memomy
after the end of the colwidth[] array, while it was trying to handle
the rightmost column(s).

Crash reported by Jason Thorpe <thorpej at NetBSD>
via https://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=54069
and via Thomas Klausner (wiz@).
Christos@ Zoulas sent a (correct, but slightly confusing) patch.
The patch i'm committing here is easier to understand.

(christos)

2019-03-29 21:51:52 UTC MAIN commitmail json YAML

- die sooner (if we got interrupted)
- when we finish resending exit.

(christos)

2019-03-29 21:44:22 UTC MAIN commitmail json YAML

For consistency use the user and group names for directory ownership.
Also do this for rtadvd, so that it can dump core.

(christos)

2019-03-29 21:06:51 UTC MAIN commitmail json YAML

bye ddb and we fit again.

(christos)

2019-03-29 20:27:45 UTC MAIN commitmail json YAML

Yes, we need to load symbols, but we don't need the whole DDB infrastructure
for that.

(christos)

2019-03-29 20:18:09 UTC MAIN commitmail json YAML

2019-03-29 16:08:06 UTC MAIN commitmail json YAML

2019-03-29 16:06:28 UTC MAIN commitmail json YAML

2019-03-29 16:03:20 UTC MAIN commitmail json YAML

2019-03-29 15:13:44 UTC MAIN commitmail json YAML

Move all jemalloc symbols to the private namespace. We can't use visibility
because sun2 links statically.

(christos)

2019-03-29 14:38:31 UTC MAIN commitmail json YAML

Append DPLIBS to PROGDPLIBS so that we can resolve dependencies for static
linking where order is important.

(christos)

2019-03-29 13:04:01 UTC MAIN commitmail json YAML

2019-03-29 12:51:15 UTC MAIN commitmail json YAML

Go back to not always defining PAGE_{SIZE,SHIFT,MASK}

(christos)

2019-03-29 12:50:30 UTC MAIN commitmail json YAML

Change strategy: instead of always defining PAGE_SHIFT in vmparam.h, fail
back to using MAX_PAGE_SHIFT.

(christos)

2019-03-29 02:09:14 UTC MAIN commitmail json YAML

fix the build (pnbuf_cache move to vfs_init.c)

(christos)

2019-03-29 00:13:26 UTC MAIN commitmail json YAML

2019-03-29 00:08:14 UTC MAIN commitmail json YAML

add more exceptions for standalone and modules

(christos)

2019-03-29 00:07:39 UTC MAIN commitmail json YAML

2019-03-28 20:26:49 UTC MAIN commitmail json YAML

PR/54069: Jason Thorpe: Prevent memory overrun. Can be easily reproduced
with groff_ms.7 and -fsanitize=address.

(christos)

2019-03-28 15:45:24 UTC MAIN commitmail json YAML

2019-03-28 15:44:51 UTC MAIN commitmail json YAML

2019-03-28 15:05:03 UTC MAIN commitmail json YAML

fix compilation for non _REENTRANT

(christos)

2019-03-28 15:04:42 UTC MAIN commitmail json YAML

Dedup and add the small jemalloc implementation so our install media has
a chance to fit again.

(christos)

2019-03-28 12:07:30 UTC MAIN commitmail json YAML

2019-03-28 11:56:56 UTC MAIN commitmail json YAML

2019-03-28 08:41:50 UTC MAIN commitmail json YAML

disable jemalloc again until we can figure out what to do with the bloat
for installer media.

(christos)

2019-03-28 08:33:07 UTC MAIN commitmail json YAML

2019-03-28 08:31:40 UTC MAIN commitmail json YAML

protect kernel variable from userland exposure
XXX: if there a better place for this?

(christos)

2019-03-28 08:28:16 UTC MAIN commitmail json YAML

Expose kernel variables only to kernel.
XXX: move this variable somewhere better?

(christos)

2019-03-27 19:30:31 UTC MAIN commitmail json YAML

2019-03-27 19:01:44 UTC MAIN commitmail json YAML

provide the max page size for userland

(christos)

2019-03-27 18:41:18 UTC MAIN commitmail json YAML

back to jemalloc for the masses

(christos)

2019-03-27 17:15:30 UTC MAIN commitmail json YAML

2019-03-27 17:02:20 UTC MAIN commitmail json YAML

2019-03-27 16:16:43 UTC MAIN commitmail json YAML

Provide the (max) defaults for page size for userland.

(christos)

2019-03-27 16:16:14 UTC MAIN commitmail json YAML

2019-03-27 15:33:52 UTC MAIN commitmail json YAML

2019-03-27 15:30:19 UTC MAIN commitmail json YAML

2019-03-27 11:15:55 UTC MAIN commitmail json YAML

undo previous, too much breaks.

(christos)

2019-03-27 02:51:41 UTC MAIN commitmail json YAML

jemalloc for everyone!

(christos)

2019-03-26 16:41:06 UTC MAIN commitmail json YAML

fix use-after-free issue.

(christos)

2019-03-26 16:39:50 UTC MAIN commitmail json YAML

print the source line and file where the error happened.

(christos)

2019-03-26 15:00:34 UTC MAIN commitmail json YAML

Behave like gnu m4; when the error output file cannot be opened, just warn
and keep going.

(christos)

2019-03-26 02:05:28 UTC MAIN commitmail json YAML

2019-03-25 22:24:54 UTC MAIN commitmail json YAML

descend into jemalloc too.

(christos)

2019-03-17 15:57:34 UTC MAIN commitmail json YAML

fix maintainer of nsd/unbound, update version

(christos)

2019-03-17 14:11:49 UTC MAIN commitmail json YAML

fix the build: include the needed osf1 files for compat_linux on alpha

(christos)

2019-03-16 22:14:09 UTC MAIN commitmail json YAML

we have MAP_ALIGNED, so use it (although it does not do anything by default)

(christos)

2019-03-16 21:57:15 UTC MAIN commitmail json YAML

PR/54061: Bump memory for jemalloc (a lot).

(christos)

2019-03-16 21:46:43 UTC MAIN commitmail json YAML

PR/54062: Using random garbage in the mmsghdr (in this case 0xa5's from
jemalloc debug) makes the syscall unhappy. Zero out the memory instead...

(christos)

2019-03-16 21:32:04 UTC MAIN commitmail json YAML

PR/54062: Fix the "snprintf_float" test failing after the jemalloc import
issue: jemalloc uses a lot more memory (if it can find it) by default and
this test limited the amount of memory it could get, causing it to get to
an error path with a missing mutex_unlock...

(christos)

2019-03-14 21:49:32 UTC MAIN commitmail json YAML

revert previous sshd hack (from Rin Okuyama)

(christos)

2019-03-14 21:10:33 UTC MAIN commitmail json YAML

Grr, disable the "time goes backwards" test here since this breaks too
frequently. We need a real fix.

(christos)

2019-03-14 21:09:03 UTC MAIN commitmail json YAML

unify rounding and range checking.

(christos)

2019-03-14 18:59:37 UTC MAIN commitmail json YAML

2019-03-14 18:56:12 UTC MAIN commitmail json YAML

Remove __clang___ hacks for noreturn, reduce footprint when we don't compile
with JEMALLOC_PROF. More to do here.

(christos)

2019-03-13 23:37:48 UTC MAIN commitmail json YAML

2019-03-12 23:51:40 UTC MAIN commitmail json YAML

lint library for jemalloc

(christos)

2019-03-12 23:50:56 UTC MAIN commitmail json YAML

2019-03-12 16:59:16 UTC MAIN commitmail json YAML

2019-03-12 16:58:14 UTC MAIN commitmail json YAML

2019-03-12 16:50:35 UTC MAIN commitmail json YAML

fix pasto (gnumalloc vs jemalloc)

(christos)

2019-03-12 15:14:02 UTC MAIN commitmail json YAML

add libjemalloc for the non-standard jemalloc symbols.

(christos)

2019-03-12 15:13:25 UTC MAIN commitmail json YAML

2019-03-12 15:11:13 UTC MAIN commitmail json YAML

remove global pointers, add get/seters.

(christos)

2019-03-12 15:10:44 UTC MAIN commitmail json YAML

2019-03-12 11:05:09 UTC MAIN commitmail json YAML

it is CPPFLAGS for -D etc otherwise lint breaks!

(christos)

2019-03-11 18:06:28 UTC MAIN commitmail json YAML

Add an initializatin that is not needed when the optimizer works...

(christos)

2019-03-11 17:59:28 UTC MAIN commitmail json YAML

2019-03-11 03:56:30 UTC MAIN commitmail json YAML

2019-03-11 00:31:36 UTC MAIN commitmail json YAML

2019-03-11 00:17:16 UTC MAIN commitmail json YAML

2019-03-11 00:15:39 UTC MAIN commitmail json YAML

2019-03-11 00:14:44 UTC MAIN commitmail json YAML

adjust to the new mandoc api

(christos)

2019-03-10 22:00:37 UTC MAIN commitmail json YAML

2019-03-10 21:52:00 UTC MAIN commitmail json YAML

2019-03-10 19:34:30 UTC MAIN commitmail json YAML

Add noreturn where needed. In the prof case because of cassert() and return
in some functions we disable the cassert() for clang. We should really have
a JEMALLOC_PROF_NORETURN and a way to mark the remaining of the function
unreachable.

(christos)

2019-03-10 19:32:56 UTC MAIN commitmail json YAML

2019-03-10 18:03:40 UTC MAIN commitmail json YAML

2019-03-10 15:45:26 UTC MAIN commitmail json YAML

2019-03-10 15:32:42 UTC MAIN commitmail json YAML

turn on debugging to help find problems.

(christos)

2019-03-10 15:31:02 UTC MAIN commitmail json YAML

catch up with name change.

(christos)

2019-03-10 03:54:08 UTC MAIN commitmail json YAML

add missing externs.

(christos)

2019-03-10 02:49:52 UTC MAIN commitmail json YAML

2019-03-09 17:59:28 UTC MAIN commitmail json YAML

Switch i386 and aarch64 to jemalloc (really I could switch everyone at this
point).

(christos)

2019-03-09 16:18:37 UTC MAIN commitmail json YAML

2019-03-09 16:18:22 UTC MAIN commitmail json YAML

Fix another bug found by jemalloc: don't access dirent entry after closedir(3).

(christos)

2019-03-09 06:12:55 UTC MAIN commitmail json YAML

add copyright.

(christos)

2019-03-09 04:57:48 UTC MAIN commitmail json YAML

html3 suffixes are .html

(christos)

2019-03-09 03:52:11 UTC MAIN commitmail json YAML

PR/54050: Ryo ONODERA: Add the jemalloc-specific api prototypes and extern.

(christos)

2019-03-09 02:50:08 UTC MAIN commitmail json YAML

Fix previous... We need to deal with a conditional branch.

(christos)

2019-03-09 02:33:02 UTC MAIN commitmail json YAML

We don't fit anymore thanks to jemalloc:
relocation truncated to fit: R_AARCH64_CONDBR19 against symbol `cerror'

(christos)

2019-03-08 20:40:05 UTC MAIN commitmail json YAML

We don't need to depend on pthreads.

(christos)

2019-03-08 20:35:10 UTC MAIN commitmail json YAML

Back to using jemalloc for x86_64; all problems have been resolved.

(christos)

2019-03-08 20:34:24 UTC MAIN commitmail json YAML

Replace our buggy recallocarray implementation one with the portable one
from OpenBSD.

(christos)

2019-03-08 20:00:21 UTC MAIN commitmail json YAML

Arrange for the new man page to be installed.

(christos)

2019-03-07 22:08:59 UTC MAIN commitmail json YAML

fix memory allocation problems detected by jemalloc...

(christos)

2019-03-07 14:55:49 UTC MAIN commitmail json YAML

add SIOCS80211CHANNEL special handling in monitor mode (from OpenBSD)

(christos)

2019-03-06 04:43:50 UTC MAIN commitmail json YAML

2019-03-06 03:38:30 UTC MAIN commitmail json YAML

2019-03-06 02:44:05 UTC MAIN commitmail json YAML

2019-03-06 01:20:15 UTC MAIN commitmail json YAML

2019-03-06 01:14:10 UTC MAIN commitmail json YAML

2019-03-06 01:13:39 UTC MAIN commitmail json YAML

2019-03-05 22:51:36 UTC MAIN commitmail json YAML

2019-03-05 22:49:38 UTC MAIN commitmail json YAML

Jemalloc initializes mutexes before we become threaded and expects to use
them later.

(christos)

2019-03-05 22:45:11 UTC MAIN commitmail json YAML

2019-03-05 22:39:21 UTC MAIN commitmail json YAML

Add some XXX for things I need to fix later, and fix some of the hard-coding.

(christos)

2019-03-05 22:37:39 UTC MAIN commitmail json YAML

2019-03-05 22:35:45 UTC MAIN commitmail json YAML

2019-03-05 15:18:59 UTC MAIN commitmail json YAML

Check that the previous link exists before merging it.
XXX: Is that right? Fixing this makes the h_resolve test work.

(christos)

2019-03-05 01:35:52 UTC MAIN commitmail json YAML

Transfer all the keys that were created in the libc stub implementation
to the pthread tsd implementation when the main thread is created.
This corrects a problem where a process created keys before libpthread
was loaded (either from the libc constructor or because libpthread
was dlopened later). This fixes a problem with jemalloc which creates
keys in the constructor.

(christos)

2019-03-04 21:19:58 UTC MAIN commitmail json YAML

Switch back amd64 to the old jemalloc. We have some pthread unit-tests
failing.

(christos)

2019-03-04 20:22:04 UTC MAIN commitmail json YAML

2019-03-04 20:21:18 UTC MAIN commitmail json YAML

2019-03-04 20:06:50 UTC MAIN commitmail json YAML

2019-03-04 20:06:31 UTC MAIN commitmail json YAML

2019-03-04 20:06:11 UTC MAIN commitmail json YAML

2019-03-04 20:05:19 UTC MAIN commitmail json YAML

2019-03-04 20:05:01 UTC MAIN commitmail json YAML

2019-03-04 20:04:43 UTC MAIN commitmail json YAML

2019-03-04 20:04:30 UTC MAIN commitmail json YAML

2019-03-04 20:04:09 UTC MAIN commitmail json YAML

2019-03-04 20:03:53 UTC MAIN commitmail json YAML

2019-03-04 20:03:00 UTC MAIN commitmail json YAML

2019-03-04 20:02:18 UTC MAIN commitmail json YAML

2019-03-04 20:01:59 UTC MAIN commitmail json YAML

2019-03-04 20:01:42 UTC MAIN commitmail json YAML

use __format_arg__ to check format arguments.

(christos)

2019-03-04 19:41:51 UTC MAIN commitmail json YAML

no need to elide format-non-literal

(christos)

2019-03-04 19:41:37 UTC MAIN commitmail json YAML

2019-03-04 19:40:57 UTC MAIN commitmail json YAML

2019-03-04 19:20:12 UTC MAIN commitmail json YAML

2019-03-04 19:16:31 UTC MAIN commitmail json YAML

2019-03-04 19:16:10 UTC MAIN commitmail json YAML

2019-03-04 19:15:39 UTC MAIN commitmail json YAML

2019-03-04 17:45:16 UTC MAIN commitmail json YAML

2019-03-04 17:36:35 UTC MAIN commitmail json YAML

2019-03-04 17:32:46 UTC MAIN commitmail json YAML

switch amd64 to jemalloc-5.1.0

(christos)

2019-03-04 17:30:33 UTC MAIN commitmail json YAML

2019-03-04 17:29:49 UTC MAIN commitmail json YAML

Add Makefiles if we want to build jemalloc standalone.

(christos)

2019-03-04 17:29:24 UTC MAIN commitmail json YAML

2019-03-04 17:26:52 UTC MAIN commitmail json YAML

We already have div.{c,S} in libc so we call this one divide.c

(christos)

2019-03-04 17:25:10 UTC MAIN commitmail json YAML

src/external/bsd/jemalloc/include/jemalloc/internal/arena_externs.h@1.1 / diff / nxr@1.1
src/external/bsd/jemalloc/include/jemalloc/internal/arena_inlines_a.h@1.1 / diff / nxr@1.1
src/external/bsd/jemalloc/include/jemalloc/internal/arena_inlines_b.h@1.1 / diff / nxr@1.1
src/external/bsd/jemalloc/include/jemalloc/internal/arena_stats.h@1.1 / diff / nxr@1.1
src/external/bsd/jemalloc/include/jemalloc/internal/arena_structs_a.h@1.1 / diff / nxr@1.1
src/external/bsd/jemalloc/include/jemalloc/internal/arena_structs_b.h@1.1 / diff / nxr@1.1
src/external/bsd/jemalloc/include/jemalloc/internal/arena_types.h@1.1 / diff / nxr@1.1
src/external/bsd/jemalloc/include/jemalloc/internal/assert.h@1.1 / diff / nxr@1.1
src/external/bsd/jemalloc/include/jemalloc/internal/atomic.h@1.1 / diff / nxr@1.1
src/external/bsd/jemalloc/include/jemalloc/internal/atomic_c11.h@1.1 / diff / nxr@1.1
src/external/bsd/jemalloc/include/jemalloc/internal/atomic_gcc_atomic.h@1.1 / diff / nxr@1.1
src/external/bsd/jemalloc/include/jemalloc/internal/atomic_gcc_sync.h@1.1 / diff / nxr@1.1
src/external/bsd/jemalloc/include/jemalloc/internal/atomic_msvc.h@1.1 / diff / nxr@1.1
src/external/bsd/jemalloc/include/jemalloc/internal/background_thread_externs.h@1.1 / diff / nxr@1.1
src/external/bsd/jemalloc/include/jemalloc/internal/background_thread_inlines.h@1.1 / diff / nxr@1.1
src/external/bsd/jemalloc/include/jemalloc/internal/background_thread_structs.h@1.1 / diff / nxr@1.1
src/external/bsd/jemalloc/include/jemalloc/internal/base_externs.h@1.1 / diff / nxr@1.1
src/external/bsd/jemalloc/include/jemalloc/internal/base_inlines.h@1.1 / diff / nxr@1.1
src/external/bsd/jemalloc/include/jemalloc/internal/base_structs.h@1.1 / diff / nxr@1.1
src/external/bsd/jemalloc/include/jemalloc/internal/base_types.h@1.1 / diff / nxr@1.1
      :
(more 78 files)
Add header files (generated and not)

(christos)

2019-03-04 17:24:03 UTC MAIN commitmail json YAML

2019-03-04 17:23:37 UTC MAIN commitmail json YAML

2019-03-04 17:23:10 UTC MAIN commitmail json YAML

2019-03-04 17:21:31 UTC MAIN commitmail json YAML

2019-03-04 17:20:07 UTC MAIN commitmail json YAML

2019-03-04 17:19:45 UTC MAIN commitmail json YAML

2019-03-04 17:19:14 UTC MAIN commitmail json YAML

2019-03-04 17:18:53 UTC MAIN commitmail json YAML

- add UNCONST
- fix for shadowing

(christos)

2019-03-04 17:18:27 UTC MAIN commitmail json YAML

- fix for shadowing
- add unconst
- add hack for broken lint
- add cast for ctype macros
- disable realloc(ptr, 0) returning NULL for non-NULL ptr (compatibility)

(christos)

2019-03-04 17:16:47 UTC MAIN commitmail json YAML

rename initializer for consistency.

(christos)

2019-03-04 17:16:27 UTC MAIN commitmail json YAML

remove needless casts after fixing prototype.

(christos)

2019-03-04 17:15:37 UTC MAIN commitmail json YAML

2019-03-04 15:28:18 UTC MAIN commitmail json YAML

add a two argument version of alloc_size

(christos)

2019-03-04 15:26:18 UTC MAIN commitmail json YAML

2019-03-03 23:06:08 UTC MAIN commitmail json YAML

2019-03-03 02:21:07 UTC MAIN commitmail json YAML

Fix the build by merging duplicate "init" sections.

(christos)

2019-03-02 14:21:19 UTC MAIN commitmail json YAML

Catch up with MI pci changes.

(christos)

2019-03-01 16:42:11 UTC MAIN commitmail json YAML

Use getfsspecname() to fill the filesystem argument in dumpdates.
While here, make sure that the error strings terminate with newline
consistently, and add a function that adds the system error string.

(christos)

2019-03-01 03:20:50 UTC MAIN commitmail json YAML

2019-03-01 03:05:08 UTC MAIN commitmail json YAML

Document kern.uidinfo.semcnt.

(christos)

2019-03-01 03:03:19 UTC MAIN commitmail json YAML

PR/53998: Joel Bertrand:  Limit the number of semaphores on a
per-user basis not a per-process.  We cannot really keep track on
a per-process basis because a parent process can create the semaphore
and a child can free it taking credit for it.  There is also a
similar issue about resource exhaustion if we limited the number
of lwps per process as opposed to per user (which we don't).

(christos)

2019-02-28 17:40:06 UTC MAIN commitmail json YAML

one more for the atomic references on clang.

(christos)

2019-02-27 15:32:11 UTC MAIN commitmail json YAML

Make the _and_and_ have-nots compile.

(christos)

2019-02-27 02:20:19 UTC MAIN commitmail json YAML

Instead of deleting the rules individually use flush to kill them all at
once for efficiently. Also when restoring, don't nuke the database
(Phil Rulon).

(christos)

2019-02-26 21:24:44 UTC MAIN commitmail json YAML

2019-02-26 21:16:03 UTC MAIN commitmail json YAML

2019-02-26 21:09:18 UTC MAIN commitmail json YAML

Remove "--disable-libstdcxx-dual-abi". This option does not do what
it says: Instead of disabling the dual-abi and letting you choose
which one you want, it disables the cxx11 abi and the
"--with-default-libstdcxx-abi=OPTION" becomes a noop. Removing the
old COW compatibility ABI is not easy. For more info see:

https://gcc.gnu.org/onlinedocs/libstdc++/manual/configure.html
https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html

(christos)

2019-02-25 02:31:58 UTC MAIN commitmail json YAML

2019-02-25 00:51:24 UTC MAIN commitmail json YAML

2019-02-25 00:11:13 UTC MAIN commitmail json YAML

remove junk assignment.

(christos)

2019-02-24 20:06:43 UTC MAIN commitmail json YAML

2019-02-24 20:04:01 UTC MAIN commitmail json YAML

2019-02-24 20:01:33 UTC MAIN commitmail json YAML

2019-02-24 17:22:21 UTC MAIN commitmail json YAML

2019-02-21 21:54:09 UTC MAIN commitmail json YAML

Mention that ENOSPC can be returned if we exhausted the max number of
semaphores.

(christos)

2019-02-21 21:49:23 UTC MAIN commitmail json YAML

PR/53998: Joel Bertrand: Return ENOSPC when SEM_NSEMS_MAX is exceeded
instead of -1.

(christos)

2019-02-21 21:34:05 UTC MAIN commitmail json YAML

add a lint(1) comment to nothing.

(christos)

2019-02-21 21:33:34 UTC MAIN commitmail json YAML

- KNF return
- be careful with errno, only set it when it is possibly set and not before
  a system call.
- factor out a common mask comparison.

(christos)

2019-02-20 19:42:14 UTC MAIN commitmail json YAML

handle O_NOSIGPIPE too.

(christos)

2019-02-20 03:50:06 UTC MAIN commitmail json YAML

try using COPTS instead of CPPFLAGS

(christos)

2019-02-19 00:30:16 UTC MAIN commitmail json YAML

2019-02-19 00:26:58 UTC MAIN commitmail json YAML

revert previous. we don't want to change upstream code.

(christos)

2019-02-18 23:23:41 UTC MAIN commitmail json YAML

2019-02-18 23:19:36 UTC MAIN commitmail json YAML