Age | Commit message (Expand) | Author |
2012-04-11 | In sendmsg() permit at most 10% of maxfiles to be in-flight | Theo de Raadt |
2012-04-11 | guenther and kettenis say THREAD_PID_OFFSET shouldn't be subtracted | Mike Belopuhov |
2012-04-11 | tweak previous; | Jason McIntyre |
2012-04-11 | now that sshd defaults to offering ECDSA keys, ssh-keyscan should also | Damien Miller |
2012-04-11 | SLIST_REMOVE_NEXT -> SLIST_REMOVE_AFTER for better consistency and | Christian Weisgerber |
2012-04-11 | don't spin in accept() when out of fds (ENFILE/ENFILE) - back off for a | Damien Miller |
2012-04-11 | Support "none" as an argument for AuthorizedPrincipalsFile to indicate | Damien Miller |
2012-04-11 | don't spin in accept() when out of fds (ENFILE/ENFILE) - back off for a | Damien Miller |
2012-04-11 | add -H to usage(); | Jason McIntyre |
2012-04-11 | Provide __tfork_thread() for hppa64. This makes libc compile again. | Joel Sing |
2012-04-11 | libkvm: minor bump | Ariane van der Steldt |
2012-04-11 | vmmap: speed up allocations | Ariane van der Steldt |
2012-04-11 | Minor bump after my previous commit. Noticed by deraadt@. | Paul Irofti |
2012-04-11 | Add pthread barrier support. | Paul Irofti |
2012-04-11 | if we ever activate that, this may need fixing | Marc Espie |
2012-04-11 | fuss with details | Marc Espie |
2012-04-11 | fix install to cope with 0-sized mmap now returning EINVAL. | Marc Espie |
2012-04-11 | Minimal threads support for i386. | Mark Kettenis |
2012-04-11 | delete excessive evtimer_pending; ok claudio | Theo de Raadt |
2012-04-11 | rate limiting of accept() in various cases. Testing by jmatthew. there | Theo de Raadt |
2012-04-11 | Do rate limiting of accept() when under pressure, like in other recent | Theo de Raadt |
2012-04-11 | accept() pacing on the control socket if E*FILE errors are returned. | Claudio Jeker |
2012-04-11 | new clean-room manpages for posix_spawn, unencumbered by any POSIX bullshit. | Marc Espie |
2012-04-11 | Silence gcc warnings. | Antoine Jacoutot |
2012-04-11 | Turn automatic-rename off properly if turned off by renaming a | Nicholas Marriott |
2012-04-11 | Stop accepting new clients for 1 second on EMFILE/ENFILE. Based on | Nicholas Marriott |
2012-04-11 | Use "unsigned int" rather than "unsigned". No object change. | Alexandre Ratchov |
2012-04-10 | pthread_setcanceltype() shouldn't be a cancelation point | Philip Guenthe |
2012-04-10 | Add a start record to the ktrace and use a special magic string "KTR" | Mike Belopuhov |
2012-04-10 | prevent dpb trace handler from getting in the way of normal usage error reports. | Marc Espie |
2012-04-10 | Do not pick the network number as alias on entries with no alias | Eric Faurot |
2012-04-10 | Count traps and fpu context switches. | Miod Vallat |
2012-04-10 | Document new KERN_NTHREADS and KERN_MAXTHREAD sysctls | Philip Guenthe |
2012-04-10 | Make the KERN_NPROCS and KERN_MAXPROC sysctl()s and the RLIMIT_NPROC rlimit | Philip Guenthe |
2012-04-10 | Build with -O1 on vax for now, pcre_exec can not build with -O2. | Miod Vallat |
2012-04-10 | Don't try to mmap a zero length file, from NetBSD. | Antoine Jacoutot |
2012-04-10 | When converting the timeout to ticks, both round up and add one to account | Philip Guenthe |
2012-04-10 | Return EINVAL on 0-byte mmap invocation. | Ariane van der Steldt |
2012-04-10 | remove unused variable. | Charles Longeau |
2012-04-10 | POSIX locks should track the process's pid and not the thread's id | Philip Guenthe |
2012-04-10 | Handle file descriptor exhaustion in the accept() case. | Theo de Raadt |
2012-04-09 | No need to round VCEI addresses, and VCED addresses only need to be rounded | Miod Vallat |
2012-04-09 | Attach eisa devices after all the onboard devices have attached rather than | Miod Vallat |
2012-04-09 | More errata bandaid for the R4000SC is necessary in the tlb handlers. | Miod Vallat |
2012-04-09 | If running on the original 33C93, reject commands not in groups 0, 1 or 5 | Miod Vallat |
2012-04-09 | Cope with strict alignment platforms, and unbreak the RX logic. Tested with | Miod Vallat |
2012-04-09 | Minimal threads support for mips64. | Mark Kettenis |
2012-04-08 | Sync with the current state of things | Miod Vallat |
2012-04-08 | Enable option CPU_R4600, verified to work on an R4600PC Indy. The secondary | Miod Vallat |
2012-04-08 | Be more careful when reprogramming the sq(4) DMA and PIO timing parameters; | Miod Vallat |