summaryrefslogtreecommitdiffstats
path: root/sys/compat/freebsd32/freebsd32_proto.h
Commit message (Collapse)AuthorAgeFilesLines
* Regenerate.jhb2005-07-071-1/+15
| | | | Approved by: re (scottl)
* Rebuild generated system call definition files following the addition ofrwatson2005-05-301-1/+1
| | | | | | | the audit event field to the syscalls.master file format. Submitted by: wsalamon Obtained from: TrustedBSD Project
* Correct the freebsd32_kevent prototype.ps2005-03-011-3/+3
|
* Regen.jhb2005-02-241-1/+1
|
* Add a 32bit syscall wrapper for modstatps2005-01-191-1/+6
| | | | Obtained from: Yahoo!
* - rename nanosleep1 to kern_nanosleepps2005-01-191-0/+5
| | | | | | | - Add a 32bit syscall entry for nanosleep Reviewed by: peter Obtained from: Yahoo!
* Regenerate.jhb2005-01-041-1/+1
|
* Rebuild from FreeBSD32 syscalls.master:1.42.rwatson2004-10-231-1/+1
|
* Close a race between a thread exiting and the freeing of it's stack.mtm2004-10-061-1/+1
| | | | | | | | | After some discussion the best option seems to be to signal the thread's death from within the kernel. This requires that thr_exit() take an argument. Discussed with: davidxu, deischen, marcel MFC after: 3 days
* Regenpeter2004-07-141-6/+1
|
* Give kldunload a -f(orce) argument.phk2004-07-131-1/+6
| | | | | | | | | | | | | | | | | Add a MOD_QUIESCE event for modules. This should return error (EBUSY) of the module is in use. MOD_UNLOAD should now only fail if it is impossible (as opposed to inconvenient) to unload the module. Valid reasons are memory references into the module which cannot be tracked down and eliminated. When kldunloading, we abandon if MOD_UNLOAD fails, and if -force is not given, MOD_QUIESCE failing will also prevent the unload. For backwards compatibility, we treat EOPNOTSUPP from MOD_QUIESCE as success. Document that modules should return EOPNOTSUPP for unknown events.
* Regen.marcel2004-07-021-1/+1
|
* Regenpeter2004-04-141-17/+22
|
* Regen for libthr thread synchronization syscalls.mtm2004-03-271-1/+1
|
* Regen (FWIW)peter2004-02-211-2/+2
|
* Regen.deischen2004-02-031-1/+1
|
* Regenpeter2004-01-281-1/+6
|
* Regen (should be a NOP except for rcsid)peter2003-12-231-1/+1
|
* Regenpeter2003-12-231-1/+1
|
* Regenpeter2003-12-231-17/+1
|
* regenpeter2003-12-111-1/+1
|
* Regenpeter2003-12-101-1/+1
|
* Regenpeter2003-11-081-1/+1
|
* Regen.jhb2003-11-071-1/+1
|
* Regenpeter2003-08-221-82/+82
|
* Regenpeter2003-08-211-5/+5
|
* Regenpeter2003-05-141-6/+29
| | | | Approved by: re (amd64 blanket)
* Regen.jhb2003-04-251-32/+1
|
* Regen.jhb2003-04-241-1/+36
|
* Regen: swapoffmarcel2002-12-161-1/+1
|
* Regenerate after adding syscalls.deischen2002-11-161-1/+1
|
* re-regen. Sigh.peter2002-10-091-3/+3
|
* regenerate. sendfile stuff and other recently picked up stubs.peter2002-10-091-7/+18
|
* Make the following name changes to KSE related functions, etc., to betterarchie2002-09-251-1/+1
| | | | | | | | | | | | | | | represent their purpose and minimize namespace conflicts: kse_fn_t -> kse_func_t struct thread_mailbox -> struct kse_thr_mailbox thread_interrupt() -> kse_thr_interrupt() kse_yield() -> kse_release() kse_new() -> kse_create() Add missing declaration of kse_thr_interrupt() to <sys/kse.h>. Regenerate the various generated syscall files. Minor style fixes. Reviewed by: julian
* Regeneratepeter2002-07-201-1379/+114
|
* Initial support for executing IA-32 binaries. This will not compiledfr2002-04-101-0/+1529
without a few patches for the rest of the kernel to allow the image activator to override exec_copyout_strings and setregs. None of the syscall argument translation has been done. Possibly, this translation layer can be shared with any platform that wants to support running ILP32 binaries on an LP64 host (e.g. sparc32 binaries?)
OpenPOWER on IntegriCloud