Searched +hist:1.71 +hist:2.3 (Results 1 - 25 of 32) sorted by relevance

12

/src/sys/net/
H A Dppp_tty.c1.71 Wed Oct 26 23:42:56 GMT 2022 riastradh branches: 1.71.2;
ppp(4): Convert to ttylock/ttyunlock.
1.71 Wed Oct 26 23:42:56 GMT 2022 riastradh branches: 1.71.2;
ppp(4): Convert to ttylock/ttyunlock.
1.18 Wed Aug 25 02:04:06 GMT 1999 christos branches: 1.18.2;
changes from ppp-2.3.9 [synchronous]
1.11 Wed Mar 12 20:27:01 GMT 1997 christos Update to ppp-2.3b4; from Paul Mackerras
H A Dif_ppp.c1.71 Sun Aug 05 18:07:55 GMT 2001 jdolecek use unsigned variable types as appropriate
1.41 Sat May 02 14:34:24 GMT 1998 christos Merge changes from pppd-2.3.4; adds ppp-deflate-draft stuff and updates
zlib. Maybe we can merge our other copy of zlib with this one now and
avoid having two copies?
1.39 Sat May 17 21:11:59 GMT 1997 christos Update to ppp-2.3b5
1.37 Wed Mar 12 20:26:50 GMT 1997 christos Update to ppp-2.3b4; from Paul Mackerras
H A Dif_sl.c1.71 Mon Jan 15 16:33:31 GMT 2001 thorpej For SLIP/STRIP/PPP, use generic soft interrupts, if available.
1.46 Sat May 17 21:12:05 GMT 1997 christos Update to ppp-2.3b5
/src/sys/sys/
H A Dsched.h1.89 Tue May 12 11:21:09 GMT 2020 kamil Remove the stub support of CLONE_PID in clone(2)

CLONE_PID causes the child clonee to share the same process id as cloner.

It was implemented for debugging purposes in the Linux kernel 2.0,
restricted to root only in 2.3.21 and removed from Linux 2.5.16.

The CLONE_PID bit was recycled for CLONE_PIDFD in Linux 5.2.
1.71 Sat Oct 03 22:32:56 GMT 2009 elad branches: 1.71.2; 1.71.4;
- Move sched_listener and co. from kern_synch.c to sys_sched.c, where it
really belongs (suggested by rmind@),

- Rename sched_init() to synch_init(), and introduce a new sched_init()
in sys_sched.c where we (a) initialize the sysctl node (no more
link-set) and (b) listen on the process scope with sched_listener.

Reviewed by and okay rmind@.
1.71 Sat Oct 03 22:32:56 GMT 2009 elad branches: 1.71.2; 1.71.4;
- Move sched_listener and co. from kern_synch.c to sys_sched.c, where it
really belongs (suggested by rmind@),

- Rename sched_init() to synch_init(), and introduce a new sched_init()
in sys_sched.c where we (a) initialize the sysctl node (no more
link-set) and (b) listen on the process scope with sched_listener.

Reviewed by and okay rmind@.
1.71 Sat Oct 03 22:32:56 GMT 2009 elad branches: 1.71.2; 1.71.4;
- Move sched_listener and co. from kern_synch.c to sys_sched.c, where it
really belongs (suggested by rmind@),

- Rename sched_init() to synch_init(), and introduce a new sched_init()
in sys_sched.c where we (a) initialize the sysctl node (no more
link-set) and (b) listen on the process scope with sched_listener.

Reviewed by and okay rmind@.
H A Dkauth.h1.71 Mon Mar 18 19:35:46 GMT 2013 plunky branches: 1.71.14;
C99 section 6.7.2.3 (Tags) Note 3 states that:

A type specifier of the form

enum identifier

without an enumerator list shall only appear after the type it
specifies is complete.

which means that we cannot pass an "enum vtype" argument to
kauth_access_action() without fully specifying the type first.
Unfortunately there is a complicated include file loop which
makes that difficult, so convert this minimal function into a
macro (and capitalize it).

(ok elad@)
1.71 Mon Mar 18 19:35:46 GMT 2013 plunky branches: 1.71.14;
C99 section 6.7.2.3 (Tags) Note 3 states that:

A type specifier of the form

enum identifier

