]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Move some stuff into headers where they belong.
[FreeBSD/FreeBSD.git] / sys / kern /
2006-08-17 gshapiroThis commit was generated by cvs2svn to compensate...
2006-08-16 peterGrab two syscall numbers. One is used to emulate funct...
2006-08-16 guidoThis commit was generated by cvs2svn to compensate...
2006-08-16 cpercivaSwap the names "sem_exithook" and "sem_exechook" in...
2006-08-15 jhbAdd a new 'show sleepchain' ddb command similar to...
2006-08-15 jhb- When spinning on a spin lock, if the debugger is...
2006-08-15 jhbRegen to propogate <prefix>_AUE_<mumble> changes as...
2006-08-15 jhbAdd a new set of macros <prefix>_AUE_<syscallname>...
2006-08-15 jhb- Use NOSTD rather than NOIMPL for nfssvc() to match...
2006-08-15 jhbRename 'show lockchain' to 'show locktree' and 'show...
2006-08-15 jhbAdd a 'show lockmgr' command that dumps the relevant...
2006-08-15 netchild- Change process_exec function handlers prototype to...
2006-08-13 rwatsonMinor white space tweaks.
2006-08-12 alcReduce the scope of the page queues lock in vm_pgmoveco...
2006-08-11 rwatsonBefore performing a sodealloc() when pru_attach() fails...
2006-08-10 pjdgetnewvnode() can be called with NULL mp.
2006-08-09 alcIntroduce a field to struct vm_page for storing flags...
2006-08-09 pjdAdd a bandaid to avoid a deadlock in a situation, when...
2006-08-08 alcReduce the scope of the page queues lock in vfs_busy_pa...
2006-08-07 rwatsonMove definition of UNIX domain socket protosw and domai...
2006-08-06 rwatsonImprove commenting of vaccess(), making sure to be...
2006-08-06 rwatsonDon't set pru_sosend, pru_soreceive, pru_sopoll to...
2006-08-06 alcReduce the scope of the page queues lock in kern_sendfi...
2006-08-05 rwatsonRemove register, use ANSI function headers.
2006-08-05 rwatsonWe now spell "inode" as "vnode" in the VFS layer, so...
2006-08-05 jbAdd support for the generated file systrace_args.c.
2006-08-04 yarCommit the results of the typo hunt by Darren Pilgrim.
2006-08-04 alcThe page queues lock is no longer required by vm_page_i...
2006-08-03 jbReport the correct function name in a DPRINTF.
2006-08-03 jbRegen.
2006-08-03 jbGenerate another file called systrace_args.c. This...
2006-08-02 rwatsonMove destroying kqueue state from above pru_detach...
2006-08-02 rwatsonChange two XXX's to two notes: the fact that SOCK_LOCK...
2006-08-02 jhbFix some bugs in the previous revision (1.419). Don...
2006-08-02 rwatsonRemove now unneeded ENOTCONN clause from SOCK_DGRAM...
2006-08-02 rwatsonRemove 'register'.
2006-08-02 davidxuDon't include sys/thr.h and umtx.h in sys/sysproto...
2006-08-02 davidxuINT_MAX is defined in file sys/limits.h, include the...
2006-08-02 rwatsonMove updated of 'numopensockets' from bottom of sodeall...
2006-08-01 jhbMake system call modules a bit more robust:
2006-08-01 jhbDon't lock each of the processes while looking for...
2006-08-01 rwatsonReimplement socket buffer tear-down in sofree(): as...
2006-07-31 rwatsonClose a race that occurs when using sendto() to connect...
2006-07-31 jhbTrim an obsolete comment. ktrgenio() stopped doing...
2006-07-29 simonThis commit was generated by cvs2svn to compensate...
2006-07-28 jhbRegen for MPSAFE flag removal.
2006-07-28 jhbNow that all system calls are MPSAFE, retire the SYF_MP...
2006-07-28 jhbVarious fixes to comments in the syscall master files...
2006-07-27 jhbAdjust td_locks for non-spin mutexes, rwlocks, and...
2006-07-27 jhbHold the reference on the mountpoint slightly longer...
2006-07-27 jhbWrite a magic value into mtx_lock when destroying a...
2006-07-27 jhbFix a file descriptor race I reintroduced when I split...
2006-07-26 rwatsonRemove call to soisdisconnected() in uipc_detach()...
2006-07-24 rwatsonRemove non-socket buffer routines from uipc_sockbuf...
2006-07-24 rwatsonsoreceive_generic(), and sopoll_generic(). Add new...
2006-07-23 rwatsonRemove duplicate 'or'.
2006-07-23 rwatsonUpdate various uipc_socket.c comments, and reformat...
2006-07-23 rwatsonAdd additional comments to the top of the UNIX domain...
2006-07-23 rwatsonRemove old kern.malloc sysctl, which generated a text...
2006-07-23 rwatsonExpand comments for malloc(9) to better describe the...
2006-07-23 rwatsonUpdate and reformat comments for POSIX.1e ACL utility...
2006-07-23 rwatsonAdd two new unpcb flags, UNP_BINDING and UNP_CONNECTING...
2006-07-23 rwatsonMerge unp_bind() into uipc_bind(), as it is called...
2006-07-23 rwatsonSince unp_attach() and unp_detach() are now called...
2006-07-23 rwatsonMove various UNIX socket global variables and sysctls...
2006-07-22 rwatsonIn uipc_send() and uipc_rcvd(), store unp->unp_conn...
2006-07-22 rwatsonRe-wrap and other minor formatting and punctuation...
2006-07-21 jhbAdd a comment to explain what fdclose() does and what...
2006-07-21 rwatsonChange semantics of socket close and detach. Add a...
2006-07-21 alcEliminate OBJ_WRITEABLE. It hasn't been used in a...
2006-07-19 jhbAdd a mutex to protect the list of interrupt config...
2006-07-19 jhbCall change_dir() instead of duplicating the code in...
2006-07-19 jhbDon't free the sockaddr in kern_bind() and kern_connect...
2006-07-17 stefanfSeparate functions with a newline.
2006-07-17 phkRemove the NDEVFSINO and NDEVFSOVERFLOW options which...
2006-07-16 rwatsonChange comment on soabort() to more accurately describe...
2006-07-15 alcEnable debug.mpsafevfs by default on arm. Since every...
2006-07-14 jkimLet native elf class be registered earlier.
2006-07-14 pjdRemove duplicated #include.
2006-07-13 davidxuBackout the feature which can change thread's schedulin...
2006-07-13 davidxuregenerate.
2006-07-13 davidxuAdd syscalls thr_setscheduler, thr_getscheduler, and...
2006-07-12 jhbHonor db_pager_quit in 'show threadchain', 'show allcha...
2006-07-12 jhbSimplify the pager support in DDB. Allowing different...
2006-07-12 kibUse proper format specifier for pointers in debug print...
2006-07-12 davidxuUse newkg to check if SCHED_OTHER is already inherited.
2006-07-12 davidxuReturn priority range 0..PRI_MAX_TIMESHARE-PRI_MIN_TIME...
2006-07-11 rwatsonSeveral protocol switch functions (pru_abort, pru_detac...
2006-07-11 rwatsonWhen pru_attach() fails, call sodealloc() on the socket...
2006-07-11 rwatsonReduce periods of simultaneous acquisition of various...
2006-07-11 jhbRegen.
2006-07-11 jhb- Add conditional VFS Giant locking to getdents_common...
2006-07-11 davidxuDon't forget to check invalid policy!
2006-07-11 davidxuOops, remove debugger line.
2006-07-11 davidxuExtended the POSIX scheduler APIs to accept lwpid as...
2006-07-11 davidxuFor SCHED_OTHER, we always inherit current thread's...
2006-07-11 davidxuAdd POSIX scheduler parameters support to thr_new sysca...
2006-07-10 davidxuCreate thread in separated ksegrp, so they always get...
2006-07-10 jhb- Split out kern_accept(), kern_getpeername(), and...
2006-07-10 jhbExplicitly use STAILQ_REMOVE_HEAD() when we know we...
next