Searched hist:1.55 (Results 1 - 25 of 2184) sorted by relevance
| /src/sys/dev/ic/ | ||
| H A D | rtl8169var.h | 1.1 Thu Dec 23 06:26:30 GMT 2004 jonathan Snapshot of incomplete-but-working split of re(4) driver into a bus-independent backend, with PCI and CardBus attachment code. The committed code has two serious bugs: 1. The driver makes no attempt to recover resources when a (Cardbus) instance is removed; bus resources are leaked. 2. In testing with a NetGear GA-511, the Cardbus card never responded to a reset/wakeup if the card is powered down after attachment. So for now, leave cardbus instances powered up at attachment (insertion, or at boot if a card is already present). That aside, it acutally works on my GA-511. Committed as-is despite the bugs, after repeated requests to make the code available for further testing. Also requires sys/dev/mii/miidevs rev 1.54 -> 1.55, and consequent regen of miidevs{,_data}.h. |
| H A D | ncr53c9xvar.h | 1.55 Sun Jul 31 18:39:00 GMT 2011 jakllsch branches: 1.55.2; 1.55.12; 1.55.16; simple_lock to mutex conversion. 1.55 Sun Jul 31 18:39:00 GMT 2011 jakllsch branches: 1.55.2; 1.55.12; 1.55.16; simple_lock to mutex conversion. 1.55 Sun Jul 31 18:39:00 GMT 2011 jakllsch branches: 1.55.2; 1.55.12; 1.55.16; simple_lock to mutex conversion. 1.55 Sun Jul 31 18:39:00 GMT 2011 jakllsch branches: 1.55.2; 1.55.12; 1.55.16; simple_lock to mutex conversion. |
| H A D | cy.c | 1.55 Wed Mar 26 17:50:32 GMT 2008 matt branches: 1.55.2; 1.55.4; 1.55.6; split device_t/softc. Use aprint_*_dev and device_xname. switch to device_lookup_private. 1.55 Wed Mar 26 17:50:32 GMT 2008 matt branches: 1.55.2; 1.55.4; 1.55.6; split device_t/softc. Use aprint_*_dev and device_xname. switch to device_lookup_private. 1.55 Wed Mar 26 17:50:32 GMT 2008 matt branches: 1.55.2; 1.55.4; 1.55.6; split device_t/softc. Use aprint_*_dev and device_xname. switch to device_lookup_private. 1.55 Wed Mar 26 17:50:32 GMT 2008 matt branches: 1.55.2; 1.55.4; 1.55.6; split device_t/softc. Use aprint_*_dev and device_xname. switch to device_lookup_private. |
| /src/sys/compat/linux/common/ | ||
| H A D | linux_ipc.c | 1.55 Sat May 28 23:24:58 GMT 2011 alnsn branches: 1.55.30; 1.55.34; 1.55.42; 1.55.48; 1.55.56; Fix typo in a comment. 1.55 Sat May 28 23:24:58 GMT 2011 alnsn branches: 1.55.30; 1.55.34; 1.55.42; 1.55.48; 1.55.56; Fix typo in a comment. 1.55 Sat May 28 23:24:58 GMT 2011 alnsn branches: 1.55.30; 1.55.34; 1.55.42; 1.55.48; 1.55.56; Fix typo in a comment. 1.55 Sat May 28 23:24:58 GMT 2011 alnsn branches: 1.55.30; 1.55.34; 1.55.42; 1.55.48; 1.55.56; Fix typo in a comment. 1.55 Sat May 28 23:24:58 GMT 2011 alnsn branches: 1.55.30; 1.55.34; 1.55.42; 1.55.48; 1.55.56; Fix typo in a comment. 1.55 Sat May 28 23:24:58 GMT 2011 alnsn branches: 1.55.30; 1.55.34; 1.55.42; 1.55.48; 1.55.56; Fix typo in a comment. |
| H A D | linux_file64.c | 1.55 Fri Dec 27 14:17:11 GMT 2013 njoly branches: 1.55.4; 1.55.6; 1.55.8; 1.55.10; 1.55.14; Add struct linux_stat64 definition for alpha, and enable syscalls that use it. 1.55 Fri Dec 27 14:17:11 GMT 2013 njoly branches: 1.55.4; 1.55.6; 1.55.8; 1.55.10; 1.55.14; Add struct linux_stat64 definition for alpha, and enable syscalls that use it. 1.55 Fri Dec 27 14:17:11 GMT 2013 njoly branches: 1.55.4; 1.55.6; 1.55.8; 1.55.10; 1.55.14; Add struct linux_stat64 definition for alpha, and enable syscalls that use it. 1.55 Fri Dec 27 14:17:11 GMT 2013 njoly branches: 1.55.4; 1.55.6; 1.55.8; 1.55.10; 1.55.14; Add struct linux_stat64 definition for alpha, and enable syscalls that use it. 1.55 Fri Dec 27 14:17:11 GMT 2013 njoly branches: 1.55.4; 1.55.6; 1.55.8; 1.55.10; 1.55.14; Add struct linux_stat64 definition for alpha, and enable syscalls that use it. 1.55 Fri Dec 27 14:17:11 GMT 2013 njoly branches: 1.55.4; 1.55.6; 1.55.8; 1.55.10; 1.55.14; Add struct linux_stat64 definition for alpha, and enable syscalls that use it. |
| H A D | linux_break.c | 1.55 Thu Dec 20 23:02:53 GMT 2007 dsl branches: 1.55.6; 1.55.8; 1.55.10; Convert all the system call entry points from: int foo(struct lwp *l, void *v, register_t *retval) to: int foo(struct lwp *l, const struct foo_args *uap, register_t *retval) Fixup compat code to not write into 'uap' and (in some cases) to actually pass a correctly formatted 'uap' structure with the right name to the next routine. A few 'compat' routines that just call standard ones have been deleted. All the 'compat' code compiles (along with the kernels required to test build it). 98% done by automated scripts. 1.55 Thu Dec 20 23:02:53 GMT 2007 dsl branches: 1.55.6; 1.55.8; 1.55.10; Convert all the system call entry points from: int foo(struct lwp *l, void *v, register_t *retval) to: int foo(struct lwp *l, const struct foo_args *uap, register_t *retval) Fixup compat code to not write into 'uap' and (in some cases) to actually pass a correctly formatted 'uap' structure with the right name to the next routine. A few 'compat' routines that just call standard ones have been deleted. All the 'compat' code compiles (along with the kernels required to test build it). 98% done by automated scripts. 1.55 Thu Dec 20 23:02:53 GMT 2007 dsl branches: 1.55.6; 1.55.8; 1.55.10; Convert all the system call entry points from: int foo(struct lwp *l, void *v, register_t *retval) to: int foo(struct lwp *l, const struct foo_args *uap, register_t *retval) Fixup compat code to not write into 'uap' and (in some cases) to actually pass a correctly formatted 'uap' structure with the right name to the next routine. A few 'compat' routines that just call standard ones have been deleted. All the 'compat' code compiles (along with the kernels required to test build it). 98% done by automated scripts. 1.55 Thu Dec 20 23:02:53 GMT 2007 dsl branches: 1.55.6; 1.55.8; 1.55.10; Convert all the system call entry points from: int foo(struct lwp *l, void *v, register_t *retval) to: int foo(struct lwp *l, const struct foo_args *uap, register_t *retval) Fixup compat code to not write into 'uap' and (in some cases) to actually pass a correctly formatted 'uap' structure with the right name to the next routine. A few 'compat' routines that just call standard ones have been deleted. All the 'compat' code compiles (along with the kernels required to test build it). 98% done by automated scripts. |
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | kobj_machdep.c | 1.5 Sat Feb 01 11:19:04 GMT 2014 nakayama branches: 1.5.4; 1.5.6; 1.5.8; 1.5.12; Follow rev. 1.54, 1.55 of libexec/ld.elf_so/arch/sparc64/mdreloc.c. |
| /src/sys/dev/mii/ | ||
| H A D | rgephyreg.h | 1.1 Thu Dec 23 06:26:30 GMT 2004 jonathan branches: 1.1.4; 1.1.12; 1.1.40; 1.1.42; Snapshot of incomplete-but-working split of re(4) driver into a bus-independent backend, with PCI and CardBus attachment code. The committed code has two serious bugs: 1. The driver makes no attempt to recover resources when a (Cardbus) instance is removed; bus resources are leaked. 2. In testing with a NetGear GA-511, the Cardbus card never responded to a reset/wakeup if the card is powered down after attachment. So for now, leave cardbus instances powered up at attachment (insertion, or at boot if a card is already present). That aside, it acutally works on my GA-511. Committed as-is despite the bugs, after repeated requests to make the code available for further testing. Also requires sys/dev/mii/miidevs rev 1.54 -> 1.55, and consequent regen of miidevs{,_data}.h. |
| /src/sys/dev/isa/ | ||
| H A D | isadma.c | 1.55 Sun Mar 04 06:02:12 GMT 2007 christos branches: 1.55.2; 1.55.14; 1.55.16; 1.55.20; Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 1.55 Sun Mar 04 06:02:12 GMT 2007 christos branches: 1.55.2; 1.55.14; 1.55.16; 1.55.20; Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 1.55 Sun Mar 04 06:02:12 GMT 2007 christos branches: 1.55.2; 1.55.14; 1.55.16; 1.55.20; Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 1.55 Sun Mar 04 06:02:12 GMT 2007 christos branches: 1.55.2; 1.55.14; 1.55.16; 1.55.20; Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 1.55 Sun Mar 04 06:02:12 GMT 2007 christos branches: 1.55.2; 1.55.14; 1.55.16; 1.55.20; Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. |
| /src/sys/dev/wscons/ | ||
| H A D | wsksymdef.h | 1.55 Sun Dec 11 00:24:12 GMT 2005 christos branches: 1.55.4; 1.55.6; 1.55.8; 1.55.10; 1.55.12; merge ktrace-lwp. 1.55 Sun Dec 11 00:24:12 GMT 2005 christos branches: 1.55.4; 1.55.6; 1.55.8; 1.55.10; 1.55.12; merge ktrace-lwp. 1.55 Sun Dec 11 00:24:12 GMT 2005 christos branches: 1.55.4; 1.55.6; 1.55.8; 1.55.10; 1.55.12; merge ktrace-lwp. 1.55 Sun Dec 11 00:24:12 GMT 2005 christos branches: 1.55.4; 1.55.6; 1.55.8; 1.55.10; 1.55.12; merge ktrace-lwp. 1.55 Sun Dec 11 00:24:12 GMT 2005 christos branches: 1.55.4; 1.55.6; 1.55.8; 1.55.10; 1.55.12; merge ktrace-lwp. 1.55 Sun Dec 11 00:24:12 GMT 2005 christos branches: 1.55.4; 1.55.6; 1.55.8; 1.55.10; 1.55.12; merge ktrace-lwp. |
| /src/sys/nfs/ | ||
| H A D | nfsnode.h | 1.55 Sun Dec 11 00:25:17 GMT 2005 christos branches: 1.55.4; 1.55.6; 1.55.8; 1.55.10; 1.55.12; merge ktrace-lwp. 1.55 Sun Dec 11 00:25:17 GMT 2005 christos branches: 1.55.4; 1.55.6; 1.55.8; 1.55.10; 1.55.12; merge ktrace-lwp. 1.55 Sun Dec 11 00:25:17 GMT 2005 christos branches: 1.55.4; 1.55.6; 1.55.8; 1.55.10; 1.55.12; merge ktrace-lwp. 1.55 Sun Dec 11 00:25:17 GMT 2005 christos branches: 1.55.4; 1.55.6; 1.55.8; 1.55.10; 1.55.12; merge ktrace-lwp. 1.55 Sun Dec 11 00:25:17 GMT 2005 christos branches: 1.55.4; 1.55.6; 1.55.8; 1.55.10; 1.55.12; merge ktrace-lwp. 1.55 Sun Dec 11 00:25:17 GMT 2005 christos branches: 1.55.4; 1.55.6; 1.55.8; 1.55.10; 1.55.12; merge ktrace-lwp. |
| /src/sys/dev/isapnp/ | ||
| H A D | isapnpdevs.h | 1.55 Wed Jan 28 19:34:17 GMT 2004 jdolecek branches: 1.55.8; 1.55.10; regen - ISA PnP atppc(4) attachmen 1.55 Wed Jan 28 19:34:17 GMT 2004 jdolecek branches: 1.55.8; 1.55.10; regen - ISA PnP atppc(4) attachmen 1.55 Wed Jan 28 19:34:17 GMT 2004 jdolecek branches: 1.55.8; 1.55.10; regen - ISA PnP atppc(4) attachmen |
| /src/lib/libc/net/ | ||
| H A D | getaddrinfo.3 | 1.55 Sat Apr 17 20:28:47 GMT 2010 wiz branches: 1.55.6; 1.55.12; Join URL. 1.55 Sat Apr 17 20:28:47 GMT 2010 wiz branches: 1.55.6; 1.55.12; Join URL. 1.55 Sat Apr 17 20:28:47 GMT 2010 wiz branches: 1.55.6; 1.55.12; Join URL. |
| /src/sys/compat/ultrix/ | ||
| H A D | ultrix_syscall.h | 1.55 Wed Apr 23 14:10:04 GMT 2008 ad branches: 1.55.2; 1.55.4; 1.55.6; Regen. 1.55 Wed Apr 23 14:10:04 GMT 2008 ad branches: 1.55.2; 1.55.4; 1.55.6; Regen. 1.55 Wed Apr 23 14:10:04 GMT 2008 ad branches: 1.55.2; 1.55.4; 1.55.6; Regen. 1.55 Wed Apr 23 14:10:04 GMT 2008 ad branches: 1.55.2; 1.55.4; 1.55.6; Regen. |
| H A D | ultrix_sysent.c | 1.55 Sun Mar 04 06:01:39 GMT 2007 christos branches: 1.55.16; 1.55.24; 1.55.28; Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 1.55 Sun Mar 04 06:01:39 GMT 2007 christos branches: 1.55.16; 1.55.24; 1.55.28; Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 1.55 Sun Mar 04 06:01:39 GMT 2007 christos branches: 1.55.16; 1.55.24; 1.55.28; Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 1.55 Sun Mar 04 06:01:39 GMT 2007 christos branches: 1.55.16; 1.55.24; 1.55.28; Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. |
| /src/sys/arch/sparc/dev/ | ||
| H A D | cgtwo.c | 1.55 Mon Jul 18 00:05:35 GMT 2011 mrg branches: 1.55.2; 1.55.12; 1.55.16; convert to use device_t, cfdata_t and CFATTACH_DECL_NEW(). XXX: compile time tested only. 1.55 Mon Jul 18 00:05:35 GMT 2011 mrg branches: 1.55.2; 1.55.12; 1.55.16; convert to use device_t, cfdata_t and CFATTACH_DECL_NEW(). XXX: compile time tested only. 1.55 Mon Jul 18 00:05:35 GMT 2011 mrg branches: 1.55.2; 1.55.12; 1.55.16; convert to use device_t, cfdata_t and CFATTACH_DECL_NEW(). XXX: compile time tested only. 1.55 Mon Jul 18 00:05:35 GMT 2011 mrg branches: 1.55.2; 1.55.12; 1.55.16; convert to use device_t, cfdata_t and CFATTACH_DECL_NEW(). XXX: compile time tested only. |
| /src/sys/arch/hpcarm/conf/ | ||
| H A D | files.hpcarm | 1.55 Sat Mar 04 14:09:36 GMT 2006 peter branches: 1.55.2; 1.55.4; 1.55.6; Split the Jornada 7xx drivers for the touch-panel, keyboard, lcd control and power management into multiple files. This removes some dirty hacks and improves the quality of the code. - j720kbd.c - keyboard driver * Converted to use the hpckbd(4) interface. * Remove the old keymap file since it's no longer used. - j720lcd.c - lcd brightness/control/power control - j720pwr.c - power management * Converted to use the hpcapm(4) interface. * Fix the battery charge status. The values are non-linear so in order to display a reasonable charge status we use a few charge points in a table and interpolate between that. - j720tp.c - touch-panel driver - j720ssp.c - SSP port (on the SA-1110) Many thanks to cube@ and uwe@ for providing useful feedback and reviewing the changes. 1.55 Sat Mar 04 14:09:36 GMT 2006 peter branches: 1.55.2; 1.55.4; 1.55.6; Split the Jornada 7xx drivers for the touch-panel, keyboard, lcd control and power management into multiple files. This removes some dirty hacks and improves the quality of the code. - j720kbd.c - keyboard driver * Converted to use the hpckbd(4) interface. * Remove the old keymap file since it's no longer used. - j720lcd.c - lcd brightness/control/power control - j720pwr.c - power management * Converted to use the hpcapm(4) interface. * Fix the battery charge status. The values are non-linear so in order to display a reasonable charge status we use a few charge points in a table and interpolate between that. - j720tp.c - touch-panel driver - j720ssp.c - SSP port (on the SA-1110) Many thanks to cube@ and uwe@ for providing useful feedback and reviewing the changes. 1.55 Sat Mar 04 14:09:36 GMT 2006 peter branches: 1.55.2; 1.55.4; 1.55.6; Split the Jornada 7xx drivers for the touch-panel, keyboard, lcd control and power management into multiple files. This removes some dirty hacks and improves the quality of the code. - j720kbd.c - keyboard driver * Converted to use the hpckbd(4) interface. * Remove the old keymap file since it's no longer used. - j720lcd.c - lcd brightness/control/power control - j720pwr.c - power management * Converted to use the hpcapm(4) interface. * Fix the battery charge status. The values are non-linear so in order to display a reasonable charge status we use a few charge points in a table and interpolate between that. - j720tp.c - touch-panel driver - j720ssp.c - SSP port (on the SA-1110) Many thanks to cube@ and uwe@ for providing useful feedback and reviewing the changes. 1.55 Sat Mar 04 14:09:36 GMT 2006 peter branches: 1.55.2; 1.55.4; 1.55.6; Split the Jornada 7xx drivers for the touch-panel, keyboard, lcd control and power management into multiple files. This removes some dirty hacks and improves the quality of the code. - j720kbd.c - keyboard driver * Converted to use the hpckbd(4) interface. * Remove the old keymap file since it's no longer used. - j720lcd.c - lcd brightness/control/power control - j720pwr.c - power management * Converted to use the hpcapm(4) interface. * Fix the battery charge status. The values are non-linear so in order to display a reasonable charge status we use a few charge points in a table and interpolate between that. - j720tp.c - touch-panel driver - j720ssp.c - SSP port (on the SA-1110) Many thanks to cube@ and uwe@ for providing useful feedback and reviewing the changes. |
| /src/libexec/telnetd/ | ||
| H A D | telnetd.c | 1.55 Thu Feb 27 18:20:21 GMT 2014 joerg branches: 1.55.18; 1.55.26; 1.55.28; Global variable is never a null pointer. 1.55 Thu Feb 27 18:20:21 GMT 2014 joerg branches: 1.55.18; 1.55.26; 1.55.28; Global variable is never a null pointer. 1.55 Thu Feb 27 18:20:21 GMT 2014 joerg branches: 1.55.18; 1.55.26; 1.55.28; Global variable is never a null pointer. 1.55 Thu Feb 27 18:20:21 GMT 2014 joerg branches: 1.55.18; 1.55.26; 1.55.28; Global variable is never a null pointer. |
| /src/distrib/notes/sparc/ | ||
| H A D | install | 1.55 Sat Sep 06 19:57:14 GMT 2008 tsutsui branches: 1.55.2; 1.55.10; 1.55.14; Use \*[Lt] and \*[Gt] rather than \*< and \*> . 1.55 Sat Sep 06 19:57:14 GMT 2008 tsutsui branches: 1.55.2; 1.55.10; 1.55.14; Use \*[Lt] and \*[Gt] rather than \*< and \*> . 1.55 Sat Sep 06 19:57:14 GMT 2008 tsutsui branches: 1.55.2; 1.55.10; 1.55.14; Use \*[Lt] and \*[Gt] rather than \*< and \*> . 1.55 Sat Sep 06 19:57:14 GMT 2008 tsutsui branches: 1.55.2; 1.55.10; 1.55.14; Use \*[Lt] and \*[Gt] rather than \*< and \*> . |
| /src/usr.bin/audio/play/ | ||
| H A D | play.c | 1.55 Wed Aug 05 06:54:39 GMT 2015 mrg branches: 1.55.8; 1.55.14; 1.55.16; rename struct write_info as struct track_info, and the variable name 'wi' as 'ti', as this info is useful for reading as well. 1.55 Wed Aug 05 06:54:39 GMT 2015 mrg branches: 1.55.8; 1.55.14; 1.55.16; rename struct write_info as struct track_info, and the variable name 'wi' as 'ti', as this info is useful for reading as well. 1.55 Wed Aug 05 06:54:39 GMT 2015 mrg branches: 1.55.8; 1.55.14; 1.55.16; rename struct write_info as struct track_info, and the variable name 'wi' as 'ti', as this info is useful for reading as well. 1.55 Wed Aug 05 06:54:39 GMT 2015 mrg branches: 1.55.8; 1.55.14; 1.55.16; rename struct write_info as struct track_info, and the variable name 'wi' as 'ti', as this info is useful for reading as well. |
| /src/sys/kern/ | ||
| H A D | kern_ntptime.c | 1.55 Tue Feb 25 18:30:11 GMT 2014 pooka branches: 1.55.4; 1.55.6; 1.55.8; 1.55.12; Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before the sysctl link sets are processed, and remove redundancy. Shaves >13kB off of an amd64 GENERIC, not to mention >1k duplicate lines of code. 1.55 Tue Feb 25 18:30:11 GMT 2014 pooka branches: 1.55.4; 1.55.6; 1.55.8; 1.55.12; Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before the sysctl link sets are processed, and remove redundancy. Shaves >13kB off of an amd64 GENERIC, not to mention >1k duplicate lines of code. 1.55 Tue Feb 25 18:30:11 GMT 2014 pooka branches: 1.55.4; 1.55.6; 1.55.8; 1.55.12; Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before the sysctl link sets are processed, and remove redundancy. Shaves >13kB off of an amd64 GENERIC, not to mention >1k duplicate lines of code. 1.55 Tue Feb 25 18:30:11 GMT 2014 pooka branches: 1.55.4; 1.55.6; 1.55.8; 1.55.12; Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before the sysctl link sets are processed, and remove redundancy. Shaves >13kB off of an amd64 GENERIC, not to mention >1k duplicate lines of code. 1.55 Tue Feb 25 18:30:11 GMT 2014 pooka branches: 1.55.4; 1.55.6; 1.55.8; 1.55.12; Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before the sysctl link sets are processed, and remove redundancy. Shaves >13kB off of an amd64 GENERIC, not to mention >1k duplicate lines of code. |
| H A D | sysv_msg.c | 1.55 Mon Jan 07 16:12:54 GMT 2008 ad branches: 1.55.6; 1.55.8; 1.55.10; 1.55.12; Patch up sysctl locking: - Lock processes, credentials, filehead etc correctly. - Acquire a read hold on sysctl_treelock if only doing a query. - Don't wire down the output buffer. It doesn't work correctly and the code regularly does long term sleeps with it held - it's not worth it. - Don't hold locks other than sysctl_lock while doing copyout(). - Drop sysctl_lock while doing copyout / allocating memory in a few places. - Don't take kernel_lock for sysctl. - Fix a number of bugs spotted along the way 1.55 Mon Jan 07 16:12:54 GMT 2008 ad branches: 1.55.6; 1.55.8; 1.55.10; 1.55.12; Patch up sysctl locking: - Lock processes, credentials, filehead etc correctly. - Acquire a read hold on sysctl_treelock if only doing a query. - Don't wire down the output buffer. It doesn't work correctly and the code regularly does long term sleeps with it held - it's not worth it. - Don't hold locks other than sysctl_lock while doing copyout(). - Drop sysctl_lock while doing copyout / allocating memory in a few places. - Don't take kernel_lock for sysctl. - Fix a number of bugs spotted along the way 1.55 Mon Jan 07 16:12:54 GMT 2008 ad branches: 1.55.6; 1.55.8; 1.55.10; 1.55.12; Patch up sysctl locking: - Lock processes, credentials, filehead etc correctly. - Acquire a read hold on sysctl_treelock if only doing a query. - Don't wire down the output buffer. It doesn't work correctly and the code regularly does long term sleeps with it held - it's not worth it. - Don't hold locks other than sysctl_lock while doing copyout(). - Drop sysctl_lock while doing copyout / allocating memory in a few places. - Don't take kernel_lock for sysctl. - Fix a number of bugs spotted along the way 1.55 Mon Jan 07 16:12:54 GMT 2008 ad branches: 1.55.6; 1.55.8; 1.55.10; 1.55.12; Patch up sysctl locking: - Lock processes, credentials, filehead etc correctly. - Acquire a read hold on sysctl_treelock if only doing a query. - Don't wire down the output buffer. It doesn't work correctly and the code regularly does long term sleeps with it held - it's not worth it. - Don't hold locks other than sysctl_lock while doing copyout(). - Drop sysctl_lock while doing copyout / allocating memory in a few places. - Don't take kernel_lock for sysctl. - Fix a number of bugs spotted along the way 1.55 Mon Jan 07 16:12:54 GMT 2008 ad branches: 1.55.6; 1.55.8; 1.55.10; 1.55.12; Patch up sysctl locking: - Lock processes, credentials, filehead etc correctly. - Acquire a read hold on sysctl_treelock if only doing a query. - Don't wire down the output buffer. It doesn't work correctly and the code regularly does long term sleeps with it held - it's not worth it. - Don't hold locks other than sysctl_lock while doing copyout(). - Drop sysctl_lock while doing copyout / allocating memory in a few places. - Don't take kernel_lock for sysctl. - Fix a number of bugs spotted along the way |
| /src/sys/arch/sun3/conf/ | ||
| H A D | DISKLESS | 1.55 Wed Sep 27 21:42:06 GMT 2006 manu branches: 1.55.8; 1.55.16; 1.55.20; 1.55.22; - Document COMPAT_15 as doing nothing - Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency - Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT matters here. This address kern/18407 1.55 Wed Sep 27 21:42:06 GMT 2006 manu branches: 1.55.8; 1.55.16; 1.55.20; 1.55.22; - Document COMPAT_15 as doing nothing - Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency - Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT matters here. This address kern/18407 1.55 Wed Sep 27 21:42:06 GMT 2006 manu branches: 1.55.8; 1.55.16; 1.55.20; 1.55.22; - Document COMPAT_15 as doing nothing - Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency - Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT matters here. This address kern/18407 1.55 Wed Sep 27 21:42:06 GMT 2006 manu branches: 1.55.8; 1.55.16; 1.55.20; 1.55.22; - Document COMPAT_15 as doing nothing - Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency - Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT matters here. This address kern/18407 1.55 Wed Sep 27 21:42:06 GMT 2006 manu branches: 1.55.8; 1.55.16; 1.55.20; 1.55.22; - Document COMPAT_15 as doing nothing - Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency - Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT matters here. This address kern/18407 |
| /src/sys/arch/x68k/x68k/ | ||
| H A D | autoconf.c | 1.55 Tue Feb 12 18:29:22 GMT 2008 joerg branches: 1.55.6; 1.55.10; 1.55.12; 1.55.14; Use device_find_by_xname and device_find_by_driver_unit. 1.55 Tue Feb 12 18:29:22 GMT 2008 joerg branches: 1.55.6; 1.55.10; 1.55.12; 1.55.14; Use device_find_by_xname and device_find_by_driver_unit. 1.55 Tue Feb 12 18:29:22 GMT 2008 joerg branches: 1.55.6; 1.55.10; 1.55.12; 1.55.14; Use device_find_by_xname and device_find_by_driver_unit. 1.55 Tue Feb 12 18:29:22 GMT 2008 joerg branches: 1.55.6; 1.55.10; 1.55.12; 1.55.14; Use device_find_by_xname and device_find_by_driver_unit. 1.55 Tue Feb 12 18:29:22 GMT 2008 joerg branches: 1.55.6; 1.55.10; 1.55.12; 1.55.14; Use device_find_by_xname and device_find_by_driver_unit. |
| /src/sys/arch/atari/dev/ | ||
| H A D | ncr5380.c | 1.55 Tue Mar 06 14:07:15 GMT 2007 tsutsui branches: 1.55.40; 1.55.44; 1.55.50; 1.55.52; Make req_addr (char *) rather than adding an extra cast since it's used only in this function to calculate buffer address. 1.55 Tue Mar 06 14:07:15 GMT 2007 tsutsui branches: 1.55.40; 1.55.44; 1.55.50; 1.55.52; Make req_addr (char *) rather than adding an extra cast since it's used only in this function to calculate buffer address. 1.55 Tue Mar 06 14:07:15 GMT 2007 tsutsui branches: 1.55.40; 1.55.44; 1.55.50; 1.55.52; Make req_addr (char *) rather than adding an extra cast since it's used only in this function to calculate buffer address. 1.55 Tue Mar 06 14:07:15 GMT 2007 tsutsui branches: 1.55.40; 1.55.44; 1.55.50; 1.55.52; Make req_addr (char *) rather than adding an extra cast since it's used only in this function to calculate buffer address. 1.55 Tue Mar 06 14:07:15 GMT 2007 tsutsui branches: 1.55.40; 1.55.44; 1.55.50; 1.55.52; Make req_addr (char *) rather than adding an extra cast since it's used only in this function to calculate buffer address. |
Completed in 173 milliseconds