without an enumerator list shall only appear after the type it
specifies is complete.

which means that we cannot pass an "enum vtype" argument to
kauth_access_action() without fully specifying the type first.
Unfortunately there is a complicated include file loop which
makes that difficult, so convert this minimal function into a
macro (and capitalize it).

(ok elad@)
1.71 Mon Mar 18 19:35:46 GMT 2013 plunky branches: 1.71.14;
C99 section 6.7.2.3 (Tags) Note 3 states that:

A type specifier of the form

enum identifier

without an enumerator list shall only appear after the type it
specifies is complete.

which means that we cannot pass an "enum vtype" argument to
kauth_access_action() without fully specifying the type first.
Unfortunately there is a complicated include file loop which
makes that difficult, so convert this minimal function into a
macro (and capitalize it).

(ok elad@)
/src/sys/kern/
H A Dkern_auth.c1.73 Mon Mar 18 19:35:42 GMT 2013 plunky branches: 1.73.14;
C99 section 6.7.2.3 (Tags) Note 3 states that:

A type specifier of the form

enum identifier

without an enumerator list shall only appear after the type it
specifies is complete.

which means that we cannot pass an "enum vtype" argument to
kauth_access_action() without fully specifying the type first.
Unfortunately there is a complicated include file loop which
makes that difficult, so convert this minimal function into a
macro (and capitalize it).

(ok elad@)
1.71 Wed Jun 27 00:28:28 GMT 2012 cheusov branches: 1.71.2;

Add new action KAUTH_CRED_CHROOT for kauth(9)'s credential scope.
Reviewed and approved by elad@.
1.71 Wed Jun 27 00:28:28 GMT 2012 cheusov branches: 1.71.2;

Add new action KAUTH_CRED_CHROOT for kauth(9)'s credential scope.
Reviewed and approved by elad@.
H A Dtty_pty.c1.107 Sun Dec 30 22:03:01 GMT 2007 ad branches: 1.107.2; 1.107.6;
Pull up 1.104.2.3:
Avoid mutex recursion with kqueue. Reported by martin@.
1.71 Wed Jul 23 13:10:28 GMT 2003 dsl Fix (and simplify) interaction between check_pty() and pty_maxptys().
Lock setting/clearing of tp->t_oproc to guarantee concurrent opens can't
both suceed and that code in tty.c can't get a NULL t_oproc if the value
is re-read after being checked.
There are still MP issues with pt_flags, pt_send and pt_unctl.
Maybe problems that require TTY_LOCK() to be taken before calling std tty
functions.
H A Dkern_fork.c1.225 Tue May 12 11:21:09 GMT 2020 kamil Remove the stub support of CLONE_PID in clone(2)

CLONE_PID causes the child clonee to share the same process id as cloner.

It was implemented for debugging purposes in the Linux kernel 2.0,
restricted to root only in 2.3.21 and removed from Linux 2.5.16.

The CLONE_PID bit was recycled for CLONE_PIDFD in Linux 5.2.
1.71 Tue Aug 22 17:28:28 GMT 2000 thorpej Define the MI parts of the "big kernel lock" perimeter. From
Bill Sommerfeld.
1.225 Tue May 12 11:21:09 GMT 2020 kamil Remove the stub support of CLONE_PID in clone(2)

CLONE_PID causes the child clonee to share the same process id as cloner.

It was implemented for debugging purposes in the Linux kernel 2.0,
restricted to root only in 2.3.21 and removed from Linux 2.5.16.

The CLONE_PID bit was recycled for CLONE_PIDFD in Linux 5.2.
1.71 Tue Aug 22 17:28:28 GMT 2000 thorpej Define the MI parts of the "big kernel lock" perimeter. From
Bill Sommerfeld.
/src/sys/fs/msdosfs/
H A Dmsdosfs_vnops.c1.86 Mon Mar 18 19:35:37 GMT 2013 plunky branches: 1.86.6;
C99 section 6.7.2.3 (Tags) Note 3 states that:

A type specifier of the form

enum identifier

without an enumerator list shall only appear after the type it
specifies is complete.

which means that we cannot pass an "enum vtype" argument to
kauth_access_action() without fully specifying the type first.
Unfortunately there is a complicated include file loop which
makes that difficult, so convert this minimal function into a
macro (and capitalize it).

