summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2012-04-12New system call: getdtablecount(2) returns the number of fileTheo de Raadt
2012-04-12dup() was calling fd_used() twice for the new file descriptor. SeperateTheo de Raadt
2012-04-12move accounting flags to struct process; idea and ok guentherMike Belopuhov
2012-04-11fix all the suser calls which pass an incorrect p_acflag argument;Mike Belopuhov
2012-04-11tedu struct omsghdrTheo de Raadt
2012-04-11Move the P_WAITED flag from struct proc to struct process.Mark Kettenis
2012-04-11The first ktrace record for a newly spawned thread is a returnMike Belopuhov
2012-04-11In sendmsg() permit at most 10% of maxfiles to be in-flightTheo de Raadt
2012-04-11SLIST_REMOVE_NEXT -> SLIST_REMOVE_AFTER for better consistency andChristian Weisgerber
2012-04-11vmmap: speed up allocationsAriane van der Steldt
2012-04-10Add a start record to the ktrace and use a special magic string "KTR"Mike Belopuhov
2012-04-10Count traps and fpu context switches.Miod Vallat
2012-04-10Make the KERN_NPROCS and KERN_MAXPROC sysctl()s and the RLIMIT_NPROC rlimitPhilip Guenthe
2012-04-10When converting the timeout to ticks, both round up and add one to accountPhilip Guenthe
2012-04-10Return EINVAL on 0-byte mmap invocation.Ariane van der Steldt
2012-04-10POSIX locks should track the process's pid and not the thread's idPhilip Guenthe
2012-04-09No need to round VCEI addresses, and VCED addresses only need to be roundedMiod Vallat
2012-04-09Attach eisa devices after all the onboard devices have attached rather thanMiod Vallat
2012-04-09More errata bandaid for the R4000SC is necessary in the tlb handlers.Miod Vallat
2012-04-09If running on the original 33C93, reject commands not in groups 0, 1 or 5Miod Vallat
2012-04-09Cope with strict alignment platforms, and unbreak the RX logic. Tested withMiod Vallat
2012-04-08Enable option CPU_R4600, verified to work on an R4600PC Indy. The secondaryMiod Vallat
2012-04-08Be more careful when reprogramming the sq(4) DMA and PIO timing parameters;Miod Vallat
2012-04-08additional urtwn device ids found in the linux driverJonathan Gray
2012-04-08regenJonathan Gray
2012-04-08additional urtwn device ids found in the linux driverJonathan Gray
2012-04-08regenJonathan Gray
2012-04-08add ids for Attansic/Atheros L1F (AR8161) and L2F (AR8162).Jonathan Gray
2012-04-08additional adapter types from FreeBSDJonathan Gray
2012-04-08match BELKIN F7D2102; from Seth JacksonTheo de Raadt
2012-04-08add BELKIN F7D2102; Seth JacksonTheo de Raadt
2012-04-07Tweak FAT detection/usage. Recognize 'bare' FAT media that lacksKenneth R Westerback
2012-04-07Bring the rtable sockopt code in line with the setrtable() implementation.Claudio Jeker
2012-04-07remove superfluous return, ok mikebCamiel Dobbelaar
2012-04-06Implement PT_GET_THREAD_FIRS and PT_GET_THREAD_NEXT.Mark Kettenis
2012-04-06Make the logic for PMAP_PREFER() and the logic, inside pmap, to do theMiod Vallat
2012-04-06Rework IP22 RTC year base computation, again. It turns out that differentMiod Vallat
2012-04-06Get serial console speed from ARCBios earlier; repairs serial console on OctaneMiod Vallat
2012-04-06Put raidframe in the attic.Joel Sing
2012-04-06tedu the raidframe.Joel Sing
2012-04-06ruadd() does the summing of system and user times, so doing so againPhilip Guenthe
2012-04-05In the neverending tradition of never making things simple, SGI used 1940 asMiod Vallat
2012-04-05Bail out of bus_dmamap_sync() earlier in the non-PREWRITE cases on TGT_COHERENTMiod Vallat
2012-04-05Lower ZS_DELAY() back to what it was, but issue a bus_space_barrier() afterMiod Vallat
2012-04-05Add an explicit bus_space_barrier() function for revision 3 hpc, which has aMiod Vallat
2012-04-05DMA descriptors only need to be aligned on 8-byte boundaries, and the structMiod Vallat
2012-04-05regenJonathan Gray
2012-04-05add some devices found on a r720Jonathan Gray
2012-04-05As it was made evident by Olaf 'Rhialto' Seibert in the NetBSD PR 34583,Mike Belopuhov
2012-04-04Make sure that identifycpu() is run only once; fixes occasionalMike Belopuhov