]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Fixes:
[FreeBSD/FreeBSD.git] / sys / sys /
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...
2001-10-26 jhbAdd locking to taskqueues. There is one mutex per...
2001-10-26 dillonImplement kern.maxvnodes. adjusting kern.maxvnodes...
2001-10-25 rwatsono Remove extern showallsockets, defunct as of the change to
2001-10-24 julianre-undo rev 1.78 now that style(9) is sane in this...
2001-10-24 jhbFix this to actually compile in the !INVARIANTS case.
2001-10-23 jhbChange the sx(9) assertion API to use a sx_assert(...
2001-10-23 jhbChange TUNABLE_*_FETCH to have a return value of 0...
2001-10-23 jhb- Change getenv_quad() to return an int instead of...
2001-10-23 jlemonImplement multiple low-level console support.
2001-10-23 jlemonAdd RB_MULTIPLE flag so the bootloader can turn on...
2001-10-23 dillonChange the vnode list under the mount point from a...
2001-10-22 desUpon further reflection, back out previous commit,...
2001-10-22 desMove the stop event macros from pioctl.h to proc.h...
2001-10-21 desMove procfs_* from procfs_machdep.c into sys_process...
2001-10-21 desConvert textvp_fullpath() into the more generic vn_full...
2001-10-19 jhb- Move the definition of LOCK_DEBUG back to sys/lock...
2001-10-19 ruFixed style bugs from revisions 8.1 (CSRG), 1.14, 1...
2001-10-19 desAdd two "device private" ioctls needed by the Aironet...
2001-10-17 jlemonAdd a SIOCGIFINDEX ioctl, which returns the index of...
2001-10-17 jlemonAdd dev_named(dev, name), which is similar in spirit...
2001-10-15 bennoAdd a hack to get around the fact that egcs 1.1.2 ...
2001-10-13 rwatsono Update init_sysent.c and friends for allocation of...
2001-10-13 phkRegenerate syscall stuff.
2001-10-13 obrienThis commit was generated by cvs2svn to compensate...
2001-10-11 jhbChange the kernel's ucred API as follows:
2001-10-11 peterUpdate comments regarding the transient nature of k_kpr...
2001-10-11 mrFix SysV Semaphore Handling.
2001-10-10 psMake MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROW...
2001-10-10 bdeAdded used includes. <sys/_lock.h> is a prerequisite...
2001-10-10 acheBump FreeBSD_version for strcasestr()
2001-10-09 obrienBump for switch to XFree86 4.x.
2001-10-08 obrienThis commit was generated by cvs2svn to compensate...
2001-10-07 desDissociate ptrace from procfs.
2001-10-07 desThese flags aren't just for procfs - in fact, these...
2001-10-06 nyan- Moved the bus_dma declarations from bus_{at386,pc98...
2001-10-06 dfrPut the label at the same place as i386 for compatibility.
2001-10-06 sosUpdate with latest ATA/ATAPI ver 6 rev 2 items.
2001-10-05 psOnly allow users to see their own socket connections if
2001-10-04 msmithThis commit was generated by cvs2svn to compensate...
2001-10-04 msmithThis commit was generated by cvs2svn to compensate...
2001-10-04 dwmaloneBump __FreeBSD_version after change in ABI for discript...
2001-10-04 dwmaloneHopefully improve control message passing over Unix...
2001-10-04 jhbRemove extraneous semicolon.
2001-10-04 bdeFixed style bugs (indentation errors, missing punctuati...
2001-10-04 bdeFixed a missing forward declaration and unsorting of...
2001-10-01 impAdd d_thread_t. This is a typedef for struct thread...
2001-10-01 sosAdd test_write element.
2001-10-01 dillonAfter extensive testing it has been determined that...
2001-09-30 bmilekicRe-enable mbtypes statistics in the mbuf allocator...
2001-09-29 jlemonAdd ability to attach knotes to network devices.
2001-09-29 jlemonHave EVFILT_TIMERS allocate their callouts via malloc...
2001-09-29 desAdd a couple of API functions I need for my pseudofs...
2001-09-28 luiginamei.h: move "struct componentname" definition outside...
2001-09-27 jhbRestore this file to style(9). Mostly consists of...
2001-09-27 jhbFix a whitespace style nit.
2001-09-26 rwatsono Introduce pr_securelevel, which holds a per-jail...
2001-09-26 dillonMake uio_yield() a global. Call uio_yield() between...
2001-09-25 jhbInclude sys/ktr.h before sys/_lock.h to ensure LOCK_DEB...
2001-09-25 jhbMove the definition of LOCK_DEBUG from sys/lock.h to...
2001-09-22 jhbSince we no longer inline any debugging code in the...
2001-09-21 jhbUse __FILE__ and __LINE__ explicitly since we know...
2001-09-21 rwatsono Part two of eaccess(2) commit, rebuilt system call...
2001-09-20 rwatsono Rename u_cansee() to cr_cansee(), making the name...
2001-09-19 asmodaiSolve our braindead sourcetree dependency on GCC in...
2001-09-18 peterRegenerate
next