(ok elad@)
1.71 Sun Jan 02 05:09:30 GMT 2011 dholland branches: 1.71.2; 1.71.4;
Remove the special refcount behavior (adding an extra reference to the
parent dir) associated with SAVESTART in relookup().

Check all call sites to make sure that SAVESTART wasn't set while
calling relookup(); if it was, adjust the refcount behavior. Remove
related references to SAVESTART.

The only code that was reaching the extra ref was msdosfs_rename,
where the refcount behavior was already fairly broken and/or gross;
repair it.

Add a dummy 4th argument to relookup to make sure code that hasn't
been inspected won't compile. (This will go away next time the
relookup semantics change, which they will.)
1.71 Sun Jan 02 05:09:30 GMT 2011 dholland branches: 1.71.2; 1.71.4;
Remove the special refcount behavior (adding an extra reference to the
parent dir) associated with SAVESTART in relookup().

Check all call sites to make sure that SAVESTART wasn't set while
calling relookup(); if it was, adjust the refcount behavior. Remove
related references to SAVESTART.

The only code that was reaching the extra ref was msdosfs_rename,
where the refcount behavior was already fairly broken and/or gross;
repair it.

Add a dummy 4th argument to relookup to make sure code that hasn't
been inspected won't compile. (This will go away next time the
relookup semantics change, which they will.)
1.71 Sun Jan 02 05:09:30 GMT 2011 dholland branches: 1.71.2; 1.71.4;
Remove the special refcount behavior (adding an extra reference to the
parent dir) associated with SAVESTART in relookup().

Check all call sites to make sure that SAVESTART wasn't set while
calling relookup(); if it was, adjust the refcount behavior. Remove
related references to SAVESTART.

The only code that was reaching the extra ref was msdosfs_rename,
where the refcount behavior was already fairly broken and/or gross;
repair it.

Add a dummy 4th argument to relookup to make sure code that hasn't
been inspected won't compile. (This will go away next time the
relookup semantics change, which they will.)
/src/distrib/sets/lists/xbase/
H A Dshl.mi1.71 Wed Aug 17 03:10:22 GMT 2016 mrg updates for libdrm 2.4.70. build libdrm_amdgpu on x86.
1.27 Mon Apr 13 18:58:08 GMT 2009 snj Update for freetype-2.3.9.
H A Dmi1.110 Sat Jul 23 00:03:10 GMT 2011 mrg updates for xkeyboard-config 2.3
1.71 Wed Feb 11 10:25:14 GMT 2009 plunky Restore NetBSD branding to xdm login widget

- add NetBSD banner pixmaps and have Xdm use them by default.

- also, move the pixmap files back to
X11BASE/include/X11/pixmaps/
1.110 Sat Jul 23 00:03:10 GMT 2011 mrg updates for xkeyboard-config 2.3
1.71 Wed Feb 11 10:25:14 GMT 2009 plunky Restore NetBSD branding to xdm login widget

- add NetBSD banner pixmaps and have Xdm use them by default.

- also, move the pixmap files back to
X11BASE/include/X11/pixmaps/
1.110 Sat Jul 23 00:03:10 GMT 2011 mrg updates for xkeyboard-config 2.3
1.71 Wed Feb 11 10:25:14 GMT 2009 plunky Restore NetBSD branding to xdm login widget

- add NetBSD banner pixmaps and have Xdm use them by default.

