]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Eliminate unused definitions. (They came from NetBSD.)
[FreeBSD/FreeBSD.git] / sys / sys /
2006-08-25 davidxuAdd user priority loaning code to support priority...
2006-08-25 davidxuAdd member kg_base_user_pri and flag TDF_UBORROWING...
2006-08-24 rikFix typo in a comment: DEFINE_CLASSx => DEFINE_CLASS_x.
2006-08-24 marcelThis commit was generated by cvs2svn to compensate...
2006-08-23 marcelThis commit was generated by cvs2svn to compensate...
2006-08-21 alcAdd _vm_stats and _vm_stats_misc to the sysctl declarat...
2006-08-20 delphijThis commit was generated by cvs2svn to compensate...
2006-08-17 gshapiroThis commit was generated by cvs2svn to compensate...
2006-08-16 guidoThis commit was generated by cvs2svn to compensate...
2006-08-16 maximo Re-word a comment.
2006-08-15 jhbAdd a new 'show sleepchain' ddb command similar to...
2006-08-15 jhbUse SYS_AUE_<syscallname> to include the appropriate...
2006-08-15 jhbRegen to propogate <prefix>_AUE_<mumble> changes as...
2006-08-15 netchild- Change process_exec function handlers prototype to...
2006-08-12 obrienAdd an extension to the UINT & ULONG types. The XINT...
2006-08-12 pjdAdd strstr() function to the libkern.
2006-08-07 rwatsonMove definition of UNIX domain socket protosw and domai...
2006-08-07 keramidaSpell "determine" correctly.
2006-08-06 rwatsonMake mpo_associate_nfsd_label() return void, not int...
2006-08-05 jbAdd OpenSolaris compatibility definitions which are...
2006-08-04 jbAdd OpenSolaris compatibility definitions for stat64...
2006-08-04 jbAdd a type definition for the cyclic timer callback...
2006-08-04 jbAdd some OpenSolaris compatibility definitions which...
2006-08-04 jbAdd some compatibility definitions for OpenSolaris...
2006-08-03 jbAdd fields to struct sysent to support the DTrace sysca...
2006-08-02 davidxudon't include sys/thr.h and sys/umtx.h, it is unnecessary.
2006-08-01 jhbMake system call modules a bit more robust:
2006-08-01 rwatsonReimplement socket buffer tear-down in sofree(): as...
2006-07-29 simonBump __FreeBSD_version for OpenSSL 0.9.8b import.
2006-07-29 simonThis commit was generated by cvs2svn to compensate...
2006-07-28 jhbRetire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_A...
2006-07-28 jhbRegen for MPSAFE flag removal.
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 samadd support for 802.11 packet injection via bpf
2006-07-24 rwatsonsoreceive_generic(), and sopoll_generic(). Add new...
2006-07-24 rwatsonRemove MT_FTABLE, as it's no longer used.
2006-07-24 rwatsonGarbage collect #if 0'd MT_ mbuf types, as they are...
2006-07-24 rwatsonTweak so_gencnt comment: it was once last, but that...
2006-07-24 rwatsonTweak comment for so_head: it is a pointer to the liste...
2006-07-24 rwatsonFix a spelling error in a comment.
2006-07-23 rwatsonComment extended attribute name space constants.
2006-07-23 rwatsonImprove comments for label data structure.
2006-07-23 rwatsonAdd two new unpcb flags, UNP_BINDING and UNP_CONNECTING...
2006-07-18 impAdd new kernel config option. NO_SYSCTL_DESCR to omit...
2006-07-17 phkAdd some casts to make these files more C++ compatible.
2006-07-15 netchild- Connect the snd_emu10kx driver to the build. [1]
2006-07-14 rwatsonDefine prototype for pru_close, which in the future...
2006-07-13 davidxuregenerate.
2006-07-13 davidxuAdd syscalls thr_setscheduler, thr_getscheduler, and...
2006-07-11 rwatsonSeveral protocol switch functions (pru_abort, pru_detac...
2006-07-11 jhbRegen.
2006-07-11 davidxuExtended the POSIX scheduler APIs to accept lwpid as...
2006-07-11 davidxuAdd POSIX scheduler parameters support to thr_new sysca...
2006-07-10 jhb- Split out kern_accept(), kern_getpeername(), and...
2006-07-09 scottlUse a sleep mutex instead of an sx lock for the kernel...
2006-07-09 samRevise network interface cloning to take an optional...
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 jhbAdd kern_setgroups() and kern_getgroups() and use them...
2006-07-05 wsalamonRegen the system calls files, picking up the extended...
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-26 obrienThis commit was generated by cvs2svn to compensate...
2006-06-23 jhbFix the name of the data set item for the SYSUNINIT...
2006-06-22 marcelAdd the UUID of Apple's HFS file system as can be found...
2006-06-21 jhbAdd a sx_xlocked() macro which returns true if the...
2006-06-21 obrienThis commit was generated by cvs2svn to compensate...
2006-06-20 jhbAdd a new section in this file for functions that are...
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-19 mlaierImport interface groups from OpenBSD. This allows...
2006-06-19 obrienThis commit was generated by cvs2svn to compensate...
2006-06-17 rwatsonRemove sbinsertoob(), sbinsertoob_locked(). They viola...
2006-06-16 rwatsonRemove extra blank line below comment.
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-13 jhb- Add a kern_kldload() that is most of the previous...
2006-06-13 davidxuAdd scheduler CORE, the work I have done half a year...
2006-06-12 impAdd a convenience function rman_init_from_resource...
2006-06-10 iedowseMove the new flags field to the end of the structure...
2006-06-10 iedowseKeep firmware images on the list until they have been...
2006-06-10 rwatsonMove some functions and definitions from uipc_socket2...
2006-06-08 mariusThis commit was generated by cvs2svn to compensate...
2006-06-07 rwatsonUpdate comments in struct protosw to reflect changing...
2006-06-05 samThis commit was generated by cvs2svn to compensate...
2006-06-05 rwatsonThis commit was generated by cvs2svn to compensate...
2006-06-03 jhbBah, fix fat finger in last. Invert the ~ on MTX_FLAGM...
2006-05-31 maximo Correct URL to ELF header documantation.
2006-05-30 hartiThis commit was generated by cvs2svn to compensate...
2006-05-26 emasteAdd sanity checking for QUEUE(3) TAILQs under INVARIANT...
2006-05-26 phkAdd new CONSOLE_DRIVER macro which takes just the name...
2006-05-26 phkGC the cn_dbctl_t hook for consoles, it is unused.
2006-05-26 phkBe less harsh on brueffers eyes :-)
2006-05-26 phkRemove SI_SUB_CONSOLE, porting from 4.4-Lite is no...
next