Searched +hist:1.88 +hist:2.3 (Results 1 - 25 of 30) sorted by relevance
| /src/sys/net/ | ||
| H A D | if_ppp.c | 1.88 Tue Oct 28 20:16:28 GMT 2003 mycroft Also, if we're going to bail, we should free the memory we just allocated... 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.88 Sun Dec 05 14:56:50 GMT 2004 he Fix what must have been an omission: missing brace and a leftover use of `i', which is no longer defined. Fixes build problem for ports not defining __HAVE_GENERIC_SOFT_INTERRUPTS. 1.46 Sat May 17 21:12:05 GMT 1997 christos Update to ppp-2.3b5 |
| /src/distrib/sets/lists/xbase/ | ||
| H A D | shl.mi | 1.88 Mon Aug 12 03:51:23 GMT 2019 uki Give syspkg names to xbase shl.mi files 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.88 Sat May 15 15:34:09 GMT 2010 nonaka Added keyboard config files for Sharp WS003SH/WS007SH. 1.110 Sat Jul 23 00:03:10 GMT 2011 mrg updates for xkeyboard-config 2.3 1.88 Sat May 15 15:34:09 GMT 2010 nonaka Added keyboard config files for Sharp WS003SH/WS007SH. 1.110 Sat Jul 23 00:03:10 GMT 2011 mrg updates for xkeyboard-config 2.3 1.88 Sat May 15 15:34:09 GMT 2010 nonaka Added keyboard config files for Sharp WS003SH/WS007SH. |
| /src/sys/sys/ | ||
| H A D | kauth.h | 1.88 Thu Jan 05 17:36:53 GMT 2023 jakllsch more strip(4) removal, this time in kauth(9) 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@) |
| 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.88 Sat Mar 14 18:08:39 GMT 2020 ad - Hide the details of SPCF_SHOULDYIELD and related behind a couple of small functions: preempt_point() and preempt_needed(). - preempt(): if the LWP has exceeded its timeslice in kernel, strip it of any priority boost gained earlier from blocking. |
| /src/tools/gcc/ | ||
| H A D | Makefile | 1.88 Sat Jan 19 00:58:37 GMT 2019 mrg obsolete gcc 5 support. add gcc 7 support. call it "nb1 20190119" 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.88 Wed Oct 05 14:16:12 GMT 2016 christos We provide our own soft-float implementation in libc, so elide the libgcc sources for it. 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 D | pci_subr.c | 1.88 Wed Aug 17 00:59:47 GMT 2011 dyoung branches: 1.88.2; 1.88.6; Redefine PCI_MSI_* and PCI_PCIE_* constants in terms of bits(3). Use named constants and more conventional variable names in pci_msi_establish() and pci_msi_disestablish(). Fix a couple of bugs: pci_msi_establish() returned a pointer to the struct intrhand instead of to the struct msi_hdl as it was intended to, and pci_msi_disestablish() did not free(9) the msi_hdl. 1.88 Wed Aug 17 00:59:47 GMT 2011 dyoung branches: 1.88.2; 1.88.6; Redefine PCI_MSI_* and PCI_PCIE_* constants in terms of bits(3). Use named constants and more conventional variable names in pci_msi_establish() and pci_msi_disestablish(). Fix a couple of bugs: pci_msi_establish() returned a pointer to the struct intrhand instead of to the struct msi_hdl as it was intended to, and pci_msi_disestablish() did not free(9) the msi_hdl. 1.88 Wed Aug 17 00:59:47 GMT 2011 dyoung branches: 1.88.2; 1.88.6; Redefine PCI_MSI_* and PCI_PCIE_* constants in terms of bits(3). Use named constants and more conventional variable names in pci_msi_establish() and pci_msi_disestablish(). Fix a couple of bugs: pci_msi_establish() returned a pointer to the struct intrhand instead of to the struct msi_hdl as it was intended to, and pci_msi_disestablish() did not free(9) the msi_hdl. 1.48 Fri Mar 22 20:03:20 GMT 2002 drochner iadd subclass codes from the 2.3 spec 1.88 Wed Aug 17 00:59:47 GMT 2011 dyoung branches: 1.88.2; 1.88.6; Redefine PCI_MSI_* and PCI_PCIE_* constants in terms of bits(3). Use named constants and more conventional variable names in pci_msi_establish() and pci_msi_disestablish(). Fix a couple of bugs: pci_msi_establish() returned a pointer to the struct intrhand instead of to the struct msi_hdl as it was intended to, and pci_msi_disestablish() did not free(9) the msi_hdl. 1.88 Wed Aug 17 00:59:47 GMT 2011 dyoung branches: 1.88.2; 1.88.6; Redefine PCI_MSI_* and PCI_PCIE_* constants in terms of bits(3). Use named constants and more conventional variable names in pci_msi_establish() and pci_msi_disestablish(). Fix a couple of bugs: pci_msi_establish() returned a pointer to the struct intrhand instead of to the struct msi_hdl as it was intended to, and pci_msi_disestablish() did not free(9) the msi_hdl. 1.88 Wed Aug 17 00:59:47 GMT 2011 dyoung branches: 1.88.2; 1.88.6; Redefine PCI_MSI_* and PCI_PCIE_* constants in terms of bits(3). Use named constants and more conventional variable names in pci_msi_establish() and pci_msi_disestablish(). Fix a couple of bugs: pci_msi_establish() returned a pointer to the struct intrhand instead of to the struct msi_hdl as it was intended to, and pci_msi_disestablish() did not free(9) the msi_hdl. 1.48 Fri Mar 22 20:03:20 GMT 2002 drochner iadd subclass codes from the 2.3 spec |
| H A D | pcireg.h | 1.88 Fri May 23 17:54:08 GMT 2014 msaitoh PME# clock is not bit 2 but bit 3. Use the macro! 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/msdosfs/ | ||
| H A D | msdosfs_vnops.c | 1.88 Fri Jan 17 10:55:02 GMT 2014 hannken Change vnode operations create, mknod, mkdir and symlink to keep the directory node dvp locked on return. Discussed on tech-kern@ Welcome to 6.99.29 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@) |
| /src/sys/fs/udf/ | ||
| H A D | udf_vnops.c | 1.88 Fri Jan 17 10:55:02 GMT 2014 hannken Change vnode operations create, mknod, mkdir and symlink to keep the directory node dvp locked on return. Discussed on tech-kern@ Welcome to 6.99.29 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@) |
| /src/sys/kern/ | ||
| 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.88 Thu Apr 13 17:44:24 GMT 2006 christos Strip the chrooted portion of the path from the reported pty path. Reported and tested by Lasse Kliemann. Thanks! |
| H A D | kern_fork.c | 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.88 Sat Dec 08 00:35:30 GMT 2001 thorpej branches: 1.88.4; 1.88.8; Make the coredump routine exec-format/emulation specific. Split out traditional NetBSD coredump routines into core_netbsd.c and netbsd32_core.c (for COMPAT_NETBSD32). 1.88 Sat Dec 08 00:35:30 GMT 2001 thorpej branches: 1.88.4; 1.88.8; Make the coredump routine exec-format/emulation specific. Split out traditional NetBSD coredump routines into core_netbsd.c and netbsd32_core.c (for COMPAT_NETBSD32). 1.88 Sat Dec 08 00:35:30 GMT 2001 thorpej branches: 1.88.4; 1.88.8; Make the coredump routine exec-format/emulation specific. Split out traditional NetBSD coredump routines into core_netbsd.c and netbsd32_core.c (for COMPAT_NETBSD32). 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.88 Sat Dec 08 00:35:30 GMT 2001 thorpej branches: 1.88.4; 1.88.8; Make the coredump routine exec-format/emulation specific. Split out traditional NetBSD coredump routines into core_netbsd.c and netbsd32_core.c (for COMPAT_NETBSD32). 1.88 Sat Dec 08 00:35:30 GMT 2001 thorpej branches: 1.88.4; 1.88.8; Make the coredump routine exec-format/emulation specific. Split out traditional NetBSD coredump routines into core_netbsd.c and netbsd32_core.c (for COMPAT_NETBSD32). 1.88 Sat Dec 08 00:35:30 GMT 2001 thorpej branches: 1.88.4; 1.88.8; Make the coredump routine exec-format/emulation specific. Split out traditional NetBSD coredump routines into core_netbsd.c and netbsd32_core.c (for COMPAT_NETBSD32). |
| /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.88 Sun Jan 03 18:27:10 GMT 2010 christos rename historyw -> history_w for consistency. add wide tst code and make it the default. |
| /src/sys/opencrypto/ | ||
| H A D | cryptodev.c | 1.88 Fri Apr 07 00:17:57 GMT 2017 knakahara the processing said "ghastly hacks" is unnecessary now. 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 D | amiga_init.c | 1.88 Fri Jun 11 00:23:10 GMT 2004 is Don't recompute loadbase; use the value passed by the bootloader instead. (It should know where it loaded us, right?) Patch contributed by Gunter Nikl. 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.88 Fri Jun 11 00:23:10 GMT 2004 is Don't recompute loadbase; use the value passed by the bootloader instead. (It should know where it loaded us, right?) Patch contributed by Gunter Nikl. 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/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.88 Sun Jun 29 22:31:41 GMT 2003 fvdl branches: 1.88.2; Back out the lwp/ktrace changes. They contained a lot of colateral damage, and need to be examined and discussed more. 1.88 Sun Jun 29 22:31:41 GMT 2003 fvdl branches: 1.88.2; Back out the lwp/ktrace changes. They contained a lot of colateral damage, and need to be examined and discussed more. |
| /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.88 Fri Jul 03 21:17:42 GMT 2009 elad Where possible, extract the file-system's access() routine to two internal functions: the first checking if the operation is possible (regardless of permissions), the second checking file-system permissions, ACLs, etc. Mailing list reference: http://mail-index.netbsd.org/tech-kern/2009/06/21/msg005311.html |
| /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.88 Wed Jul 13 03:28:41 GMT 2011 riastradh Fix renaming over mismatched non-directory types in tmpfs. Renaming a file of any non-directory type over another file of any other non-directory type is OK -- they need not match as long as neither is a directory, so loosen the kassert to reflect this. XXX Need to write test cases for this. ok dholland, rmind |
| /src/sys/miscfs/procfs/ | ||
| H A D | procfs_vnops.c | 1.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.88 Sat Jan 12 18:52:30 GMT 2002 christos Don't hide the real return code with EPERM. |
| /src/distrib/sets/lists/xcomp/ | ||
| H A D | mi | 1.88 Mon Apr 20 04:03:49 GMT 2009 mrg delete lbxutil and lbxproxy. 1.84 Mon Apr 13 18:58:08 GMT 2009 snj Update for freetype-2.3.9. |
| /src/sys/ufs/ufs/ | ||
| H A D | ufs_vnops.c | 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.88 Wed Oct 23 09:15:09 GMT 2002 jdolecek merge kqueue branch into -current kqueue provides a stateful and efficient event notification framework currently supported events include socket, file, directory, fifo, pipe, tty and device changes, and monitoring of processes and signals kqueue is supported by all writable filesystems in NetBSD tree (with exception of Coda) and all device drivers supporting poll(2) based on work done by Jonathan Lemon for FreeBSD initial NetBSD port done by Luke Mewburn and Jason Thorpe 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.88 Wed Oct 23 09:15:09 GMT 2002 jdolecek merge kqueue branch into -current kqueue provides a stateful and efficient event notification framework currently supported events include socket, file, directory, fifo, pipe, tty and device changes, and monitoring of processes and signals kqueue is supported by all writable filesystems in NetBSD tree (with exception of Coda) and all device drivers supporting poll(2) based on work done by Jonathan Lemon for FreeBSD initial NetBSD port done by Luke Mewburn and Jason Thorpe |
| /src/sys/arch/i386/i386/ | ||
| H A D | trap.c | 1.88 Sat Oct 14 14:06:16 GMT 1995 fvdl child_return broke Linux fork() 1.4 Thu May 13 21:39:38 GMT 1993 deraadt copyin/copyout should now work. ref: bugfiler 386BSD-0.1.2.3/sys.386bsd/5 |
| /src/sys/nfs/ | ||
| H A D | nfs_vnops.c | 1.299 Mon Mar 18 19:35:45 GMT 2013 plunky branches: 1.299.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.88 Tue Feb 10 14:10:19 GMT 1998 mrg - add defopt's for UVM, UVMHIST and PMAP_NEW. - remove unnecessary UVMHIST_DECL's. |
Completed in 452 milliseconds