summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
2016-05-23Place a cpu-dependent trap/illegal instruction over the remainder of theTheo de Raadt
2016-05-23remove the sysctl kern.random counters, since none of the remainingTheo de Raadt
2016-05-23remove the function pointer from mbufs. this memory is shared with dataTed Unangst
2016-05-23VOP_REALLOCBLKS() and related code is unused since the removal ofMartin Natano
2016-05-21Fix logic bug in DUID generation - we want to generate DUIDs until we haveJoel Sing
2016-05-21Cleanup some of the DUID code and refactor for readability.Joel Sing
2016-05-20Remove dead assignment/unused variable.Joel Sing
2016-05-19Let setroot() pick the boot disk based on the DUID provided in bootduid ifMark Kettenis
2016-05-19All msg buf counters are long, so lmin(9) should be used for them.Alexander Bluhm
2016-05-18Kill trailing whitespaces.Alexander Bluhm
2016-05-18Use constty and cn_devvp for checking wether to use cnwrite(). ThatAlexander Bluhm
2016-05-18rename srp_finalize to srp_gc_finalizeDavid Gwynne
2016-05-18rework the srp api so it takes an srp_ref struct that the caller provides.David Gwynne
2016-05-18Remove unnecessary cast of buflen to u_int in sockargs(). This wasTodd C. Miller
2016-05-17Allow sendsyslog(2) with LOG_CONS even when /dev/console has notAlexander Bluhm
2016-05-17Backout the previous fix for the sendsyslog(2) with LOG_CONS solution.Alexander Bluhm
2016-05-17Document NOLOCK, from Michal Mazurek.Martin Pieuchot
2016-05-15remove chroot(2) from allowed syscalls under pledge(2).Sebastien Marie
2016-05-13contrary to documentation and other implementations, kevent was preventingTed Unangst
2016-05-11remove hppa64 port, which we never got going beyond broken single users.Theo de Raadt
2016-05-10If sendsyslog(2) is called with LOG_CONS before syslogd(8) has beenAlexander Bluhm
2016-05-10SROP mitigation. sendsig() stores a (per-process ^ &sigcontext) cookieTheo de Raadt
2016-05-04Make KERN_FILE_BYPID return ESRCH when PID not found, both in sysctl andVadim Zhukov
2016-05-03Stop using a soft-interrupt context to process incoming network packets.Martin Pieuchot
2016-04-29Fix some gibbering horrors due to uninitialized struct nameidata'sBob Beck
2016-04-28careful study of the holy scrolls reveals that for pselect (and ppoll)Ted Unangst
2016-04-281) Split pledge whitelist path handling out of pledge_namei() and intoBob Beck
2016-04-28fix logic bug in deciding if we have UVM_PLA_NOWAIT or not in buf_realloc_pagesBob Beck
2016-04-26copy_statfs_info() is not only used by ufs, but by other filesystems too,Martin Natano
2016-04-26fix off by one in vfs_vnode_print - found by miodBob Beck
2016-04-25remove systrace remnantsTed Unangst
2016-04-25boom goes the dynamiteTed Unangst
2016-04-25simplifies the check for allowing only promisesSebastien Marie
2016-04-25removes an unneeded check on flags (used historically when tame(2) was usingSebastien Marie
2016-04-15remove ml_filter, mq_filter, niq_filter.David Gwynne
2016-04-08add m_purge for freeing a list of mbufs linked via m_nextpktDavid Gwynne
2016-04-07Share clone bitmap between aliased vnodes. This prevents duplicate cloneMartin Natano
2016-04-06correct the order of arguments to m_get in m_dup_pktDavid Gwynne
2016-04-05Increase size of the clone bitmap (revised diff after revert). I haveMartin Natano
2016-04-01Revert the clone bitmap enlargement changeMike Belopuhov
2016-03-31Increase size of the clone bitmap. A limit of only 64 device clonesMartin Natano
2016-03-30regeneratePhilip Guenther
2016-03-30Add getlogin_r syscall that checks and returns errors like userspacePhilip Guenther
2016-03-29In setlogin(), don't change anything on error.Philip Guenther
2016-03-29- packet must keep reference to statekeyAlexandr Nedvedicky
2016-03-29Use a macro to check if a thread has a sibling.Martin Pieuchot
2016-03-29add back $OpenBSD$Jonathan Gray
2016-03-28regenMark Kettenis
2016-03-28Make sure that a thread that calls sched_yield(2) ends up on the run queueMark Kettenis
2016-03-27When pulling and unmounting an umass USB stick, the file systemAlexander Bluhm