- also, move the pixmap files back to
X11BASE/include/X11/pixmaps/
/src/tools/gcc/
H A DMakefile1.71 Wed Sep 03 19:25:29 GMT 2014 matt or1k does not support --with-float
1.45 Wed Sep 21 02:15:18 GMT 2011 mrg add libgomp support. needed by "cc -fopenmp", that koffice 2.3 wants to use.
H A Dmknative-gcc1.71 Fri Jun 28 08:30:10 GMT 2013 mrg pass both NEWCONFIGDIR and NETBSDSRCDIR to mknative-gcc.
1.63 Wed Sep 21 02:15:18 GMT 2011 mrg add libgomp support. needed by "cc -fopenmp", that koffice 2.3 wants to use.
/src/sys/dev/pci/
H A Dpci_subr.c1.71 Thu Nov 16 01:33:09 GMT 2006 christos branches: 1.71.8; 1.71.22; 1.71.24; 1.71.26;
__unused removal on arguments; approved by core.
1.71 Thu Nov 16 01:33:09 GMT 2006 christos branches: 1.71.8; 1.71.22; 1.71.24; 1.71.26;
__unused removal on arguments; approved by core.
1.71 Thu Nov 16 01:33:09 GMT 2006 christos branches: 1.71.8; 1.71.22; 1.71.24; 1.71.26;
__unused removal on arguments; approved by core.
1.71 Thu Nov 16 01:33:09 GMT 2006 christos branches: 1.71.8; 1.71.22; 1.71.24; 1.71.26;
__unused removal on arguments; approved by core.
1.71 Thu Nov 16 01:33:09 GMT 2006 christos branches: 1.71.8; 1.71.22; 1.71.24; 1.71.26;
__unused removal on arguments; approved by core.
1.48 Fri Mar 22 20:03:20 GMT 2002 drochner iadd subclass codes from the 2.3 spec
1.71 Thu Nov 16 01:33:09 GMT 2006 christos branches: 1.71.8; 1.71.22; 1.71.24; 1.71.26;
__unused removal on arguments; approved by core.
1.71 Thu Nov 16 01:33:09 GMT 2006 christos branches: 1.71.8; 1.71.22; 1.71.24; 1.71.26;
__unused removal on arguments; approved by core.
1.71 Thu Nov 16 01:33:09 GMT 2006 christos branches: 1.71.8; 1.71.22; 1.71.24; 1.71.26;
__unused removal on arguments; approved by core.
1.71 Thu Nov 16 01:33:09 GMT 2006 christos branches: 1.71.8; 1.71.22; 1.71.24; 1.71.26;
__unused removal on arguments; approved by core.
1.71 Thu Nov 16 01:33:09 GMT 2006 christos branches: 1.71.8; 1.71.22; 1.71.24; 1.71.26;
__unused removal on arguments; approved by core.
H A Dpcireg.h1.71 Tue Apr 05 23:37:46 GMT 2011 dyoung branches: 1.71.2;
Use PCI_MAPREG_START instead of the anonymous constant 0x10.
1.71 Tue Apr 05 23:37:46 GMT 2011 dyoung branches: 1.71.2;
Use PCI_MAPREG_START instead of the anonymous constant 0x10.
1.37 Fri Mar 22 20:03:20 GMT 2002 drochner branches: 1.37.2;
iadd subclass codes from the 2.3 spec
/src/sys/fs/udf/
H A Dudf_vnops.c1.75 Mon Mar 18 19:35:41 GMT 2013 plunky C99 section 6.7.2.3 (Tags) Note 3 states that:

A type specifier of the form

enum identifier

without an enumerator list shall only appear after the type it
specifies is complete.

which means that we cannot pass an "enum vtype" argument to
kauth_access_action() without fully specifying the type first.
Unfortunately there is a complicated include file loop which
makes that difficult, so convert this minimal function into a
macro (and capitalize it).

(ok elad@)
1.71 Sun Apr 29 22:53:59 GMT 2012 chs change vflushbuf() to take the full FSYNC_* flags.
translate FSYNC_LAZY into PGO_LAZY for VOP_PUTPAGES() so that
genfs_do_io() can set the appropriate io priority for the I/O.
this is the first part of addressing PR 46325.
/src/lib/libedit/
H A Dreadline.c1.133 Fri May 13 15:55:59 GMT 2016 christos From Bastian Maerkisch, via Igno Schwarze:

Even though section "2.3.3 Information About the History List"
of the history(3) info(1) manual only says

-- Function: int where_history (void)
Returns the offset of the current history element.

which maybe isn't completely clear, a plausible implementation
is that the offset returned is the same offset that can be used
for history_set_pos(), i.e. that it is 0 for the oldest entry
and increases with time, and that's how the GNU implementation
behaves indeed.

The libedit implementation, on the other hand, returns 1 for the
newest entry and increases going back in time.
1.71 Sun May 27 19:45:37 GMT 2007 christos Add rl_completion_matches, fix remove_history
/src/sys/opencrypto/
H A Dcryptodev.c1.71 Sat Jan 04 21:42:42 GMT 2014 pgoyette When crypto(4) is built-in, crypto_modcmd() doesn't need to handle all
the auto-config stuff.

