#
ace5b9b5 |
| 20-Jan-2024 |
christos <christos@NetBSD.org> |
Catch up with all the lint warnings since exit on warning was disabled. Disable 'missing header declaration' and 'nested extern' warnings for now.
|
#
9aa2a9c3 |
| 16-May-2020 |
christos <christos@NetBSD.org> |
Add ACL support for FFS. From FreeBSD.
|
#
aad157eb |
| 03-Apr-2016 |
christos <christos@NetBSD.org> |
add idtype.h to mklintstub and say who generates it.
|
#
fcb69016 |
| 12-Feb-2012 |
martin <martin@NetBSD.org> |
Add missing <sys/spawn.h> include
|
#
59b296da |
| 01-Feb-2012 |
dholland <dholland@NetBSD.org> |
Change the syscall API for quotas over to the new non-proplib one.
- struct vfs_quotactl_args -> struct quotactl_args - add sys/stdint.h to sys/quotactl.h for clean userland build - install
Change the syscall API for quotas over to the new non-proplib one.
- struct vfs_quotactl_args -> struct quotactl_args - add sys/stdint.h to sys/quotactl.h for clean userland build - install sys/quotactl.h in /usr/include - update set lists for same - add new marshalling code in libquota - add new unmarshalling code in vfs_syscalls.c - discard proplib interpreter code in vfs_quotactl.c - add dispatching code for the 14 quotactl ops in vfs_quotactl.c - mark the proplib quotactl syscall obsolete - add a new syscall number for the new quotactl syscall - change the name of the syscall to __quotactl() - remove the decl of the old quotactl from quota/quotaprop.h - add a decl of the new quotactl to sys/quotactl.h - update the libc build - update ktruss - remove proplib marshalling code from libquota - update copy of syscall table in gdb ppc sources - hack rumphijack to accomodate new quotactl name (as I recall, pooka wanted such a name change to simplify something, but I don't really see what/how)
This change appears to require a kernel version bump for rumpish reasons.
show more ...
|
#
c15f2bdd |
| 05-Aug-2008 |
lukem <lukem@NetBSD.org> |
Revert previous addition of '-e sedcmd'. Still retain the usage improvements.
|
#
d3eb13d0 |
| 05-Aug-2008 |
lukem <lukem@NetBSD.org> |
Add '-e sedcmd' to makelintstub, to translate filename to syscall name. Improve usage, etc.
Invoke makelintstub with -e 's/^tmp_//' when building LintSysNormal.c
Fixes build problem that matt@ high
Add '-e sedcmd' to makelintstub, to translate filename to syscall name. Improve usage, etc.
Invoke makelintstub with -e 's/^tmp_//' when building LintSysNormal.c
Fixes build problem that matt@ highlighted to me.
show more ...
|
#
5c71a4d4 |
| 15-Jan-2008 |
rmind <rmind@NetBSD.org> |
Implementation of processor-sets, affinity and POSIX real-time extensions. Add schedctl(8) - a program to control scheduling of processes and threads.
Notes: - This is supported only by SCHED_M2; -
Implementation of processor-sets, affinity and POSIX real-time extensions. Add schedctl(8) - a program to control scheduling of processes and threads.
Notes: - This is supported only by SCHED_M2; - Migration of LWP mechanism will be revisited;
Proposed on: <tech-kern>. Reviewed by: <ad>.
show more ...
|
#
3b9b3c53 |
| 13-Nov-2007 |
he <he@NetBSD.org> |
We now need <sys/lwpctl.h> included in order to lint LintSysNormal.c.
|
#
25e54008 |
| 09-Oct-2007 |
rmind <rmind@NetBSD.org> |
Add cancellation stubs in libpthread for POSIX messages queues and asynchronous I/O.
OK by <ad>.
|
#
401499f3 |
| 09-Feb-2007 |
ad <ad@NetBSD.org> |
Sync with kernel changes introduced by merging the newlock2 branch.
|
#
d89021fe |
| 18-Jun-2006 |
christos <christos@NetBSD.org> |
Modernize: getopt -> getopts `` -> $() YES/NO -> true/false [ x$f = x ] -> [ -z $f ] test -> [ errors to stderr
|
#
72489e1e |
| 29-Jan-2004 |
tsarna <tsarna@NetBSD.org> |
uuidgen(2) syscall. Originally from FreeBSD, ported by John Franklin in PR#23470, with minor updates by me. This is only the syscall support from that PR, for now.
Changes: port over fix from FreeB
uuidgen(2) syscall. Originally from FreeBSD, ported by John Franklin in PR#23470, with minor updates by me. This is only the syscall support from that PR, for now.
Changes: port over fix from FreeBSD for multicast address generation. Changed bcopy to memcpy. For now, #ifdef notyet the portions of kern_uuid.c that are meant to be used by (currently nonexistent) other things in the kernel. Added syscall to COMPAT_FREEBSD as well, though that's currently not useful, as any program new enough to use this call also uses other syscalls we don't (yet) emulate.
show more ...
|
#
3e108873 |
| 30-Sep-2003 |
christos <christos@NetBSD.org> |
Pass -D_LIBC
|
#
99410184 |
| 26-Jul-2003 |
salo <salo@NetBSD.org> |
netbsd.org->NetBSD.org
|
#
3fdac2b8 |
| 18-Jan-2003 |
thorpej <thorpej@NetBSD.org> |
Merge the nathanw_sa branch.
|
#
358b1841 |
| 11-Nov-2002 |
thorpej <thorpej@NetBSD.org> |
Make sure there is a newline at the end of CPP input.
|
#
d5259d02 |
| 23-Oct-2002 |
jdolecek <jdolecek@NetBSD.org> |
make support for kqueue(2) and kevent(2) unconditional, the kqueue branch was merged
|
#
f28ce542 |
| 12-Oct-2002 |
jdolecek <jdolecek@NetBSD.org> |
if WITH_KQUEUE is defined and <sys/event.h> exists in DESTDIR, compile support for kqueue(2) and kevent(2) in
this is temporary measure to ease testing of kqueue branch; the support will be made
if WITH_KQUEUE is defined and <sys/event.h> exists in DESTDIR, compile support for kqueue(2) and kevent(2) in
this is temporary measure to ease testing of kqueue branch; the support will be made unconditional once kqueue branch would be merged
show more ...
|
#
daf4d5c6 |
| 14-Sep-2002 |
thorpej <thorpej@NetBSD.org> |
Fix some problems using makelintstub as a cross-tool: * Require that the path to the C preprocessor be passed in the CPP environemnt variable, and use it rather than hard-coding "cpp". Provide th
Fix some problems using makelintstub as a cross-tool: * Require that the path to the C preprocessor be passed in the CPP environemnt variable, and use it rather than hard-coding "cpp". Provide the target's preprocessor when invoking makelintstub. * Fix some quoting issues that turned up with Solaris 8's XPG4 sh and sed. * Don't use echo -n. Instead, don't bother making the output pretty; the whitespace isn't supposed to be syntactically significant anyhow.
show more ...
|
#
68e6fca8 |
| 13-Nov-2001 |
tv <tv@NetBSD.org> |
Make this match the new .S extension of syscalls.
|
#
db755e7c |
| 14-Jun-2000 |
cgd <cgd@NetBSD.org> |
sweep of my licenses (userland files w/o only my copyright) for consistency. (no functional changes)
|
#
d220ca5b |
| 14-Jun-2000 |
cgd <cgd@NetBSD.org> |
fix up NetBSD RCS Ids to match the standard, and the leading comment as to match as well. No functional changes.
|
#
01ed2620 |
| 03-Jul-1998 |
mycroft <mycroft@NetBSD.org> |
Further redux.
|
#
b742a40a |
| 03-Jul-1998 |
mycroft <mycroft@NetBSD.org> |
Make this a bit less fork-happy.
|