summaryrefslogtreecommitdiffstats
path: root/sys/kern/syscalls.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Regen.davidxu2005-10-301-7/+7
|
* Regen for POSIX timer syscalls.davidxu2005-10-231-6/+6
|
* Regen for sigqueue syscall.davidxu2005-10-141-1/+2
|
* Update the "created from" section to reflect the most recent version ofcsjp2005-09-271-1/+1
| | | | | | syscalls.master Requested by: jhb
* Regen.jhb2005-07-081-1/+1
| | | | Approved by: re (scottl)
* Regenerate.jhb2005-07-071-3/+3
| | | | 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
* Regenerate from syscalls.master.rwatson2005-05-281-1/+1
|
* Regenerate for updated syscalls.master.rwatson2005-05-281-1/+1
|
* Regenerate from syscalls.master.rwatson2005-05-281-1/+1
|
* Regenerate from updated syscalls.master.rwatson2005-05-281-1/+1
|
* Regenerate system call tables from syscalls.master.rwatson2005-05-281-1/+1
|
* Regen.davidxu2005-04-231-1/+2
|
* regenps2005-03-011-1/+1
|
* - Regen for recent vfs syscall changes.jeff2005-01-241-1/+1
| | | | Sponsored By: Isilon Systems, Inc.
* Regen.marcel2005-01-031-1/+1
|
* Make _umtx_op() as more general interface, the final parameter needn't bedavidxu2004-12-251-1/+1
| | | | timespec pointer, every parameter will be interpreted by its opcode.
* 1. make umtx sharable between processes, the way is two or more processesdavidxu2004-12-181-0/+1
| | | | | | | | | | call mmap() to create a shared space, and then initialize umtx on it, after that, each thread in different processes can use the umtx same as threads in same process. 2. introduce a new syscall _umtx_op to support timed lock and condition variable semantics. also, orignal umtx_lock and umtx_unlock inline functions now are reimplemented by using _umtx_op, the _umtx_op can use arbitrary id not just a thread id.
* Regen.phk2004-11-251-1/+1
|
* Rebuild from syscalls.master:1.179marks2004-11-181-1/+1
| | | | | Reviewed by: imp, phk, njl, peter Approved by: njl
* Rebuild from syscalls.master:1.178.rwatson2004-10-231-1/+10
|
* Give kldunload a -f(orce) argument.phk2004-07-131-1/+2
| | | | | | | | | | | | | | | | | 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
|
* Regenerate after updating syscalls.master.rwatson2004-06-221-1/+1
|
* Rebuild following marking link() as MPSAFE.rwatson2004-06-221-1/+1
|
* Regen.dfr2004-04-051-2/+2
|
* Regen for libthr thread synchronization syscalls.mtm2004-03-271-1/+3
|
* Nudge Giant as far as I can into kern_open(). Mark open() as MPSAFE.dwmalone2004-03-161-1/+1
| | | | | | | | Use kern_open() to implement creat() rather than taking the long route through open(). Mark creat as MPSAFE. While I'm at it, mark nosys() (syscall 0) as MPSAFE, for all the difference it will make.
* Regen for ptrace being safe again.jhb2004-03-151-1/+1
|
* Regen for mpsafe kse_create()peter2004-03-131-1/+1
|
* Regen after adding ksem_timedwait().deischen2004-02-031-1/+2
|
* Regen - this should be essentially a NOP, except for rcsid changes.peter2003-12-231-1/+1
|
* Regenpeter2003-12-101-1/+1
|
* Regen due to kse_switchin(2).marcel2003-12-071-1/+2
|
* - regen.jeff2003-11-141-1/+1
|
* Update the five files derived from /sys/kern/syscalls.mastermckusick2003-11-121-9/+9
| | | | | | | | | after the additions made for the new statfs structure (version 1.157). These must be updated in a separate checkin after syscalls.master has been checked in so that they reflect its new CVS identity. As these are purely derived files, it is not clear to me why they are under CVS at all. I presume that it has something to do with having `make world' operate properly.
* Regen.jhb2003-11-071-1/+1
|
* Don peril-sensitive sunglasses and mark pipe(2) as MPSAFE. I've beaten upscottl2003-10-211-1/+1
| | | | | on it for the last 15 hours with no signs of problems. It gives a small (1%) gain on buildworld since pipe_read/pipe_write are already free of Giant.
* Mark dup as MPSAFE. Giant was pushed into dup ages ago, but it looksdwmalone2003-10-201-1/+1
| | | | | | like it was missed in syscalls.master. Spotted by: alc
* msync(2) should be declared MP-safe.alc2003-09-071-1/+1
|
* o Refine kse_thr_interrupt to allow it to handle different commands.davidxu2003-07-171-1/+1
| | | | | | | o Remove TDF_NOSIGPOST. o Add a member td_waitset to proc structure, it will be used for sigwait. Tested by: deischen
* Regen from syscalls.master:1.149, addition of extended attributerwatson2003-06-041-1/+4
| | | | list system calls for fd, file, link.
* Regen.mike2003-04-091-1/+2
|
* - Regen.jeff2003-04-011-1/+1
|
* - Regen for umtx.jeff2003-04-011-1/+3
|
* - Regen for thr related system calls.jeff2003-04-011-1/+5
|
* - Regen for the sig*wait* system calls.jeff2003-03-311-3/+4
|
* Add a timeout parameter to kse_release.davidxu2003-02-201-1/+1
|
* Some KSE syscalls are MPSAFE.davidxu2003-01-081-1/+1
|
* Regen from syscalls.master:1.139rwatson2002-12-291-1/+5
|
OpenPOWER on IntegriCloud