Searched hist:1.88 (Results 1 - 25 of 1081) sorted by relevance
| /src/sys/compat/freebsd/ | ||
| H A D | freebsd_syscall.h | 1.88 Sat Jan 06 16:41:23 GMT 2018 kamil branches: 1.88.2; 1.88.4; 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> 1.88 Sat Jan 06 16:41:23 GMT 2018 kamil branches: 1.88.2; 1.88.4; 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> 1.88 Sat Jan 06 16:41:23 GMT 2018 kamil branches: 1.88.2; 1.88.4; 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> |
| /src/sys/arch/sparc/conf/ | ||
| H A D | Makefile.sparc | 1.88 Mon Jan 17 18:11:10 GMT 2011 joerg branches: 1.88.6; 1.88.16; 1.88.20; Move SPARC and SPARC64 to modern CPP. Update UPDATING note for this and Alpha. 1.88 Mon Jan 17 18:11:10 GMT 2011 joerg branches: 1.88.6; 1.88.16; 1.88.20; Move SPARC and SPARC64 to modern CPP. Update UPDATING note for this and Alpha. 1.88 Mon Jan 17 18:11:10 GMT 2011 joerg branches: 1.88.6; 1.88.16; 1.88.20; Move SPARC and SPARC64 to modern CPP. Update UPDATING note for this and Alpha. 1.88 Mon Jan 17 18:11:10 GMT 2011 joerg branches: 1.88.6; 1.88.16; 1.88.20; Move SPARC and SPARC64 to modern CPP. Update UPDATING note for this and Alpha. |
| /src/sys/arch/hp300/dev/ | ||
| H A D | dcm.c | 1.88 Sat Nov 15 19:20:01 GMT 2014 christos branches: 1.88.4; 1.88.10; 1.88.32; centralize the call unit / dialout macros 1.88 Sat Nov 15 19:20:01 GMT 2014 christos branches: 1.88.4; 1.88.10; 1.88.32; centralize the call unit / dialout macros 1.88 Sat Nov 15 19:20:01 GMT 2014 christos branches: 1.88.4; 1.88.10; 1.88.32; centralize the call unit / dialout macros 1.88 Sat Nov 15 19:20:01 GMT 2014 christos branches: 1.88.4; 1.88.10; 1.88.32; centralize the call unit / dialout macros |
| /src/sbin/ifconfig/ | ||
| H A D | parse.h | 1.2 Wed May 07 18:08:30 GMT 2008 dyoung Fix a bug that I introduced in rev 1.88, where the default IPv6 prefix length changed from 64 to 128. While I am here, allow an address to be given with prefix length /0, but interpret it as /128. |
| H A D | parse.c | 1.4 Wed May 07 18:08:30 GMT 2008 dyoung Fix a bug that I introduced in rev 1.88, where the default IPv6 prefix length changed from 64 to 128. While I am here, allow an address to be given with prefix length /0, but interpret it as /128. |
| /src/sys/kern/ | ||
| H A D | kern_prot.c | 1.88 Sun Dec 11 00:24:29 GMT 2005 christos branches: 1.88.4; 1.88.6; 1.88.8; 1.88.10; 1.88.12; merge ktrace-lwp. 1.88 Sun Dec 11 00:24:29 GMT 2005 christos branches: 1.88.4; 1.88.6; 1.88.8; 1.88.10; 1.88.12; merge ktrace-lwp. 1.88 Sun Dec 11 00:24:29 GMT 2005 christos branches: 1.88.4; 1.88.6; 1.88.8; 1.88.10; 1.88.12; merge ktrace-lwp. 1.88 Sun Dec 11 00:24:29 GMT 2005 christos branches: 1.88.4; 1.88.6; 1.88.8; 1.88.10; 1.88.12; merge ktrace-lwp. 1.88 Sun Dec 11 00:24:29 GMT 2005 christos branches: 1.88.4; 1.88.6; 1.88.8; 1.88.10; 1.88.12; merge ktrace-lwp. 1.88 Sun Dec 11 00:24:29 GMT 2005 christos branches: 1.88.4; 1.88.6; 1.88.8; 1.88.10; 1.88.12; merge ktrace-lwp. |
| H A D | subr_disk.c | 1.88 Sun Jul 29 00:15:45 GMT 2007 ad branches: 1.88.4; 1.88.6; 1.88.8; 1.88.10; It's not a good idea for device drivers to modify b_flags, as they don't need to understand the locking around that field. Instead of setting B_ERROR, set b_error instead. b_error is 'owned' by whoever completes the I/O request. 1.88 Sun Jul 29 00:15:45 GMT 2007 ad branches: 1.88.4; 1.88.6; 1.88.8; 1.88.10; It's not a good idea for device drivers to modify b_flags, as they don't need to understand the locking around that field. Instead of setting B_ERROR, set b_error instead. b_error is 'owned' by whoever completes the I/O request. 1.88 Sun Jul 29 00:15:45 GMT 2007 ad branches: 1.88.4; 1.88.6; 1.88.8; 1.88.10; It's not a good idea for device drivers to modify b_flags, as they don't need to understand the locking around that field. Instead of setting B_ERROR, set b_error instead. b_error is 'owned' by whoever completes the I/O request. 1.88 Sun Jul 29 00:15:45 GMT 2007 ad branches: 1.88.4; 1.88.6; 1.88.8; 1.88.10; It's not a good idea for device drivers to modify b_flags, as they don't need to understand the locking around that field. Instead of setting B_ERROR, set b_error instead. b_error is 'owned' by whoever completes the I/O request. 1.88 Sun Jul 29 00:15:45 GMT 2007 ad branches: 1.88.4; 1.88.6; 1.88.8; 1.88.10; It's not a good idea for device drivers to modify b_flags, as they don't need to understand the locking around that field. Instead of setting B_ERROR, set b_error instead. b_error is 'owned' by whoever completes the I/O request. |
| H A D | vnode_if.c | 1.88 Mon Jul 11 08:27:38 GMT 2011 hannken branches: 1.88.2; 1.88.12; 1.88.16; 1.88.24; Change VOP_BWRITE() to take a vnode as its first argument like all other VOPs do. Layered file systems no longer have to modify bp->b_vp and run into trouble when an async VOP_BWRITE() uses the wrong vnode. - change all occurences of VOP_BWRITE(bp) to VOP_BWRITE(bp->b_vp, bp). - remove layer_bwrite(). - welcome to 5.99.55 Adresses PR kern/38762 panic: vwakeup: neg numoutput No objections from tech-kern@. 1.88 Mon Jul 11 08:27:38 GMT 2011 hannken branches: 1.88.2; 1.88.12; 1.88.16; 1.88.24; Change VOP_BWRITE() to take a vnode as its first argument like all other VOPs do. Layered file systems no longer have to modify bp->b_vp and run into trouble when an async VOP_BWRITE() uses the wrong vnode. - change all occurences of VOP_BWRITE(bp) to VOP_BWRITE(bp->b_vp, bp). - remove layer_bwrite(). - welcome to 5.99.55 Adresses PR kern/38762 panic: vwakeup: neg numoutput No objections from tech-kern@. 1.88 Mon Jul 11 08:27:38 GMT 2011 hannken branches: 1.88.2; 1.88.12; 1.88.16; 1.88.24; Change VOP_BWRITE() to take a vnode as its first argument like all other VOPs do. Layered file systems no longer have to modify bp->b_vp and run into trouble when an async VOP_BWRITE() uses the wrong vnode. - change all occurences of VOP_BWRITE(bp) to VOP_BWRITE(bp->b_vp, bp). - remove layer_bwrite(). - welcome to 5.99.55 Adresses PR kern/38762 panic: vwakeup: neg numoutput No objections from tech-kern@. 1.88 Mon Jul 11 08:27:38 GMT 2011 hannken branches: 1.88.2; 1.88.12; 1.88.16; 1.88.24; Change VOP_BWRITE() to take a vnode as its first argument like all other VOPs do. Layered file systems no longer have to modify bp->b_vp and run into trouble when an async VOP_BWRITE() uses the wrong vnode. - change all occurences of VOP_BWRITE(bp) to VOP_BWRITE(bp->b_vp, bp). - remove layer_bwrite(). - welcome to 5.99.55 Adresses PR kern/38762 panic: vwakeup: neg numoutput No objections from tech-kern@. 1.88 Mon Jul 11 08:27:38 GMT 2011 hannken branches: 1.88.2; 1.88.12; 1.88.16; 1.88.24; Change VOP_BWRITE() to take a vnode as its first argument like all other VOPs do. Layered file systems no longer have to modify bp->b_vp and run into trouble when an async VOP_BWRITE() uses the wrong vnode. - change all occurences of VOP_BWRITE(bp) to VOP_BWRITE(bp->b_vp, bp). - remove layer_bwrite(). - welcome to 5.99.55 Adresses PR kern/38762 panic: vwakeup: neg numoutput No objections from tech-kern@. |
| H A D | kern_physio.c | 1.88 Wed Sep 24 08:19:19 GMT 2008 hannken branches: 1.88.2; 1.88.4; 1.88.6; Resolve a race when physio_done signals completion before it tries to free a buffer. This will fail if the buffer owner has a chance to modify the BC_DONTFREE flag before putphysbuf() examines it. Fix by removing get/putphysbuf() and BC_DONTFREE. Physio_done() now has an explicit test for a buffer coming from the call of physio(). Observed by Lars Nordlund when writing a DVD with growisofs, see PR kern/39536. Reviewed by: Jason Thorpe <thorpej@netbsd.org> 1.88 Wed Sep 24 08:19:19 GMT 2008 hannken branches: 1.88.2; 1.88.4; 1.88.6; Resolve a race when physio_done signals completion before it tries to free a buffer. This will fail if the buffer owner has a chance to modify the BC_DONTFREE flag before putphysbuf() examines it. Fix by removing get/putphysbuf() and BC_DONTFREE. Physio_done() now has an explicit test for a buffer coming from the call of physio(). Observed by Lars Nordlund when writing a DVD with growisofs, see PR kern/39536. Reviewed by: Jason Thorpe <thorpej@netbsd.org> 1.88 Wed Sep 24 08:19:19 GMT 2008 hannken branches: 1.88.2; 1.88.4; 1.88.6; Resolve a race when physio_done signals completion before it tries to free a buffer. This will fail if the buffer owner has a chance to modify the BC_DONTFREE flag before putphysbuf() examines it. Fix by removing get/putphysbuf() and BC_DONTFREE. Physio_done() now has an explicit test for a buffer coming from the call of physio(). Observed by Lars Nordlund when writing a DVD with growisofs, see PR kern/39536. Reviewed by: Jason Thorpe <thorpej@netbsd.org> 1.88 Wed Sep 24 08:19:19 GMT 2008 hannken branches: 1.88.2; 1.88.4; 1.88.6; Resolve a race when physio_done signals completion before it tries to free a buffer. This will fail if the buffer owner has a chance to modify the BC_DONTFREE flag before putphysbuf() examines it. Fix by removing get/putphysbuf() and BC_DONTFREE. Physio_done() now has an explicit test for a buffer coming from the call of physio(). Observed by Lars Nordlund when writing a DVD with growisofs, see PR kern/39536. Reviewed by: Jason Thorpe <thorpej@netbsd.org> |
| /src/sys/arch/vax/vax/ | ||
| H A D | autoconf.c | 1.88 Wed Mar 29 04:16:48 GMT 2006 thorpej branches: 1.88.38; 1.88.44; Use device_cfdata(). 1.88 Wed Mar 29 04:16:48 GMT 2006 thorpej branches: 1.88.38; 1.88.44; Use device_cfdata(). 1.88 Wed Mar 29 04:16:48 GMT 2006 thorpej branches: 1.88.38; 1.88.44; Use device_cfdata(). |
| /src/sys/arch/atari/conf/ | ||
| H A D | MILAN-PCIIDE | 1.88 Mon Nov 24 08:29:26 GMT 2014 tsutsui branches: 1.88.2; 1.88.4; Regen config files from GENERIC.in rev 1.109 by makeconf: > Shrink GENERIC and enable options MODULAR instead, as other poor m68k ports. > > This allows all (at least ATARITT and FALCON, which have certain users) > gzipped kernel binaries put into 1440KB 2HD floppy so that users can > load these kernels on the native TOS using LOADBSD.TTP utility for > installation. Note SMALL030 kernel doesn't include any Ethernet > configuration and requires CD-ROM or other removable disks. > > Should be pulled up to netbsd-7. 1.88 Mon Nov 24 08:29:26 GMT 2014 tsutsui branches: 1.88.2; 1.88.4; Regen config files from GENERIC.in rev 1.109 by makeconf: > Shrink GENERIC and enable options MODULAR instead, as other poor m68k ports. > > This allows all (at least ATARITT and FALCON, which have certain users) > gzipped kernel binaries put into 1440KB 2HD floppy so that users can > load these kernels on the native TOS using LOADBSD.TTP utility for > installation. Note SMALL030 kernel doesn't include any Ethernet > configuration and requires CD-ROM or other removable disks. > > Should be pulled up to netbsd-7. 1.88 Mon Nov 24 08:29:26 GMT 2014 tsutsui branches: 1.88.2; 1.88.4; Regen config files from GENERIC.in rev 1.109 by makeconf: > Shrink GENERIC and enable options MODULAR instead, as other poor m68k ports. > > This allows all (at least ATARITT and FALCON, which have certain users) > gzipped kernel binaries put into 1440KB 2HD floppy so that users can > load these kernels on the native TOS using LOADBSD.TTP utility for > installation. Note SMALL030 kernel doesn't include any Ethernet > configuration and requires CD-ROM or other removable disks. > > Should be pulled up to netbsd-7. |
| /src/sys/arch/evbarm/conf/ | ||
| H A D | IQ80310 | 1.88 Fri Aug 07 13:53:28 GMT 2015 maxv branches: 1.88.2; 1.88.4; Remove KMEMSTATS. 1.88 Fri Aug 07 13:53:28 GMT 2015 maxv branches: 1.88.2; 1.88.4; Remove KMEMSTATS. 1.88 Fri Aug 07 13:53:28 GMT 2015 maxv branches: 1.88.2; 1.88.4; Remove KMEMSTATS. |
| H A D | IQ80321 | 1.88 Thu Sep 14 07:58:40 GMT 2017 mrg branches: 1.88.2; 1.88.4; clean up COMPAT_* options for native netbsd code: - new series of files that are useful for saying "i want everything since netbsd 1.4", etc. - use the fact COMPAT_* options have future dependancies to remove many redundant options. removes about 3000 lines total across kernel configuration files. tested about 30 random kernels in the changed list. 1.88 Thu Sep 14 07:58:40 GMT 2017 mrg branches: 1.88.2; 1.88.4; clean up COMPAT_* options for native netbsd code: - new series of files that are useful for saying "i want everything since netbsd 1.4", etc. - use the fact COMPAT_* options have future dependancies to remove many redundant options. removes about 3000 lines total across kernel configuration files. tested about 30 random kernels in the changed list. 1.88 Thu Sep 14 07:58:40 GMT 2017 mrg branches: 1.88.2; 1.88.4; clean up COMPAT_* options for native netbsd code: - new series of files that are useful for saying "i want everything since netbsd 1.4", etc. - use the fact COMPAT_* options have future dependancies to remove many redundant options. removes about 3000 lines total across kernel configuration files. tested about 30 random kernels in the changed list. |
| /src/sys/arch/hpcmips/conf/ | ||
| H A D | TX3912 | 1.88 Thu Sep 14 07:58:41 GMT 2017 mrg branches: 1.88.2; 1.88.4; clean up COMPAT_* options for native netbsd code: - new series of files that are useful for saying "i want everything since netbsd 1.4", etc. - use the fact COMPAT_* options have future dependancies to remove many redundant options. removes about 3000 lines total across kernel configuration files. tested about 30 random kernels in the changed list. 1.88 Thu Sep 14 07:58:41 GMT 2017 mrg branches: 1.88.2; 1.88.4; clean up COMPAT_* options for native netbsd code: - new series of files that are useful for saying "i want everything since netbsd 1.4", etc. - use the fact COMPAT_* options have future dependancies to remove many redundant options. removes about 3000 lines total across kernel configuration files. tested about 30 random kernels in the changed list. 1.88 Thu Sep 14 07:58:41 GMT 2017 mrg branches: 1.88.2; 1.88.4; clean up COMPAT_* options for native netbsd code: - new series of files that are useful for saying "i want everything since netbsd 1.4", etc. - use the fact COMPAT_* options have future dependancies to remove many redundant options. removes about 3000 lines total across kernel configuration files. tested about 30 random kernels in the changed list. |
| /src/sys/arch/i386/i386/ | ||
| H A D | db_interface.c | 1.88 Wed Oct 26 23:38:07 GMT 2022 riastradh branches: 1.88.2; 1.88.8; ddb/db_active.h: New home for extern db_active. This can be included unconditionally, and db_active can then be queried unconditionally; if DDB is not in the kernel, then db_active is a constant zero. Reduces need for #include opt_ddb.h, #ifdef DDB. 1.88 Wed Oct 26 23:38:07 GMT 2022 riastradh branches: 1.88.2; 1.88.8; ddb/db_active.h: New home for extern db_active. This can be included unconditionally, and db_active can then be queried unconditionally; if DDB is not in the kernel, then db_active is a constant zero. Reduces need for #include opt_ddb.h, #ifdef DDB. 1.88 Wed Oct 26 23:38:07 GMT 2022 riastradh branches: 1.88.2; 1.88.8; ddb/db_active.h: New home for extern db_active. This can be included unconditionally, and db_active can then be queried unconditionally; if DDB is not in the kernel, then db_active is a constant zero. Reduces need for #include opt_ddb.h, #ifdef DDB. |
| /src/lib/libkvm/ | ||
| H A D | kvm_proc.c | 1.88 Fri Nov 12 04:52:08 GMT 2010 uebayasi branches: 1.88.6; 1.88.8; Fix build. 1.88 Fri Nov 12 04:52:08 GMT 2010 uebayasi branches: 1.88.6; 1.88.8; Fix build. 1.88 Fri Nov 12 04:52:08 GMT 2010 uebayasi branches: 1.88.6; 1.88.8; Fix build. |
| /src/sys/arch/mac68k/conf/ | ||
| H A D | Makefile.mac68k | 1.88 Sun Dec 11 00:18:01 GMT 2005 christos branches: 1.88.50; 1.88.56; merge ktrace-lwp. 1.88 Sun Dec 11 00:18:01 GMT 2005 christos branches: 1.88.50; 1.88.56; merge ktrace-lwp. 1.88 Sun Dec 11 00:18:01 GMT 2005 christos branches: 1.88.50; 1.88.56; merge ktrace-lwp. |
| /src/sys/nfs/ | ||
| H A D | nfs_syscalls.c | 1.88 Thu Jan 05 11:22:56 GMT 2006 yamt branches: 1.88.2; 1.88.4; 1.88.6; 1.88.8; 1.88.10; ensure the export list is not changed during nfsd operations. 1.88 Thu Jan 05 11:22:56 GMT 2006 yamt branches: 1.88.2; 1.88.4; 1.88.6; 1.88.8; 1.88.10; ensure the export list is not changed during nfsd operations. 1.88 Thu Jan 05 11:22:56 GMT 2006 yamt branches: 1.88.2; 1.88.4; 1.88.6; 1.88.8; 1.88.10; ensure the export list is not changed during nfsd operations. 1.88 Thu Jan 05 11:22:56 GMT 2006 yamt branches: 1.88.2; 1.88.4; 1.88.6; 1.88.8; 1.88.10; ensure the export list is not changed during nfsd operations. 1.88 Thu Jan 05 11:22:56 GMT 2006 yamt branches: 1.88.2; 1.88.4; 1.88.6; 1.88.8; 1.88.10; ensure the export list is not changed during nfsd operations. 1.88 Thu Jan 05 11:22:56 GMT 2006 yamt branches: 1.88.2; 1.88.4; 1.88.6; 1.88.8; 1.88.10; ensure the export list is not changed during nfsd operations. |
| /src/sys/compat/sunos/ | ||
| H A D | sunos_syscalls.c | 1.88 Thu Sep 24 14:43:36 GMT 2015 christos branches: 1.88.2; regen 1.88 Thu Sep 24 14:43:36 GMT 2015 christos branches: 1.88.2; regen |
| /src/share/man/man4/ | ||
| H A D | acpi.4 | 1.88 Sun Feb 13 23:28:58 GMT 2022 andvar branches: 1.88.4; s/APCI/ACPI/ 1.88 Sun Feb 13 23:28:58 GMT 2022 andvar branches: 1.88.4; s/APCI/ACPI/ |
| /src/sys/arch/mmeye/conf/ | ||
| H A D | GENERIC | 1.88 Mon Jun 04 08:55:23 GMT 2007 martin branches: 1.88.8; 1.88.10; 1.88.14; Add pseudo-device agr to all GENERIC kernels where it might make sense (commented out in some). 1.88 Mon Jun 04 08:55:23 GMT 2007 martin branches: 1.88.8; 1.88.10; 1.88.14; Add pseudo-device agr to all GENERIC kernels where it might make sense (commented out in some). 1.88 Mon Jun 04 08:55:23 GMT 2007 martin branches: 1.88.8; 1.88.10; 1.88.14; Add pseudo-device agr to all GENERIC kernels where it might make sense (commented out in some). 1.88 Mon Jun 04 08:55:23 GMT 2007 martin branches: 1.88.8; 1.88.10; 1.88.14; Add pseudo-device agr to all GENERIC kernels where it might make sense (commented out in some). |
| /src/sys/arch/mvme68k/mvme68k/ | ||
| H A D | trap.c | 1.88 Sun Mar 04 06:00:14 GMT 2007 christos branches: 1.88.2; 1.88.4; 1.88.10; Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 1.88 Sun Mar 04 06:00:14 GMT 2007 christos branches: 1.88.2; 1.88.4; 1.88.10; Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 1.88 Sun Mar 04 06:00:14 GMT 2007 christos branches: 1.88.2; 1.88.4; 1.88.10; Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 1.88 Sun Mar 04 06:00:14 GMT 2007 christos branches: 1.88.2; 1.88.4; 1.88.10; Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. |
| /src/sys/dev/isa/ | ||
| H A D | sb.c | 1.88 Sat Mar 15 21:09:02 GMT 2008 cube branches: 1.88.16; 1.88.38; 1.88.40; Split device_t and softc for sb(4) and all its attachments. 1.88 Sat Mar 15 21:09:02 GMT 2008 cube branches: 1.88.16; 1.88.38; 1.88.40; Split device_t and softc for sb(4) and all its attachments. 1.88 Sat Mar 15 21:09:02 GMT 2008 cube branches: 1.88.16; 1.88.38; 1.88.40; Split device_t and softc for sb(4) and all its attachments. 1.88 Sat Mar 15 21:09:02 GMT 2008 cube branches: 1.88.16; 1.88.38; 1.88.40; Split device_t and softc for sb(4) and all its attachments. |
| /src/lib/libcurses/ | ||
| H A D | refresh.c | 1.88 Mon Mar 20 20:42:39 GMT 2017 christos branches: 1.88.4; 1.88.10; 1.88.12; Make this compile again: use ce instead of clr_eol which gcc thinks might be NULL. 1.88 Mon Mar 20 20:42:39 GMT 2017 christos branches: 1.88.4; 1.88.10; 1.88.12; Make this compile again: use ce instead of clr_eol which gcc thinks might be NULL. 1.88 Mon Mar 20 20:42:39 GMT 2017 christos branches: 1.88.4; 1.88.10; 1.88.12; Make this compile again: use ce instead of clr_eol which gcc thinks might be NULL. 1.88 Mon Mar 20 20:42:39 GMT 2017 christos branches: 1.88.4; 1.88.10; 1.88.12; Make this compile again: use ce instead of clr_eol which gcc thinks might be NULL. |
| /src/sys/arch/alpha/conf/ | ||
| H A D | INSTALL | 1.88 Wed Dec 07 00:40:46 GMT 2005 tsutsui branches: 1.88.2; 1.88.4; 1.88.6; Remove obsolete options VNODE_OP_NOINLINE. 1.88 Wed Dec 07 00:40:46 GMT 2005 tsutsui branches: 1.88.2; 1.88.4; 1.88.6; Remove obsolete options VNODE_OP_NOINLINE. 1.88 Wed Dec 07 00:40:46 GMT 2005 tsutsui branches: 1.88.2; 1.88.4; 1.88.6; Remove obsolete options VNODE_OP_NOINLINE. 1.88 Wed Dec 07 00:40:46 GMT 2005 tsutsui branches: 1.88.2; 1.88.4; 1.88.6; Remove obsolete options VNODE_OP_NOINLINE. |
Completed in 109 milliseconds