]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
New files and layout for the ACPI CA 20010518 update.
[FreeBSD/FreeBSD.git] / sys / compat /
2001-05-29 msmithThis commit was generated by cvs2svn to compensate...
2001-05-29 msmithThis commit was generated by cvs2svn to compensate...
2001-05-28 gshapiroThis commit was generated by cvs2svn to compensate...
2001-05-28 obrienThis commit was generated by cvs2svn to compensate...
2001-05-26 ru- sys/n[tw]fs moved to sys/fs/n[tw]fs
2001-05-25 rwatsono Merge contents of struct pcred into struct ucred...
2001-05-21 jhbSort includes.
2001-05-20 krisThis commit was generated by cvs2svn to compensate...
2001-05-19 jlemonAdd new 'loadavg' entry, fix overflow with meminfo.
2001-05-19 alfredIntroduce a global lock for the vm subsystem (vm_mtx).
2001-05-17 peterThis commit was generated by cvs2svn to compensate...
2001-05-14 joergThis commit was generated by cvs2svn to compensate...
2001-05-09 desAvoid overflow when converting ticks to jiffies.
2001-05-08 assarThis commit was generated by cvs2svn to compensate...
2001-05-04 jlemonFix the problem of some directory entries going missing...
2001-05-04 greenThis commit was generated by cvs2svn to compensate...
2001-05-03 markmThis commit was generated by cvs2svn to compensate...
2001-05-01 markmUndo part of the tangle of having sys/lock.h and sys...
2001-04-29 phkAdd a vop_stdbmap(), and make it part of the default...
2001-04-25 paulA bogus check for a char device also matched symbolic...
2001-04-25 obrienThis commit was generated by cvs2svn to compensate...
2001-04-24 rwatsono Change a suser() call to a suser_xxx(..., PRISON_ROOT...
2001-04-24 jhbChange the pfind() and zpfind() functions to lock the...
2001-04-17 ruThis commit was generated by cvs2svn to compensate...
2001-04-11 acheThis commit was generated by cvs2svn to compensate...
2001-04-06 wollmanThis commit was generated by cvs2svn to compensate...
2001-04-04 fennerThis commit was generated by cvs2svn to compensate...
2001-04-03 fennerThis commit was generated by cvs2svn to compensate...
2001-04-03 fennerThis commit was generated by cvs2svn to compensate...
2001-04-01 alcAdd linux_sched_get_priority_max() and linux_sched_get_...
2001-03-28 jhbAdd missing includes of <sys/sx.h>
2001-03-28 jhbConvert the allproc and proctree locks from lockmgr...
2001-03-27 sobomaxThis commit was generated by cvs2svn to compensate...
2001-03-25 obrienThis commit was generated by cvs2svn to compensate...
2001-03-24 obrienThis commit was generated by cvs2svn to compensate...
2001-03-24 greenThis commit was generated by cvs2svn to compensate...
2001-03-23 gallatinfix linux_times() to take into account linux's value...
2001-03-19 obrienThis commit was generated by cvs2svn to compensate...
2001-03-19 obrienThis commit was generated by cvs2svn to compensate...
2001-03-19 obrienThis commit was generated by cvs2svn to compensate...
2001-03-19 obrienThis commit was generated by cvs2svn to compensate...
2001-03-12 jlemonEliminate global node types and instead use an operatio...
2001-03-07 jhbGrab the process lock while calling psignal and before...
2001-03-07 jhbJust hold the proc lock while getting the parent's...
2001-03-07 jhb- Hold both an exclusive proctree lock and the proc...
2001-03-05 krisThis commit was generated by cvs2svn to compensate...
2001-03-05 msmithThis commit was generated by cvs2svn to compensate...
2001-03-03 krisThis commit was generated by cvs2svn to compensate...
2001-03-02 jlemonOnly pick up so_error the first time through with EISCO...
2001-03-01 jlemonCorrectly emulate linux_connect. For nonblocking socke...
2001-03-01 adrianReviewed by: jlemon
2001-02-28 gshapiroThis commit was generated by cvs2svn to compensate...
2001-02-26 krisThis commit was generated by cvs2svn to compensate...
2001-02-24 obrienMFS: bring the consistent `compat_3_brand' support...
2001-02-21 rwatsono Move per-process jail pointer (p->pr_prison) to insid...
2001-02-18 krisThis commit was generated by cvs2svn to compensate...
2001-02-17 asmodaiThis commit was generated by cvs2svn to compensate...
2001-02-17 obrienThis commit was generated by cvs2svn to compensate...
2001-02-16 jlemonAllow debugging output to be controlled on a per-syscal...
2001-02-16 jlemonAdd mount syscall to linux emulation. Also improve...
2001-02-13 assarThis commit was generated by cvs2svn to compensate...
2001-02-09 bmilekicChange and clean the mutex lock interface.
2001-02-06 asmodaiFix typo: seperate -> separate.
2001-02-06 asmodaiFix typo: wierd -> weird.
2001-02-04 darrenrThis commit was generated by cvs2svn to compensate...
2001-01-31 msmithThis commit was generated by cvs2svn to compensate...
2001-01-28 asmodaiThis commit was generated by cvs2svn to compensate...
2001-01-27 jhbBack out proc locking to protect p_ucred for obtaining...
2001-01-26 jhb- Back out over-aggressive locking of p->p_cred.
2001-01-24 jhbUse queue macros.
2001-01-23 jhb- Proc locking.
2001-01-23 jhbArgh, atomic_store_rel -> atomic_store_rel_int.
2001-01-23 jhbWoops, add in missing headers.
2001-01-23 jhbProc locking.
2001-01-23 jhbUse queue macros.
2001-01-23 jhb- Add proc locking.
2001-01-23 jhb- Use proper atomic operations to make the run time...
2001-01-23 jhbFreeBSD doesn't have p_emuldata, and our stackgap_init...
2001-01-23 jhbUse proc lock to safely obtain references to p_ucred...
2001-01-23 jhbProtect calcru() with sched_lock.
2001-01-23 takawataMap BSS section in PECOFF executable.
2001-01-21 gshapiroThis commit was generated by cvs2svn to compensate...
2001-01-20 wollmanFinish deprecating <sys/select.h> in favor of <sys...
2001-01-14 joeInstead of hard coding the major numbers for IDE and...
2001-01-10 jakeProtect proc.p_pptr with the proctree lock.
2001-01-09 greenTake 10 seconds to actually fix the chgproccnt rather...
2001-01-09 wollmanWith some trepidation, add a `#error' directive to...
2001-01-03 obrienThis commit was generated by cvs2svn to compensate...
2000-12-29 assarThis commit was generated by cvs2svn to compensate...
2000-12-29 paulMap FreeBSD character device hard disks to Linux block...
2000-12-23 jakeProtect proc.p_pptr and proc.p_children/p_sibling with the
2000-12-21 msmithThis commit was generated by cvs2svn to compensate...
2000-12-20 takawataAdd PECOFF (WIN32 Execution file format) support.
2000-12-19 assartranslate the flags in recvfrom and recvmsg from linux...
2000-12-15 jhbLock access to proc members.
2000-12-14 obrienThis commit was generated by cvs2svn to compensate...
2000-12-13 desUse kinfo_proc instead of eproc (which Kirk deep-sixed...
2000-12-13 desAdd dependency on linux, which is needed for proc/version.
2000-12-13 jakeLock the allproc list.
2000-12-13 jake- Change the allproc_lock to use a macro, ALLPROC_LOCK...
next