]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Implement REDUCED INTERRUPT OPERATION usage form FC cards- this allows the
[FreeBSD/FreeBSD.git] / sys / sys /
2002-01-01 impWelcome 2002. Happy new year.
2002-01-01 alc o Some style(9)-motivated changes to white space.
2001-12-31 rwatsono Make the credential used by socreate() an explicit...
2001-12-30 alcEliminate semexit_hook using at_exit(9) and rm_at_exit(9).
2001-12-29 jakeDon't concatenate __func__.
2001-12-29 alfredMake AIO a loadable module.
2001-12-26 sheldonhThis commit was generated by cvs2svn to compensate...
2001-12-23 bmilekicOn the first day of Christmas bde gave to me:
2001-12-22 bmilekicMove prototype of _mext_free to mbuf.h, where it belong...
2001-12-21 tmmAdd a generic __BUS_ACCESSOR macro to construct ivar...
2001-12-21 tmmAdd a rman_reserve_resource_bound() function that takes...
2001-12-21 ruThis commit was generated by cvs2svn to compensate...
2001-12-20 dillonFix a BUF_TIMELOCK race against BUF_LOCK and fix a...
2001-12-20 sheldonhThis commit was generated by cvs2svn to compensate...
2001-12-20 ddActually make use of the md_version field of 'struct...
2001-12-20 peterThis commit was generated by cvs2svn to compensate...
2001-12-19 jhbMake RFPPWAIT a kernel-only flag. Programs desiring...
2001-12-18 dillonThis is a forward port of Peter's vlrureclaim() fix...
2001-12-18 obrienThis commit was generated by cvs2svn to compensate...
2001-12-18 jhbModify the critical section API as follows:
2001-12-16 luigiAdd code to export and print the description associated...
2001-12-15 joergLong promised major enhancement set for the floppy...
2001-12-14 jhbFix two typos, TR6() and ITR6() need to use CTR6()...
2001-12-14 luigiLet M_LEADINGSPACE write into non-shared mbufs.
2001-12-14 sheldonhBump __FreeBSD_version for userland smbfs import.
2001-12-14 sheldonhThis commit was generated by cvs2svn to compensate...
2001-12-14 mckusickAdd disk I/O scheduling for positively niced processes.
2001-12-13 greenRemove stale prototype for sonewconn3().
2001-12-13 jhbUse a per-thread variable for keeping state when a...
2001-12-11 jhbOverhaul the per-CPU support a bit:
2001-12-11 sheldonhCorrect a comment that should have been updated in...
2001-12-10 obrienComplete the CTR6 addition (and TR6 and ITR6...)
2001-12-10 guidoAdd new boot flag to i386 boot: -p.
2001-12-10 obrienUpdate to C99, s/__FUNCTION__/__func__/.
2001-12-10 obrienAdd a CTR6, we need it now.
2001-12-09 dillonAllow maxusers to be specified as 0 in the kernel confi...
2001-12-08 desp_trespass() has been dead for over a year.
2001-12-04 sosAdd entries to allow setting the CD type on cue sheets
2001-12-04 obrienBack out rev 1.48. The problem is with a bogus __attri...
2001-12-04 desReduce namespace pollution by removing argument names...
2001-12-03 rwatsono Introduce pr_mtx into struct prison, providing protec...
2001-12-03 dwmaloneAdd missing declaration of ftime.
2001-12-03 obrienReapply rev 1.37 (hide the __attribute__ gcc keyword...
2001-12-01 jkoshyAdd support for sysconf(_SC_NPROCESSORS_CONF) and sysco...
2001-12-01 mikeo Stop abusing MD headers with non-MD types.
2001-11-28 msmithThis commit was generated by cvs2svn to compensate...
2001-11-28 jwdReturn a more meaningful errno when the length of the...
2001-11-25 ddDEVFS has resurfaced.
2001-11-23 mikeAdd support for the `restrict' type qualifier, new...
2001-11-21 ruFix an off-by-bit error in the AGP_MODE_[GS]ET_RATE...
2001-11-19 greenThis commit was generated by cvs2svn to compensate...
2001-11-19 greenThis commit was generated by cvs2svn to compensate...
2001-11-17 dillonGive struct socket structures a ref counting interface...
2001-11-16 iedowseFix a number of misspellings of "dependency" and "depen...
2001-11-14 dillonremove holdfp()
2001-11-13 dillonCreate a mutex pool API for short term leaf mutexes.
2001-11-13 psFix a signed bug in the crashdump code for systems...
2001-11-12 mikeAdd the ability to distinguish between compile environm...
2001-11-11 alfredturn vn_open() into a wrapper around vn_open_cred(...
2001-11-11 impIt turns out my reasons for using a few d_thread_t...
2001-11-11 impadd note about why I used d_thread_t in the prototypes.
2001-11-09 wollmanThis commit was generated by cvs2svn to compensate...
2001-11-09 wollmanThis commit was generated by cvs2svn to compensate...
2001-11-08 peterThis commit was generated by cvs2svn to compensate...
2001-11-08 rwatsono Replace reference to 'struct proc' with 'struct threa...
2001-11-05 dillonImplement IO_NOWDRAIN and B_NOWDRAIN - prevents the...
2001-11-05 rwatsonUpdate copyrights to include Thomas Moestl.
2001-11-05 phkDefine a new mount flag "MNT_JAILDEVFS"
2001-11-04 dillonAdd mnt_reservedvnlist so we can MFC to 4.x, in order...
2001-11-04 asmodaiAdd Søren's email address.
2001-11-04 phkRename the top 7 bits if disk minors to spare bits...
2001-11-03 peter_SIG_MAXSIG (128) is the highest legal signal. The...
2001-11-03 desDeclare struct uio so consumers don't have to #include...
2001-11-02 obrienThis commit was generated by cvs2svn to compensate...
2001-11-02 desAdd the as-yet-unused S_ALLSTOPS which I forgot in...
2001-11-02 obrienThis commit was generated by cvs2svn to compensate...
2001-11-02 mikeo Add new header <sys/stdint.h>.
2001-11-02 phkAdd nmount() stub function and regenerate the syscall...
2001-11-02 rwatsono Merge recent changes from the POSIX.1e capability...
2001-11-01 rwatsono Update copyright dates.
2001-11-01 iwasakiSome fix for the recent apm module changes.
2001-11-01 obrienThis commit was generated by cvs2svn to compensate...
2001-11-01 acheAdd devclass_find_free_unit() prototype
2001-10-31 marcelMake smp_started volatile in sys/smp.h and remove the...
2001-10-31 msmithThis commit was generated by cvs2svn to compensate...
2001-10-31 msmithThis commit was generated by cvs2svn to compensate...
2001-10-30 jhbThreads sit on condition variable wait queue's, not...
2001-10-30 greenAdd the sysctl "kern.function_list", which currently...
2001-10-29 mikeUse a more sophisticated check that works better with...
2001-10-28 jhbRevert the reindentation of struct task's definition...
2001-10-28 mrIntroduce [IPC|SHM]_[INFO|STAT] to shmctl to make
2001-10-27 mikeOnly provide function information in compile environmen...
2001-10-27 dillonsyncdelay, filedelay, dirdelay, metadelay are ints...
2001-10-27 desAdd a P_INEXEC flag that indicates that the process...
2001-10-27 obrienThis commit was generated by cvs2svn to compensate...
2001-10-27 rwatsono Modify copyright date format for improved consistency...
2001-10-26 dillonAdd mtx_lock_giant() and mtx_unlock_giant() wrappers...
2001-10-26 jhb- Change the taskqueue locking to protect the necessary...
2001-10-26 ruThis commit was generated by cvs2svn to compensate...
2001-10-26 jhbAdd a per-thread ucred reference for syscalls and synch...
next