CVS log for src/sys/compat/freebsd/syscalls.master
Up to [cvs.NetBSD.org] / src / sys / compat / freebsd
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.72.4.1: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:04:14 2020 UTC (4 years, 11 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.72: preferred, colored; next MAIN 1.73: preferred, colored
Changes since revision 1.72: +7 -1
lines
Mostly merge changes from HEAD upto 20200411
Revision 1.73: download - view: text, markup, annotated - select for diffs
Tue Jun 18 01:42:36 2019 UTC (5 years, 9 months ago) by christos
Branches: MAIN
CVS tags: thorpej-ifq-base,
thorpej-ifq,
thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2,
thorpej-i2c-spi-conf-base,
thorpej-i2c-spi-conf,
thorpej-futex2-base,
thorpej-futex2,
thorpej-futex-base,
thorpej-futex,
thorpej-cfargs2-base,
thorpej-cfargs2,
thorpej-cfargs-base,
thorpej-cfargs,
thorpej-altq-separation-base,
thorpej-altq-separation,
phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
netbsd-9-base,
netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
netbsd-10-base,
netbsd-10-1-RELEASE,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10,
is-mlppp-base,
is-mlppp,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1,
bouyer-xenpvh-base,
bouyer-xenpvh,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm,
ad-namecache-base3,
ad-namecache-base2,
ad-namecache-base1,
ad-namecache-base,
ad-namecache,
HEAD
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +7 -1
lines
add quota option
Revision 1.72: download - view: text, markup, annotated - select for diffs
Sat Jan 6 16:41:23 2018 UTC (7 years, 2 months ago) by kamil
Branches: MAIN
CVS tags: phil-wifi-base,
phil-wifi-20190609,
pgoyette-compat-merge-20190127,
pgoyette-compat-base,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
pgoyette-compat,
isaki-audio2-base,
isaki-audio2
Branch point for: phil-wifi
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +1 -1
lines
Revert vadvise(2) removal
This system call was used in legacy Lisp code, that was inherited to modern
age and still compiled against supported compat layers (e.g. in clisp,
oaklisp, Franz Lisp).
It used to instruct the kernel about paging policy (G/C aware, flush etc).
Newly compiled code (assuming that it will detect vadvise()) will use the
libc stub for vadvise(). The headers for this interface are gone.
vadvise(2) could be marked as COMPAT_80, but as long as we support ultrix,
sunos or aout68k ABI, don't bother with this.
Requested by <mrg>
Revision 1.71: download - view: text, markup, annotated - select for diffs
Tue Dec 19 19:18:18 2017 UTC (7 years, 3 months ago) by kamil
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +2 -2
lines
compat/freebsd: Drop SYS_vadvise
The (o)vadvise syscall is dummy since the beginning of NetBSD.
Sponsored by <The NetBSD Foundation>
Revision 1.70: download - view: text, markup, annotated - select for diffs
Tue Dec 19 18:15:08 2017 UTC (7 years, 3 months ago) by kamil
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +2 -2
lines
compat/freebsd: Drop SYS_sbrk
sbrk - change data segment size
This syscall is dummy since the inception of the project.
Sponsored by <The NetBSD Foundation>
Revision 1.69: download - view: text, markup, annotated - select for diffs
Tue Dec 19 08:27:05 2017 UTC (7 years, 3 months ago) by kamil
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +2 -2
lines
compat freebsd: Drop the sstk(2) syscall
sstk(2) has never been implemented by the NetBSD kernel.
Sponsored by <The NetBSD Foundation>
Revision 1.66.2.2: download - view: text, markup, annotated - select for diffs
Sun Dec 3 11:36:53 2017 UTC (7 years, 3 months ago) by jdolecek
Branches: tls-maxphys
Diff to: previous 1.66.2.1: preferred, colored; branchpoint 1.66: preferred, colored; next MAIN 1.67: preferred, colored
Changes since revision 1.66.2.1: +1 -1
lines
update from HEAD
Revision 1.67.6.1: download - view: text, markup, annotated - select for diffs
Mon Aug 28 17:51:58 2017 UTC (7 years, 6 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.67: preferred, colored; next MAIN 1.68: preferred, colored
Changes since revision 1.67: +2 -2
lines
Sync with HEAD
Revision 1.68: download - view: text, markup, annotated - select for diffs
Tue Aug 8 08:04:06 2017 UTC (7 years, 7 months ago) by maxv
Branches: MAIN
CVS tags: tls-maxphys-base-20171202,
nick-nhusb-base-20170825
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +2 -2
lines
Move freebsd_machdep.h into sys/compat/freebsd, and don't install it. Now,
the compat_freebsd files are all contained in sys/compat/freebsd.
Revision 1.66.2.1: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:03:31 2014 UTC (10 years, 7 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +3 -3
lines
Rebase to HEAD as of a few days ago.
Revision 1.65.4.2: download - view: text, markup, annotated - select for diffs
Thu May 22 11:40:15 2014 UTC (10 years, 10 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.65.4.1: preferred, colored; branchpoint 1.65: preferred, colored; next MAIN 1.66: preferred, colored
Changes since revision 1.65.4.1: +3 -3
lines
sync with head.
for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
Revision 1.66.4.1: download - view: text, markup, annotated - select for diffs
Sun May 18 17:45:31 2014 UTC (10 years, 10 months ago) by rmind
Branches: rmind-smpnet
Diff to: previous 1.66: preferred, colored; next MAIN 1.67: preferred, colored
Changes since revision 1.66: +3 -3
lines
sync with head
Revision 1.67: download - view: text, markup, annotated - select for diffs
Thu Nov 7 19:37:18 2013 UTC (11 years, 4 months ago) by njoly
Branches: MAIN
CVS tags: yamt-pagecache-base9,
tls-maxphys-base,
tls-earlyentropy-base,
tls-earlyentropy,
rmind-smpnet-nbase,
rmind-smpnet-base,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
pgoyette-localcount-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
nick-nhusb-base-20170204,
nick-nhusb-base-20161204,
nick-nhusb-base-20161004,
nick-nhusb-base-20160907,
nick-nhusb-base-20160529,
nick-nhusb-base-20160422,
nick-nhusb-base-20160319,
nick-nhusb-base-20151226,
nick-nhusb-base-20150921,
nick-nhusb-base-20150606,
nick-nhusb-base-20150406,
nick-nhusb-base,
netbsd-8-base,
netbsd-8-3-RELEASE,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-8,
netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-base,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0,
netbsd-7,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
localcount-20160914,
jdolecek-ncq-base,
jdolecek-ncq,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan
Branch point for: nick-nhusb
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +3 -3
lines
Fix dup/dup2/dup3 argument types (u_int -> int).
Revision 1.65.4.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 00:07:14 2012 UTC (12 years, 11 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +1 -14
lines
sync with head
Revision 1.65.8.1: download - view: text, markup, annotated - select for diffs
Sun Mar 11 01:52:26 2012 UTC (13 years ago) by mrg
Branches: jmcneill-usbmp
Diff to: previous 1.65: preferred, colored; next MAIN 1.66: preferred, colored
Changes since revision 1.65: +0 -13
lines
sync to latest -current
Revision 1.66: download - view: text, markup, annotated - select for diffs
Sat Mar 10 21:51:57 2012 UTC (13 years ago) by joerg
Branches: MAIN
CVS tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
khorben-n900,
jmcneill-usbmp-base9,
jmcneill-usbmp-base8,
jmcneill-usbmp-base7,
jmcneill-usbmp-base10,
agc-symver-base,
agc-symver
Branch point for: tls-maxphys,
rmind-smpnet
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +1 -14
lines
P1003_1B_SEMAPHORE is no longer optional.
Revision 1.64.4.1: download - view: text, markup, annotated - select for diffs
Mon Jun 6 09:07:18 2011 UTC (13 years, 9 months ago) by jruoho
Branches: jruoho-x86intr
Diff to: previous 1.64: preferred, colored; next MAIN 1.65: preferred, colored
Changes since revision 1.64: +3 -3
lines
Sync with HEAD.
Revision 1.64.2.1: download - view: text, markup, annotated - select for diffs
Thu Apr 21 01:41:36 2011 UTC (13 years, 11 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.64: preferred, colored; next MAIN 1.65: preferred, colored
Changes since revision 1.64: +3 -3
lines
sync with head
Revision 1.65: download - view: text, markup, annotated - select for diffs
Sun Mar 6 17:08:34 2011 UTC (14 years ago) by bouyer
Branches: MAIN
CVS tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2,
jmcneill-usbmp-base,
jmcneill-audiomp3-base,
jmcneill-audiomp3,
cherry-xenmp-base,
cherry-xenmp
Branch point for: yamt-pagecache,
jmcneill-usbmp
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +3 -3
lines
merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.
See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.
Revision 1.64.6.1: download - view: text, markup, annotated - select for diffs
Tue Feb 8 21:46:53 2011 UTC (14 years, 1 month ago) by bouyer
Branches: bouyer-quota2
Diff to: previous 1.64: preferred, colored; next MAIN 1.65: preferred, colored
Changes since revision 1.64: +3 -3
lines
freebsd quotactl uses our COMPAT_50 syscall.
Revision 1.62.4.1: download - view: text, markup, annotated - select for diffs
Fri Apr 30 14:42:57 2010 UTC (14 years, 10 months ago) by uebayasi
Branches: uebayasi-xip
Diff to: previous 1.62: preferred, colored; next MAIN 1.63: preferred, colored
Changes since revision 1.62: +1 -17
lines
Sync with HEAD.
Revision 1.58.34.2: download - view: text, markup, annotated - select for diffs
Thu Mar 11 15:03:13 2010 UTC (15 years ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.58.34.1: preferred, colored; branchpoint 1.58: preferred, colored; next MAIN 1.59: preferred, colored
Changes since revision 1.58.34.1: +1 -17
lines
sync with head
Revision 1.64: download - view: text, markup, annotated - select for diffs
Tue Mar 2 21:07:21 2010 UTC (15 years ago) by pooka
Branches: MAIN
CVS tags: yamt-nfs-mp-base9,
yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2,
uebayasi-xip-base1,
matt-mips64-premerge-20101231,
jruoho-x86intr-base,
bouyer-quota2-nbase,
bouyer-quota2-base
Branch point for: rmind-uvmplock,
jruoho-x86intr,
bouyer-quota2
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +1 -5
lines
Kill fs_nfs.h and #ifdef NFS by making getfh() support unconditional
and nfssvc unsupport unconditional. nfs server was just a fancy
NOP anyway for all except Ultrix. I know I'm boring but I couldn't
imagine why someone would want to run an Ultrix nfs server (and I
also doubt that it would work anymore with all the changes to fs
exporting etc).
Revision 1.63: download - view: text, markup, annotated - select for diffs
Tue Mar 2 16:00:03 2010 UTC (15 years ago) by pooka
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +1 -13
lines
Remove lfs syscall support from compat. I can't really imagine
anyone wanting to run lfs megamaid as a e.g. FreeBSD binary.
Besides, the real action has been in fcntl() for >5 years now.
The only place where the compat syscalls might have made the tiniest
bit of sense was netbsd32, but they were unimplemented there.
Revision 1.58.34.1: download - view: text, markup, annotated - select for diffs
Mon May 4 08:12:18 2009 UTC (15 years, 10 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +259 -259
lines
sync with head.
Revision 1.58.44.1: download - view: text, markup, annotated - select for diffs
Mon Jan 19 13:17:22 2009 UTC (16 years, 2 months ago) by skrll
Branches: nick-hppapmap
Diff to: previous 1.58: preferred, colored; next MAIN 1.59: preferred, colored
Changes since revision 1.58: +259 -259
lines
Sync with HEAD.
Revision 1.58.28.1: download - view: text, markup, annotated - select for diffs
Sat Jan 17 13:28:42 2009 UTC (16 years, 2 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.58: preferred, colored; next MAIN 1.59: preferred, colored
Changes since revision 1.58: +259 -259
lines
Sync with HEAD.
Revision 1.62: download - view: text, markup, annotated - select for diffs
Tue Jan 13 22:27:43 2009 UTC (16 years, 2 months ago) by pooka
Branches: MAIN
CVS tags: yamt-nfs-mp-base8,
yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
yamt-nfs-mp-base5,
yamt-nfs-mp-base4,
yamt-nfs-mp-base3,
uebayasi-xip-base,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base2,
nick-hppapmap-base,
mjf-devfs2-base,
matt-premerge-20091211,
jymxensuspend-base,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend
Branch point for: uebayasi-xip
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +242 -242
lines
Convert the syscalls.master to a format from which it is easier
to parse and generate the compat name and basename (e.g. __stat50
and stat). Use this to autogenerate __RENAME()'s to the rump_syscalls
header so that they can be called e.g. rump_sys_socket() instead
of rump_sys___socket30().
Revision 1.61: download - view: text, markup, annotated - select for diffs
Sun Jan 11 02:45:47 2009 UTC (16 years, 2 months ago) by christos
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +35 -29
lines
merge christos-time_t
Revision 1.58.40.1: download - view: text, markup, annotated - select for diffs
Sat Dec 13 01:13:48 2008 UTC (16 years, 3 months ago) by haad
Branches: haad-dm
Diff to: previous 1.58: preferred, colored; next MAIN 1.59: preferred, colored
Changes since revision 1.58: +7 -13
lines
Update haad-dm branch to haad-dm-base2.
Revision 1.58.30.2: download - view: text, markup, annotated - select for diffs
Thu Nov 20 20:45:38 2008 UTC (16 years, 4 months ago) by christos
Branches: christos-time_t
Diff to: previous 1.58.30.1: preferred, colored; branchpoint 1.58: preferred, colored; next MAIN 1.59: preferred, colored
Changes since revision 1.58.30.1: +7 -13
lines
merge with head.
Revision 1.60: download - view: text, markup, annotated - select for diffs
Wed Nov 19 18:36:02 2008 UTC (16 years, 4 months ago) by ad
Branches: MAIN
CVS tags: haad-nbase2,
haad-dm-base2,
haad-dm-base,
christos-time_t-nbase,
christos-time_t-base,
ad-audiomp2-base,
ad-audiomp2
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +1 -7
lines
Make the emulations, exec formats, coredump, NFS, and the NFS server
into modules. By and large this commit:
- shuffles header files and ifdefs
- splits code out where necessary to be modular
- adds module glue for each of the components
- adds/replaces hooks for things that can be installed at runtime
Revision 1.59: download - view: text, markup, annotated - select for diffs
Fri Nov 14 15:49:20 2008 UTC (16 years, 4 months ago) by ad
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +7 -7
lines
Replace semid_t with intptr_t. No function change. This is a libc/kernel
private interface and so the name change should not affect any third
party code.
Revision 1.58.36.2: download - view: text, markup, annotated - select for diffs
Wed May 14 01:35:02 2008 UTC (16 years, 10 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.58.36.1: preferred, colored; branchpoint 1.58: preferred, colored; next MAIN 1.59: preferred, colored
Changes since revision 1.58.36.1: +1 -2
lines
Per discussion with ad, remove most of the #include <sys/sa.h> lines
as they were including sa.h just for the type(s) needed for syscallargs.h.
Instead, create a new file, sys/satypes.h, which contains just the
types needed for syscallargs.h. Yes, there's only one now, but that
may change and it's probably more likely to change if it'd be difficult
to handle. :-)
Per discussion with matt at n dot o, add an include of satypes.h to
sigtypes.h. Upcall handlers are kinda signal handlers, and signalling
is the header file that's already included for syscallargs.h that
closest matches SA.
This shaves about 3000 lines off of the diff of the branch relative
to the base. That also represents about 18% of the total before this
checkin.
I think this reduction is very good thing.
Revision 1.58.36.1: download - view: text, markup, annotated - select for diffs
Sat May 10 23:48:49 2008 UTC (16 years, 10 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -1
lines
Initial checkin of re-adding SA. Everything except kern_sa.c
compiles in GENERIC for i386. This is still a work-in-progress, but
this checkin covers most of the mechanical work (changing signalling
to be able to accomidate SA's process-wide signalling and re-adding
includes of sys/sa.h and savar.h). Subsequent changes will be much
more interesting.
Also, kern_sa.c has received partial cleanup. There's still more
to do, though.
Revision 1.58.30.1: download - view: text, markup, annotated - select for diffs
Sat Mar 29 20:46:58 2008 UTC (17 years ago) by christos
Branches: christos-time_t
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +35 -29
lines
Welcome to the time_t=long long dev_t=uint64_t branch.
Revision 1.47.4.4: download - view: text, markup, annotated - select for diffs
Mon Sep 3 14:32:01 2007 UTC (17 years, 6 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.47.4.3: preferred, colored; branchpoint 1.47: preferred, colored; next MAIN 1.48: preferred, colored
Changes since revision 1.47.4.3: +66 -76
lines
sync with head.
Revision 1.57.2.1: download - view: text, markup, annotated - select for diffs
Sun Jul 15 13:27:05 2007 UTC (17 years, 8 months ago) by ad
Branches: vmlocking
Diff to: previous 1.57: preferred, colored; next MAIN 1.58: preferred, colored
Changes since revision 1.57: +31 -41
lines
Sync with head.
Revision 1.58: download - view: text, markup, annotated - select for diffs
Fri Jul 13 20:48:39 2007 UTC (17 years, 8 months ago) by dsl
Branches: MAIN
CVS tags: yamt-x86pmap-base4,
yamt-x86pmap-base3,
yamt-x86pmap-base2,
yamt-x86pmap-base,
yamt-x86pmap,
yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
yamt-nfs-mp-base2,
yamt-nfs-mp-base,
yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
yamt-kmem-base3,
yamt-kmem-base2,
yamt-kmem-base,
yamt-kmem,
wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
vmlocking2-base3,
vmlocking2-base2,
vmlocking2-base1,
vmlocking2,
vmlocking-nbase,
vmlocking-base,
simonb-wapbl-nbase,
simonb-wapbl-base,
simonb-wapbl,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base,
nick-net80211-sync-base,
nick-net80211-sync,
nick-csl-alignment-base5,
nick-csl-alignment-base,
nick-csl-alignment,
netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2-3-RELEASE,
netbsd-5-2-2-RELEASE,
netbsd-5-2-1-RELEASE,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-5-RELEASE,
netbsd-5-1-4-RELEASE,
netbsd-5-1-3-RELEASE,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
mjf-devfs-base,
mjf-devfs,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2,
matt-mips64-base,
matt-mips64,
matt-armv6-prevmlocking,
matt-armv6-nbase,
matt-armv6-base,
matt-armv6,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
jmcneill-pm-base,
jmcneill-pm,
jmcneill-base,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base,
hpcarm-cleanup,
haad-dm-base1,
cube-autoconf-base,
cube-autoconf,
bouyer-xeni386-nbase,
bouyer-xeni386-merge1,
bouyer-xeni386-base,
bouyer-xeni386,
bouyer-xenamd64-base2,
bouyer-xenamd64-base,
bouyer-xenamd64,
ad-socklock-base1
Branch point for: yamt-nfs-mp,
wrstuden-revivesa,
nick-hppapmap,
mjf-devfs2,
haad-dm,
christos-time_t
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +31 -41
lines
Remove all the syscall stubs that were only there to get files lookup
up in the alternate path.
Revision 1.56.2.1: download - view: text, markup, annotated - select for diffs
Mon Mar 12 05:51:58 2007 UTC (18 years ago) by rmind
Branches: yamt-idlelwp
Diff to: previous 1.56: preferred, colored; next MAIN 1.57: preferred, colored
Changes since revision 1.56: +36 -36
lines
Sync with HEAD.
Revision 1.57: download - view: text, markup, annotated - select for diffs
Sun Mar 4 06:01:15 2007 UTC (18 years ago) by christos
Branches: MAIN
CVS tags: yamt-idlelwp-base8,
thorpej-atomic-base,
thorpej-atomic,
reinoud-bufcleanup,
mjf-ufs-trans-base,
mjf-ufs-trans
Branch point for: vmlocking
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +36 -36
lines
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
Revision 1.47.4.3: download - view: text, markup, annotated - select for diffs
Mon Feb 26 09:09:06 2007 UTC (18 years, 1 month ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.47.4.2: preferred, colored; branchpoint 1.47: preferred, colored
Changes since revision 1.47.4.2: +1 -2
lines
sync with head.
Revision 1.56: download - view: text, markup, annotated - select for diffs
Fri Feb 9 21:55:16 2007 UTC (18 years, 1 month ago) by ad
Branches: MAIN
CVS tags: post-newlock2-merge,
ad-audiomp-base,
ad-audiomp
Branch point for: yamt-idlelwp
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -2
lines
Merge newlock2 to head.
Revision 1.55.2.1: download - view: text, markup, annotated - select for diffs
Tue Jan 30 13:51:31 2007 UTC (18 years, 1 month ago) by ad
Branches: newlock2
Diff to: previous 1.55: preferred, colored; next MAIN 1.56: preferred, colored
Changes since revision 1.55: +1 -2
lines
Remove support for SA. Ok core@.
Revision 1.47.4.2: download - view: text, markup, annotated - select for diffs
Sat Dec 30 20:47:32 2006 UTC (18 years, 2 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.47.4.1: preferred, colored; branchpoint 1.47: preferred, colored
Changes since revision 1.47.4.1: +9 -6
lines
sync with head.
Revision 1.50.4.1: download - view: text, markup, annotated - select for diffs
Sat Sep 9 02:45:14 2006 UTC (18 years, 6 months ago) by rpaulo
Branches: rpaulo-netinet-merge-pcb
Diff to: previous 1.50: preferred, colored; next MAIN 1.51: preferred, colored
Changes since revision 1.50: +13 -10
lines
sync with head
Revision 1.55: download - view: text, markup, annotated - select for diffs
Fri Sep 1 20:58:18 2006 UTC (18 years, 6 months ago) by matt
Branches: MAIN
CVS tags: yamt-splraiseipl-base5,
yamt-splraiseipl-base4,
yamt-splraiseipl-base3,
yamt-splraiseipl-base2,
yamt-splraiseipl-base,
yamt-splraiseipl,
yamt-pdpolicy-base9,
yamt-pdpolicy-base8,
wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
rpaulo-netinet-merge-pcb-base,
newlock2-nbase,
newlock2-base,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
netbsd-4,
matt-nb4-arm-base,
matt-nb4-arm
Branch point for: newlock2
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -6
lines
Don't conditionalize *sys_ptrace. The lack of sys_ptrace will be dealt
with differently.
Revision 1.54: download - view: text, markup, annotated - select for diffs
Wed Aug 30 11:04:37 2006 UTC (18 years, 7 months ago) by matt
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +6 -1
lines
Update for options PTRACE
Revision 1.50.8.2: download - view: text, markup, annotated - select for diffs
Fri Aug 11 15:43:19 2006 UTC (18 years, 7 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.50.8.1: preferred, colored; branchpoint 1.50: preferred, colored; next MAIN 1.51: preferred, colored
Changes since revision 1.50.8.1: +9 -6
lines
sync with head
Revision 1.53: download - view: text, markup, annotated - select for diffs
Mon Jul 31 16:32:51 2006 UTC (18 years, 7 months ago) by martin
Branches: MAIN
CVS tags: yamt-pdpolicy-base7,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +8 -5
lines
Step 1 to make filehandles completely opaque to userland
Revision 1.51.4.1: download - view: text, markup, annotated - select for diffs
Thu Jul 13 17:49:08 2006 UTC (18 years, 8 months ago) by gdamore
Branches: gdamore-uart
Diff to: previous 1.51: preferred, colored; next MAIN 1.52: preferred, colored
Changes since revision 1.51: +2 -2
lines
Merge from HEAD.
Revision 1.52: download - view: text, markup, annotated - select for diffs
Mon Jun 26 21:23:57 2006 UTC (18 years, 9 months ago) by mrg
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -2
lines
version the socket(2) syscall. for compat30 socket, we use
EPROTONOSUPPORT instead of EAFNOSUPPORT.
from pavel@ with a little bit of clean up from myself.
XXX: netbsd32 (and perhaps other emulations) should be able
XXX: to call the standard socket calls for this i think, but
XXX: revisit this at another time.
Revision 1.47.4.1: download - view: text, markup, annotated - select for diffs
Wed Jun 21 14:58:50 2006 UTC (18 years, 9 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +9 -7
lines
sync with head.
Revision 1.50.6.1: download - view: text, markup, annotated - select for diffs
Thu Jun 1 22:35:48 2006 UTC (18 years, 9 months ago) by kardel
Branches: simonb-timecounters
CVS tags: simonb-timcounters-final
Diff to: previous 1.50: preferred, colored; next MAIN 1.51: preferred, colored
Changes since revision 1.50: +6 -6
lines
Sync with head.
Revision 1.50.12.1: download - view: text, markup, annotated - select for diffs
Wed May 24 15:48:27 2006 UTC (18 years, 10 months ago) by tron
Branches: peter-altq
Diff to: previous 1.50: preferred, colored; next MAIN 1.51: preferred, colored
Changes since revision 1.50: +6 -6
lines
Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
Revision 1.50.8.1: download - view: text, markup, annotated - select for diffs
Wed May 24 10:57:27 2006 UTC (18 years, 10 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +6 -6
lines
sync with head.
Revision 1.50.10.1: download - view: text, markup, annotated - select for diffs
Thu May 11 23:27:30 2006 UTC (18 years, 10 months ago) by elad
Branches: elad-kernelauth
Diff to: previous 1.50: preferred, colored; next MAIN 1.51: preferred, colored
Changes since revision 1.50: +6 -6
lines
sync with head
Revision 1.51: download - view: text, markup, annotated - select for diffs
Thu May 4 17:48:56 2006 UTC (18 years, 10 months ago) by christos
Branches: MAIN
CVS tags: yamt-pdpolicy-base6,
yamt-pdpolicy-base5,
simonb-timecounters-base,
gdamore-uart-base,
elad-kernelauth-base,
chap-midi-nbase,
chap-midi-base,
chap-midi
Branch point for: gdamore-uart
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +6 -6
lines
fhstat needs to be versioned too (for ino_t). Pointed out by Izumi Tsutsui
Revision 1.50: download - view: text, markup, annotated - select for diffs
Sun Dec 11 12:20:02 2005 UTC (19 years, 3 months ago) by christos
Branches: MAIN
CVS tags: yamt-uio_vmspace-base5,
yamt-uio_vmspace,
yamt-pdpolicy-base4,
yamt-pdpolicy-base3,
yamt-pdpolicy-base2,
yamt-pdpolicy-base,
peter-altq-base
Branch point for: yamt-pdpolicy,
simonb-timecounters,
rpaulo-netinet-merge-pcb,
peter-altq,
elad-kernelauth
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -1
lines
merge ktrace-lwp.
Revision 1.40.2.5: download - view: text, markup, annotated - select for diffs
Thu Nov 10 14:00:52 2005 UTC (19 years, 4 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.40.2.4: preferred, colored; next MAIN 1.41: preferred, colored
Changes since revision 1.40.2.4: +7 -5
lines
Sync with HEAD. Here we go again...
Revision 1.49: download - view: text, markup, annotated - select for diffs
Tue Sep 13 01:42:32 2005 UTC (19 years, 6 months ago) by christos
Branches: MAIN
CVS tags: yamt-vop-base3,
yamt-vop-base2,
yamt-vop-base,
yamt-vop,
yamt-readahead-pervnode,
yamt-readahead-perfile,
yamt-readahead-base3,
yamt-readahead-base2,
yamt-readahead-base,
yamt-readahead,
thorpej-vnode-attr-base,
thorpej-vnode-attr,
ktrace-lwp-base
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +3 -1
lines
compat code reorg.
Revision 1.48: download - view: text, markup, annotated - select for diffs
Fri Aug 19 02:03:57 2005 UTC (19 years, 7 months ago) by christos
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +5 -5
lines
64 bit inode changes.
Revision 1.46.4.1: download - view: text, markup, annotated - select for diffs
Fri Apr 29 11:28:31 2005 UTC (19 years, 11 months ago) by kent
Branches: kent-audio2
Diff to: previous 1.46: preferred, colored; next MAIN 1.47: preferred, colored
Changes since revision 1.46: +2 -2
lines
sync with -current
Revision 1.46.6.1: download - view: text, markup, annotated - select for diffs
Sat Mar 19 08:33:31 2005 UTC (20 years ago) by yamt
Branches: yamt-km
Diff to: previous 1.46: preferred, colored; next MAIN 1.47: preferred, colored
Changes since revision 1.46: +2 -2
lines
sync with head. xen and whitespace. xen part is not finished.
Revision 1.40.2.4: download - view: text, markup, annotated - select for diffs
Fri Mar 4 16:39:35 2005 UTC (20 years ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.40.2.3: preferred, colored
Changes since revision 1.40.2.3: +2 -2
lines
Sync with HEAD.
Hi Perry!
Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Feb 22 16:14:50 2005 UTC (20 years, 1 month ago) by heas
Branches: MAIN
CVS tags: yamt-km-base4,
yamt-km-base3,
netbsd-3-base,
netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0,
netbsd-3,
kent-audio2-base
Branch point for: yamt-lazymbuf
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -2
lines
Add FreeBSD sysctl emulation for their undocumented special OIDs rooted at
OID 0. Only OID 0.3 is implemented for now, it 0.3 is the equivalent of
NetBSD's sysctlgetmibinfo().
This includes a new sysctl kern.osreldate with the value __NetBSD_Version__
for kernels with COMPAT_FREEBSD.
Both of these are used by 3ware's FreeBSD tw_cli, which seems to work now.
Revision 1.40.2.3: download - view: text, markup, annotated - select for diffs
Tue Sep 21 13:25:10 2004 UTC (20 years, 6 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.40.2.2: preferred, colored
Changes since revision 1.40.2.2: +1 -1
lines
Fix the sync with head I botched.
Revision 1.40.2.2: download - view: text, markup, annotated - select for diffs
Sat Sep 18 14:43:15 2004 UTC (20 years, 6 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.40.2.1: preferred, colored
Changes since revision 1.40.2.1: +0 -0
lines
Sync with HEAD.
Revision 1.40.2.1: download - view: text, markup, annotated - select for diffs
Tue Aug 3 10:43:44 2004 UTC (20 years, 7 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +100 -9
lines
Sync with HEAD
Revision 1.46: download - view: text, markup, annotated - select for diffs
Tue May 11 10:54:51 2004 UTC (20 years, 10 months ago) by drochner
Branches: MAIN
CVS tags: yamt-km-base2,
yamt-km-base,
kent-audio1-beforemerge,
kent-audio1-base,
kent-audio1
Branch point for: yamt-km,
kent-audio2
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -14
lines
FreeBSD emulation should not depend on NetBSD binary compatibility
options. Include compat_20_sys_*statfs* unconditionally.
Revision 1.45: download - view: text, markup, annotated - select for diffs
Mon May 10 20:27:42 2004 UTC (20 years, 10 months ago) by christos
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -1
lines
Add opt_compat_netbsd.h because we need it for COMPAT_20; pointed out
by Jonathan Stone.
Revision 1.44: download - view: text, markup, annotated - select for diffs
Wed Apr 21 01:05:36 2004 UTC (20 years, 11 months ago) by christos
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +20 -7
lines
Replace the statfs() family of system calls with statvfs().
Retain binary compatibility.
Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Jan 29 02:00:02 2004 UTC (21 years, 2 months ago) by tsarna
Branches: MAIN
CVS tags: netbsd-2-base,
netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1,
netbsd-2-0-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2-0,
netbsd-2
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2
lines
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.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Wed Nov 26 19:22:57 2003 UTC (21 years, 4 months ago) by jdolecek
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +91 -1
lines
add the new syscalls to the list
Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu Sep 18 14:44:09 2003 UTC (21 years, 6 months ago) by pooka
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +3 -3
lines
Add a good enuf emulation of the MAP_STACK flag to the mmap()
syscall. This allows programs which use MAP_STACK to work instead
of failing in weird and wonderous ways.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Sat Jan 18 07:33:16 2003 UTC (22 years, 2 months ago) by thorpej
Branches: MAIN
Branch point for: ktrace-lwp
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +3 -2
lines
Merge the nathanw_sa branch.
Revision 1.34.2.7: download - view: text, markup, annotated - select for diffs
Sun Dec 29 19:49:15 2002 UTC (22 years, 3 months ago) by thorpej
Branches: nathanw_sa
CVS tags: nathanw_sa_end
Diff to: previous 1.34.2.6: preferred, colored; branchpoint 1.34: preferred, colored; next MAIN 1.35: preferred, colored
Changes since revision 1.34.2.6: +12 -9
lines
Sync with HEAD.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun Dec 22 00:04:29 2002 UTC (22 years, 3 months ago) by gmcgarry
Branches: MAIN
CVS tags: nathanw_sa_before_merge,
nathanw_sa_base,
fvdl_fs64_base
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +12 -9
lines
Add scheduler syscalls.
Revision 1.34.2.6: download - view: text, markup, annotated - select for diffs
Fri Oct 18 02:41:00 2002 UTC (22 years, 5 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.34.2.5: preferred, colored; branchpoint 1.34: preferred, colored
Changes since revision 1.34.2.5: +2 -2
lines
Catch up to -current.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed Oct 9 20:22:47 2002 UTC (22 years, 5 months ago) by pooka
Branches: MAIN
CVS tags: kqueue-beforemerge,
kqueue-aftermerge,
gmcgarry_ucred_base,
gmcgarry_ucred,
gmcgarry_ctxsw_base,
gmcgarry_ctxsw
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2
lines
FreeBSD rfork emulation
Revision 1.35.2.2: download - view: text, markup, annotated - select for diffs
Sun Jun 23 17:43:46 2002 UTC (22 years, 9 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.35.2.1: preferred, colored; branchpoint 1.35: preferred, colored; next MAIN 1.36: preferred, colored
Changes since revision 1.35.2.1: +4 -4
lines
catch up with -current on kqueue branch
Revision 1.34.2.5: download - view: text, markup, annotated - select for diffs
Thu Jun 20 03:42:48 2002 UTC (22 years, 9 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.34.2.4: preferred, colored; branchpoint 1.34: preferred, colored
Changes since revision 1.34.2.4: +4 -4
lines
Catch up to -current.
Revision 1.34.2.4: download - view: text, markup, annotated - select for diffs
Wed May 29 21:32:20 2002 UTC (22 years, 10 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.34.2.3: preferred, colored; branchpoint 1.34: preferred, colored
Changes since revision 1.34.2.3: +2 -1
lines
#include <sys/sa.h> before <sys/syscallargs.h>, to provide sa_upcall_t
now that <sys/param.h> doesn't include <sys/sa.h>.
(Behold the Power of Ed)
Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri May 3 00:20:57 2002 UTC (22 years, 10 months ago) by eeh
Branches: MAIN
CVS tags: netbsd-1-6-base,
netbsd-1-6-RELEASE,
netbsd-1-6-RC3,
netbsd-1-6-RC2,
netbsd-1-6-RC1,
netbsd-1-6-PATCH002-RELEASE,
netbsd-1-6-PATCH002-RC4,
netbsd-1-6-PATCH002-RC3,
netbsd-1-6-PATCH002-RC2,
netbsd-1-6-PATCH002-RC1,
netbsd-1-6-PATCH002,
netbsd-1-6-PATCH001-RELEASE,
netbsd-1-6-PATCH001-RC3,
netbsd-1-6-PATCH001-RC2,
netbsd-1-6-PATCH001-RC1,
netbsd-1-6-PATCH001,
netbsd-1-6,
kqueue-base,
gehenna-devsw-base,
gehenna-devsw
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +4 -4
lines
Use #if defined(_LP64) to determine if we're generating 64-bit binaries,
not #if defined(alpha).
Revision 1.27.4.1: download - view: text, markup, annotated - select for diffs
Wed Mar 6 22:04:25 2002 UTC (23 years ago) by he
Branches: netbsd-1-5
CVS tags: netbsd-1-5-PATCH003
Diff to: previous 1.27: preferred, colored; next MAIN 1.28: preferred, colored
Changes since revision 1.27: +14 -5
lines
Pull up revisions 1.28-1.30 (requested by jonathan):
Add support for FreeBSD 4.x signals; fixes PR#9769.
Revision 1.34.2.3: download - view: text, markup, annotated - select for diffs
Thu Feb 28 19:59:33 2002 UTC (23 years, 1 month ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.34.2.2: preferred, colored; branchpoint 1.34: preferred, colored
Changes since revision 1.34.2.2: +2 -2
lines
sys_setlogin() -> sys___setlogin()
Revision 1.35.2.1: download - view: text, markup, annotated - select for diffs
Thu Jan 10 19:51:04 2002 UTC (23 years, 2 months ago) by thorpej
Branches: kqueue
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +8 -5
lines
Sync kqueue branch with -current.
Revision 1.34.2.2: download - view: text, markup, annotated - select for diffs
Wed Nov 14 19:12:56 2001 UTC (23 years, 4 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.34.2.1: preferred, colored; branchpoint 1.34: preferred, colored
Changes since revision 1.34.2.1: +8 -5
lines
Catch up to -current.
Revision 1.35.6.1: download - view: text, markup, annotated - select for diffs
Mon Nov 12 21:17:49 2001 UTC (23 years, 4 months ago) by thorpej
Branches: thorpej-mips-cache
Diff to: previous 1.35: preferred, colored; next MAIN 1.36: preferred, colored
Changes since revision 1.35: +8 -5
lines
Sync the thorpej-mips-cache branch with -current.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Sat Oct 27 10:00:55 2001 UTC (23 years, 5 months ago) by jdolecek
Branches: MAIN
CVS tags: thorpej-mips-cache-base,
newlock-base,
newlock,
ifpoll-base,
eeh-devprop-base,
eeh-devprop
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +8 -5
lines
Hook in minherit(2), fhstatfs(2), fhopen(2), fhstat(2).
Adresses kern/8622 by Paul Shupak.
Revision 1.34.2.1: download - view: text, markup, annotated - select for diffs
Thu Jun 21 19:59:05 2001 UTC (23 years, 9 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2
lines
Catch up to -current.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed May 30 11:37:23 2001 UTC (23 years, 10 months ago) by mrg
Branches: MAIN
CVS tags: thorpej-devvp-base3,
thorpej-devvp-base2,
thorpej-devvp-base,
thorpej-devvp,
pre-chs-ubcperf,
post-chs-ubcperf
Branch point for: thorpej-mips-cache,
kqueue
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2
lines
use _KERNEL_OPT.
Revision 1.25.2.4: download - view: text, markup, annotated - select for diffs
Fri Jan 5 17:35:21 2001 UTC (24 years, 2 months ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.25.2.3: preferred, colored; branchpoint 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25.2.3: +2 -2
lines
Sync with HEAD
Revision 1.34: download - view: text, markup, annotated - select for diffs
Sun Dec 17 16:11:38 2000 UTC (24 years, 3 months ago) by jdolecek
Branches: MAIN
CVS tags: thorpej_scsipi_nbase,
thorpej_scsipi_beforemerge,
thorpej_scsipi_base
Branch point for: nathanw_sa
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -3
lines
add emulation of FreeBSD utrace(2)
Revision 1.25.2.3: download - view: text, markup, annotated - select for diffs
Wed Dec 13 15:49:42 2000 UTC (24 years, 3 months ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.25.2.2: preferred, colored; branchpoint 1.25: preferred, colored
Changes since revision 1.25.2.2: +7 -5
lines
Sync with HEAD (for UBC fixes).
Revision 1.33: download - view: text, markup, annotated - select for diffs
Sat Dec 9 07:10:35 2000 UTC (24 years, 3 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +4 -4
lines
Get rid of the damn EMUL_GET* flags.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Sat Dec 9 05:27:29 2000 UTC (24 years, 3 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +5 -3
lines
Add the %% separators.
Revision 1.25.2.2: download - view: text, markup, annotated - select for diffs
Fri Dec 8 09:08:13 2000 UTC (24 years, 3 months ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.25.2.1: preferred, colored; branchpoint 1.25: preferred, colored
Changes since revision 1.25.2.1: +3 -1
lines
Sync with HEAD.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Nov 30 19:05:26 2000 UTC (24 years, 4 months ago) by jdolecek
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -1
lines
LKMify
Revision 1.25.2.1: download - view: text, markup, annotated - select for diffs
Mon Nov 20 18:08:11 2000 UTC (24 years, 4 months ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +56 -19
lines
Update thorpej_scsipi to -current as of a month ago
Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Aug 8 02:14:48 2000 UTC (24 years, 7 months ago) by itojun
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2
lines
s/#ifdefined/#ifdef/
Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Aug 7 17:59:36 2000 UTC (24 years, 7 months ago) by bjh21
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +6 -1
lines
Changes to syscalls.master to exclude ntp_adjtime(2) entirely if NTP is not
defined. Changes to other files will follow in a moment.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Jul 18 14:15:05 2000 UTC (24 years, 8 months ago) by onoe
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +9 -5
lines
implement new signal syscalls in FreeBSD 4.0-RELEASE, using native syscalls:
sigaction, sigprocmask, sigsuspend, and sigpending.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue May 23 16:05:51 2000 UTC (24 years, 10 months ago) by tv
Branches: MAIN
CVS tags: netbsd-1-5-base,
netbsd-1-5-RELEASE,
netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001,
netbsd-1-5-BETA2,
netbsd-1-5-BETA,
netbsd-1-5-ALPHA2,
minoura-xpg4dl-base,
minoura-xpg4dl
Branch point for: netbsd-1-5
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +46 -18
lines
Add names for many syscalls not yet implemented, including those in
FreeBSD 4.0-RELEASE. Also implement the following using existing NetBSD
syscalls: pread, pwrite, getsid, mlockall, munlockall, __getcwd.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Apr 21 16:18:16 2000 UTC (24 years, 11 months ago) by minoura
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2
lines
We have now native issetugid.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Aug 25 04:48:21 1999 UTC (25 years, 7 months ago) by thorpej
Branches: MAIN
CVS tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221,
wrstuden-devbsize,
fvdl-softdep-base,
fvdl-softdep,
comdex-fall-1999-base,
comdex-fall-1999,
chs-ubc2-newbase
Branch point for: thorpej_scsipi
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +7 -7
lines
Update for new msgctl()/semctl()/shmctl().
Revision 1.22.4.2: download - view: text, markup, annotated - select for diffs
Mon Aug 2 21:51:26 1999 UTC (25 years, 7 months ago) by thorpej
Branches: chs-ubc2
Diff to: previous 1.22.4.1: preferred, colored; branchpoint 1.22: preferred, colored; next MAIN 1.23: preferred, colored
Changes since revision 1.22.4.1: +2 -2
lines
Update from trunk.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Jul 12 21:55:20 1999 UTC (25 years, 8 months ago) by kleink
Branches: MAIN
CVS tags: chs-ubc2-base
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2
lines
XSH5: change function signature to `void *sbrk(intptr_t)'.
Revision 1.22.4.1: download - view: text, markup, annotated - select for diffs
Mon Jun 21 01:06:44 1999 UTC (25 years, 9 months ago) by thorpej
Branches: chs-ubc2
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +5 -5
lines
Sync w/ -current.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Jun 9 12:33:18 1999 UTC (25 years, 9 months ago) by drochner
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +5 -5
lines
add "sys_" prefix to LFS syscalls
Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Feb 9 20:19:13 1999 UTC (26 years, 1 month ago) by christos
Branches: MAIN
CVS tags: netbsd-1-4-base,
netbsd-1-4-RELEASE,
netbsd-1-4-PATCH003,
netbsd-1-4-PATCH002,
netbsd-1-4-PATCH001,
netbsd-1-4,
kame_14_19990705,
kame_14_19990628,
kame_141_19991130,
kame
Branch point for: chs-ubc2
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +196 -63
lines
PR/6962: Paul Shupak: FreeBSD-3.0 additions
- const poisoning
Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Dec 10 17:03:19 1998 UTC (26 years, 3 months ago) by christos
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -1
lines
Defopt COMPAT_43
Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Oct 19 22:27:38 1998 UTC (26 years, 5 months ago) by tron
Branches: MAIN
CVS tags: kenh-if-detach-base,
kenh-if-detach,
chs-ubc-base,
chs-ubc
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -1
lines
Defopt SYSVMSG, SYSVSEM and SYSVSHM.
Revision 1.12.2.2: download - view: text, markup, annotated - select for diffs
Wed Sep 30 18:17:05 1998 UTC (26 years, 6 months ago) by cgd
Branches: netbsd-1-3
CVS tags: netbsd-1-3-PATCH003-CANDIDATE2,
netbsd-1-3-PATCH003-CANDIDATE1,
netbsd-1-3-PATCH003-CANDIDATE0,
netbsd-1-3-PATCH003
Diff to: previous 1.12.2.1: preferred, colored; branchpoint 1.12: preferred, colored; next MAIN 1.13: preferred, colored
Changes since revision 1.12.2.1: +2 -2
lines
pull up rev 1.16 from trunk (tv)
Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Sep 11 12:50:08 1998 UTC (26 years, 6 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +8 -6
lines
Substantial signal handling changes:
* Increase the size of sigset_t to accomodate 128 signals -- adding new
versions of sys_setprocmask(), sys_sigaction(), sys_sigpending() and
sys_sigsuspend() to handle the changed arguments.
* Abstract the guts of sys_sigaltstack(), sys_setprocmask(), sys_sigaction(),
sys_sigpending() and sys_sigsuspend() into separate functions, and call them
from all the emulations rather than hard-coding everything. (Avoids uses
the stackgap crap for these system calls.)
* Add a new flag (p_checksig) to indicate that a process may have signals
pending and userret() needs to do the full (slow) check.
* Eliminate SAS_ALTSTACK; it's exactly the inverse of SS_DISABLE.
* Correct emulation bugs with restoring SS_ONSTACK.
* Make the signal mask in the sigcontext always use the emulated mask format.
* Store signals internally in sigaction structures, rather than maintaining a
bunch of little sigsets for each SA_* bit.
* Keep track of where we put the signal trampoline, rather than figuring it out
in *_sendsig().
* Issue a warning when a non-emulated sigaction bit is observed.
* Add missing emulated signals, and a native SIGPWR (currently not used).
* Implement the `not reset when caught' semantics for relevant signals.
Note: Only code touched by the i386 port has been modified. Other ports and
emulations need to be updated.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Jun 25 22:18:32 1998 UTC (26 years, 9 months ago) by thorpej
Branches: MAIN
CVS tags: eeh-paddr_t-base,
eeh-paddr_t
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -1
lines
defopt NFSSERVER
Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Jun 25 21:17:39 1998 UTC (26 years, 9 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -1
lines
defopt KTRACE
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat May 2 18:14:06 1998 UTC (26 years, 11 months ago) by christos
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2
lines
PR/5350: Minoura Makoto: add issetugid() syscall. (with fixes from me)
Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Feb 19 00:36:04 1998 UTC (27 years, 1 month ago) by thorpej
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +5 -2
lines
Include the NFS option header.
Revision 1.12.2.1: download - view: text, markup, annotated - select for diffs
Thu Jan 29 11:33:03 1998 UTC (27 years, 2 months ago) by mellon
Branches: netbsd-1-3
CVS tags: netbsd-1-3-PATCH002,
netbsd-1-3-PATCH001
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -4
lines
Pull up 1.14 (mycroft)
Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Jan 22 16:31:37 1998 UTC (27 years, 2 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -4
lines
Put a local copy of the SysV IPC compatibility from compat/common in here, so
it's not dependent on COMPAT_10. Also, fix translation of shmctl(), since
FreeBSD's is a little different.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Nov 30 18:06:39 1997 UTC (27 years, 4 months ago) by veego
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -3
lines
Change syscall table to use the 1.3 compatibility sigaltstack() function
(fix from kleink).
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Oct 18 16:30:34 1997 UTC (27 years, 5 months ago) by christos
Branches: MAIN
CVS tags: netbsd-1-3-base,
netbsd-1-3-RELEASE,
netbsd-1-3-BETA
Branch point for: netbsd-1-3
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +7 -4
lines
Use stat12; from Enami Tsugutomo
Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Oct 16 23:48:18 1997 UTC (27 years, 5 months ago) by christos
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +5 -5
lines
ostat -> stat43
Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Oct 15 17:18:17 1997 UTC (27 years, 5 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3
lines
Fix a typo inherited from kern/syscalls.master.
Revision 1.7.4.1: download - view: text, markup, annotated - select for diffs
Tue Oct 14 10:21:27 1997 UTC (27 years, 5 months ago) by thorpej
Branches: marc-pcmcia
Diff to: previous 1.7: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7: +41 -2
lines
Update marc-pcmcia branch from trunk.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Oct 10 01:55:33 1997 UTC (27 years, 5 months ago) by enami
Branches: MAIN
CVS tags: marc-pcmcia-base
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +40 -1
lines
lchown at #254.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Oct 10 01:44:59 1997 UTC (27 years, 5 months ago) by fvdl
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2
lines
Channel FreeBSD getdirentries to our now obsolete getdirentries call.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jun 13 19:11:42 1997 UTC (27 years, 9 months ago) by thorpej
Branches: MAIN
CVS tags: thorpej-signal-base,
thorpej-signal,
marc-pcmcia-bp,
bouyer-scsipi
Branch point for: marc-pcmcia
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
Use compat_12_sys_swapon().
Revision 1.6.2.1: download - view: text, markup, annotated - select for diffs
Wed Feb 12 12:26:03 1997 UTC (28 years, 1 month ago) by mrg
Branches: mrg-vm-swap
Diff to: previous 1.6: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6: +2 -2
lines
initial work for dynamic swap additions.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Jan 31 02:17:47 1997 UTC (28 years, 2 months ago) by thorpej
Branches: MAIN
CVS tags: is-newarp-before-merge,
is-newarp-base,
is-newarp
Branch point for: mrg-vm-swap
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3
lines
NFSCLIENT -> NFS
Revision 1.5.2.1: download - view: text, markup, annotated - select for diffs
Tue Jan 14 21:26:53 1997 UTC (28 years, 2 months ago) by thorpej
Branches: thorpej-setroot
Diff to: previous 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5: +3 -3
lines
Snapshot of work-in-progress, committed to private branch.
These changes implement machine-independent root device and file system
selection. Notable features:
- All ports behave in a consistent manner regarding root
device selection.
- No more "options GENERIC"; all kernels have the ability
to boot with RB_ASKNAME to select root device and file system
type.
- Root file system type can be wildcarded; a machine-independent
function will try all possible file systems for the selected
root device until one succeeds.
- If the root file system fails to mount, the operator will
be given the chance to select a new root device and file
system type, rather than having the machine simply panic.
- nfs_mountroot() no longer panics if any part of the NFS
mount process fails; it now returns an error, giving the
operator a chance to recover.
- New, more consistent, config(8) grammar. The constructs:
config netbsd swap generic
config netbsd root on nfs
have been replaced with:
config netbsd root on ? type ?
config netbsd root on ? type nfs
Additionally, the operator may select or wildcard root file
system type in the kernel configuration file:
config netbsd root on cd0a type cd9660
config(8) now requires that a "root" specification be
made. "root" may be wired down or wildcarded. "swap" and
"dump" specifications are optional, and follow previous
semantics.
- config(8) has a new "file-system" keyword, used to configure
file systems into the kernel. Eventually, this will be used
to generate the default vfssw[].
- "options NFSCLIENT" is obsolete, and is replaced by
"file-system NFS". "options NFSSERVER" still exists, since
NFS server support is independent of the NFS file system
client.
- sys/arch/<foo>/<foo>/swapgeneric.c is no longer used, and
will be removed; all information is now generated by config(8).
As of this commit, all ports except arm32 have been updated to use
the new setroot(). Only SPARC, i386, and Alpha ports have been
tested at this time. Port masters should test these changes on their
ports, and report any problems back to me.
More changes are on their way, including RB_ASKNAME support in
nfs_mountroot() (to prompt for server address and path) and, potentially,
the ability to select rarp/bootparam or bootp in nfs_mountroot().
Revision 1.3.4.1: download - view: text, markup, annotated - select for diffs
Tue Dec 10 08:07:01 1996 UTC (28 years, 3 months ago) by mycroft
Branches: netbsd-1-2
CVS tags: netbsd-1-2-PATCH001
Diff to: previous 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3: +3 -5
lines
From trunk:
Implement setre[ug]id() for real.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Sep 20 16:19:27 1996 UTC (28 years, 6 months ago) by christos
Branches: MAIN
Branch point for: thorpej-setroot
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
getlogin -> __getlogin
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Jun 23 11:18:57 1996 UTC (28 years, 9 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -5
lines
Catch up with setre[ug]id() changes.
Revision 1.2.2.1: download - view: text, markup, annotated - select for diffs
Fri Oct 20 16:07:40 1995 UTC (29 years, 5 months ago) by pk
Branches: netbsd-1-1
CVS tags: netbsd-1-1-RELEASE,
netbsd-1-1-PATCH001
Diff to: previous 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2: +2 -2
lines
getppid => sys_getppid; re-ran makesyscalls.sh. (PR#1643).
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Oct 10 18:28:40 1995 UTC (29 years, 5 months ago) by mycroft
Branches: MAIN
CVS tags: netbsd-1-2-base,
netbsd-1-2-RELEASE,
netbsd-1-2-BETA
Branch point for: netbsd-1-2
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
Fix minor oversight.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Oct 10 01:34:37 1995 UTC (29 years, 5 months ago) by mycroft
Branches: MAIN
CVS tags: netbsd-1-1-base
Branch point for: netbsd-1-1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -3
lines
Fix typo.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Oct 10 01:19:39 1995 UTC (29 years, 5 months ago) by mycroft
Branches: MAIN
FreeBSD binary compatibility module, from Noriyuki Soda.
CVSweb <webmaster@jp.NetBSD.org>