summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2012-04-15Tell Indy and Challenge S apart.Miod Vallat
2012-04-15Add option EISAVERBOSE to IP22 kernelsMiod Vallat
2012-04-14User area hasn't been double-mapped in a long timePhilip Guenthe
2012-04-14If single threading is active, drirect the SIGKILL signal we send to orphanedMark Kettenis
2012-04-14Do not just return in case the provided control buffer is too short sinceClaudio Jeker
2012-04-14Use DLT_LOOP for all tunneling interfaces.YASUOKA Masahiko
2012-04-14Free tmp buffer in case the cluster allocation failed. Found by David Hill.Claudio Jeker
2012-04-14regenMatthieu Herrb
2012-04-14add Radeon Mobility HD 5430Matthieu Herrb
2012-04-14Revert rev 1.58, as it frees an uninitialized pointerPhilip Guenthe
2012-04-13gc unused functionTheo de Raadt
2012-04-13For now, direct the kill signal sent by PT_KILL to the thread that made usMark Kettenis
2012-04-13Don't convert a mbuf to a cluster and think the data in the mbuf is stillClaudio Jeker
2012-04-13Backout a tiny part of the previous commit. Decrementing ps_singlecount inMark Kettenis
2012-04-13oops, wrong version of diff in previousTheo de Raadt
2012-04-13Do not clamp the file descriptors to the buffer size; that leads toTheo de Raadt
2012-04-13Avoid horrible namespace pollution of <machine/signal.h> pulling inMiod Vallat
2012-04-13First stab at making ptrace(2) usable for debugging multi-threaded programs.Mark Kettenis
2012-04-13Fix waiting problem at boot on AMD Hudson's AHCI.sasano
2012-04-13unneccessary casts to unsigned; ok claudioTheo de Raadt
2012-04-12In this case where dup2() extends the table using fdalloc, the newlyTheo de Raadt
2012-04-12rfork cleanupPhilip Guenthe
2012-04-12Remove dead UBC codeAriane van der Steldt
2012-04-12Add per thread accounting, mainly for usage & friends.Paul Irofti
2012-04-12hibernate: fix lock/unlock mismatchAriane van der Steldt
2012-04-12If the "main" thread exits it stays around but unlinks itself from theMark Kettenis
2012-04-12more rfork mop-upTheo de Raadt
2012-04-12syncTheo de Raadt
2012-04-12remove rfork(); ok guenther miodTheo de Raadt
2012-04-12PT_GETXMMREGS and PT_SETXMMREGS can take a TID.Mark Kettenis
2012-04-12uvm: keep track of maxrssAriane van der Steldt
2012-04-12syncTheo de Raadt
2012-04-12kill lfs system call lines and libc stubsTheo de Raadt
2012-04-12syncTheo de Raadt
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