]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Unbreak the build for arm and powerpc.
[FreeBSD/FreeBSD.git] / sys / sys /
2008-04-12 krisTrylocks were implemented, remove stale comment
2008-04-11 delphijInstead of rolling our own jail number allocation proce...
2008-04-11 jeff - Add the interrupt vector number to intr_event_create...
2008-04-10 sosAdd experimental support for SATA Port Multipliers
2008-04-10 delphijAdd memrchr(3).
2008-04-08 jkim- Add write(2) support for psm(4) in native operation...
2008-04-08 samo add a mountroot event handler that fires when / is...
2008-04-08 kibBump __FreeBSD_version after the implementation of...
2008-04-08 kibImplement the linux syscalls
2008-04-07 attilio- Use a different encoding for lockmgr options: make...
2008-04-06 attilioBump __FreeBSD_version in order to reflect lockmgr_rw...
2008-04-06 attilioOptimize lockmgr in order to get rid of the pool mutex...
2008-04-05 jhbAdd a MI intr_event_handle() routine for the non-INTR_F...
2008-04-04 jeff - Add a Nokia copyright to cpuset to reflect their...
2008-04-02 jeffImplement per-cpu callout threads, wheels, and locks.
2008-04-02 davidxuIntroduce kernel based userland rwlock. Each umtx chain...
2008-04-01 attilioBump __FreeBSD_version in order to reflect rw_try_rlock...
2008-04-01 attilioAdd rw_try_rlock() and rw_try_wlock() to rwlocks.
2008-03-31 kibAdd the libc glue and headers definitions for the ...
2008-03-31 kibRegen
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...
next