]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Fix typo (s/writeer/writer/).
[FreeBSD/FreeBSD.git] / sys / kern /
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...
2006-07-10 jhbFix two more instances of using a linker_file_t object...
2006-07-10 jhbDon't try to reuse the linker_file structure after...
2006-07-09 scottlUse a sleep mutex instead of an sx lock for the kernel...
2006-07-08 jhb- Split ioctl() up into ioctl() and kern_ioctl(). ...
2006-07-08 jhbAdd a kern_close() so that the ABIs can close a file...
2006-07-08 jhbRework kern_semctl a bit to always assume the UIO_SYSSP...
2006-07-08 impCreate bus_enumerate_hinted_children. This routine...
2006-07-07 marcelThis commit was generated by cvs2svn to compensate...
2006-07-06 rwatsonMove POSIX.1e-specific utility routines from kern_acl...
2006-07-06 jhb- Explicitly acquire Giant around SYSINIT's and SYSUNIN...
2006-07-06 jhbAdd kern_setgroups() and kern_getgroups() and use them...
2006-07-06 wsalamonAudit the remaining parameters to the extattr system...
2006-07-06 rwatsonRemove now unneeded opt_mac.h and mac.h includes.
2006-07-05 wsalamonRegen the system calls files, picking up the extended...
2006-07-05 kibBack out my rev. 1.674. The better fix (rev. 1.637...
2006-07-05 wsalamonAdd audit events for the extended attribute system...
2006-07-02 maximo Fix grammar in the comment, indent macros. No functi...
2006-07-02 maximo Remove rev. 1.57 leftover, not reached code.
2006-06-30 maximo Fix typo in the comment.
2006-06-29 obrienFix building with GCC 4.2: define data types before...
2006-06-29 jhbFix semctl(2) breakage from the previous commit. Previ...
2006-06-29 davidxuFix a bug when accumulating run time, if a thread calls...
2006-06-29 davidxuFix system load count (noticed by dephij). Remove incorrect
2006-06-29 davidxuRemove unused function declaration.
2006-06-29 davidxuRemove load balancer code, since it has serious priorit...
2006-06-27 jhb- Add a kern_semctl() helper function for __semctl...
2006-06-27 rwatsonThis commit was generated by cvs2svn to compensate...
2006-06-27 jhb- Expand the scope of Giant some in mount(2) to protect...
2006-06-27 pjdCompress direct cr_ruid comparsion and jailed() call...
2006-06-27 pjdUse suser_cred(9) instead of checking cr_uid directly.
2006-06-27 pjd- Use suser_cred(9) instead of checking cr_ruid directly.
2006-06-26 babkinBacked out the change by request from rwatson.
2006-06-26 jhbAddress a problem I missed in removing Giant from the...
2006-06-26 jhbRemove duplicate security checks already performed...
2006-06-26 obrienThis commit was generated by cvs2svn to compensate...
2006-06-26 rwatsonTrim basically unused 'unp' in uipc_connect().
2006-06-25 babkinThe common UID/GID space implementation. It has been...
2006-06-25 iedowseIf linker_release_module() fails then we still hold...
2006-06-24 pjdSimplify the code and remove two mutex operations.
2006-06-21 jhbReplace the kld_mtx mutex with a kld_sx sx lock and...
2006-06-21 jhb- Push down Giant in kldfind() and kldsym().
2006-06-21 jhbWhoops, revert accidental commit.
2006-06-21 jhbFix two comments and a style fix.
2006-06-21 jhbVarious whitespace fixes.
2006-06-21 obrienThis commit was generated by cvs2svn to compensate...
2006-06-20 jhbConditionally acquire Giant around VFS operations.
2006-06-20 jhb- Push Giant down into linker_reference_module().
2006-06-20 jhbMake linker_find_file_by_name() and linker_find_file_by...
2006-06-20 jhb- Add a new linker_file_foreach() function that walks...
2006-06-20 jhbMake linker_file_add_dependency() and linker_load_modul...
2006-06-20 jhbDon't check if malloc(M_WAITOK) returns NULL.
2006-06-20 jhbUse 'else' to remove another goto.
2006-06-20 jhb- Remove some useless variable initializations.
2006-06-20 gnnProperly cast the values of valsize (the size of the...
2006-06-19 obrienThis commit was generated by cvs2svn to compensate...
2006-06-18 rwatsonWhen retrieving SO_ERROR via getsockopt(), hold the...
2006-06-18 yarAdd a funny sysctl: debug.kdb.trap_code .
2006-06-17 rwatsonRemove sbinsertoob(), sbinsertoob_locked(). They viola...
2006-06-17 emasteAdd a description for sysctl -d.
2006-06-16 rwatsonRemove unused (and ifdef'd) unp_abort() and unp_drain().
2006-06-16 dwmaloneAdd a kern.timecounter.tc sysctl tree that contains...
2006-06-16 yarKill an XXX remark that has been untrue since rev....
2006-06-16 csjpAxe Giant from vn_fullpath(9). The vnode -> pathname...
2006-06-15 maximo Expand an exclusive lock scope to prevent a race...
2006-06-15 davidxuUse scheduler API sched_relinquish() to implement yield...
2006-06-15 davidxuAdd scheduler API sched_relinquish(), the API is used...
2006-06-14 gshapiroThis commit was generated by cvs2svn to compensate...
2006-06-14 davidxuClear ke_runq before calling maybe_preempt, this avoids a
2006-06-14 delphijUnexpand an instance of TAILQ_EMPTY()
2006-06-14 marcelUnbreak 64-bit architectures. The 3rd argument to kern_...
2006-06-13 davidxuFox a typo in sched_is_timeshare.
2006-06-13 davidxuPass boolean value to __predict_false. Try to keep...
2006-06-13 jhbUse kern_kldload() and kern_kldunload() to load and...
2006-06-13 jhbA couple of minor style tweaks.
next