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