aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/pecoff
Commit message (Expand)AuthorAgeFilesLines
* Change the types of vn_rdwr_inchunks()'s len and aresid arguments toTim J. Robbins2004-06-051-2/+2
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitPeter Wemm2003-09-251-1/+2
* Use __FBSDID().David E. O'Brien2003-06-101-3/+3
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-6/+6
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-6/+6
* Bring in two sets of changes:Robert Watson2002-11-051-0/+1
* Remove reference to struct execve_args from struct imgact, whichRobert Watson2002-11-051-1/+2
* Use the fields in the sysentvec and in the vm map header in place of theJake Burkholder2002-09-211-1/+1
* Tidy up some loose ends that bde pointed out. caddr_t bad, ok?Peter Wemm2002-09-071-7/+6
* The true value of how the kernel was configured for KSTACK_PAGES was notPeter Wemm2002-09-071-8/+7
* Fix a missing line in a cut/paste error.Peter Wemm2002-09-071-0/+1
* Collect the a.out coredump code into the calling functions.Peter Wemm2002-09-071-1/+15
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections toJake Burkholder2002-09-011-4/+12
* Replace (ab)uses of "NULL" where "0" is really meant.Archie Cobbs2002-08-221-1/+1
* In order to better support flexible and extensible access control,Robert Watson2002-08-151-3/+3
* - Hold the vnode lock throughout execve.Jeff Roberson2002-08-131-6/+9
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-041-1/+2
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablePeter Wemm2002-07-201-1/+1
* - Change fill_kinfo_proc() to require that the process is locked when itJohn Baldwin2002-04-091-2/+5
* Remove references to vm_zone.h and switch over to the new uma API.Jeff Roberson2002-03-201-1/+0
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-2/+2
* Attempt to unmangle some code touched in the previous commit.Peter Wemm2002-02-071-11/+8
* Pre-KSE/M3 commit.Julian Elischer2002-02-071-11/+17
* KSE Milestone 2Julian Elischer2001-09-121-42/+44
* This brings in a Yahoo coredump patch from Paul, with additional mods byMatthew Dillon2001-09-081-4/+4
* Fix warnings:Peter Wemm2001-06-151-5/+5
* Sort includes.John Baldwin2001-05-211-1/+1
* Introduce a global lock for the vm subsystem (vm_mtx).Alfred Perlstein2001-05-191-0/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-5/+5
* Back out proc locking to protect p_ucred for obtaining additionalJohn Baldwin2001-01-271-13/+3
* Use proc lock to safely obtain references to p_ucred before vnodeJohn Baldwin2001-01-231-3/+13
* Map BSS section in PECOFF executable.Takanori Watanabe2001-01-231-1/+1
* Add PECOFF (WIN32 Execution file format) support.Takanori Watanabe2000-12-202-0/+783