Age | Commit message (Expand) | Author |
2012-04-12 | New system call: getdtablecount(2) returns the number of file | Theo de Raadt |
2012-04-12 | dup() was calling fd_used() twice for the new file descriptor. Seperate | Theo de Raadt |
2012-04-12 | move accounting flags to struct process; idea and ok guenther | Mike Belopuhov |
2012-04-11 | fix all the suser calls which pass an incorrect p_acflag argument; | Mike Belopuhov |
2012-04-11 | tedu struct omsghdr | Theo de Raadt |
2012-04-11 | Move the P_WAITED flag from struct proc to struct process. | Mark Kettenis |
2012-04-11 | The first ktrace record for a newly spawned thread is a return | Mike Belopuhov |
2012-04-11 | In sendmsg() permit at most 10% of maxfiles to be in-flight | Theo de Raadt |
2012-04-11 | SLIST_REMOVE_NEXT -> SLIST_REMOVE_AFTER for better consistency and | Christian Weisgerber |
2012-04-11 | vmmap: speed up allocations | Ariane van der Steldt |
2012-04-10 | Add a start record to the ktrace and use a special magic string "KTR" | Mike Belopuhov |
2012-04-10 | Count traps and fpu context switches. | Miod Vallat |
2012-04-10 | Make the KERN_NPROCS and KERN_MAXPROC sysctl()s and the RLIMIT_NPROC rlimit | Philip Guenthe |
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 | POSIX locks should track the process's pid and not the thread's id | Philip Guenthe |
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-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 | 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 | 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 | match BELKIN F7D2102; from Seth Jackson | Theo de Raadt |
2012-04-08 | add BELKIN F7D2102; Seth Jackson | Theo de Raadt |
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-06 | Implement PT_GET_THREAD_FIRS and PT_GET_THREAD_NEXT. | Mark Kettenis |
2012-04-06 | Make the logic for PMAP_PREFER() and the logic, inside pmap, to do the | Miod Vallat |
2012-04-06 | Rework IP22 RTC year base computation, again. It turns out that different | Miod Vallat |
2012-04-06 | Get serial console speed from ARCBios earlier; repairs serial console on Octane | Miod Vallat |
2012-04-06 | Put raidframe in the attic. | Joel Sing |
2012-04-06 | tedu the raidframe. | Joel Sing |
2012-04-06 | ruadd() does the summing of system and user times, so doing so again | Philip Guenthe |
2012-04-05 | In the neverending tradition of never making things simple, SGI used 1940 as | Miod Vallat |
2012-04-05 | Bail out of bus_dmamap_sync() earlier in the non-PREWRITE cases on TGT_COHERENT | Miod Vallat |
2012-04-05 | Lower ZS_DELAY() back to what it was, but issue a bus_space_barrier() after | Miod Vallat |
2012-04-05 | Add an explicit bus_space_barrier() function for revision 3 hpc, which has a | Miod Vallat |
2012-04-05 | DMA descriptors only need to be aligned on 8-byte boundaries, and the struct | Miod Vallat |
2012-04-05 | regen | Jonathan Gray |
2012-04-05 | add some devices found on a r720 | Jonathan Gray |
2012-04-05 | As it was made evident by Olaf 'Rhialto' Seibert in the NetBSD PR 34583, | Mike Belopuhov |
2012-04-04 | Make sure that identifycpu() is run only once; fixes occasional | Mike Belopuhov |