Age | Commit message (Expand) | Author |
2014-11-16 | Rework the __thrsigdivert (aka sigwait()) handling: instead of interfering | Philip Guenther |
2014-11-16 | Add cas(4). | Brad Smith |
2014-11-16 | Don't restart syscalls on SIGTHR. When a cancellation happens, we need to | Philip Guenther |
2014-11-16 | Don't assume __thrsigdivert() autorestarts on EINTR. This lets us check for | Philip Guenther |
2014-11-16 | Delete a test which required behavior not defined by the spec | Philip Guenther |
2014-11-16 | Remove a bogotified comment | Philip Guenther |
2014-11-16 | Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>, | Philip Guenther |
2014-11-16 | Stop using <sys/param.h>; replace MAXPATHLEN with PATH_MAX, stop using MAX(), | Philip Guenther |
2014-11-16 | so old it becomes untrue | Theo de Raadt |
2014-11-16 | Correct the first release tmpfs was shipped with. | Brad Smith |
2014-11-16 | Don't save the return from getindent() if you don't need it; adjust | Philip Guenther |
2014-11-16 | pull in <time.h> for struct timespec | Philip Guenther |
2014-11-16 | ctype macros/functions expect unsigned char values. Note that the lgetc() | Philip Guenther |
2014-11-16 | scroll_fwd should be const char * | Philip Guenther |
2014-11-16 | constipate charcost() | Philip Guenther |
2014-11-16 | correct type in sizeof by switching to sizeof(*ptr). (harmless) | Ted Unangst |
2014-11-15 | Delete some unnecessary #includes | Philip Guenther |
2014-11-15 | Don't need <sys/types.h> before <sys/ipc.h> anymore | Philip Guenther |
2014-11-15 | Per POSIX, we now only require <sys/msg.h>, <sys/sem.h>, or <sys/shm.h> | Philip Guenther |
2014-11-15 | Objects for the executable can be PIE instead of PIC, so remove the sparc64 | Philip Guenther |
2014-11-15 | Pull in sys/types.h for the necessary typedefs | Philip Guenther |
2014-11-15 | repair operator precedence in UVM_MAPFLAG() macro; ok tedu | Theo de Raadt |
2014-11-15 | Call munmap with the same size argument as mmap. | Tobias Stoeckmann |
2014-11-15 | Reword vacation(1)'s one-line description. | Anthony J. Bentley |
2014-11-15 | Reduce instances of `` '' in manuals. | Anthony J. Bentley |
2014-11-15 | No point in documenting an outright bug fixed in 4.3BSD. | Anthony J. Bentley |
2014-11-15 | use siphash in the in_pcb hashing. this mitigates it against flooding | David Gwynne |
2014-11-15 | regen | Brad Smith |
2014-11-15 | Add Intel QS77 LPC. | Brad Smith |
2014-11-15 | wire siphash into the build so in_pcb hashes can use it. | David Gwynne |
2014-11-15 | hoist the slowdown handling up to the pool_do_get callers. this lets | David Gwynne |
2014-11-15 | Fix a mistake in a comment. | Doug Hogan |
2014-11-15 | remove useless casts (and the comments saying lint complains about them) | Ted Unangst |
2014-11-15 | ELF files have moved up a level | Philip Guenther |
2014-11-15 | ELF uberalles, so move the files up out of common_elf | Philip Guenther |
2014-11-15 | put gccbug in comp on all platforms where we have it. ok deraadt@ | Daniel Dickman |
2014-11-15 | Make -q (quiet) and -d (don't daemonize) options mutually exclusive. | Kenneth R Westerback |
2014-11-15 | add sizes for free(ptr, sizeof(*ptr)). use sizeof(*ptr) for malloc sizes. | Ted Unangst |
2013-12-28 | Move atexit(3) into crtbegin.c and certbeginS.c such that we can pass the | Mark Kettenis |
2013-12-12 | Fix static linking of libpthread: have crt0 invoke __init_tcb() if it's | Philip Guenther |
2013-12-03 | Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros in | Philip Guenther |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-09-08 | Reverse the order that ctors and dtors are run in accordance with | Matthew Dempsky |
2012-08-28 | Add __guard_local as a hidden symbol to ld.so, kernel, and every | Matthew Dempsky |
2010-05-01 | Sprinkle a few __used markers to prevent gcc4 from throwing away essential | Mark Kettenis |
2009-07-14 | Don't specify mode(SI) attribute for __EH_FRAME_END__ as we have | Jonathan Gray |
2009-04-13 | Add gcj java class registration hooks for gcc3 elf archs. From NetBSD | Kurt Miller |
2009-03-06 | Work-around a gcc3 -g bug causing debug ld.so to crash. | Kurt Miller |
2009-02-04 | Tag ELF shared libraries as OpenBSD. | Mark Kettenis |
2007-09-03 | Add __cxa_atexit() support for gcc3. This provides support for shared object... | Todd C. Miller |