]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Implement the fexecve(2) syscall.
[FreeBSD/FreeBSD.git] / sys / sys /
2008-03-31 kibImplement the fexecve(2) syscall.
2008-03-31 kibImplement the
2008-03-31 kibAdd the support for the AT_FDCWD and fd-relative name...
2008-03-31 kibAdd the constant definition needed by the implementatio...
2008-03-31 kibAdd the utility function vn_commname() to retrieve...
2008-03-30 jeff - Consistently return EDEADLK when presented with...
2008-03-28 emasteImplement FSACTL_LNX_GET_FEATURES and FSACTL_GET_FEATUR...
2008-03-28 attilioBump __FreeBSD_version in order to reflect BUF_LOCKWAIT...
2008-03-28 attiliob_waiters cannot be adequately protected by the interlo...
2008-03-28 psAdd support to mincore for detecting whether a page...
2008-03-28 attilio_lockmgr_args() accepts a 'char *' string as file,...
2008-03-28 attilioInstruments buffer lock objects in order to track corre...
2008-03-26 phkThe "free-lance" timer in the i8254 is only used for...
2008-03-26 dfrBump __FreeBSD_version for the addition of 'l_sysid...
2008-03-26 dfrRegen.
2008-03-26 dfrAdd the new kernel-mode NFS Lock Manager. To use it...
2008-03-25 scottlImplement taskqueue_block() and taskqueue_unblock(...
2008-03-25 samadd __noinline
2008-03-25 ruReplaced the misleading uses of a historical artefact...
2008-03-25 ruRegen after changing prototypes of cpuset_{get,set...
2008-03-25 ruFixed type of the fourth argument of cpuset_{get,set...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samo add M_PROTO[678]; they'll be needed by net80211 vap...
2008-03-24 csjpBump the FreeBSD version for zerocopy bpf buffers and...
2008-03-24 jeff - Remove an old comment; vnodes have been working...
2008-03-23 kibYield the cpu in the kernel while iterating the list...
2008-03-22 jeff - Complete part of the unfinished bufobj work by consi...
2008-03-21 jeff - Add a new td flag TDF_NEEDSUSPCHK that is set whenev...
2008-03-20 jhbImplement a BUS_BIND_INTR() method in the bus interface...
2008-03-20 emasteAdd ioctls FSACTL_SEND_LARGE_FIB, FSACTL_SEND_RAW_SRB,
2008-03-20 jeff - Restore runq to manipulating threads directly by...
2008-03-20 jeff - Remove the unused and redundant sched_newproc()...
2008-03-20 delphijThis commit was generated by cvs2svn to compensate...
2008-03-20 jeff - Move maybe_preempt() from kern_switch.c to sched_4bs...
2008-03-19 obrienThis commit was generated by cvs2svn to compensate...
2008-03-19 sobomaxRevert previous change - it appears that the limit...
2008-03-19 jeff - Relax requirements for p_numthreads, p_threads,...
2008-03-17 jhbSimplify the interrupt code a bit:
2008-03-17 kibFix two races in the handling of the d_gianttrick for...
2008-03-17 phkAdd a "spindown" facility to ata-disks: If no requests...
2008-03-16 pjd- Use wait-free method to manage ui_sbsize and ui_procc...
2008-03-16 pjdImplement soon-to-be-used rw_unlock() macro.
2008-03-16 rwatsonRemove trailing ';' from C_SYSINIT() macro definition...
2008-03-16 rwatsonIn keeping with style(9)'s recommendations on macros...
2008-03-16 sobomaxProperly set size of the file_zone to match kern.maxfil...
2008-03-15 impBUS_DMA_ISA is left over from Alpha, and is not used...
2008-03-14 jhbAdd preliminary support for binding interrupts to CPUs:
2008-03-13 davidxuAdd const qualifier to cpuset mask's pointer, since...
2008-03-12 delphijThis commit was generated by cvs2svn to compensate...
2008-03-12 remkoAdd missing comma.
2008-03-12 jeffRemove kernel support for M:N threading.
2008-03-12 jeff - Bump __FreeBSD_version for sleepq/cv_* api changes.
2008-03-12 jeff - Pass the priority argument from *sleep() into sleepq...
2008-03-10 jeff - Add a sched_preempt() routine to be called by md...
2008-03-09 impAny driver that relies on its parent to set the devclas...
2008-03-08 antoineBump __FreeBSD_version for F_DUP2FD command to fcntl(2)
2008-03-08 antoineIntroduce a new F_DUP2FD command to fcntl(2), for compa...
2008-03-07 syrinxThis commit was generated by cvs2svn to compensate...
2008-03-06 marcelMove the PCPU_MD_FIELDS last in struct pcpu. While...
2008-03-05 jeff - Verify that when a user supplies a mask that is...
2008-03-02 jeff - Remove the old smp cpu topology specification with...
2008-03-02 jeff - Regen for cpuset
2008-03-02 jeffAdd cpuset, an api for thread to cpu binding and cpu...
2008-03-02 jeff - Add a new sched_affinity() api to be used in the...
2008-03-02 marcelAdd support for VTOC8 labels (aka sun disk labels)...
2008-03-01 attilioSplit the kernel / userland interface with propert...
2008-03-01 attilioBump __FreeBSD_version in order to reflect:
2008-03-01 attilio- Handle buffer lock waiters count directly in the...
2008-02-25 attilioBump __FreeBSD_version in order to signal lockstatus...
2008-02-25 attilioAxe the 'thread' argument from VOP_ISLOCKED() and locks...
2008-02-25 ruMake again BSD ar(1) the default system ar(1), now...
2008-02-24 attilioIntroduce some functions in the vnode locks namespace...
2008-02-23 desThis patch adds a new ktrace(2) record type, KTR_STRUCT...
2008-02-21 kaiwBack out previous commit. Restore Binutils ar as defaul...
2008-02-21 kaiw* Connect ar(1) to the build and make it default ar...
2008-02-15 attilioBump __FreeBSD_version in order to signal introduction...
2008-02-15 attilio- Introduce lockmgr_args() in the lockmgr space. This...
2008-02-15 rwatsonAdd privilege PRIV_NNPFS_DEBUG for use with Arla/nnpfs...
2008-02-15 scottlTeach the dump and minidump code to respect the maxiosz...
2008-02-13 jhbAdd an automatic kernel module version dependency to...
2008-02-13 attilioBump __FreeBSD_version after the introduction of:
2008-02-13 attilio- Add real assertions to lockmgr locking primitives.
2008-02-12 csjpMake sure we restrict Linux only IPC calls from being...
2008-02-12 ruRegenerate for readlink(2).
2008-02-12 ruChange readlink(2)'s return type and type of the last...
2008-02-11 rafanThis commit was generated by cvs2svn to compensate...
2008-02-10 attilio- Revert last ehci.c change
2008-02-09 attilioUse LOCK_FILE and LOCK_LINE where necessary instead...
2008-02-09 marcusAdd support for displaying a process' current working...
2008-02-08 sambelated bump for the addition of m_collapse
2008-02-07 jeff - Add THREAD_LOCKPTR_ASSERT() to assert that the threa...
2008-02-06 jeffAdaptive spinning in write path with readers and writer...
2008-02-06 attilioBump __FreeBSD_version in order to reflect introduction...
2008-02-06 attilioAdd WITNESS support to lockmgr locking primitive.
2008-02-04 rwatsonFurther clean up sorflush:
2008-02-03 phkGive sendfile(2) a SF_SYNC flag which makes it wait...
2008-02-02 obrienThis commit was generated by cvs2svn to compensate...
next