While here, ensure that we depend on opencrypto.
1.4 Thu Aug 21 16:08:05 GMT 2003 jonathan Pull up `done' flag for crypto operations from FreeBSD. FreeBSD deltas:
cryptodev.c: 1.4.2.3 -> 1.4.2.4
cryptodev.h: 1.4.2.4 -> 1.4.2.5
/src/sys/arch/amiga/amiga/
H A Damiga_init.c1.71 Thu Jun 29 08:44:03 GMT 2000 mrg remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>
1.58 Fri Apr 10 15:59:35 GMT 1998 mhitch Fix a bug I think I introduced long, long ago. The bug would only show
up on systems that have Zorro I/O space allocated outside the Z2 I/O
region, and then only if kvm usage is high enough to begin allocating
pages already mapped for hardware mappings. Found and fixed by Niklas
Hallqvist on OpenBSD.

From niklas@cvs.openbsd.org:
Yay! This fixes a bug that has been there since day one of the amiga port.
We have never protected the kvm area that maps Zorro I/O registers in the
Z2 memory space from being allocated by the kmem_* routines. Lately kvm
usage has increased and we have needed more kvm allocated than earlier thus
this area have got allocated with random results. Most often resulting in
MMU fault panics, but also in hangs. This bug has stalled the amiga port
release builds for several weeks, but now I *hope* the amiga will have a
chance to be built and tested in time for 2.3.
1.71 Thu Jun 29 08:44:03 GMT 2000 mrg remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>
1.58 Fri Apr 10 15:59:35 GMT 1998 mhitch Fix a bug I think I introduced long, long ago. The bug would only show
up on systems that have Zorro I/O space allocated outside the Z2 I/O
region, and then only if kvm usage is high enough to begin allocating
pages already mapped for hardware mappings. Found and fixed by Niklas
Hallqvist on OpenBSD.

From niklas@cvs.openbsd.org:
Yay! This fixes a bug that has been there since day one of the amiga port.
We have never protected the kvm area that maps Zorro I/O registers in the
Z2 memory space from being allocated by the kmem_* routines. Lately kvm
usage has increased and we have needed more kvm allocated than earlier thus
this area have got allocated with random results. Most often resulting in
MMU fault panics, but also in hangs. This bug has stalled the amiga port
release builds for several weeks, but now I *hope* the amiga will have a
chance to be built and tested in time for 2.3.
/src/distrib/sets/lists/xcomp/
H A Dmi1.84 Mon Apr 13 18:58:08 GMT 2009 snj Update for freetype-2.3.9.
1.71 Sun Oct 05 20:24:33 GMT 2008 cube branches: 1.71.2;
Fix a file name who lost its extension. Noted by mrg@.
1.71 Sun Oct 05 20:24:33 GMT 2008 cube branches: 1.71.2;
Fix a file name who lost its extension. Noted by mrg@.
/src/sys/ufs/ext2fs/
H A Dext2fs_vnops.c1.107 Mon Mar 18 19:35:47 GMT 2013 plunky branches: 1.107.6;
C99 section 6.7.2.3 (Tags) Note 3 states that:

A type specifier of the form

enum identifier

without an enumerator list shall only appear after the type it
specifies is complete.

which means that we cannot pass an "enum vtype" argument to
kauth_access_action() without fully specifying the type first.
Unfortunately there is a complicated include file loop which
makes that difficult, so convert this minimal function into a
macro (and capitalize it).

(ok elad@)
1.71 Tue Jan 02 11:18:57 GMT 2007 elad Add KAUTH_SYSTEM_CHSYSFLAGS so we can get rid of the last three
securelevel references (ufs, ext2fs, tmpfs).

Intentionally undocumented.
/src/sys/fs/tmpfs/
H A Dtmpfs_vnops.c1.101 Mon Mar 18 19:35:40 GMT 2013 plunky branches: 1.101.6;
C99 section 6.7.2.3 (Tags) Note 3 states that:

A type specifier of the form

enum identifier

without an enumerator list shall only appear after the type it
specifies is complete.

which means that we cannot pass an "enum vtype" argument to
kauth_access_action() without fully specifying the type first.
Unfortunately there is a complicated include file loop which
makes that difficult, so convert this minimal function into a
macro (and capitalize it).

(ok elad@)
1.71 Thu Jun 24 13:03:11 GMT 2010 hannken Clean up vnode lock operations pass 2:

VOP_UNLOCK(vp, flags) -> VOP_UNLOCK(vp): Remove the unneeded flags argument.

Welcome to 5.99.32.

Discussed on tech-kern.
/src/sys/miscfs/kernfs/
H A Dkernfs_vnops.c1.147 Mon Mar 18 19:35:44 GMT 2013 plunky branches: 1.147.6;
C99 section 6.7.2.3 (Tags) Note 3 states that:

A type specifier of the form

enum identifier

without an enumerator list shall only appear after the type it
specifies is complete.

which means that we cannot pass an "enum vtype" argument to
kauth_access_action() without fully specifying the type first.
Unfortunately there is a complicated include file loop which
makes that difficult, so convert this minimal function into a
macro (and capitalize it).

(ok elad@)
1.71 Mon Jan 22 00:17:38 GMT 2001 jdolecek make filesystem vnodeop, specop, fifoop and vnodeopv_* arrays const
/src/sys/miscfs/procfs/
H A Dprocfs_vnops.c1.186 Mon Mar 18 19:35:44 GMT 2013 plunky branches: 1.186.6;
C99 section 6.7.2.3 (Tags) Note 3 states that:

A type specifier of the form

enum identifier

without an enumerator list shall only appear after the type it
specifies is complete.

which means that we cannot pass an "enum vtype" argument to
kauth_access_action() without fully specifying the type first.
Unfortunately there is a complicated include file loop which
makes that difficult, so convert this minimal function into a
macro (and capitalize it).

(ok elad@)
1.71 Wed Jun 28 02:44:07 GMT 2000 mrg <vm/vm.h> -> <uvm/uvm_extern.h>
/src/sys/ufs/ufs/
H A Dufs_vnops.c1.212 Mon Mar 18 19:35:48 GMT 2013 plunky C99 section 6.7.2.3 (Tags) Note 3 states that:

A type specifier of the form

enum identifier

without an enumerator list shall only appear after the type it
specifies is complete.

which means that we cannot pass an "enum vtype" argument to
kauth_access_action() without fully specifying the type first.
Unfortunately there is a complicated include file loop which
makes that difficult, so convert this minimal function into a
macro (and capitalize it).

(ok elad@)
1.71 Wed Jul 05 22:25:45 GMT 2000 perseant Clean up accounting of lfs_uinodes (dirty but unwritten inodes).

Make lfs_uinodes a signed quantity for debugging purposes, and set it to
zero as fs mount time.

Enclose setting/clearing of the dirty flags (IN_MODIFIED, IN_ACCESSED,
IN_CLEANING) in macros, and use those macros everywhere. Make
LFS_ITIMES use these macros; updated the ITIMES macro in inode.h to know
about this. Make ufs_getattr use ITIMES instead of FFS_ITIMES.
1.212 Mon Mar 18 19:35:48 GMT 2013 plunky C99 section 6.7.2.3 (Tags) Note 3 states that:

A type specifier of the form

enum identifier

without an enumerator list shall only appear after the type it
specifies is complete.

which means that we cannot pass an "enum vtype" argument to
kauth_access_action() without fully specifying the type first.
Unfortunately there is a complicated include file loop which
makes that difficult, so convert this minimal function into a
macro (and capitalize it).

(ok elad@)
1.71 Wed Jul 05 22:25:45 GMT 2000 perseant Clean up accounting of lfs_uinodes (dirty but unwritten inodes).

Make lfs_uinodes a signed quantity for debugging purposes, and set it to
zero as fs mount time.

Enclose setting/clearing of the dirty flags (IN_MODIFIED, IN_ACCESSED,
IN_CLEANING) in macros, and use those macros everywhere. Make
LFS_ITIMES use these macros; updated the ITIMES macro in inode.h to know
about this. Make ufs_getattr use ITIMES instead of FFS_ITIMES.

Completed in 373 milliseconds

12