Age | Commit message (Expand) | Author |
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 |
2012-04-08 | Minimal threads debug support for powerpc. | Mark Kettenis |
2012-04-08 | no more lint; | Jason McIntyre |
2012-04-08 | no more lint; | Jason McIntyre |
2012-04-08 | tedu lint | Jonathan Gray |
2012-04-08 | sync | Theo de Raadt |
2012-04-08 | unhook lint from the tree. The parser is incomplete and difficult | Jonathan Gray |
2012-04-08 | additional urtwn device ids found in the linux driver | Jonathan Gray |
2012-04-08 | regen | Jonathan Gray |
2012-04-08 | additional urtwn device ids found in the linux driver | Jonathan Gray |
2012-04-08 | Missed kbproto documentation directory. | Matthieu Herrb |
2012-04-08 | New directories for protocol documentation. | Matthieu Herrb |
2012-04-08 | regen | Jonathan Gray |
2012-04-08 | add ids for Attansic/Atheros L1F (AR8161) and L2F (AR8162). | Jonathan Gray |
2012-04-08 | additional adapter types from FreeBSD | Jonathan Gray |
2012-04-08 | Do not fire name timer when automatic-rename is off, from Tim Ruehsen a | Nicholas Marriott |
2012-04-08 | match BELKIN F7D2102; from Seth Jackson | Theo de Raadt |
2012-04-08 | add BELKIN F7D2102; Seth Jackson | Theo de Raadt |
2012-04-08 | add the evtimout rate-limiting code for accept() here too. | Theo de Raadt |
2012-04-07 | Rate-limit accepting of new connections while we are experiencing fd | Christiano F. Haesbaert |
2012-04-07 | The Route Distinguishers should not be used to control distribution. | Claudio Jeker |
2012-04-07 | Tweak FAT detection/usage. Recognize 'bare' FAT media that lacks | Kenneth R Westerback |
2012-04-07 | Bring the rtable sockopt code in line with the setrtable() implementation. | Claudio Jeker |
2012-04-07 | remove superfluous return, ok mikeb | Camiel Dobbelaar |
2012-04-07 | Minimal threads debug support for sparc64. | Mark Kettenis |
2012-04-07 | The wcookie is per-process, not per-thread. | Mark Kettenis |
2012-04-07 | Fix previous commit; the function signatures are different for our in-tree | Mark Kettenis |
2012-04-07 | grammar fix; | Jason McIntyre |
2012-04-06 | range check st_size before calling calloc() | Theo de Raadt |