Searched +hist:1.57 +hist:2.3 (Results 1 - 25 of 37) sorted by relevance
| /src/sys/net/ | ||
| H A D | ppp_tty.c | 1.57 Mon Apr 05 07:22:24 GMT 2010 joerg branches: 1.57.18; 1.57.32; Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf check into the inline functions as well the fourth argument for bpf_attach. 1.57 Mon Apr 05 07:22:24 GMT 2010 joerg branches: 1.57.18; 1.57.32; Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf check into the inline functions as well the fourth argument for bpf_attach. 1.57 Mon Apr 05 07:22:24 GMT 2010 joerg branches: 1.57.18; 1.57.32; Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf check into the inline functions as well the fourth argument for bpf_attach. 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 D | if_ppp.c | 1.57 Thu Mar 23 07:03:25 GMT 2000 thorpej New callout mechanism with two major improvements over the old timeout()/untimeout() API: - Clients supply callout handle storage, thus eliminating problems of resource allocation. - Insertion and removal of callouts is constant time, important as this facility is used quite a lot in the kernel. The old timeout()/untimeout() API has been removed from the kernel. 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 D | if_sl.c | 1.57 Thu Mar 30 09:45:36 GMT 2000 augustss Kill some more register declarations. 1.46 Sat May 17 21:12:05 GMT 1997 christos Update to ppp-2.3b5 |
| /src/sys/fs/adosfs/ | ||
| H A D | advnops.c | 1.57 Sun Jul 18 23:57:13 GMT 2021 dholland Abolish all the silly indirection macros for initializing vnode ops tables. These are things of the form #define foofs_op genfs_op, or #define foofs_op genfs_eopnotsupp, or similar. They serve no purpose besides obfuscation, and have gotten cutpasted all over everywhere. 1.41 Mon Mar 18 19:35:35 GMT 2013 plunky branches: 1.41.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@) |
| /src/sys/fs/cd9660/ | ||
| H A D | cd9660_vnops.c | 1.57 Sat May 16 18:31:48 GMT 2020 christos Add ACL support for FFS. From FreeBSD. 1.43 Mon Mar 18 19:35:35 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@) |
| /src/sys/fs/ntfs/ | ||
| H A D | ntfs_vnops.c | 1.57 Fri Jul 25 08:20:52 GMT 2014 dholland Add VOP_FALLOCATE and VOP_FDISCARD to every vnode ops table I can find. The filesystem ones all call genfs_eopnotsupp - right now I am only implementing the plumbing and we can implement fallocate and/or fdiscard for files later. The device ones call spec_fallocate (which is also genfs_eopnotsupp) and spec_fdiscard, which dispatches to the device-level op. The fifo ones all call vn_fifo_bypass, which also ends up being EOPNOTSUPP. 1.55 Mon Mar 18 19:35:38 GMT 2013 plunky branches: 1.55.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@) |
| /src/sys/fs/sysvbfs/ | ||
| H A D | sysvbfs_vnops.c | 1.57 Sat Apr 04 00:34:45 GMT 2015 riastradh Fix remaining read(fd, NULL, 1) cases. 1.47 Mon Mar 18 19:35:40 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@) |
| /src/sys/dev/pci/ | ||
| H A D | pcireg.h | 1.57 Tue Dec 25 18:33:42 GMT 2007 perry branches: 1.57.6; 1.57.10; 1.57.18; 1.57.20; 1.57.26; Convert many of the uses of __attribute__ to equivalent __packed, __unused and __dead macros from cdefs.h 1.57 Tue Dec 25 18:33:42 GMT 2007 perry branches: 1.57.6; 1.57.10; 1.57.18; 1.57.20; 1.57.26; Convert many of the uses of __attribute__ to equivalent __packed, __unused and __dead macros from cdefs.h 1.57 Tue Dec 25 18:33:42 GMT 2007 perry branches: 1.57.6; 1.57.10; 1.57.18; 1.57.20; 1.57.26; Convert many of the uses of __attribute__ to equivalent __packed, __unused and __dead macros from cdefs.h 1.57 Tue Dec 25 18:33:42 GMT 2007 perry branches: 1.57.6; 1.57.10; 1.57.18; 1.57.20; 1.57.26; Convert many of the uses of __attribute__ to equivalent __packed, __unused and __dead macros from cdefs.h 1.57 Tue Dec 25 18:33:42 GMT 2007 perry branches: 1.57.6; 1.57.10; 1.57.18; 1.57.20; 1.57.26; Convert many of the uses of __attribute__ to equivalent __packed, __unused and __dead macros from cdefs.h 1.57 Tue Dec 25 18:33:42 GMT 2007 perry branches: 1.57.6; 1.57.10; 1.57.18; 1.57.20; 1.57.26; Convert many of the uses of __attribute__ to equivalent __packed, __unused and __dead macros from cdefs.h 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/ptyfs/ | ||
| H A D | ptyfs_vnops.c | 1.57 Thu Sep 26 20:57:19 GMT 2019 christos branches: 1.57.6; provide VNOVALSIZE and VNOVALFLAGS to avoid casting in source. 1.57 Thu Sep 26 20:57:19 GMT 2019 christos branches: 1.57.6; provide VNOVALSIZE and VNOVALFLAGS to avoid casting in source. 1.41 Mon Mar 18 19:35:38 GMT 2013 plunky branches: 1.41.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@) |
| /src/sys/kern/ | ||
| H A D | kern_auth.c | 1.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.57 Thu Feb 14 15:01:45 GMT 2008 ad branches: 1.57.6; Remove 'contributed to' text from the TNF license on this file, so that it can not be complained about. 1.57 Thu Feb 14 15:01:45 GMT 2008 ad branches: 1.57.6; Remove 'contributed to' text from the TNF license on this file, so that it can not be complained about. |
| H A D | tty_pty.c | 1.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.57 Mon Nov 12 15:25:28 GMT 2001 lukem add RCSIDs |
| /src/sys/fs/udf/ | ||
| H A D | udf_vnops.c | 1.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.57 Fri Jan 08 11:35:09 GMT 2010 pooka branches: 1.57.2; 1.57.4; The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live years ago when the kernel was modified to not alter ABI based on DIAGNOSTIC, and now just call the respective function interfaces (in lowercase). Plenty of mix'n match upper/lowercase has creeped into the tree since then. Nuke the macros and convert all callsites to lowercase. no functional change 1.57 Fri Jan 08 11:35:09 GMT 2010 pooka branches: 1.57.2; 1.57.4; The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live years ago when the kernel was modified to not alter ABI based on DIAGNOSTIC, and now just call the respective function interfaces (in lowercase). Plenty of mix'n match upper/lowercase has creeped into the tree since then. Nuke the macros and convert all callsites to lowercase. no functional change 1.57 Fri Jan 08 11:35:09 GMT 2010 pooka branches: 1.57.2; 1.57.4; The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live years ago when the kernel was modified to not alter ABI based on DIAGNOSTIC, and now just call the respective function interfaces (in lowercase). Plenty of mix'n match upper/lowercase has creeped into the tree since then. Nuke the macros and convert all callsites to lowercase. no functional change |
| /src/distrib/sets/lists/xbase/ | ||
| H A D | shl.mi | 1.57 Thu Dec 18 06:24:27 GMT 2014 mrg update sets and reachover makefiles for mesa 10.3.5. 1.27 Mon Apr 13 18:58:08 GMT 2009 snj Update for freetype-2.3.9. |
| H A D | mi | 1.110 Sat Jul 23 00:03:10 GMT 2011 mrg updates for xkeyboard-config 2.3 1.57 Wed May 21 17:09:29 GMT 2008 ghen Add X11 support for the Colemak keyboard layout, see http://colemak.com (it's been included in upstream X.org, too). 1.110 Sat Jul 23 00:03:10 GMT 2011 mrg updates for xkeyboard-config 2.3 1.57 Wed May 21 17:09:29 GMT 2008 ghen Add X11 support for the Colemak keyboard layout, see http://colemak.com (it's been included in upstream X.org, too). 1.110 Sat Jul 23 00:03:10 GMT 2011 mrg updates for xkeyboard-config 2.3 1.57 Wed May 21 17:09:29 GMT 2008 ghen Add X11 support for the Colemak keyboard layout, see http://colemak.com (it's been included in upstream X.org, too). |
| /src/sys/sys/ | ||
| H A D | kauth.h | 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.57 Thu May 07 18:01:56 GMT 2009 elad Introduce actions/requests to handle authorization for ppp(4), sl(4), strip(4), btuart(4) and bcsp(4) network interfaces and devices. Mailing list reference: http://mail-index.netbsd.org/tech-kern/2009/04/27/msg004955.html |
| H A D | sched.h | 1.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.57 Tue May 27 14:48:52 GMT 2008 ad PR kern/38707 scheduler related deadlock during build.sh - Fix performance regression inroduced by the workaround by making job stealing a lot simpler: if the local run queue is empty, let the CPU enter the idle loop. In the idle loop, try to steal a job from another CPU's run queue if we are idle. If we succeed, re-enter mi_switch() immediatley to dispatch the job. - When stealing jobs, consider a remote CPU to have one less job in its queue if it's currently in the idle loop. It will dispatch the job soon, so there's no point sloshing it about. - Introduce a few event counters to monitor what's happening with the run queues. - Revert the idle CPU bitmap change. It's pointless considering NUMA. |
| /src/tools/gcc/ | ||
| H A D | Makefile | 1.57 Thu Jul 18 22:00:48 GMT 2013 matt m68k doesn't support with-float=soft 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 D | 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. 1.57 Fri Jul 01 02:11:14 GMT 2011 mrg avoid creating an unused directory. |
| /src/sys/fs/msdosfs/ | ||
| H A D | msdosfs_vnops.c | 1.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.57 Sun Jan 11 10:25:29 GMT 2009 cegger branches: 1.57.2; make this compile 1.57 Sun Jan 11 10:25:29 GMT 2009 cegger branches: 1.57.2; make this compile |
| /src/sys/ufs/ext2fs/ | ||
| H A D | ext2fs_vnops.c | 1.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.57 Tue Sep 21 03:10:35 GMT 2004 thorpej branches: 1.57.4; 1.57.6; Add a new VNODE_LOCKDEBUG option, which enables checks in the VOP_*() calls to ensure that the vnode lock state is as expected when the VOP call is made. Modify vnode_if.src to set the expected state according to the documenting lock table for each VOP. Modify vnode_if.sh to emit the checks. Notes: - The checks are only performed if the vnode has the VLOCKSWORK bit set. Some file systems (e.g. specfs) don't even bother with vnode locks, so of course the checks will fail. - We can't actually run with VNODE_LOCKDEBUG because there are so many vnode locking problems, not the least of which is the "use SHARED for VOP_READ()" issue, which screws things up for the entire call chain. Inspired by similar changes in OpenBSD, but implemented differently. 1.57 Tue Sep 21 03:10:35 GMT 2004 thorpej branches: 1.57.4; 1.57.6; Add a new VNODE_LOCKDEBUG option, which enables checks in the VOP_*() calls to ensure that the vnode lock state is as expected when the VOP call is made. Modify vnode_if.src to set the expected state according to the documenting lock table for each VOP. Modify vnode_if.sh to emit the checks. Notes: - The checks are only performed if the vnode has the VLOCKSWORK bit set. Some file systems (e.g. specfs) don't even bother with vnode locks, so of course the checks will fail. - We can't actually run with VNODE_LOCKDEBUG because there are so many vnode locking problems, not the least of which is the "use SHARED for VOP_READ()" issue, which screws things up for the entire call chain. Inspired by similar changes in OpenBSD, but implemented differently. 1.57 Tue Sep 21 03:10:35 GMT 2004 thorpej branches: 1.57.4; 1.57.6; Add a new VNODE_LOCKDEBUG option, which enables checks in the VOP_*() calls to ensure that the vnode lock state is as expected when the VOP call is made. Modify vnode_if.src to set the expected state according to the documenting lock table for each VOP. Modify vnode_if.sh to emit the checks. Notes: - The checks are only performed if the vnode has the VLOCKSWORK bit set. Some file systems (e.g. specfs) don't even bother with vnode locks, so of course the checks will fail. - We can't actually run with VNODE_LOCKDEBUG because there are so many vnode locking problems, not the least of which is the "use SHARED for VOP_READ()" issue, which screws things up for the entire call chain. Inspired by similar changes in OpenBSD, but implemented differently. |
| /src/lib/libedit/ | ||
| H A D | readline.c | 1.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.57 Sat Jun 11 18:18:59 GMT 2005 christos PR/30500: Paul Shupak: Inconsistent definition of tilde_expand(). Provide a layer of indirection between the readline compatibility functions and our internal implementation, so that we have the freedom to change the function signature. |
| /src/sys/arch/amiga/amiga/ | ||
| H A D | amiga_init.c | 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.57 Mon Feb 09 22:14:46 GMT 1998 is Add the LIMITMEM workaround for the kernel address space size problem. Will be removed as soon as the kernel can auto-adapt to its address space. |
| /src/sys/opencrypto/ | ||
| H A D | cryptodev.c | 1.57 Mon May 16 10:27:49 GMT 2011 drochner split the "crypto_mtx" spinlock into 3: one spinlock each for the incoming and outgoing request queues (which can be dealt with by hardware accelerators) and an adaptive lock for "all the rest" (mostly driver configuration, but also some unrelated stuff in cryptodev.c which should be revisited) The latter one seems to be uneeded at many places, but for now I've done simple replacements only, except minor fixes (where softint_schedule() was called without the lock held) 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/fs/tmpfs/ | ||
| H A D | tmpfs_vnops.c | 1.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.57 Sat Apr 11 00:21:57 GMT 2009 perry SAVENAME was not set for rename and delete as required Patch from christos, fixes pr 41183 |
| /src/sys/miscfs/kernfs/ | ||
| H A D | kernfs_vnops.c | 1.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.57 Sun Mar 01 02:21:04 GMT 1998 fvdl Merge with Lite2 + local changes |
Completed in 244 milliseconds