Age | Commit message (Expand) | Author |
2012-06-20 | Delete some more SUBDIR += mac68k. | Matthew Dempsky |
2012-06-20 | Now that many of the daemons in the tree can actually cope with file | Theo de Raadt |
2012-06-20 | fix tree | Theo de Raadt |
2012-06-20 | RIP mac68k. No one loves you anymore. | Matthew Dempsky |
2012-06-20 | Fix some hibernate issues on machines with > 3.5GB phys mem | Mike Larkin |
2012-06-20 | Cleanup our filesystem pathconf() code a little bit to make it easier | Matthew Dempsky |
2012-06-20 | Fix GCC's use of _POSIX_PRIORITY_SCHEDULING and | Matthew Dempsky |
2012-06-20 | With MP rthread setups, we cannot remove the X permission from the GOT | Theo de Raadt |
2012-06-20 | two small fixes to free page cache. first, we need two nibbles of random | Ted Unangst |
2012-06-20 | Remove a couple of unused variables from redbrain at gcc dot gnu dot org. | Nicholas Marriott |
2012-06-20 | Copy the set_tls_base flag when forking. | Paul Irofti |
2012-06-20 | - urndis_match() should support multiple interface descriptors. | Federico G. Schwindt |
2012-06-20 | Reflect the changes made by RFC 3542 | Philip Guenthe |
2012-06-20 | typo; netbsd -r1.10 | Jason McIntyre |
2012-06-20 | Handle PT_GET_THREAD_* | Philip Guenthe |
2012-06-20 | CLOCK_* moved from sys/time.h to sys/_time.h | Philip Guenthe |
2012-06-20 | make a list format more nicely; ok lum | Jason McIntyre |
2012-06-20 | initialise accept() backoff timer to avoid EINVAL from select(2) in | Damien Miller |
2012-06-19 | tweak previous; ok markus | Jason McIntyre |
2012-06-19 | various small markup fixes; ok lum | Jason McIntyre |
2012-06-19 | Remove hidden options that are not needed any more, | Alexandre Ratchov |
2012-06-19 | avoid shell code errors | Marc Espie |
2012-06-19 | Use calloc() instead of malloc() for allocating the disk stats. | Matthew Dempsky |
2012-06-19 | sshd_config: extend Match to allow AcceptEnv and {Allow,Deny}{Users,Groups} | Markus Friedl |
2012-06-19 | use warn() instead of perror(), like the rest of the code does | Theo de Raadt |
2012-06-19 | simplify includes prereq/req order: | Marc Espie |
2012-06-19 | for arithmetic expressions, note that: | Jason McIntyre |
2012-06-19 | sync | Theo de Raadt |
2012-06-19 | Count should always start from zero. | Paul Irofti |
2012-06-19 | Set the appropiate return value on futex wait. | Paul Irofti |
2012-06-19 | Avoid eternal sleep. | Paul Irofti |
2012-06-19 | Add extra argument validation for the futex syscall. | Paul Irofti |
2012-06-19 | - remove outdated comment, we already do an equivalent of linux' access_ok() | Jasper Lievisse Adriaanse |
2012-06-19 | Regenerate. | Paul Irofti |
2012-06-19 | Implement linux_sys_tgkill. | Paul Irofti |
2012-06-19 | Regenerate. | Paul Irofti |
2012-06-19 | Add dummies for the epoll and eventfd syscall families. | Paul Irofti |
2012-06-19 | Add socket type mask to filter out implementation specific flags. | Paul Irofti |
2012-06-19 | sync the descriptions of /etc/passwd; | Jason McIntyre |
2012-06-19 | oops, forgot to install getdtablecount(2); noted by tedu | Theo de Raadt |
2012-06-19 | add libtool to base, okay deraadt@, jasper@, millert@... | Marc Espie |
2012-06-19 | Improve debug output and fix some style. No functional change. | Paul Irofti |
2012-06-19 | Change the pool_get() flags from WAITOK to NOWAIT. | Paul Irofti |
2012-06-19 | There are five main sections, not four, since routing domain support was added. | Stuart Henderson |
2012-06-19 | Fix punctuation and merge two paragraphs into one to make it read | Lawrence Teo |
2012-06-19 | Add more pathconf(2) variables from POSIX. | Matthew Dempsky |
2012-06-18 | s/empy/empty/ typo fix | Matthew Dempsky |
2012-06-18 | Support larger-than-page-alignment requests in posix_memalign() by | Matthew Dempsky |
2012-06-18 | Do not try to get the description of an unexisting video format, | Martin Pieuchot |
2012-06-18 | Add a BACKUP FILES section. | lum |